CRAN Package Check Results for Maintainer ‘Xiang LI <lixiang117423 at gmail.com>’

Last updated on 2025-09-13 00:51:21 CEST.

Package ERROR OK
qPCRtools 1 12

Package qPCRtools

Current CRAN status: ERROR: 1, OK: 12

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