Last updated on 2021-05-22 15:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.4 | 4.14 | 236.74 | 240.88 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.4 | 3.16 | 187.52 | 190.68 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.4 | 302.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 299.77 | NOTE | |||
r-devel-windows-x86_64 | 0.2.4 | 10.00 | 0.00 | 10.00 | FAIL | |
r-devel-windows-x86_64-gcc10-UCRT | 0.2.4 | NOTE | ||||
r-patched-linux-x86_64 | 0.2.4 | 3.64 | 234.11 | 237.75 | OK | |
r-patched-solaris-x86 | 0.2.4 | 467.30 | NOTE | |||
r-release-linux-x86_64 | 0.2.4 | 4.54 | 232.11 | 236.65 | OK | |
r-release-macos-x86_64 | 0.2.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.4 | 10.00 | 0.00 | 10.00 | FAIL | |
r-oldrel-macos-x86_64 | 0.2.4 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.4 | 9.00 | 1727.00 | 1736.00 | OK |
Version: 0.2.4
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rlang’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.2.4
Check: re-building of vignette outputs
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ##D segment = "SA01", state_part = "main", agg_geo = "tract")
> ##D
> ##D # download and load 2014 RAC data for Oregon and aggregate
> ##D # to the tract level
> ##D trt_df_or_rac <- grab_lodes(state = 'or', year = 2014, lodes_type = "rac", job_type = "JT01",
> ##D segment = "SA01", agg_geo = "tract")
> ##D
> ##D # download and load 2014 WAC data for Oregon and aggregate
> ##D # to the tract level
> ##D trt_df_or_wac <- grab_lodes(state = 'or', year = 2014, lodes_type = "wac", job_type = "JT01",
> ##D segment = "SA01", agg_geo = "tract")
> ## End(Not run)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.23 0.11 1.34 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavors: r-devel-windows-x86_64, r-release-windows-ix86+x86_64
Version: 0.2.4
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘getting_started.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required package: devtools
Loading required package: usethis
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: stringr
Downloading GitHub repo jamgreen/lehdr@HEAD
Installing package into '/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.6/lehdr.Rcheck'
(as 'lib' is unspecified)
* installing *source* package ‘lehdr’ ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lehdr)
Quitting from lines 55-60 (getting_started.Rmd)
Error: processing vignette 'getting_started.Rmd' failed with diagnostics:
Failed to open file /Users/urbanek/Library/Caches/lehdr/or_od_main_JT01_2014.csv.gz.
--- failed re-building ‘getting_started.Rmd’
SUMMARY: processing the following file failed:
‘getting_started.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64