AlbertoAlmuinha / boostime

The Tidymodels Extension for Time Series Boosting Models
Other
55 stars 6 forks source link

Install Error #6

Closed eteitelbaum closed 8 months ago

eteitelbaum commented 8 months ago

Hello! When I am trying to install this package I get the following error message:

ERROR: dependency ‘catboost’ is not available for package ‘boostime’

Here is my system info:

R version 4.3.1 (2023-06-16)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Ventura 13.5.2

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: America/New_York
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices
[4] utils     datasets  methods  
[7] base     

loaded via a namespace (and not attached):
 [1] miniUI_0.1.1.1    compiler_4.3.1   
 [3] crayon_1.5.2      promises_1.2.1   
 [5] Rcpp_1.0.11       stringr_1.5.0    
 [7] callr_3.7.3       later_1.3.1      
 [9] fastmap_1.1.1     mime_0.12        
[11] R6_2.5.1          curl_5.1.0       
[13] htmlwidgets_1.6.2 desc_1.4.2       
[15] profvis_0.3.8     rprojroot_2.0.3  
[17] shiny_1.7.5       rlang_1.1.1      
[19] cachem_1.0.8      stringi_1.7.12   
[21] httpuv_1.6.11     fs_1.6.3         
[23] pkgload_1.3.3     memoise_2.0.1    
[25] cli_3.6.1         magrittr_2.0.3   
[27] ps_1.7.5          digest_0.6.33    
[29] processx_3.8.2    rstudioapi_0.15.0
[31] xtable_1.8-4      remotes_2.4.2.1  
[33] devtools_2.4.5    lifecycle_1.0.3  
[35] prettyunits_1.2.0 vctrs_0.6.4      
[37] glue_1.6.2        urlchecker_1.0.1 
[39] sessioninfo_1.2.2 pkgbuild_1.4.2   
[41] purrr_1.0.2       usethis_2.2.2    
[43] tools_4.3.1       ellipsis_0.3.2   
[45] htmltools_0.5.7  
AlbertoAlmuinha commented 8 months ago

Hi,

Have you installed catboost package?

devtools::install_url('https://github.com/catboost/catboost/releases/download/v1.2/catboost-R-Windows-1.2.tgz', INSTALL_opts = c("--no-multiarch", "--no-test-load"))
eteitelbaum commented 8 months ago

Oops. Nope, that was the problem. Thanks!