search for: buildkeepempty

Displaying 3 results from an estimated 3 matches for "buildkeepempty".

2011 May 19
1
r-2.13 fails make check
..."list": + print(installed.packages(lib.loc = "myLib", priority = "NA")) + options(op) + unlink("myLib", recursive = TRUE) + unlink(file.path(pkgPath), recursive = TRUE) + } building package pkgA ... Error in parse_description_field(desc, "BuildKeepEmpty", keep_empty1) : object 'keep_empty1' not found Execution halted Error: (converted from warning) running command '/Users/khansen/Source/R-2.13-build/bin/R CMD build --keep-empty-dirs /var/folders/E3/E3ZBCIQ9El4LlIR92ARpyE+++TI/-Tmp-//Rtmpw9faGg/Pkgs/pkgA' had status 1 Executi...
2011 Jul 08
0
R 2.13.1 is released
...user's .Renviron file for the architecture-specific tests (which do read the architecture-specific Renviron.site files). This is consistent with single-architecture checks, which use --no-environ. ? R CMD build now looks for DESCRIPTION fields BuildResaveData and BuildKeepEmpty for per-package overrides. See ?Writing R Extensions?. BUG FIXES: ? plot.lm(which = 5) was intended to order factor levels in increasing order of mean standardized residual. It ordered the factor labels correctly, but could plot the wrong group of residuals against...
2011 Jul 08
0
R 2.13.1 is released
...user's .Renviron file for the architecture-specific tests (which do read the architecture-specific Renviron.site files). This is consistent with single-architecture checks, which use --no-environ. ? R CMD build now looks for DESCRIPTION fields BuildResaveData and BuildKeepEmpty for per-package overrides. See ?Writing R Extensions?. BUG FIXES: ? plot.lm(which = 5) was intended to order factor levels in increasing order of mean standardized residual. It ordered the factor labels correctly, but could plot the wrong group of residuals against...