-
Notifications
You must be signed in to change notification settings - Fork 24
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
Package downloads 3.4 but installs 3.3.2 #15
Comments
Hi, thank you for pointing this out, could you kindly provide session info ( |
Sorry for the delay. Here is the sessionInfo:
|
Same problem, but 3.3 (which is what I'm currently running)
Here's my sessionInfo()
|
Yup, I'm having the same issue. If it helps, here's my
|
same here `> sessionInfo() locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I think part of the issue is that if the installation fails, it fails silently, because of the When I replaced that line with |
Hi, sorry for late reply. @krisrs1128 thanks for the valuable information. If you can test your hypothesis would be of great help for all of us if you could send a pull request. Thanks, A |
Hi @AndreaCirilloAC I just created a pull request. In my case printing the error message helped me update my system so that the terminal installation (and hence this package) worked. Different terminal errors will depend on the actual user (it might not always just be a mac version issue, like it was in my case). But at least this will alert people to what the error might be. |
One issue for @jonathandroth and @ningchencontact also seems to be that updateR only looks for the most recent R version without confirming that it is compatible with the OS. Both are running OS X (Mavericks) 10.10.5 but R 3.4 is only compatible with OS X 10.11 (El Capitan) and higher. |
this is definitely not implemented, we can add it as a possibile feature to be implemented, even if I don't think one the most urgent. |
I agree that it is not that urgent; but it might be good to have a note about it in the readme as a heads up. |
@fmerhout point taken, and readme updated. |
@jebyrnes @daranzolin I have made a few changesto the packages, possibly fixing the issue you were experiencing. Could you give updateR() another try and let me know? |
Still not working for me. Version 3.3. got installed. |
I am currently running 3.3.2 and was hoping to use the package to upgrade to 3.4. I ran the followign code and got the resulting output. It appears to have downloaded 3.4, but I am still on 3.3.2
The text was updated successfully, but these errors were encountered: