search for: r_build_environ

Displaying 5 results from an estimated 5 matches for "r_build_environ".

2013 Jan 16
1
Trouble building package using R in development
...uot;3.0.0" Note that there are no other versions of vegan inadvertently installed to the build directory for R Under Development. Following advice in Writing R Extensions I have also created ~/build.Renviron and ~/check.Renviron and as these are non-standard I also followed the advice to set R_BUILD_ENVIRON and R_CHECK_ENVIRON again temporarily via export: $ cat $R_CHECK_ENVIRON R_LIBS=/home/gavin/R/devlibs $ cat $R_BUILD_ENVIRON R_LIBS=/home/gavin/R/devlibs Yet still I get errors building analogue: $ Rdevel CMD build ../analogue/pkg/ * checking for file ?../analogue/pkg/DESCRIPTION? ... OK * prep...
2015 Jul 09
4
R CMD build failure
I have a local library 'dart' that imports "httr". It has routines that access central patient data such as birth date, so it is heavily used locally but of no interest to anyone else. The httr library (and 300 others) are in a shared directory, referenced by everyone in the biostatistics group via adding this location to the .libPaths in their default .Rprofile.
2020 Feb 14
3
R-3.6.2 make check fails
...t;> in utils?) + libp <- libp[! libp %in% .Library] + if(length(libp)) + paste(libp, collapse = .Platform$path.sep) + else "" # character(0) is invalid for Sys.setenv() + } > Sys.setenv(R_LIBS = .R_LIBS() # for build.pkg() & install.packages() + , R_BUILD_ENVIRON = "nothing" # avoid ~/.R/build.environ which might set R_LIBS + , R_ENVIRON = "none" + , R_PROFILE = "none" + ) > > ## PR 1271 detach("package:base") crashes R. > tools::assertError(detach("package:base")) &gt...
2013 Apr 03
0
R 3.0.0 is released
...o abort, assert or exit in compiled code, and has been able to find the .o file in which the calls occur. Such calls can terminate the R process which loads the package. o The location of the build and check environment files can now be specified by the environment variables R_BUILD_ENVIRON and R_CHECK_ENVIRON, respectively. o R CMD Sweave gains a --compact option to control possibly reducing the size of the PDF file it creates when --pdf is given. o R CMD build now omits Eclipse's .metadata directories, and R CMD check warns if it finds them. o R...
2013 Apr 03
0
R 3.0.0 is released
...o abort, assert or exit in compiled code, and has been able to find the .o file in which the calls occur. Such calls can terminate the R process which loads the package. o The location of the build and check environment files can now be specified by the environment variables R_BUILD_ENVIRON and R_CHECK_ENVIRON, respectively. o R CMD Sweave gains a --compact option to control possibly reducing the size of the PDF file it creates when --pdf is given. o R CMD build now omits Eclipse's .metadata directories, and R CMD check warns if it finds them. o R...