Last updated on 2025-12-07 07:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.8 | 59.43 | 453.66 | 513.09 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.8 | 37.40 | 260.41 | 297.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.8 | 132.00 | 689.68 | 821.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.8 | 313.00 | 536.36 | 849.36 | OK | |
| r-devel-windows-x86_64 | 2.1.8 | 58.00 | 390.00 | 448.00 | OK | |
| r-patched-linux-x86_64 | 2.1.8 | 61.49 | 413.79 | 475.28 | OK | |
| r-release-linux-x86_64 | 2.1.8 | 55.56 | 419.07 | 474.63 | OK | |
| r-release-macos-arm64 | 2.1.8 | OK | ||||
| r-release-macos-x86_64 | 2.1.8 | 53.00 | 388.00 | 441.00 | OK | |
| r-release-windows-x86_64 | 2.1.8 | 62.00 | 380.00 | 442.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.8 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2.1.8 | 79.00 | 402.00 | 481.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.1.8 | 84.00 | 525.00 | 609.00 | NOTE |
Version: 2.1.8
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'DiagrammeR', 'knitr', 'NLMR', 'rmarkdown', 'roxygen2'
VignetteBuilder packages required for checking but not installed:
'knitr', 'rmarkdown'
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: examples
Result: ERROR
Running examples in ‘SpaDES.core-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: convertToPackage
> ### Title: Convert standard module code into an R package
> ### Aliases: convertToPackage
>
> ### ** Examples
>
> if (requireNamespace("ggplot2") && requireNamespace("pkgload") ) {
+ tmpdir <- tempdir2()
+ newModule("test", tmpdir, open = FALSE)
+ convertToPackage("test", path = tmpdir)
+ pkgload::load_all(file.path(tmpdir, "test"))
+ pkgload::unload("test")
+ }
Loading required namespace: pkgload
New module test created at /tmp/Rtmp1X04KI/reproducible/U3C0xYmG
* edit module code in test.R
* write tests for your module code in tests/
* describe and document your module in test.Rmd
* tell others how to cite your module by editing citation.bib
* choose a license for your module; see LICENSE.md
Main module file is: /tmp/Rtmp1X04KI/reproducible/U3C0xYmG/test/test.R
Main documentation file is: /tmp/Rtmp1X04KI/reproducible/U3C0xYmG/test/test.Rmd
Error in convertToPackage("test", path = tmpdir) :
requireNamespace("roxygen2", quietly = TRUE) is not TRUE
Calls: convertToPackage -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘NLMR’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 2.1.8
Check: installed package size
Result: NOTE
installed size is 7.6Mb
sub-directories of 1Mb or more:
R 5.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64