-
Notifications
You must be signed in to change notification settings - Fork 2
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
Install fails on "Error: unable to load R code in package 'kirkegaard'" #88
Comments
manually delete old curry folder from library and reinstall from CRAN.
See if that works. I had similar complications but was able to remedy.
…On Fri, Jul 19, 2019 at 7:55 AM Serge Bibauw ***@***.***> wrote:
First, thank you for making your code public :-)
I was trying to install your package, but the installation failed on
"Error: unable to load R code in package 'kirkegaard'"
First:
Error in loadNamespace(name) : there is no package called 'curry'
Then I installed curry from CRAN (version 0.1.1), and I got this error:
Error : 'set_defaults' is not an exported object from 'namespace:curry'
Has there been a change in the dependencies? Maybe it is another curry?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#88?email_source=notifications&email_token=AJFS7DYNGGDVGFIE7L2XYCTQAGTRXA5CNFSM4IFFHYRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAIAKVA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJFS7D5FS5HIKBSNYSSJ7SDQAGTRXANCNFSM4IFFHYRA>
.
|
The curry package has to be installed manually. The code I normally use is given in the README:
I don't normally have issues with this on linux. As @jhaltiga says above, reinstalling by deleting the package dir usually fixes odd errors like this. |
Thanks! It did work immediately after installing it this way (I even didn't have to uninstall the previous Sorry I had not seen this line in the README. |
First, thank you for making your code public :-)
I was trying to install your package, but the installation failed on "Error: unable to load R code in package 'kirkegaard'"
First:
Then I installed
curry
from CRAN (version0.1.1
), and I got this error on trying to install your package again:Has there been a change in the dependencies? Maybe it is another curry?
The text was updated successfully, but these errors were encountered: