Last updated on 2025-09-11 05:48:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 12.88 | 101.36 | 114.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 7.62 | 70.14 | 77.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 168.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 159.07 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 15.00 | 93.00 | 108.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.1 | 12.05 | 94.98 | 107.03 | OK | |
r-release-linux-x86_64 | 1.0.1 | 11.79 | 94.23 | 106.02 | OK | |
r-release-macos-arm64 | 1.0.1 | 51.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 78.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 14.00 | 98.00 | 112.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 67.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 17.00 | 123.00 | 140.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'qPCRtools-Ex.R' failed
The error most likely occurred in:
> ### Name: CalCurve
> ### Title: Standard Curve Calculation.
> ### Aliases: CalCurve
>
> ### ** Examples
>
> df.1.path <- system.file("examples", "calsc.cq.txt", package = "qPCRtools")
> df.2.path <- system.file("examples", "calsc.info.txt", package = "qPCRtools")
> df.1 <- read.table(df.1.path, header = TRUE)
> df.2 <- read.table(df.2.path, header = TRUE)
> CalCurve(
+ cq.table = df.1,
+ concen.table = df.2,
+ lowest.concen = 4,
+ highest.concen = 4096,
+ dilu = 4,
+ by = "mean"
+ ) -> p
Error in ll(object) : could not find function "ll"
Calls: CalCurve ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-windows-x86_64