Cannot install NuChart
1
0
Entering edit mode
@dimitris-polychronopoulos-9192
Last seen 7.2 years ago
United Kingdom

I am trying to install NuChart from here:

ftp://fileserver.itb.cnr.it/nuchart/

and I get this message:

> install.packages("~/Downloads/NuChart_0.99.tgz", repos = NULL)
Error in install.packages : file ‘~/Downloads/NuChart_0.99.tgz’ is not an OS X binary package

I searched in the vignette:

ftp://fileserver.itb.cnr.it/nuchart/NuChart.pdf

and as far as I can say, there are no installation instructions.

Any help would be greatly appreciated.

Dimitris

 

 

 

 

NuChart • 935 views
ADD COMMENT
2
Entering edit mode
@james-w-macdonald-5106
Last seen 5 hours ago
United States

This support site is for helping people with Bioconductor packages. Although the paper describing this package says it is 'compliant with the Bioconductor standard', this is different from being a Bioconductor package. Your best bet is to contact the package developer directly.

ADD COMMENT
0
Entering edit mode

Jim is right, this is not a Bioconductor package, therefore this is not the right place to ask about it. However, adding type="source" to your command ought to do the trick:

install.packages("~/Downloads/NuChart_0.99.tgz", repos=NULL, type="source")

Also you can install it from your OS X command line (Terminal.app) with:

R CMD INSTALL ~/Downloads/NuChart_0.99.tgz

 

ADD REPLY

Login before adding your answer.

Traffic: 1017 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6