search for: rcmd_environ

Displaying 6 results from an estimated 6 matches for "rcmd_environ".

2012 Oct 17
1
Rcmd_environ and R_LIBS_{USER,SITE}
Is there a fundamental reason why I cannot set either one of ## add local library path -- doesn't work either R_LIBS_USER="c:/opt/R-library" R_LIBS_SITE="c:/opt/R-library" in $R_HOME/etc/Rcmd_environ even though I can seemingly set other things here? It breaks "R CMD check" for me as I prefer NOT to install packages in a versioned path. FWIW, defaulting to a versioned path is (to this no-longer-bemused user) as much a permenent R bug (on Windoze) as the default installation into a...
2009 Nov 04
1
Building from source under Windows 7
I have downloaded all of the tools and read the readme's that I know about but I am still getting the following error when I try to build from source: C:\Program Files (x86)\R\R-2.9.2\src\gnuwin32>make all recommended make[1]: `Rpwd.exe' is up to date. cp -p etc/Makeconf etc/Rcmd_environ etc/Rconsole etc/Rdevga etc/Rprofile.site et c/rgb.txt ../../../etc cp: preserving permissions for `../../../etc/Makeconf': Permission denied cp: preserving permissions for `../../../etc/Rcmd_environ': Permission denied cp: preserving permissions for `../../../etc/Rconsole': Permission...
2011 Mar 04
1
Environment variable PATH in Windows
...N" -- which equals "" in my systems R_HOME/etc/Renviron.site -- which does not exist Next, it directs to: R_HOME/etc/Rprofile.site -- which also does not exist (the expected behavior in a "factory-fresh" installation) I found the following files in R_HOME/etc: Makeconf Rcmd_environ Rconsole Rdevga respositories rgb.text Rprofile.txt none of which refer to PATH (except Makeconf, which refers to JAVA path, but not to PATH itself) Today's R-SIG-Mac Digest addresses a similar issue in OS X -- that R.app gets the values from /.MacOSX/environment.plist whereas a session s...
2011 Aug 19
1
Windows 7 issues with installing packages and setting library paths
...nistrator rights. When using R2.13.1 on Windows 7 (64-Bit), I found that I can?t install or update any packages due to missing writing permissions. I managed to get full access to a directory on my C:\ drive now - but how do I specify that all libraries shall be installed into this directory? In Rcmd_environ I have the following entries: ## from R.sh R_SHARE_DIR="C:\\Program Files\\R\\R-2.13.1\share" R_INCLUDE_DIR="C:\\Program Files\\R\\R-2.13.1\share\include" R_DOC_DIR="C:\\Program Files\\R\\R-2.13.1\share\doc" R_ARCH= R_LIBS_USER="C:\\Program Files\\R\\R-2.13.1\\lib...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
Hi, This is a follow-up to the problem reported here: https://stat.ethz.ch/pipermail/r-devel/2010-September/058460.html After I updated R-2.12 to 2010-09-13 r52905 on the Bioc build system, some of the packages that have a Makefile in <pkg>/inst/doc still don't build on Windows. For example, 'R\bin\R.exe CMD build adSplit' gives: * checking for file
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html