-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation problem #424
Comments
Hi, same problem here trying to install tlverse! ─ installing the package to process help pages
-----------------------------------
ERROR: dependency ‘imputeMissings’ is not available for package ‘sl3’
─ removing ‘/private/var/folders/t1/kx5d52vs4kg8v_d4hhmg193c0000gn/T/RtmpL5PveW/Rinstec9a470423cb/sl3’
-----------------------------------
ERROR: package installation failed
Error: Failed to install 'tlverse' from GitHub:
Failed to install 'sl3' from GitHub:
! System command 'R' failed
In addition: Warning message:
package ‘imputeMissings’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages |
Work around:
|
Easy fix, that works! |
For convenience, you should also be able to install imputeMissings straight from the former CRAN-source: devtools::install_github("cran/imputeMissings") |
This issue should be fixed on devel now so you can download: devtools::install_github("tlverse/sl3@devel") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't install
sl3
and the problem seems to be the packageimputeMIssings
is not available oncran
orGitHub
.The text was updated successfully, but these errors were encountered: