Last updated on 2025-12-20 11:50:22 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.5 | 7.43 | 58.95 | 66.38 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.4.5 | 5.74 | 41.12 | 46.86 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.5 | 13.00 | 88.72 | 101.72 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.5 | 13.00 | 85.17 | 98.17 | ERROR | |
| r-devel-windows-x86_64 | 0.4.5 | 10.00 | 86.00 | 96.00 | OK | |
| r-patched-linux-x86_64 | 0.4.5 | 8.16 | 62.25 | 70.41 | OK | |
| r-release-linux-x86_64 | 0.4.5 | 6.61 | 61.10 | 67.71 | OK | |
| r-release-macos-arm64 | 0.4.5 | OK | ||||
| r-release-macos-x86_64 | 0.4.5 | 5.00 | 56.00 | 61.00 | OK | |
| r-release-windows-x86_64 | 0.4.5 | 11.00 | 87.00 | 98.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.5 | 5.00 | 48.00 | 53.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.5 | 13.00 | 103.00 | 116.00 | OK |
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