Last updated on 2026-09-03 14:53:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 304.64 | 155.22 | 459.86 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 294.83 | 140.26 | 435.09 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 181.00 | 102.54 | 283.54 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 317.00 | 106.84 | 423.84 | NOTE | |
| r-devel-windows-x86_64 | 0.2.0 | 378.00 | 234.00 | 612.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 348.81 | 174.97 | 523.78 | NOTE | |
| r-release-linux-x86_64 | 0.2.0 | 345.68 | 180.20 | 525.88 | NOTE | |
| r-release-macos-arm64 | 0.2.0 | 65.00 | -5.00 | 60.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.0 | 208.00 | 128.00 | 336.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.0 | 370.00 | 197.00 | 567.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 195.00 | 28.00 | 223.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.0 | 486.00 | 253.00 | 739.00 | NOTE |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘getPrevalence.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘RcppParallel’ ‘rstantools’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'PoolTestR-Ex.R' failed
The error occurred in:
R Under development (unstable) (2026-08-31 r90457 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "PoolTestR"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('PoolTestR')
Error: package or namespace load failed for 'PoolTestR' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'StanHeaders'
Execution halted
Flavor: r-devel-windows-x86_64