Last updated on 2026-02-03 09:54:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 23.10.1 | 1.86 | 31.34 | 33.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 23.10.1 | 1.46 | 24.75 | 26.21 | OK | |
| r-devel-linux-x86_64-fedora-clang | 23.10.1 | 46.65 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 23.10.1 | 65.22 | OK | |||
| r-devel-windows-x86_64 | 23.10.1 | 3.00 | 61.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 23.10.1 | 1.73 | 27.31 | 29.04 | OK | |
| r-release-linux-x86_64 | 23.10.1 | 1.44 | 27.12 | 28.56 | OK | |
| r-release-macos-arm64 | 23.10.1 | ERROR | ||||
| r-release-macos-x86_64 | 23.10.1 | 1.00 | 77.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 23.10.1 | 3.00 | 65.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 23.10.1 | OK | ||||
| r-oldrel-macos-x86_64 | 23.10.1 | 2.00 | 74.00 | 76.00 | OK | |
| r-oldrel-windows-x86_64 | 23.10.1 | 5.00 | 53.00 | 58.00 | ERROR |
Version: 23.10.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/68s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IsoMemo)
>
> test_check("IsoMemo")
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-01-getData.R:3:3'): getData() actually retrieves all data ──────
Error in `expect_match(levels(df$source)[1], "14CSea")`: is.character(act$val) is not TRUE
Backtrace:
▆
1. └─testthat::expect_match(levels(df$source)[1], "14CSea") at test-01-getData.R:3:3
2. └─base::stopifnot(is.character(act$val))
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 23.10.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(IsoMemo)
>
> test_check("IsoMemo")
Saving _problems/test-01-getData-3.R
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-01-getData.R:3:3'): getData() actually retrieves all data ──────
Error in `expect_match(levels(df$source)[1], "14CSea")`: `object` must be a character vector, not `NULL`.
Backtrace:
▆
1. └─testthat::expect_match(object = levels(df$source)[1]) at test-01-getData.R:3:3
2. └─testthat:::check_character(object)
3. └─testthat:::stop_input_type(...)
4. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 23.10.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'Using-IsoMemo-API.Rmd' using rmarkdown
Quitting from Using-IsoMemo-API.Rmd:48-50 [hist]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `hist.default()`:
! 'x' must be numeric
---
Backtrace:
▆
1. ├─graphics::hist(df1$d15N)
2. └─graphics::hist.default(df1$d15N)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Using-IsoMemo-API.Rmd' failed with diagnostics:
'x' must be numeric
--- failed re-building 'Using-IsoMemo-API.Rmd'
SUMMARY: processing the following file failed:
'Using-IsoMemo-API.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64