CRAN Package Check Results for Package forestmangr

Last updated on 2026-02-08 21:50:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.8 11.09 210.12 221.21 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.8 6.84 151.72 158.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.8 18.00 327.92 345.92 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.8 18.00 339.13 357.13 ERROR
r-devel-windows-x86_64 0.9.8 15.00 225.00 240.00 ERROR
r-patched-linux-x86_64 0.9.8 11.91 196.44 208.35 ERROR
r-release-linux-x86_64 0.9.8 8.31 197.63 205.94 ERROR
r-release-macos-arm64 0.9.8 OK
r-release-macos-x86_64 0.9.8 6.00 219.00 225.00 OK
r-release-windows-x86_64 0.9.8 14.00 251.00 265.00 OK
r-oldrel-macos-arm64 0.9.8 OK
r-oldrel-macos-x86_64 0.9.8 7.00 136.00 143.00 OK
r-oldrel-windows-x86_64 0.9.8 17.00 288.00 305.00 ERROR

Check Details

Version: 0.9.8
Check: examples
Result: ERROR Running examples in ‘forestmangr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: huberwb > ### Title: Calculate the volume with bark of trees using the Huber method > ### Aliases: huberwb > > ### ** Examples > > library(forestmangr) > data("exfm8") > head(exfm8) # A tibble: 6 × 10 CLONE STRATA TREE LOG DBH TH hi di_wb bark_t sec_length <int> <int> <int> <int> <dbl> <int> <dbl> <dbl> <dbl> <int> 1 9318 4 1 1 17.6 21 0.5 18.5 6 1 2 9318 4 1 2 17.6 21 1.5 17.5 6 1 3 9318 4 1 3 17.6 21 2.5 17 5 1 4 9318 4 1 4 17.6 21 3.5 16.5 5 1 5 9318 4 1 5 17.6 21 4.5 16 4 1 6 9318 4 1 6 17.6 21 5.5 16 4 1 > > # Calculate the volume with bark using the Huber method: > huberwb(exfm8,"di_wb", "sec_length", "TREE") Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─forestmangr::huberwb(exfm8, "di_wb", "sec_length", "TREE") 2. │ └─... %>% dplyr::ungroup() 3. ├─dplyr::ungroup(.) 4. ├─dplyr::mutate(...) 5. ├─dplyr::group_by(., !!!.groups_syms, !!!tree_syms, add = T) 6. └─dplyr:::group_by.data.frame(...) 7. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 8. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed est_clutter 4.173 0.158 5.108 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.9.8
Check: examples
Result: ERROR Running examples in ‘forestmangr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: huberwb > ### Title: Calculate the volume with bark of trees using the Huber method > ### Aliases: huberwb > > ### ** Examples > > library(forestmangr) > data("exfm8") > head(exfm8) # A tibble: 6 × 10 CLONE STRATA TREE LOG DBH TH hi di_wb bark_t sec_length <int> <int> <int> <int> <dbl> <int> <dbl> <dbl> <dbl> <int> 1 9318 4 1 1 17.6 21 0.5 18.5 6 1 2 9318 4 1 2 17.6 21 1.5 17.5 6 1 3 9318 4 1 3 17.6 21 2.5 17 5 1 4 9318 4 1 4 17.6 21 3.5 16.5 5 1 5 9318 4 1 5 17.6 21 4.5 16 4 1 6 9318 4 1 6 17.6 21 5.5 16 4 1 > > # Calculate the volume with bark using the Huber method: > huberwb(exfm8,"di_wb", "sec_length", "TREE") Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─forestmangr::huberwb(exfm8, "di_wb", "sec_length", "TREE") 2. │ └─... %>% dplyr::ungroup() 3. ├─dplyr::ungroup(.) 4. ├─dplyr::mutate(...) 5. ├─dplyr::group_by(., !!!.groups_syms, !!!tree_syms, add = T) 6. └─dplyr:::group_by.data.frame(...) 7. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 8. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.9.8
Check: examples
Result: ERROR Running examples in ‘forestmangr-Ex.R’ failed The error most likely occurred in: > ### Name: huberwb > ### Title: Calculate the volume with bark of trees using the Huber method > ### Aliases: huberwb > > ### ** Examples > > library(forestmangr) > data("exfm8") > head(exfm8) # A tibble: 6 × 10 CLONE STRATA TREE LOG DBH TH hi di_wb bark_t sec_length <int> <int> <int> <int> <dbl> <int> <dbl> <dbl> <dbl> <int> 1 9318 4 1 1 17.6 21 0.5 18.5 6 1 2 9318 4 1 2 17.6 21 1.5 17.5 6 1 3 9318 4 1 3 17.6 21 2.5 17 5 1 4 9318 4 1 4 17.6 21 3.5 16.5 5 1 5 9318 4 1 5 17.6 21 4.5 16 4 1 6 9318 4 1 6 17.6 21 5.5 16 4 1 > > # Calculate the volume with bark using the Huber method: > huberwb(exfm8,"di_wb", "sec_length", "TREE") Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─forestmangr::huberwb(exfm8, "di_wb", "sec_length", "TREE") 2. │ └─... %>% dplyr::ungroup() 3. ├─dplyr::ungroup(.) 4. ├─dplyr::mutate(...) 5. ├─dplyr::group_by(., !!!.groups_syms, !!!tree_syms, add = T) 6. └─dplyr:::group_by.data.frame(...) 7. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 8. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.9.8
Check: examples
Result: ERROR Running examples in ‘forestmangr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: huberwb > ### Title: Calculate the volume with bark of trees using the Huber method > ### Aliases: huberwb > > ### ** Examples > > library(forestmangr) > data("exfm8") > head(exfm8) # A tibble: 6 × 10 CLONE STRATA TREE LOG DBH TH hi di_wb bark_t sec_length <int> <int> <int> <int> <dbl> <int> <dbl> <dbl> <dbl> <int> 1 9318 4 1 1 17.6 21 0.5 18.5 6 1 2 9318 4 1 2 17.6 21 1.5 17.5 6 1 3 9318 4 1 3 17.6 21 2.5 17 5 1 4 9318 4 1 4 17.6 21 3.5 16.5 5 1 5 9318 4 1 5 17.6 21 4.5 16 4 1 6 9318 4 1 6 17.6 21 5.5 16 4 1 > > # Calculate the volume with bark using the Huber method: > huberwb(exfm8,"di_wb", "sec_length", "TREE") Error: ! The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct. ℹ Please use the `.add` argument instead. Backtrace: ▆ 1. ├─forestmangr::huberwb(exfm8, "di_wb", "sec_length", "TREE") 2. │ └─... %>% dplyr::ungroup() 3. ├─dplyr::ungroup(.) 4. ├─dplyr::mutate(...) 5. ├─dplyr::group_by(., !!!.groups_syms, !!!tree_syms, add = T) 6. └─dplyr:::group_by.data.frame(...) 7. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 8. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed est_clutter 4.058 0.170 5.090 avg_tree_curve 3.380 0.199 5.254 Flavor: r-patched-linux-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.