Currently on my system (macOS Catalina) I installed R 3.6.2, and also installed R in anaconda. However, when I ran Rscript --version
it says R scripting front-end version 3.5.1 (2018-07-02)
. I am speculating this is the reason why even though I installed a package in RStudio it keeps throwing a segfault and say that this specific package is not installed or obsolete. Is there a way to update the command line Rscript to a later version? How would you do that? Or is this segfault not due to the non-matching R versions?
Thank you so much!