ggloor / ALDEx2_dev

ALDEx tool to examine compositional high-throughput sequence data with Welch's t-test
GNU Affero General Public License v3.0
12 stars 6 forks source link

Cannot get to install #1

Closed graemeleehickey closed 10 years ago

graemeleehickey commented 10 years ago

Have tried installing on a Mac with R version 3.0.2 with the following error:

install.packages("ALDEx2_0.99.1.tar.gz") Warning message: package ‘ALDEx2_0.99.1.tar.gz’ is not available (for R version 3.0.2)

Tried also on Windows 7 running R version 3.1.0, and received same error message.

ggloor commented 10 years ago

The command to install should be: install.packages("ALDEx2_0.99.1.tar.gz”, type=“source”, repos=NULL)