xryanglab / xtail

Genome-wide assessment of differential translations with ribosome profiling data
GNU General Public License v3.0
17 stars 18 forks source link

Installation Error #12

Open mandiedriskill opened 5 years ago

mandiedriskill commented 5 years ago

Hello,

I tried to run the following code in RStudio on a Mac OS: install.packages("xtail_1.1.5-source.tar.gz")

But, I received the following error: Warning in install.packages: package ‘xtail_1.1.5-source.tar.gz’ is not available (for R version 3.5.0)

Any help would be much appreciated. Thanks, Mandie

zhengtaoxiao commented 5 years ago

Hi,

Please download this package and try to use this command: install.packages("/path/xtail_1.1.5-source.tar.gz",repo=NULL,type="source") Change the "/path/" to where the package located in.