Last updated on 2023-02-06 03:54:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.4 | 13.19 | 151.92 | 165.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.4 | 10.87 | 109.92 | 120.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.4 | 198.30 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.4 | 190.25 | ERROR | |||
r-devel-windows-x86_64 | 0.4.4 | 47.00 | 187.00 | 234.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.4 | 11.44 | 129.44 | 140.88 | ERROR | |
r-release-linux-x86_64 | 0.4.4 | 9.56 | 129.23 | 138.79 | ERROR | |
r-release-macos-arm64 | 0.4.4 | 46.00 | OK | |||
r-release-macos-x86_64 | 0.4.4 | 83.00 | OK | |||
r-release-windows-x86_64 | 0.4.4 | 61.00 | 188.00 | 249.00 | OK | |
r-oldrel-macos-arm64 | 0.4.4 | 54.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.4 | 76.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.4.4 | 29.00 | 162.00 | 191.00 | ERROR |
Version: 0.4.4
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: pollination_weather
> ### Title: Evaluation of weather conditions for pollination on a daily
> ### series
> ### Aliases: pollination_weather
>
> ### ** Examples
>
>
> # Estimate weather conditions during blooming season using the example
> # datasets included in the package
> library(tidyverse)
── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
✔ ggplot2 3.4.0 ✔ purrr 1.0.1
✔ tibble 3.1.8 ✔ dplyr 1.1.0
✔ tidyr 1.3.0 ✔ stringr 1.5.0
✔ readr 2.1.3 ✔ forcats 1.0.0
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
> library(lubridate)
Attaching package: ‘lubridate’
The following objects are masked from ‘package:base’:
date, intersect, setdiff, union
> Bloom_BT <- Dates_BT %>% select(Year, sbloom, ebloom)
> Pol_weather_BT <- pollination_weather(Tudela_DW,Bloom_BT,42.13132)
Error in `right_join()`:
! `...` must be empty.
✖ Problematic argument:
• all = TRUE
Backtrace:
▆
1. ├─fruclimadapt::pollination_weather(Tudela_DW, Bloom_BT, 42.13132)
2. │ └─... %>% ...
3. ├─dplyr::mutate(...)
4. ├─dplyr::mutate(., h_wpol = ifelse(Prec >= 2, 0, h_wpol))
5. ├─dplyr::right_join(., rain, by = "Date", all = TRUE)
6. └─dplyr:::right_join.data.frame(., rain, by = "Date", all = TRUE)
7. └─rlang::check_dots_empty0(...)
8. └─rlang::check_dots_empty(call = call)
9. └─rlang:::action_dots(...)
10. ├─base (local) try_dots(...)
11. └─rlang (local) action(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.4
Check: Rd cross-references
Result: NOTE
Undeclared package ‘chillR’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.4
Check: examples
Result: ERROR
Running examples in ‘fruclimadapt-Ex.R’ failed
The error most likely occurred in:
> ### Name: pollination_weather
> ### Title: Evaluation of weather conditions for pollination on a daily
> ### series
> ### Aliases: pollination_weather
>
> ### ** Examples
>
>
> # Estimate weather conditions during blooming season using the example
> # datasets included in the package
> library(tidyverse)
── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
✔ ggplot2 3.4.0 ✔ purrr 1.0.1
✔ tibble 3.1.8 ✔ dplyr 1.1.0
✔ tidyr 1.3.0 ✔ stringr 1.5.0
✔ readr 2.1.3 ✔ forcats 1.0.0
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
> library(lubridate)
Attaching package: ‘lubridate’
The following objects are masked from ‘package:base’:
date, intersect, setdiff, union
> Bloom_BT <- Dates_BT %>% select(Year, sbloom, ebloom)
> Pol_weather_BT <- pollination_weather(Tudela_DW,Bloom_BT,42.13132)
Error in `right_join()`:
! `...` must be empty.
✖ Problematic argument:
• all = TRUE
Backtrace:
▆
1. ├─fruclimadapt::pollination_weather(Tudela_DW, Bloom_BT, 42.13132)
2. │ └─... %>% ...
3. ├─dplyr::mutate(...)
4. ├─dplyr::mutate(., h_wpol = ifelse(Prec >= 2, 0, h_wpol))
5. ├─dplyr::right_join(., rain, by = "Date", all = TRUE)
6. └─dplyr:::right_join.data.frame(., rain, by = "Date", all = TRUE)
7. └─rlang::check_dots_empty0(...)
8. └─rlang::check_dots_empty(call = call)
9. └─rlang:::action_dots(...)
10. ├─base (local) try_dots(...)
11. └─rlang (local) action(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.4.4
Check: examples
Result: ERROR
Running examples in 'fruclimadapt-Ex.R' failed
The error most likely occurred in:
> ### Name: pollination_weather
> ### Title: Evaluation of weather conditions for pollination on a daily
> ### series
> ### Aliases: pollination_weather
>
> ### ** Examples
>
>
> # Estimate weather conditions during blooming season using the example
> # datasets included in the package
> library(tidyverse)
-- Attaching packages --------------------------------------- tidyverse 1.3.2 --
v ggplot2 3.4.0 v purrr 1.0.1
v tibble 3.1.8 v dplyr 1.1.0
v tidyr 1.3.0 v stringr 1.5.0
v readr 2.1.3 v forcats 1.0.0
-- Conflicts ------------------------------------------ tidyverse_conflicts() --
x dplyr::filter() masks stats::filter()
x dplyr::lag() masks stats::lag()
> library(lubridate)
Attaching package: 'lubridate'
The following objects are masked from 'package:base':
date, intersect, setdiff, union
> Bloom_BT <- Dates_BT %>% select(Year, sbloom, ebloom)
> Pol_weather_BT <- pollination_weather(Tudela_DW,Bloom_BT,42.13132)
Error in `right_join()`:
! `...` must be empty.
x Problematic argument:
* all = TRUE
Backtrace:
x
1. +-fruclimadapt::pollination_weather(Tudela_DW, Bloom_BT, 42.13132)
2. | \-... %>% ...
3. +-dplyr::mutate(...)
4. +-dplyr::mutate(., h_wpol = ifelse(Prec >= 2, 0, h_wpol))
5. +-dplyr::right_join(., rain, by = "Date", all = TRUE)
6. \-dplyr:::right_join.data.frame(., rain, by = "Date", all = TRUE)
7. \-rlang::check_dots_empty0(...)
8. \-rlang::check_dots_empty(call = call)
9. \-rlang:::action_dots(...)
10. +-base (local) try_dots(...)
11. \-rlang (local) action(...)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64