Last updated on 2025-12-28 01:48:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.5 | 7.30 | 68.46 | 75.76 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.4.5 | 5.27 | 48.75 | 54.02 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.4.5 | 14.00 | 97.98 | 111.98 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.5 | 14.00 | 105.17 | 119.17 | OK | |
| r-devel-windows-x86_64 | 0.4.5 | 9.00 | 78.00 | 87.00 | ERROR | |
| r-patched-linux-x86_64 | 0.4.5 | 6.84 | 61.24 | 68.08 | OK | |
| r-release-linux-x86_64 | 0.4.5 | 7.63 | 61.36 | 68.99 | 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 | 10.00 | 87.00 | 97.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 | 12.00 | 103.00 | 115.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:
> ### 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
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.