Last updated on 2025-08-05 12:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 69.04 | 590.28 | 659.32 | OK | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 40.87 | 366.44 | 407.31 | OK | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 1027.36 | OK | --no-vignettes | ||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 1051.52 | OK | --no-vignettes | ||
r-devel-windows-x86_64 | 1.3.0 | 133.00 | 570.00 | 703.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 1.3.0 | 64.12 | 569.67 | 633.79 | OK | --no-vignettes |
r-release-linux-x86_64 | 1.3.0 | 65.17 | 560.11 | 625.28 | OK | --no-vignettes |
r-release-macos-x86_64 | 1.3.0 | 1803.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 136.00 | 588.00 | 724.00 | OK | --no-vignettes |
r-oldrel-macos-arm64 | 1.2.0 | 1803.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3.0 | 1803.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.3.0 | 183.00 | 675.00 | 858.00 | OK | --no-vignettes |
Version: 1.2.0
Check: Rd files
Result: NOTE
checkRd: (-1) ctmm-FAQ.Rd:28-30: Lost braces
28 | {These are the packages I needed in Ubuntu:
| ^
checkRd: (-1) ctmm-FAQ.Rd:34: Lost braces
34 | {Make sure that you have the correct \code{timezone} and \code{timeformat} arguments specified. Also, see \code{\link{outlie}}.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:38: Lost braces
38 | {\code{R} might not have installed or loaded the package correctly---e.g., some files may have failed to overwrite previous versions---or the workspace/session might be corrupted. Uninstall \code{ctmm}, restart \code{R} without saving the workspace/session, and install \code{ctmm} again.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:43-48: Lost braces
43 | {\code{ctmm} has no recursive functions, so I am not exactly sure what causes this error, but it only occurs with certain versions of \code{R} on certain computer architectures. There are several solutions that have worked for people, including restarting \code{R} in a fresh session and updating their software. Alternatively:
| ^
checkRd: (-1) ctmm-FAQ.Rd:52: Lost braces
52 | {Namespace collision sometimes occurs between \code{raster}, \code{sp}, \code{move}, and \code{ctmm}. Either restart \code{R} and only load the \code{ctmm} package, or run \code{ctmm::plot} instead of \code{plot}.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:56: Lost braces
56 | {The default projection in \code{ctmm} does not preserve the direction of North, but better preserves distances for elongated distributions. See the \code{projection} argument in \code{\link{as.telemetry}} and the example in \code{\link[ctmm]{projection}}. The \code{\link{compass}} function is also useful for pointing north.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:60: Lost braces
60 | {Namespace collision can occur between \code{raster} and \code{ctmm}. Either restart \code{R} and only load the \code{ctmm} package, or run \code{ctmm::projection} instead of \code{projection}.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:64: Lost braces; missing escapes or markup?
64 | {Maximize the plot window and/or increase your screen resolution.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:68: Lost braces; missing escapes or markup?
68 | {Click the gear icon in the upper-left corner of the plot window.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:72: Lost braces
72 | {Recent versions of \code{manipulate} and/or RStudio seem to have some issues. Sometimes the gear icon does not render unless you re-run the function 2-5 times.}
| ^
checkRd: (-1) ctmm-FAQ.Rd:76: Lost braces
76 | {You probably have an outdated copy of the \code{manipulate} package installed. Update \code{R} to the latest version and then update all of your packages. This seems to happen frequently with the MacOS release of \code{R}.}
| ^
checkRd: (-1) sigfig.Rd:20: Lost braces; missing escapes or markup?
20 | \item{est}{Can be either confidence-interval estimates with rows {(lower-limit,point-estimate,upper-limit)} or point estimates (with \code{VAR} or \code{SD} also specified).}
| ^
Flavor: r-oldrel-macos-arm64
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘ctmm-Ex.R’ failed
The error occurred in:
R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "ctmm"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('ctmm')
Error: package or namespace load failed for ‘ctmm’:
.onLoad failed in loadNamespace() for 'ctmm', details:
call: saveRDS(list(base = base, value = ret0), dest)
error: error writing to connection
Execution halted
Flavor: r-oldrel-macos-x86_64