blind-contours / CVtreeMLE

:deciduous_tree: :dart: Cross Validated Decision Trees with Targeted Maximum Likelihood Estimation
MIT License
5 stars 1 forks source link

Introducing packages in the order of their installation dependency in README #28

Closed GaryBAYLOR closed 1 year ago

GaryBAYLOR commented 1 year ago

I encountered the following error when following instructions in README to run remotes::install_github("blind-contours/CVtreeMLE@main"):

ERROR: package installation failed
Error: Failed to install 'CVtreeMLE' from GitHub:
  Failed to install 'sl3' from GitHub:

Please check dependencies among the following packages introduced in README file, and describe them in the order that, if installation of A will fail because B hasn't been installed, introduce B before A.

remotes::install_github("blind-contours/CVtreeMLE@main")
remotes::install_github("tlverse/sl3@devel")
install.packages("partykit")
install.packages("pre")
install.packages(c("kableExtra", "ranger", "arm", "xgboost", "nnls", "hrbrthemes", "viridis"))
blind-contours commented 1 year ago

Sorry about that - I've just updated the readme to have things in the correct sequence for installation.