-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
there is no package "testthat" #2153
Comments
@henry090 thanks for reporting. I don't understand how that error message and that Either way, I have a workaround for you! On advice from @Laurae2 , I put up #2123 to remove all R dependencies not available in common distributions from the build process. Until that PR is reviewed and merged, you could replace your local Will you try and let me know? |
I have all of the libraries... (‘data.table’, ‘Matrix’)
|
@jameslamb @henry090 This might be because R is inside Anaconda. Not sure how the R shell behaves inside a conda + macOS environment. @jameslamb Can you test what happens inside a macOS environment using conda, assuming a precompiled data.table and Matrix packages from conda R repositories? |
Hi, @Laurae2 .
|
@henry090 wait does that mean it worked? When you say you "removed" Anaconda does that mean you completely uninstalled it, or just moved out of a @Laurae2 yes I'll try to reproduce this this week on my Mac. I believe when you use R within a conda environment, packages you installed with |
|
closing this as I think it's now working. @henry090 thanks for the thorough report. If you are still experiencing problems, please open a new issue. |
Hi,
I have just updated R to 3.6.0 version and cannot install
lightgbm
The problem is with
testthat
package. I installed that library but when I try to runIt throws an error: there is no
testthat
package from the terminal.The text was updated successfully, but these errors were encountered: