Last updated on 2025-09-06 03:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 13.40 | 94.98 | 108.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 8.13 | 72.48 | 80.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 168.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 160.53 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 15.00 | 93.00 | 108.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.1 | 10.94 | 93.84 | 104.78 | OK | |
r-release-linux-x86_64 | 1.0.1 | 12.23 | 94.85 | 107.08 | 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 | 100.00 | 114.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 | 16.00 | 122.00 | 138.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘qPCRtools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-linux-x86_64-debian-clang
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