Last updated on 2024-12-25 07:50:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 5.08 | 58.71 | 63.79 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 4.12 | 57.30 | 61.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 101.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 133.06 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 7.00 | 97.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 4.86 | 77.92 | 82.78 | OK | |
r-release-linux-x86_64 | 1.0.2 | 5.33 | 77.51 | 82.84 | OK | |
r-release-macos-arm64 | 1.0.2 | 48.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 105.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 7.00 | 90.00 | 97.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 83.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 9.00 | 118.00 | 127.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘mlms-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_mlms_json
> ### Title: Read MLMS Data in JSON Format
> ### Aliases: read_mlms_json
>
> ### ** Examples
>
> l <- system.file("extdata/ex-mlms.json", package = "mlms") |>
+ read_mlms_json()
Error: Reading MLMS data requires the 'inldata' package.
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_head_outliers 5.719 0.043 9.552
read_field_xlsx 3.791 0.174 7.302
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘tinytest.R’ [2s/4s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ Sys.setenv(R_TESTS = "")
+ tinytest::test_package("mlms")
+ }
test_functions.R.............. 0 tests
test_functions.R.............. 0 tests
test_functions.R.............. 0 tests Error: Creating a data model requires the 'inldata' package.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang