Building R packages in Windows
http://www.biostat.wisc.edu/~kbroman/Rintro/Rwinpack.html
After installing Rtools and fixing the PATH, you can use RStudio to build the packages. The built packages can be used in R too:
install.packages("path/to/the/package", type="source")
No comments:
Post a Comment