Last updated on 2025-09-06 03:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 11.03 | 78.73 | 89.76 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 6.93 | 56.33 | 63.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 137.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 128.16 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 12.00 | 86.00 | 98.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.1 | 11.66 | 72.84 | 84.50 | OK | |
r-release-linux-x86_64 | 0.3.1 | 9.93 | 72.51 | 82.44 | OK | |
r-release-macos-arm64 | 0.3.1 | 37.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 71.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 12.00 | 221.00 | 233.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 62.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 17.00 | 112.00 | 129.00 | OK |
Version: 0.3.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Arden Burrell <arden.burrell@gmail.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘TSS.RESTREND-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ACP.calculator
> ### Title: Antecedental Rainfall (and temperature) Accumulation calculator
> ### for the VI Complete Time Series
> ### Aliases: ACP.calculator
>
> ### ** Examples
>
> #Find the data
> vi.path <- system.file("extdata", "rabbitVI.csv", package = "TSS.RESTREND", mustWork = TRUE)
> in.VI <- read.csv(vi.path)
> CTSR.VI <- ts(in.VI, start=c(1982, 1), end=c(2013,12), frequency = 12)
> data(rabbitACPtable)
> ACPres <- ACP.calculator(CTSR.VI, rabbitACPtable)
Error in ll(object) : could not find function "ll"
Calls: ACP.calculator ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in 'TSS.RESTREND-Ex.R' failed
The error most likely occurred in:
> ### Name: ACP.calculator
> ### Title: Antecedental Rainfall (and temperature) Accumulation calculator
> ### for the VI Complete Time Series
> ### Aliases: ACP.calculator
>
> ### ** Examples
>
> #Find the data
> vi.path <- system.file("extdata", "rabbitVI.csv", package = "TSS.RESTREND", mustWork = TRUE)
> in.VI <- read.csv(vi.path)
> CTSR.VI <- ts(in.VI, start=c(1982, 1), end=c(2013,12), frequency = 12)
> data(rabbitACPtable)
> ACPres <- ACP.calculator(CTSR.VI, rabbitACPtable)
Error in ll(object) : could not find function "ll"
Calls: ACP.calculator ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-windows-x86_64