Install fails due to "pROC" dependency
Closed this issue · 1 comments
pdstools version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pdstools.
Issue description
Installing pdstools with "build_vignettes=TRUE" requires the "pROC" library to be preinstalled, so when running
"install_github("pegasystems/pega-datascientist-tools/r", build_vignettes=TRUE)" on a clean system fails the instalment. Seemingly the pROC is used in "adm-explained" notebook. See the error log:
Reproducible example
Run "install_github("pegasystems/pega-datascientist-tools/r", build_vignettes=TRUE)" without pROC library pre-installed.
Expected behavior
"install_github("pegasystems/pega-datascientist-tools/r", build_vignettes=TRUE)" should run without failure
Hey Anton, thanks, I'll move pROC from suggested to required imports in the R library.
BTW note that the python version is more actively being maintained these days than the R one.