Displaying 20 results from an estimated 500 matches similar to: "Version 1.2-0 of the Rcmdr package"
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solving the problem; see below. The
2009 Aug 30
0
version 1.5-1 of Rcmdr package released
Dear R users,
There is a new version (1.5-1) of the Rcmdr package. Here, from the CHANGES
files, are changes since the last minor version (1.4-0) was released a year
ago:
-------------------------------------------------------
Version 1.4-1
o The following updated translations have been added: Catalan (thanks to
Manel Salamero), French (thanks to Philippe Grojean), Japanese (thanks to
2005 Sep 09
0
Internationalized version of the Rcmdr package
Dear R-packages list members,
I've recently uploaded to CRAN version 1.1-1 of the Rcmdr ("R Commander")
package. Based on the tcltk package, the Rcmdr provides a basic-statistics
graphical interface to R.
The general functionality of the R Commander has not changed much since
version 1.0-0. There are some small improvements to the package, but the
reason that I'm re-announcing
2005 Sep 09
0
Internationalized version of the Rcmdr package
Dear R-packages list members,
I've recently uploaded to CRAN version 1.1-1 of the Rcmdr ("R Commander")
package. Based on the tcltk package, the Rcmdr provides a basic-statistics
graphical interface to R.
The general functionality of the R Commander has not changed much since
version 1.0-0. There are some small improvements to the package, but the
reason that I'm re-announcing
2001 May 09
1
Coding categorical -> dummy
Dear R-Users,
I have a data frame with several categorical variables. I want to create a
new data frame with dummy variables (with all levels).
I know the function model.matrix (see below) but it works only for one
categorical variable :
> tt <- c("a","a","b","a","c")
> tt <- factor(tt)
> model.matrix(~ tt - 1)
is there anyone who
2006 Aug 22
1
HH and Rcmdr.HH packages available
The software for my recent book
Statistical Analysis and Data Display
Richard M. Heiberger and Burt Holland
http://springeronline.com/0-387-40270-5
is now available as an R package from the book's website.
The package has been submitted to CRAN.
Description: Support software for Statistical Analysis and Data
Display (Springer, ISBN 0-387-40270-5). This contemporary
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
I'd like to announce a new version, 1.3-0, of the Rcmdr package. The Rcmdr
package provides a basic-statistics graphical user interface (GUI) to R.
Beyond small changes and additions, this new version of the package makes
provision for "plug-ins" that permit extension of the Rcmdr GUI without
altering and rebuilding the Rcmdr source package or modifying the installed
package. An R
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
I'd like to announce a new version, 1.3-0, of the Rcmdr package. The Rcmdr
package provides a basic-statistics graphical user interface (GUI) to R.
Beyond small changes and additions, this new version of the package makes
provision for "plug-ins" that permit extension of the Rcmdr GUI without
altering and rebuilding the Rcmdr source package or modifying the installed
package. An R
2004 Nov 22
1
Rcmdr -> doItAndPrint -> summary method of S4-class object not in Rcmdr window but R Console
Dear list member,
John Fox proposed to me posting this problem to R-Help:
I have written a function suited for Rcmdr and included this in a R-file
located in Rcmdr/etc as well as an augmented `Rcmdr-menus.txt'.
Now, I am faced with the following problem:
method show() of a S4-class object works flawlessly, that is `doItAndPrint'
works flawlessly and its output is returned correctly into
2013 Jan 15
1
Can not load Rcmdr
I am getting the error message:
> library(Rcmdr)
Loading required package: car
Loading required package: MASS
Loading required package: nnet
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj")
error: [tcl] invalid command name "image".
2006 May 26
1
I cannot load the package "Rcmdr"
I can load the package in other R file, but I can not do it in the file.
How to solve the question?
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: tcltk
Loading required package: car
Error in parse(file, n, text, prompt) : syntax error in "*"
Error: .onAttach failed in
2005 Jun 23
1
Another question about Rcmdr
Hi,
I downloaded the new R 2.1.1 source, compiled and installed on my suse
9.3 box. Then I installed the package Rcmdr. Surprisingly, I cannot
type anything onto the script window. I uninstalled R and grabbed an
rpm version from CRAN, installed it, and installed Rcmdr, same
problem!
Has anyone else had this problem?
Shige
2011 Oct 02
1
R Studio and Rcmdr/RcmdrPlugins
Dear R People:
Hope you're having a great weekend!
Anyhow, I'm currently experimenting with R Studio on a web server,
which is the best thing since sliced bread, Coca Cola, etc.
My one question: there is a way to show plots. is there a way to
show Rcmdr or its Plugins, please? I tried, but it doesn't seem to
work.
Thanks so much,
Sincerely,
Erin
--
Erin Hodgess
Associate
2005 Dec 19
0
Guide - install Rcmdr and JGR on (SUSE) Linux
Hi!
I have made a guide describing how to install Rcmdr and JGR on SUSE 10.0.
Here it is:
http://www.hellmund.dk/RSUSEGUI.html
If you have installed R on SUSE with the package found on CRAN - and
all the packages on my list was present at the time of installation of
R - it might not be necessary to install R from source - give me some
feedback on this, please!
I might extend the guide to
2011 Dec 05
0
Problemas al cargar Rcmdr
Buenas a todos en la lista. Aunque los sigo de cerca nunca he
participado mas allá de algunas ocasión.
Ahora me surgió este problema. Hasta hace poco solo había usado distros
Debian-like o Arch pero hace unos días se me dio por probar Sabayon,
puesto que andaba en busca de algo rolling release y no quería Arch.
La cosa, para hacerla corta, es que instalé Sabayon con KDE.
Conseguí arreglar un
2013 Nov 20
1
RCmdr issues
I have the same problem with my macbook air (OS X 10.9)
--
View this message in context: http://r.789695.n4.nabble.com/RCmdr-issues-tp4680537p4680804.html
Sent from the R help mailing list archive at Nabble.com.
2004 Jul 11
1
WinXP "developer" asks: Tcl/Tk (Rcmdr) under OS X?
It is my understanding that Tcl/Tk does not come with the base installation of R under OS X ( http://www.sciviews.org/_rgui/projects/TclTk.html). Is there a simple way to explain how a user with limited tolerance for computer complexity can obtain and install Tcl/Tk for OS X?
Thanks.
Chuck
Background: Roughly a third of my target audience uses OS X. I do not and I do not have access to a
2003 May 27
1
Rcmdr on Debian
Hi,
I've been able to run Rcmdr on Debian-Woody without too much problems,
just to load first the tcltk and car libraries. The issue is that after
leaving R I'm not able to see at the prompt any character like 'ls', but
the unix instructions are executed, don't know why the visualization of
the unix commands is cancelled.
Antonio Rodriguez
2006 Sep 29
1
RODBC ERROR on Rcmdr install
I've been trying to install the RODBC dependency for Rcmdr on Rv2.4 on a SunOS9 system.
It claims not to be able to create gcc output files (executables) for the installation.
This is puzzling since I've been able to install other packages with the same PATH variables and all.
Feedback would be much appreciated. Thank you!
Sarosh Jamal
Geo Computing & IT Specialist, Department of
2006 Sep 29
1
RODBC ERROR on Rcmdr install
I've been trying to install the RODBC dependency for Rcmdr on Rv2.4 on a SunOS9 system.
It claims not to be able to create gcc output files (executables) for the installation.
This is puzzling since I've been able to install other packages with the same PATH variables and all.
Feedback would be much appreciated. Thank you!
Sarosh Jamal
Geo Computing & IT Specialist, Department of