-
Notifications
You must be signed in to change notification settings - Fork 17
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 with R 3.6.x #306
Comments
Right now RMINC won't install 'out of the box' with R 3.x due to other libraries like 'rjson' having dropped support. You need to either install R 4.x (risky since RMINC's test suite isn't passing) or download older versions of rjson etc. Here's a
|
ok, Thanks, Let me try your suggestions. Appreciate your comments. |
Here's a packrat file that you can It doesn't include the sources so is just a few text files you can easily inspect. |
Thank you for more help. I will check it out. |
Hi
I was able to install RMINC successfully however, it says the no RMINC package available in R.
library(RMINC)
Error in library(RMINC) : there is no package called ‘RMINC’
installation information:
install_github("Mouse-Imaging-Centre/RMINC@develop"
Downloading GitHub repo Mouse-Imaging-Centre/RMINC@develop
Skipping 1 packages not available: rjson
✔ checking for file ‘/private/var/folders/0c/qkvhvzjj4vg_sq54mf_0fkg00000gp/T/RtmpRPXlND/remotes15edb4c9f147a/Mouse-Imaging-Centre-RMINC-2d4f07d/DESCRIPTION’ ...
─ preparing ‘RMINC’: (398ms)
✔ checking DESCRIPTION meta-information ...
─ cleaning src
─ running ‘cleanup’
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
Removed empty directory ‘RMINC/etc’
─ looking to see if a ‘data/datalist’ file should be added
─ building ‘RMINC_1.5.2.3.tar.gz’
ERROR: dependency ‘rjson’ is not available for package ‘RMINC’
Error in
action()
:!
class
is absent but must be supplied.Run
rlang::last_error()
to see where the error occurred.Warning message:
In i.p(...) :
installation of package ‘/var/folders/0c/qkvhvzjj4vg_sq54mf_0fkg00000gp/T//RtmpRPXlND/file15edb2991bb9e/RMINC_1.5.2.3.tar.gz’ had non-zero exit status
I am not sure whether this is correctly installed. Please help me with how to fix this.
Thanks
Ned
The text was updated successfully, but these errors were encountered: