Skip to content

[Bioc-devel] How to update R version in terminal?

2 messages · Yuande Tan, Hervé Pagès

#
Dear Sirs,
I want to update R 3.3.1 in terminal in my local mac computer.
I use the following command to install r 3.5.0
brew cask install r-app

and also

brew link --overwrite r


But R --version shows

R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"

Copyright (C) 2016 The R Foundation for Statistical Computing

Platform: x86_64-apple-darwin11.0.0 (64-bit)


Anyone can help me to address this problem?


Thanks



Yuande
#
Hi,
On 04/27/2018 09:34 AM, Yuande Tan wrote:
Any reason you're not installing the CRAN binary?

   https://cran.r-project.org/bin/macosx/

Please note that this is not a Bioconductor question. It is better to
ask this kind of question on general R discussion channels like the
R-help or R-SIG-Mac mailing list or Stack Overflow.

Cheers,
H.