[R] Problems with RcmdrPlugin.temis when Rcdr starts
John Fox
jfox at mcmaster.ca
Fri Jan 16 15:55:29 CET 2015
Dear Renato,
There's not enough information here to diagnose the problem, but perhaps the following will help:
First, I have no trouble loading the RcmdrPlugin.temis package, either directly via library(RcmdrPlugin.temis), in which case it brings up the Rcmdr interface, or indirectly via the Rcmdr "Tools -> Load plugin package(s)" menu.
Here's the R session info from my successful session:
----------- snip ----------
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] splines stats graphics grDevices utils datasets methods base
other attached packages:
[1] RcmdrPlugin.temis_0.7.2 lattice_0.20-29 zoo_1.7-11 slam_0.1-32
[5] tm_0.6 NLP_0.1-5 Rcmdr_2.2-0 RcmdrMisc_1.0-2
[9] sandwich_2.3-2 car_2.0-22
loaded via a namespace (and not attached):
[1] abind_1.4-0 acepack_1.3-3.3 ca_0.58 class_7.3-11 cluster_1.15.3
[6] e1071_1.6-4 foreign_0.8-61 Formula_1.1-2 grid_3.1.2 Hmisc_3.14-6
[11] latticeExtra_0.6-26 MASS_7.3-35 nnet_7.3-8 parallel_3.1.2 R2HTML_2.3.1
[16] RColorBrewer_1.1-2 rpart_4.1-8 stringi_0.4-1 survival_2.37-7 tcltk_3.1.2
[21] tcltk2_1.2-11 tools_3.1.2
----------- snip ----------
Like you, I'm running OS X Yosemite (10.1.1).
Second, I noticed that the command you issued was library(Rcmdr), not library(RcmdrPlugin.temis), yet the latter was loaded. I assume that you set the Rcmdr plugins option to do this. If so, remove that option, and determine whether the Rcmdr loads properly *without* the RcmdrPlugin.temis plug-in.
If it does not, there may be a problem with your X-windows installation. Try to load the tcltk package directly via library(tcltk). If that produces an error, reinstall XQuartz. For details, see the Rcmdr installation notes at <http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html>, especially the section on Mac OS X trouble-shooting.
I hope this helps,
John
------------------------------------------------
John Fox, Professor
McMaster University
Hamilton, Ontario, Canada
http://socserv.mcmaster.ca/jfox/
On Fri, 16 Jan 2015 10:19:28 +0100
Renato Medei <medei.ren at gmail.com> wrote:
> Hi to all,
> i'm using R 3.1.2 under Mac, OSX version 10.10.1
> i'm trying to launch Rcmdr but i receive an Error and i'm not able to fix,
> could you help me?
>
> # Error screen
> > library(Rcmdr)
> Carico il pacchetto richiesto: splines
> Carico il pacchetto richiesto: RcmdrMisc
> Carico il pacchetto richiesto: car
> Carico il pacchetto richiesto: sandwich
> Carico il pacchetto richiesto: RcmdrPlugin.temis
> Carico il pacchetto richiesto: tm
> Carico il pacchetto richiesto: NLP
> Carico il pacchetto richiesto: slam
> Carico il pacchetto richiesto: zoo
> Attaching package: 'zoo'
> The following objects are masked from 'package:base':
>
> as.Date, as.Date.numeric
>
> Carico il pacchetto richiesto: lattice
> Error : .onAttach failed in attachNamespace() for 'RcmdrPlugin.temis',
> details:
> call: get(x, envir = RcmdrEnv(), mode = mode, inherits = FALSE)
> error: oggetto "RmdWindow" non trovato
> Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
> call: Commander()
> error: I seguenti plugin RcmdrPlugin.temis non sono disponibili:
> Errore: package or namespace load failed for 'Rcmdr'
>
> #end of error
>
> Thks for help me
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.
More information about the R-help
mailing list