similar to: RcmdrPlugin.Export_0.2-0 released

Displaying 20 results from an estimated 5000 matches similar to: "RcmdrPlugin.Export_0.2-0 released"

2008 Oct 09
0
release of RcmdrPlugin.Export 0.2-1
Dear R users, A new version of RcmdrPlugin.Export is currently available on CRAN. The release introduces support for the "file" and "append" options of print.xtable(). The new features make easier to include exported HTML code into documents created with regular word-processing programmes, such as .odt (OpenOffice.org) and .doc (Microsoft Word). The exported LaTeX code can
2007 Dec 05
0
Export to LaTeX using xtable() - Control the digits to the right of the separator [solved]
Hello everyone, The thread title speaks for itself. Here's the code that worked for me: > numSummary(finance[,"Employees"], statistics=c("mean", "sd", "quantiles")) mean sd 0% 25% 50% 75% 100% n NA 11492.92 29373.14 1777 3040 4267 6553 179774 53 5 > str(numSummary(finance[,"Employees"],
2009 Dec 13
1
debug an error that incapacitates R?
Dear all How should I attempt debugging this error? > sosInit() Error: invalid connection When this happens R refuses to run anything: > 2+2 Error: invalid connection > sessionInfo () Error in stdout() : invalid connection Debugging it seems impossible. > options(error=recover) > sosInit() Error: invalid connection Error during wrapup: invalid connection The error also
2010 Aug 07
0
several figures from one Sweave chunk? [solved]
(on-list) Hello Cameron On Fri, 6 Aug 2010 19:02:22 +0100 Liviu Andronic <landronimirc at gmail.com> wrote: > On Fri, 6 Aug 2010 11:30:59 -0600 > Cameron Bracken <cameron.bracken at gmail.com> wrote: > > There is no real good way to deal with this in Sweave. Sweave does > > not actually know anything about the graphics it is creating, all > > it knows it that a
2017 Jul 22
1
cannot use package RcmdrPlugin.plotByGroup
Dear Lu Wei, I'm the author of the Rcmdr package but not of RcmdrPlugin.plotByGroup, so if there really is a problem -- which isn't apparent from your message -- then you may wish to contact the package author. First, as a general matter, menu items in the Rcmdr are grayed out if they're inappropriate in the current context. Rcmdr plug-in authors can use the same mechanism. So, for
2017 Jul 24
1
cannot use package RcmdrPlugin.plotByGroup
Dear Lu Wei, > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Lu Wei > Sent: Sunday, July 23, 2017 11:28 AM > To: r-help at stat.math.ethz.ch > Subject: Re: [R] cannot use package RcmdrPlugin.plotByGroup > > On 2017-7-23 20:41, Fox, John wrote:> ... > > The Rcmdr uses the qqPlot() function in the car package. In the
2017 Jul 23
1
cannot use package RcmdrPlugin.plotByGroup
On Sun, Jul 23, 2017 at 8:28 AM, Lu Wei <luweitest at gmail.com> wrote: > On 2017-7-23 20:41, Fox, John wrote:> ... >> The Rcmdr uses the qqPlot() function in the car package. In the next >> version of the car package, qqPlot() will be able to plot by groups, >> and when that happens, I'll incorporate the feature in the Rcmdr. >> >> More generally,
2008 Apr 21
0
Summary of importing vector graphic formats written by R into Open Office
PROBLEM: OpenOffice (specifically Impress) imports emf files as the ones generated by the R GUI in Windows with poor quality. Is there another vector format written by an R graphic GUI that could be imported into OpenOffice (specifically Impress)? SOLUTIONS: Currently None. The suggested vector files are either not provided by an interactive graphic GUI (SVG) or cannot be imported and displayed
2009 Dec 07
1
options(width=100) ignored on start-up: bug or feature?
Dear developers I've tried this a couple of days ago on r-help, unfortunately with no feedback. Could you please take a look and confirm whether it's a bug, feature, or bad eye-sight when reading Help: Is it normal that R ignores options("width"=100) at start-up? Although liviu at debian-liv:~$ cat /usr/lib/R/etc/Rprofile.site | grep width options(width = 100) , R will
2012 Aug 31
1
loading 'RcmdrPlugin.FactoMineR' pachage in R
Hi everybody I have a question about loading 'RcmdrPlugin.FactoMineR' pachage in R. I have installed Rcmdr, FactoMineR and 'RcmdrPlugin.FactoMineR. when I want to load this package, at first a message inform me I should load the following list of packages: FactoMineR, ellipse, lattice, cluster, scatterplot3d, Rcmdr, tcltk, car, MASS, nnet I have loaded all above packages and again I
2017 Jul 23
0
cannot use package RcmdrPlugin.plotByGroup
On 2017-7-23 20:41, Fox, John wrote:> ... > The Rcmdr uses the qqPlot() function in the car package. In the next > version of the car package, qqPlot() will be able to plot by groups, > and when that happens, I'll incorporate the feature in the Rcmdr. > > More generally, however, if you learn to write R commands you'll be > able to make customized plots. It would be
2008 Dec 18
1
RcmdrPlugin doesn't work under R280
Dear all, Some time ago, I have build a RcmdrPlugin.* under R.2.7.1 and the loading of my plug-in into R was running OK (back then I was using Rcmdr version 1.3-5). After updating the R and Rcmdr to versions 2.8.0, 1.4-5 respectively, I have problems loading the plug-in. Does anybody know why? I have tried to detect the problem by tracing back errors that might have occurred, but couldn't
2017 Jul 23
2
cannot use package RcmdrPlugin.plotByGroup
Dear Lu Wei, > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Lu Wei > Sent: Sunday, July 23, 2017 12:27 AM > To: r-help at stat.math.ethz.ch > Subject: Re: [R] cannot use package RcmdrPlugin.plotByGroup > > On 2017-7-23 6:21, Fox, John wrote: > > Dear Lu Wei, > > > > I'm the author of the Rcmdr package
2009 Oct 02
1
trouble with html() in Hmisc
Dear all On my system html() conversion of a `latex()' object fails. Follows a dummy example: > require(Hmisc) > data(Angell) > .object <- cor(Angell[,1:2], use="complete.obs") > tmp <- latex(.object, cdec=c(2,2), title="") > class(tmp) [1] "latex" > html(tmp) /tmp/RtmprfPwzw/file7e72f7a7.tex:9: Warning: Command not found: \tabularnewline
2009 Feb 21
0
new RcmdrPlugin.survival package
Dear R users, I'd like to announce the RcmdrPlugin.survival package, which has just been made available on CRAN. The package provides an R Commander plug-in for the survival package, with dialogs for Cox models, parametric survival regression models, estimation of survival curves, and testing for differences in survival curves, along with data-management facilities and a variety of tests,
2009 Feb 21
0
new RcmdrPlugin.survival package
Dear R users, I'd like to announce the RcmdrPlugin.survival package, which has just been made available on CRAN. The package provides an R Commander plug-in for the survival package, with dialogs for Cox models, parametric survival regression models, estimation of survival curves, and testing for differences in survival curves, along with data-management facilities and a variety of tests,
2009 Jun 19
0
Sweave and xtable floating issues -- SOLVED
Dear all, I've recently made in LyX a report using Sweave and run into troubles with xtable() generated LaTeX tables. One example, xtable() commands inside floats (table, box (minipage), etc.) will make the LaTeX compilation fail. Another, if four-five xtable() commands are run in a sequence, at least one of the generated tables will strangely hop onto the next page. The culprit is that
2010 Oct 23
1
command to start R and Rcmdr?
Dear all I would like to start R with Rcmdr from the cli, without tweaking Rprofile.site. This has been discussed in the past [1], but I don't see a solution that (1) could be used with any working directory and (2) would avoid starting Rcmdr on every R start-up. Personally I tried the following, which starts R but not Rcmdr liv at liv-laptop:~$ R --interactive -e 'require(Rcmdr)'
2011 Apr 14
1
trouble with \SweaveOpts{grdevice=...}
Dear all I've just tried the brand new 'grdevice' option in Sweave but couldn't make it work. When I declare \SweaveOpts{grdevice=pdf} or \SweaveOpts{grdevice=cairo_pdf} trying to plot something simple <<fig=T, echo=T>>= plot(1:10,1:10,main='Some title') @ would result in an Sweave error: 18:16:47.299: 1 : term verbatim 18:16:47.308: 2 : echo term verbatim
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