Last updated on 2025-12-06 00:48:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 9.55 | 106.40 | 115.95 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 7.20 | 61.35 | 68.55 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 23.00 | 165.77 | 188.77 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 39.00 | 171.42 | 210.42 | NOTE | |
| r-devel-windows-x86_64 | 0.1.1 | 11.00 | 105.00 | 116.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.1 | 8.99 | 99.87 | 108.86 | NOTE | |
| r-release-linux-x86_64 | 0.1.1 | 9.32 | 99.37 | 108.69 | NOTE | |
| r-release-macos-arm64 | 0.1.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.1.1 | 13.00 | 119.00 | 132.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 13.00 | 105.00 | 118.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 7.00 | 93.00 | 100.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 17.00 | 141.00 | 158.00 | OK |
Version: 0.1.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘cosinor-constructor.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Version: 0.1.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'kableExtra', 'knitr', 'rmarkdown', 'covr', 'ggrepel'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘card-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggcosinor
> ### Title: ggplot of cosinor model
> ### Aliases: ggcosinor
>
> ### ** Examples
>
> data(triplets)
> m1 <- cosinor(rDYX ~ hour, twins, tau = 24)
> m2 <- cosinor(rDYX ~ hour, twins, tau = c(24, 12))
> ggcosinor(m1, labels = FALSE)
Warning in regularize.values(x, y, ties, missing(ties)) :
collapsing to unique 'x' values
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the card package.
Please report the issue at <https://github.com/shah-in-boots/card/issues>.
Error in loadNamespace(x) : there is no package called ‘ggrepel’
Calls: ggcosinor ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc