Last updated on 2026-08-05 09:50:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 12.80 | 45.47 | 58.27 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 8.10 | 35.78 | 43.88 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 22.00 | 93.11 | 115.11 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 11.00 | 46.89 | 57.89 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 19.00 | 84.00 | 103.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.0 | 11.74 | 39.31 | 51.05 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 10.59 | 40.22 | 50.81 | OK | |
| r-release-macos-arm64 | 0.2.0 | 3.00 | 28.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 10.00 | 62.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 20.00 | 83.00 | 103.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 9.00 | 76.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 19.00 | 96.00 | 115.00 | ERROR |
Version: 0.1.0
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘colon-equals.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> suppressWarnings(library(testthat))
> suppressWarnings(library(nlmixr2save))
>
> test_check("nlmixr2save")
Saving _problems/test-simplify-19.R
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-save.R:51:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-save.R:43:7'): saveFitRandom marks registered functions as random ──
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. ├─withr::with_tempdir(...) at test-save.R:42:5
2. │ └─withr::with_dir(tmp, code)
3. │ └─base::force(code)
4. └─base::loadNamespace(x) at test-save.R:43:7
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
7. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
── Error ('test-save.R:184:7'): test rxUi item saving with rxode2 ──────────────
Error: package or namespace load failed for 'rxode2' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::library(rxode2) at test-save.R:184:7
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-simplify.R:19:1'): (code run outside of `test_that()`) ─────────
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::loadNamespace(x) at test-simplify.R:19:1
2. └─base::library.dynam(lib, package, package.lib)
3. └─base::dyn.load(file, DLLpath = DLLpath, ...)
4. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> suppressWarnings(library(testthat))
> suppressWarnings(library(nlmixr2save))
>
> test_check("nlmixr2save")
Saving _problems/test-simplify-19.R
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-save.R:51:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-save.R:43:7'): saveFitRandom marks registered functions as random ──
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.6/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. ├─withr::with_tempdir(...) at test-save.R:42:5
2. │ └─withr::with_dir(tmp, code)
3. │ └─base::force(code)
4. └─base::loadNamespace(x) at test-save.R:43:7
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
7. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
── Error ('test-save.R:184:7'): test rxUi item saving with rxode2 ──────────────
Error: package or namespace load failed for 'rxode2' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'D:/RCompile/CRANpkg/lib/4.6/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::library(rxode2) at test-save.R:184:7
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-simplify.R:19:1'): (code run outside of `test_that()`) ─────────
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.6/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::loadNamespace(x) at test-simplify.R:19:1
2. └─base::library.dynam(lib, package, package.lib)
3. └─base::dyn.load(file, DLLpath = DLLpath, ...)
4. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> suppressWarnings(library(testthat))
> suppressWarnings(library(nlmixr2save))
>
> test_check("nlmixr2save")
Saving _problems/test-simplify-19.R
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-save.R:51:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-save.R:43:7'): saveFitRandom marks registered functions as random ──
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.5/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. ├─withr::with_tempdir(...) at test-save.R:42:5
2. │ └─withr::with_dir(tmp, code)
3. │ └─base::force(code)
4. └─base::loadNamespace(x) at test-save.R:43:7
5. └─base::library.dynam(lib, package, package.lib)
6. └─base::dyn.load(file, DLLpath = DLLpath, ...)
7. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
── Error ('test-save.R:184:7'): test rxUi item saving with rxode2 ──────────────
Error: package or namespace load failed for 'rxode2' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'D:/RCompile/CRANpkg/lib/4.5/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::library(rxode2) at test-save.R:184:7
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-simplify.R:19:1'): (code run outside of `test_that()`) ─────────
Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.5/rxode2/libs/x64/rxode2.dll':
LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
Backtrace:
▆
1. └─base::loadNamespace(x) at test-simplify.R:19:1
2. └─base::library.dynam(lib, package, package.lib)
3. └─base::dyn.load(file, DLLpath = DLLpath, ...)
4. └─base (local) inDL(x, as.logical(local), as.logical(now), ...)
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64