> 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
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.
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:
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:
Also you can install it from your OS X command line (Terminal.app) with:
R CMD INSTALL ~/Downloads/NuChart_0.99.tgz