Hi, I have been trying to install R on my mac which is running mountain lion. It is partially working, but one error message I am getting is: Error in function () : object '.activeModel' not found. I cannot find anything on this by googling. It appears, for example, when I try to 'add observation statistics to data' under the 'models' menu in R commander. I wondered if anyone might have any idea what this could mean, and how I might try and fix my installation. I have installed the various recommended additional packages, and uninstalled and re-installed R around 5 times now. I have had exactly the same performance after each installation. I'm rather at a loss at where to turn next to get things working properly. Thanks. Claire.
Perhaps you would benefit from joining R-sig-mac, and/or perusing their archives. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. "clairehewson at zen" <zen11666 at zen.co.uk> wrote:>Hi, I have been trying to install R on my mac which is running mountain >lion. It is partially working, but one error message I am getting is: > >Error in function () : object '.activeModel' not found. > >I cannot find anything on this by googling. It appears, for example, >when I try to 'add observation statistics to data' under the 'models' >menu in R commander. > >I wondered if anyone might have any idea what this could mean, and how >I might try and fix my installation. I have installed the various >recommended additional packages, and uninstalled and re-installed R >around 5 times now. I have had exactly the same performance after each >installation. I'm rather at a loss at where to turn next to get things >working properly. > >Thanks. > >Claire. > > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
Dear Claire, This error is due to a bug in the previous version of the Rcmdr package; it is fixed in the current version on CRAN, version 1.9-4. Simply reinstall the Rcmdr package from CRAN and verify that you have the correct version. I hope this helps, John> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] > On Behalf Of clairehewson at zen > Sent: Friday, February 01, 2013 6:29 PM > To: r-help at r-project.org > Subject: [R] mountain lion install, error message > > Hi, I have been trying to install R on my mac which is running mountain > lion. It is partially working, but one error message I am getting is: > > Error in function () : object '.activeModel' not found. > > I cannot find anything on this by googling. It appears, for example, > when I try to 'add observation statistics to data' under the 'models' > menu in R commander. > > I wondered if anyone might have any idea what this could mean, and how I > might try and fix my installation. I have installed the various > recommended additional packages, and uninstalled and re-installed R > around 5 times now. I have had exactly the same performance after each > installation. I'm rather at a loss at where to turn next to get things > working properly. > > Thanks. > > Claire. > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code.