Skip to content

How to revert back to R 2.11

5 messages · steven mosher, Steve Lianoglou, David Winsemius +1 more

1 day later
#
Hi Steven,

Are you still having problems?

I'd be surprised if R-2.12 itself has anything to do with the problems
you're seeing, but assuming 2.11 is still on your system, you can
switch to it easily by using Rswitch, that you can find here:

http://r.research.att.com/#other

It assumes 2.11 was installed via the normal R installers, ie. it lives in:

/Library/Frameworks/R.framework/Versions/2.11

A few Q's for you:

(1) Did you reinstall your R libraries for 2.12 from scratch (good
idea) , or did you copy them over from your 2.11 install (bad idea)

(2) Are you using R from R.app or from the terminal?

(2a) When you run are from the Terminal, does it still exhibit this behavior?
(2b) How about if you start R with the --vanilla flag?, eg:

$ R --vanilla

If you want to completely uninstall R 2.12 and start from scratch, you
can do that from the terminal, too:

$ sudo rm -Rf /Library/Frameworks/R.framework/Versions/2.12

Hope that helps,
-steve

btw - I don't think "MAC" needs to be capitalized ... it's not an acronym ;-)
On Fri, Nov 12, 2010 at 3:50 PM, steven mosher <moshersteven at gmail.com> wrote:

  
    
#
On Nov 14, 2010, at 4:25 PM, steven mosher wrote:
Bottom of the CRAM Packages page has link to the Archives:

http://cran.r-project.org/src/contrib/Archive/ncdf/


David Winsemius, MD
West Hartford, CT
1 day later
#
Dear all,

Is there a way to get errors (especially) and comments pretty printed in the GUI?

Often pasting a chunk of code, an error can go unseen, and it would be nice if the console could pretty print them as does the editor?

Thanks!,

PS: Second, if anyone wants to implement a filter box in the history panel (i.e., the user can type in some text (ideally regex) and the list is filtered to display only elements that match the typing), I offer a ?75 reward :-)