CRAN Package Check Results for Package SWMPrExtension

Last updated on 2022-02-15 07:49:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 22.16 188.40 210.56 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.0 20.30 139.15 159.45 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 255.87 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.0 259.66 ERROR
r-devel-windows-x86_64-new-UL 2.1.0 198.00 228.00 426.00 ERROR
r-devel-windows-x86_64-new-TK 2.1.0 ERROR
r-patched-linux-x86_64 2.1.0 30.53 170.51 201.04 ERROR
r-release-linux-x86_64 2.1.0 20.12 167.50 187.62 ERROR
r-release-macos-arm64 2.1.0 OK
r-release-macos-x86_64 2.1.0 OK
r-release-windows-ix86+x86_64 2.1.0 59.00 259.00 318.00 ERROR
r-oldrel-macos-x86_64 2.1.0 OK
r-oldrel-windows-ix86+x86_64 2.1.0 60.00 258.00 318.00 ERROR

Check Details

Version: 2.1.0
Check: examples
Result: ERROR
    Running examples in 'SWMPrExtension-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: seasonal_boxplot
    > ### Title: Seasonal boxplots
    > ### Aliases: seasonal_boxplot seasonal_boxplot.swmpr
    >
    > ### ** Examples
    >
    > ## Don't show:
    > data(apacpwq)
    >
    > dat <- qaqc(apacpwq, qaqc_keep = c('0', '3', '5'))
    >
    > y <- seasonal_boxplot(dat, param = 'do_mgl', target_yr = 2012)
    Warning in seasonal_boxplot.swmpr(dat, param = "do_mgl", target_yr = 2012) :
     No historical range specified. Entire time series will be used.
    Error in `dplyr::summarise()`:
    ! Problem while computing `..1 = complete(data = dplyr::cur_data(), ...,
     fill = fill, explicit = explicit)`.
    i The error occurred in group 1: season = Jan.
    Caused by error:
    ! object 'season' not found
    Backtrace:
     x
     1. +-SWMPrExtension::seasonal_boxplot(dat, param = "do_mgl", target_yr = 2012)
     2. +-SWMPrExtension:::seasonal_boxplot.swmpr(...)
     3. | +-tidyr::complete(dat_hist, !!seas)
     4. | \-tidyr:::complete.grouped_df(dat_hist, !!seas)
     5. | +-dplyr::summarise(...)
     6. | \-dplyr:::summarise.grouped_df(...)
     7. | \-dplyr:::summarise_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. | +-base::withCallingHandlers(...)
     9. | \-dplyr:::map(quosures, summarise_eval_one, mask = mask)
     10. | \-base::lapply(.x, .f, ...)
     11. | \-dplyr FUN(X[[i]], ...)
     12. | \-mask$eval_all_summarise(quo)
     13. +-tidyr::complete(data = dplyr::cur_data(), ..., fill = fill, explicit = explicit)
     14. +-tidyr:::complete.data.frame(...)
     15. | +-tidyr::expand(data, ...)
     16. | \-tidyr:::expand.data.frame(data, ...)
     17. | \-tidyr:::grid_dots(..., `_data` = data)
     18. | \-rlang::eval_tidy(dot, data = mask)
     19. \-base::.handleSimpleError(...)
     20. \-dplyr h(simpleError(msg, call))
     21. \-rlang::abort(bullets, call = error_call, parent = skip_internal_condition(e))
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.0
Check: examples
Result: ERROR
    Running examples in ‘SWMPrExtension-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: seasonal_boxplot
    > ### Title: Seasonal boxplots
    > ### Aliases: seasonal_boxplot seasonal_boxplot.swmpr
    >
    > ### ** Examples
    >
    > ## Don't show:
    > data(apacpwq)
    >
    > dat <- qaqc(apacpwq, qaqc_keep = c('0', '3', '5'))
    >
    > y <- seasonal_boxplot(dat, param = 'do_mgl', target_yr = 2012)
    Warning in seasonal_boxplot.swmpr(dat, param = "do_mgl", target_yr = 2012) :
     No historical range specified. Entire time series will be used.
    Error in `dplyr::summarise()`:
    ! Problem while computing `..1 = complete(data = dplyr::cur_data(), ...,
     fill = fill, explicit = explicit)`.
    ℹ The error occurred in group 1: season = Jan.
    Caused by error:
    ! object 'season' not found
    Backtrace:
     ▆
     1. ├─SWMPrExtension::seasonal_boxplot(dat, param = "do_mgl", target_yr = 2012)
     2. ├─SWMPrExtension:::seasonal_boxplot.swmpr(...)
     3. │ ├─tidyr::complete(dat_hist, !!seas)
     4. │ └─tidyr:::complete.grouped_df(dat_hist, !!seas)
     5. │ ├─dplyr::summarise(...)
     6. │ └─dplyr:::summarise.grouped_df(...)
     7. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. │ ├─base::withCallingHandlers(...)
     9. │ └─dplyr:::map(quosures, summarise_eval_one, mask = mask)
     10. │ └─base::lapply(.x, .f, ...)
     11. │ └─dplyr FUN(X[[i]], ...)
     12. │ └─mask$eval_all_summarise(quo)
     13. ├─tidyr::complete(data = dplyr::cur_data(), ..., fill = fill, explicit = explicit)
     14. ├─tidyr:::complete.data.frame(...)
     15. │ ├─tidyr::expand(data, ...)
     16. │ └─tidyr:::expand.data.frame(data, ...)
     17. │ └─tidyr:::grid_dots(..., `_data` = data)
     18. │ └─rlang::eval_tidy(dot, data = mask)
     19. └─base::.handleSimpleError(...)
     20. └─dplyr h(simpleError(msg, call))
     21. └─rlang::abort(bullets, call = error_call, parent = skip_internal_condition(e))
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.1.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘sp’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.1.0
Check: examples
Result: ERROR
    Running examples in ‘SWMPrExtension-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: seasonal_boxplot
    > ### Title: Seasonal boxplots
    > ### Aliases: seasonal_boxplot seasonal_boxplot.swmpr
    >
    > ### ** Examples
    >
    > ## Don't show:
    > data(apacpwq)
    >
    > dat <- qaqc(apacpwq, qaqc_keep = c('0', '3', '5'))
    >
    > y <- seasonal_boxplot(dat, param = 'do_mgl', target_yr = 2012)
    Warning in seasonal_boxplot.swmpr(dat, param = "do_mgl", target_yr = 2012) :
     No historical range specified. Entire time series will be used.
    Error in `dplyr::summarise()`:
    ! Problem while computing `..1 = complete(data = dplyr::cur_data(), ...,
     fill = fill, explicit = explicit)`.
    ℹ The error occurred in group 1: season = Jan.
    Caused by error:
    ! object 'season' not found
    Backtrace:
     ▆
     1. ├─SWMPrExtension::seasonal_boxplot(dat, param = "do_mgl", target_yr = 2012)
     2. ├─SWMPrExtension:::seasonal_boxplot.swmpr(...)
     3. │ ├─tidyr::complete(dat_hist, !!seas)
     4. │ └─tidyr:::complete.grouped_df(dat_hist, !!seas)
     5. │ ├─dplyr::summarise(...)
     6. │ └─dplyr:::summarise.grouped_df(...)
     7. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. │ ├─base::withCallingHandlers(...)
     9. │ └─dplyr:::map(quosures, summarise_eval_one, mask = mask)
     10. │ └─base::lapply(.x, .f, ...)
     11. │ └─dplyr FUN(X[[i]], ...)
     12. │ └─mask$eval_all_summarise(quo)
     13. ├─tidyr::complete(data = dplyr::cur_data(), ..., fill = fill, explicit = explicit)
     14. ├─tidyr:::complete.data.frame(...)
     15. │ ├─tidyr::expand(data, ...)
     16. │ └─tidyr:::expand.data.frame(data, ...)
     17. │ └─tidyr:::grid_dots(..., `_data` = data)
     18. │ └─rlang::eval_tidy(dot, data = mask)
     19. └─base::.handleSimpleError(...)
     20. └─dplyr h(simpleError(msg, call))
     21. └─rlang::abort(bullets, call = error_call, parent = skip_internal_condition(e))
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK

Version: 2.1.0
Check: examples
Result: ERROR
    Running examples in 'SWMPrExtension-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: seasonal_boxplot
    > ### Title: Seasonal boxplots
    > ### Aliases: seasonal_boxplot seasonal_boxplot.swmpr
    >
    > ### ** Examples
    >
    > ## Don't show:
    > data(apacpwq)
    >
    > dat <- qaqc(apacpwq, qaqc_keep = c('0', '3', '5'))
    >
    > y <- seasonal_boxplot(dat, param = 'do_mgl', target_yr = 2012)
    Warning in seasonal_boxplot.swmpr(dat, param = "do_mgl", target_yr = 2012) :
     No historical range specified. Entire time series will be used.
    Error in `dplyr::summarise()`:
    ! Problem while computing `..1 = complete(data = dplyr::cur_data(), ...,
     fill = fill, explicit = explicit)`.
    i The error occurred in group 1: season = Jan.
    Caused by error:
    ! object 'season' not found
    Backtrace:
     x
     1. +-SWMPrExtension::seasonal_boxplot(dat, param = "do_mgl", target_yr = 2012)
     2. +-SWMPrExtension:::seasonal_boxplot.swmpr(...)
     3. | +-tidyr::complete(dat_hist, !!seas)
     4. | \-tidyr:::complete.grouped_df(dat_hist, !!seas)
     5. | +-dplyr::summarise(...)
     6. | \-dplyr:::summarise.grouped_df(...)
     7. | \-dplyr:::summarise_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. | +-base::withCallingHandlers(...)
     9. | \-dplyr:::map(quosures, summarise_eval_one, mask = mask)
     10. | \-base::lapply(.x, .f, ...)
     11. | \-dplyr FUN(X[[i]], ...)
     12. | \-mask$eval_all_summarise(quo)
     13. +-tidyr::complete(data = dplyr::cur_data(), ..., fill = fill, explicit = explicit)
     14. +-tidyr:::complete.data.frame(...)
     15. | +-tidyr::expand(data, ...)
     16. | \-tidyr:::expand.data.frame(data, ...)
     17. | \-tidyr:::grid_dots(..., `_data` = data)
     18. | \-rlang::eval_tidy(dot, data = mask)
     19. \-base::.handleSimpleError(...)
     20. \-dplyr h(simpleError(msg, call))
     21. \-rlang::abort(bullets, call = error_call, parent = skip_internal_condition(e))
    Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64