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