tune
failed at install from both github and CRAN. Workthrough below:
Error from CRAN:
Warning message:
package ‘tune’ is not available (for R version 3.6.2)
Error from github:
Downloading GitHub repo tidymodels/tidymodels@master
Skipping 21 packages not available: broom, cli, crayon, dials, dplyr, ggplot2, infer, magrittr, parsnip, pillar, purrr, recipes, rlang, rsample, rstudioapi, tibble, tidytext, tidypredict, tidyposterior, workflows, yardstick
Downloading GitHub repo tidymodels/tune@master
Skipping 18 packages not available: dplyr, rlang, tibble, purrr, dials, recipes, ggplot2, glue, cli, crayon, yardstick, rsample, tidyr, GPfit, foreach, parsnip, workflows, hardhat
checking DESCRIPTION meta-information ...
Installing package into ‘/Users/Chris/Library/R/3.6/library’
(as ‘lib’ is unspecified)
ERROR: dependencies ‘GPfit’, ‘workflows’, ‘hardhat’ are not available for package ‘tune’
* removing ‘/Users/Chris/Library/R/3.6/library/tune’
Error: Failed to install 'tidymodels' from GitHub:
Failed to install 'tune' from GitHub:
(converted from warning) installation of package ‘/var/folders/ql/8bhpzkz551d30l6s30lj6zd00000gp/T//Rtmpvw9LHW/file22193ff4b658/tune_0.0.1.tar.gz’ had non-zero exit status
I manually installed GPfit
and worksflows
(which installed hardhat
) and then reran devtools::install_github("tidymodels/tune")
and it worked.
Here is my sessionInfo()
:
sessionInfo()
R version 3.6.2 (2019-12-12)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.6
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.3 magrittr_1.5
[3] usethis_1.5.1 devtools_2.2.1
[5] pkgload_1.0.2 R6_2.4.1
[7] rlang_0.4.2 fansi_0.4.1
[9] tools_3.6.2 pkgbuild_1.0.6
[11] sessioninfo_1.1.1 cli_2.0.1
[13] withr_2.1.2 ellipsis_0.3.0
[15] remotes_2.1.0 assertthat_0.2.1
[17] digest_0.6.23 rprojroot_1.3-2
[19] crayon_1.3.4 processx_3.4.1
[21] callr_3.4.0 fs_1.3.1
[23] ps_1.3.0 curl_4.3
[25] testthat_2.3.1 memoise_1.1.0
[27] glue_1.3.1 compiler_3.6.2
[29] desc_1.2.0 backports_1.1.5
[31] prettyunits_1.1.0