Skip to content
Prev 342994 / 398506 Next

Installing manual package problem

On 09.08.2014 17:40, James Holland wrote:
Reason why your former approach did not work:
This is a source package, you need to install source packages via

install.packages(..., type="source")

or from the command line via

R CMD INSTALL package_version.tar.gz

See the R Installation and Administration manual for details.
To build a proper .tar.gz file, do use

R CMD build directory_name

from the command line.

Best,
Uwe Ligges




Best,
Uwe Ligges