search for: r_win_no_junct

Displaying 4 results from an estimated 4 matches for "r_win_no_junct".

2019 Dec 11
1
Windows check problems.
...creation silently fails: an empty directory appears on the temp dir. When R loads the package code, it doesn't find it in the temp dir, and goes looking in other libraries, where it found an older versions of the package. A workaround for this issue is to set the environment variable R_WIN_NO_JUNCTIONS=yes before doing the check. This causes the check code to copy all the files into the temp dir and things are fine. I don't know whether the junction creation should have succeeded, or whether it should have signalled an error when it didn't, but it might make sense for R to do a...
2013 Jul 30
1
Error from R CMD check
Dear all, I'm puzzled by the error I get from R CMD check one of my packages. I'm running R CMD check with the --as-cran flag and it get the error both from running it from the command line as from within Rstudio. On the same machine R CMD check on my GRTS package (https://r-forge.r-project.org/R/?group_id=1027) works fine. Any suggestions on how to fix this? I can send the source code
2012 Jun 22
0
R 2.15.1 is released
...mented). UTILITIES: o For R CMD check, a few people have reported problems with junctions on Windows (although they were tested on Windows 7, XP and Server 2008 machines and it is unknown under what circumstances the problems occur). Setting the environment variable R_WIN_NO_JUNCTIONS to a non-empty value (e.g. in ~/.R/check.Renviron) will force copies to be used instead. INSTALLATION: o R CMD INSTALL with _R_CHECK_INSTALL_DEPENDS_ set to a true value (as done by R CMD check --as-cran) now restricts the packages available when lazy-loading as well a...
2012 Jun 22
0
R 2.15.1 is released
...mented). UTILITIES: o For R CMD check, a few people have reported problems with junctions on Windows (although they were tested on Windows 7, XP and Server 2008 machines and it is unknown under what circumstances the problems occur). Setting the environment variable R_WIN_NO_JUNCTIONS to a non-empty value (e.g. in ~/.R/check.Renviron) will force copies to be used instead. INSTALLATION: o R CMD INSTALL with _R_CHECK_INSTALL_DEPENDS_ set to a true value (as done by R CMD check --as-cran) now restricts the packages available when lazy-loading as well a...