Last updated on 2026-02-04 04:50:51 CET.
| Package | ERROR | OK |
|---|---|---|
| forestmangr | 3 | 10 |
Current CRAN status: ERROR: 3, OK: 10
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
Flavor: r-devel-linux-x86_64-debian-gcc
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