Last updated on 2025-09-13 13:50:10 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
TSS.RESTREND | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
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:
> ### 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