Skip to content

Warning when using bestNormalize(): progress_estimated() was deprecated in dplyr 1.0.0 #26

@isaactpetersen

Description

@isaactpetersen

I receive the following warning when using bestNormalize() with a large enough sample that it uses a progress bar:

Here is a reprex:

library("bestNormalize")
#> Registered S3 method overwritten by 'generics':
#>   method                 from   
#>   as.character.dev_topic butcher

set.seed(52242)

x <- rgamma(10000, 1, 1)

BN_obj <- bestNormalize(x)
#> Warning: `progress_estimated()` was deprecated in dplyr 1.0.0.
#> ℹ The deprecated feature was likely used in the bestNormalize package.
#>   Please report the issue to the authors.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.

lifecycle::last_lifecycle_warnings()
#> list()

sessionInfo()
#> R version 4.5.1 (2025-06-13 ucrt)
#> Platform: x86_64-w64-mingw32/x64
#> Running under: Windows 10 x64 (build 19045)
#> 
#> Matrix products: default
#>   LAPACK version 3.12.1
#> 
#> locale:
#> [1] LC_COLLATE=English_United States.utf8 
#> [2] LC_CTYPE=English_United States.utf8   
#> [3] LC_MONETARY=English_United States.utf8
#> [4] LC_NUMERIC=C                          
#> [5] LC_TIME=English_United States.utf8    
#> 
#> time zone: America/Chicago
#> tzcode source: internal
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] bestNormalize_1.9.1
#> 
#> loaded via a namespace (and not attached):
#>  [1] future_1.67.0       generics_0.1.4      nortest_1.0-4      
#>  [4] class_7.3-23        butcher_0.3.6       lattice_0.22-7     
#>  [7] listenv_0.9.1       digest_0.6.37       magrittr_2.0.3     
#> [10] timechange_0.3.0    evaluate_1.0.4      grid_4.5.1         
#> [13] iterators_1.0.14    fastmap_1.2.0       foreach_1.5.2      
#> [16] doParallel_1.0.17   Matrix_1.7-3        nnet_7.3-20        
#> [19] survival_3.8-3      purrr_1.1.0         doRNG_1.8.6.2      
#> [22] codetools_0.2-20    lava_1.8.1          cli_3.6.5          
#> [25] rlang_1.1.6         hardhat_1.4.2       parallelly_1.45.1  
#> [28] future.apply_1.20.0 splines_4.5.1       reprex_2.1.1       
#> [31] withr_3.0.2         yaml_2.3.10         prodlim_2025.04.28 
#> [34] tools_4.5.1         parallel_4.5.1      dplyr_1.1.4        
#> [37] recipes_1.3.1       rngtools_1.5.2      globals_0.18.0     
#> [40] vctrs_0.6.5         R6_2.6.1            rpart_4.1.24       
#> [43] lubridate_1.9.4     lifecycle_1.0.4     fs_1.6.6           
#> [46] MASS_7.3-65         pkgconfig_2.0.3     pillar_1.11.0      
#> [49] Rcpp_1.1.0          glue_1.8.0          data.table_1.17.8  
#> [52] xfun_0.53           tibble_3.3.0        tidyselect_1.2.1   
#> [55] rstudioapi_0.17.1   knitr_1.50          htmltools_0.5.8.1  
#> [58] rmarkdown_2.29      ipred_0.9-15        timeDate_4041.110  
#> [61] gower_1.0.2         compiler_4.5.1

Created on 2025-08-22 with reprex v2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions