Last updated on 2024-12-20 00:48:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.7 | 328.47 | 325.00 | 653.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.7 | 214.87 | 247.02 | 461.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.7 | 960.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.7 | 1057.32 | NOTE | |||
r-devel-windows-x86_64 | 1.1.7 | 213.00 | 331.00 | 544.00 | OK | |
r-patched-linux-x86_64 | 1.1.7 | 293.19 | 325.54 | 618.73 | NOTE | |
r-release-linux-x86_64 | 1.1.7 | 284.52 | 323.99 | 608.51 | NOTE | |
r-release-macos-arm64 | 1.1.7 | 209.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.7 | 331.00 | NOTE | |||
r-release-windows-x86_64 | 1.1.7 | 227.00 | 321.00 | 548.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1.7 | 278.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.7 | 355.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1.7 | 303.00 | 417.00 | 720.00 | ERROR |
Version: 1.1.7
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rstantools’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.7
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: 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: 1.1.7
Check: installed package size
Result: NOTE
installed size is 93.6Mb
sub-directories of 1Mb or more:
data 2.0Mb
doc 2.3Mb
libs 88.2Mb
Flavors: 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: 1.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [126s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(isotracer)
To automatically run isotracer in parallel on a multicore CPU, you can call:
options(mc.cores = parallel::detectCores())
Attaching package: 'isotracer'
The following object is masked from 'package:stats':
filter
>
> test_check("isotracer")
[ FAIL 1 | WARN 12 | SKIP 0 | PASS 582 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-steady-states-flows-pred.R:274:5'): Predictions for open network, multiple units, one steady, no split ──
all(x[["from"]] - x[["to"]] < 1e-12) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 12 | SKIP 0 | PASS 582 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64