Last updated on 2026-06-19 23:52:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 33.83 | 320.36 | 354.19 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 25.53 | 250.49 | 276.02 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 62.00 | 496.66 | 558.66 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 63.00 | WARN | |||
| r-devel-windows-x86_64 | 0.5.0 | 44.00 | 326.00 | 370.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 31.12 | 308.15 | 339.27 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 30.40 | 305.03 | 335.43 | OK | |
| r-release-macos-arm64 | 0.5.0 | 8.00 | 84.00 | 92.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 8.00 | ERROR | |||
| r-release-windows-x86_64 | 0.5.0 | 40.00 | 317.00 | 357.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | 9.00 | 78.00 | 87.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.0 | 27.00 | 513.00 | 540.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 58.00 | 399.00 | 457.00 | OK |
Version: 0.5.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘htmlwidgets’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for ‘PKbioanalysis’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘htmltools’
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
ns <- loadNamespace(package, lib.loc)
env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
}, error = function(e) {
P <- if (!is.null(cc <- conditionCall(e)))
paste(" in", deparse(cc)[1L])
else ""
msg <- gettextf("package or namespace load failed for %s%s:\n %s",
sQuote(package), P, conditionMessage(e))
if (logical.return && !quietly)
message(paste("Error:", msg), domain = NA)
else stop(msg, call. = FALSE, domain = NA)
})
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘RTMB’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64