Last updated on 2019-05-01 01:51:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.16 | 8.72 | 176.40 | 185.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.16 | 7.12 | 135.49 | 142.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.16 | 211.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.16 | 150.42 | OK | |||
r-patched-linux-x86_64 | 1.16 | 8.10 | 175.86 | 183.96 | OK | |
r-patched-solaris-x86 | 1.16 | 300.20 | OK | |||
r-release-linux-x86_64 | 1.16 | 8.04 | 173.54 | 181.58 | OK | |
r-release-windows-ix86+x86_64 | 1.16 | 24.00 | 370.00 | 394.00 | OK | |
r-release-osx-x86_64 | 1.16 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.16 | 28.00 | 272.00 | 300.00 | OK | |
r-oldrel-osx-x86_64 | 1.16 | OK |
Version: 1.16
Check: examples
Result: ERROR
Running examples in ‘agridat-Ex.R’ failed
The error most likely occurred in:
> ### Name: baker.wheat.uniformity
> ### Title: Uniformity trial of wheat
> ### Aliases: baker.wheat.uniformity
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(baker.wheat.uniformity)
> dat <- baker.wheat.uniformity
>
> require(desplot)
Loading required package: desplot
Error: package or namespace load failed for ‘desplot’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’
> desplot(yield ~ col*row, dat,
+ flip=TRUE, aspect=1,
+ main="baker.wheat.uniformity")
Error in desplot(yield ~ col * row, dat, flip = TRUE, aspect = 1, main = "baker.wheat.uniformity") :
could not find function "desplot"
Execution halted
Flavor: r-release-osx-x86_64
Version: 1.16
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘agridat_data.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.
Error: processing vignette 'agridat_data.Rmd' failed with diagnostics:
there is no package called 'stringi'
--- failed re-building ‘agridat_data.Rmd’
--- re-building ‘agridat_examples.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.
Error: processing vignette 'agridat_examples.Rmd' failed with diagnostics:
there is no package called 'stringi'
--- failed re-building ‘agridat_examples.Rmd’
--- re-building ‘agridat_papadakis.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.
Error: processing vignette 'agridat_papadakis.Rmd' failed with diagnostics:
there is no package called 'stringi'
--- failed re-building ‘agridat_papadakis.Rmd’
SUMMARY: processing the following files failed:
‘agridat_data.Rmd’ ‘agridat_examples.Rmd’ ‘agridat_papadakis.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-osx-x86_64