Last updated on 2025-12-21 11:50:27 CET.
| Package | ERROR | OK |
|---|---|---|
| fruclimadapt | 4 | 9 |
Current CRAN status: ERROR: 4, OK: 9
Version: 0.4.5
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Carlos Miranda <carlos.miranda@unavarra.es>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Carlos",
family = "Miranda",
role = c("aut", "cre"),
email = "carlos.miranda@unavarra.es")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.5
Check: examples
Result: ERROR
Running examples in ‘fruclimadapt-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: chill_hours
> ### Title: Calculation of chill hours from hourly temperature data
> ### (Weinberger model)
> ### Aliases: chill_hours
>
> ### ** Examples
>
>
> # Generate hourly temperatures
> library(magrittr)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(lubridate)
Attaching package: ‘lubridate’
The following objects are masked from ‘package:base’:
date, intersect, setdiff, union
> Tudela_Sel <- Tudela_DW %>% filter(Tudela_DW$Year<=2002)
> Tudela_HT <- hourly_temps(Tudela_Sel,42.13132)
> # Calculate chill as chill hours, starting on DOY 305
> Chill_h <- chill_hours(Tudela_HT,305)
Error in `[.data.table`(setDT(climdata), , `:=`(Chill, cumsum(HourC)), :
attempt access index 11/11 in VECTOR_ELT
Calls: chill_hours -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.5
Check: examples
Result: ERROR
Running examples in ‘fruclimadapt-Ex.R’ failed
The error most likely occurred in:
> ### Name: chill_hours
> ### Title: Calculation of chill hours from hourly temperature data
> ### (Weinberger model)
> ### Aliases: chill_hours
>
> ### ** Examples
>
>
> # Generate hourly temperatures
> library(magrittr)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(lubridate)
Attaching package: ‘lubridate’
The following objects are masked from ‘package:base’:
date, intersect, setdiff, union
> Tudela_Sel <- Tudela_DW %>% filter(Tudela_DW$Year<=2002)
> Tudela_HT <- hourly_temps(Tudela_Sel,42.13132)
> # Calculate chill as chill hours, starting on DOY 305
> Chill_h <- chill_hours(Tudela_HT,305)
Error in `[.data.table`(setDT(climdata), , `:=`(Chill, cumsum(HourC)), :
attempt access index 11/11 in VECTOR_ELT
Calls: chill_hours -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc