On 14 February 2012 at 14:14, Dirk Eddelbuettel wrote: | | *) The next problem is two instances each of: | | | | there is no package called [Rcpp, RInside] | | | | This is because .libPaths() is only finding | | the main library and not the one where the | | installed packages go. | | | | This is diagnosed by adding a line to Makefile.win: | | | | Rlibpaths := $(shell echo '.libPaths()' | $(R_HOME)/bin/R $(R_ARCH) | | --vanilla --slave) | | I would recommend using ~/.Rprofile which strikes me as easier.
Actually even easier may be to set R_LIBS_USER in the Makefile.win. Let me commit a comment-ed out stanza right now. Dirk -- "Outside of a dog, a book is a man's best friend. Inside of a dog, it is too dark to read." -- Groucho Marx _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel