Science Notes
A weblog sharing great ideas, theory, and implementations in data, sciences, and beyond.
Monday, March 31, 2014
R install package from source on Windows
To install from package source code for both i386 and x64 arch:
R CMD INSTALL --compile-both Package_Directory
To install and build *.zip archive at the same time:
R CMD INSTALL --build --compile-both Package_Directory
‹
›
Home
View web version