Displaying 20 results from an estimated 88 matches for "rcmdrplugin".
2009 Aug 10
1
building a package
Dear R People:
I'm trying to build a package and am stuck on the last part; I keep
getting "there is no library".
Here are my statements:
erin at erin-laptop:~/Desktop/R-2.9.1/bin$ R CMD check RcmdrPlugin.qual
* checking for working pdflatex ... OK
* using log directory '/home/erin/Desktop/R-2.9.1/bin/RcmdrPlugin.qual.Rcheck'
* using R version 2.8.1 (2008-12-22)
* using session charset: UTF-8
* checking for file 'RcmdrPlugin.qual/DESCRIPTION' ... OK
* checking extension type ... Pack...
2017 Aug 17
3
really dumb question with building/creating a new package.
Hello.
I am creating a new RcmdrPlugin package. However, I am getting some very
odd messages.
R CMD build RcmdrPlugin.gstats_1.0.0
ERROR
cannot change to directory ?RcmdrPlugin.gstats_1.0.0?
es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gstats_1.0.0
Warning: ?RcmdrPlugin.gstats_1.0.0? is neither a file nor directory,
skippi...
2010 Mar 18
1
Rcmdr plugins produce error
...mmander() can't recover. I understand that what I did was "insensitive", but one might expect Rcmdr to crash "more gently". The warnings and errors I got are shown below.
The final message before Rcmdr restart dialog appears is the following:
[16] NOTE: Plug-ins loaded: RcmdrPlugin.DoE, RcmdrPlugin.epack, RcmdrPlugin.Export, RcmdrPlugin.FactoMineR, RcmdrPlugin.HH, RcmdrPlugin.IPSUR, RcmdrPlugin.MAc, RcmdrPlugin.MAd, RcmdrPlugin.orloca, RcmdrPlugin.qcc, RcmdrPlugin.qual, RcmdrPlugin.SLC, RcmdrPlugin.sos, RcmdrPlugin.survival, RcmdrPlugin.SurvivalT, RcmdrPlugin.TeachingDemos
F...
2017 Aug 17
1
really dumb question with building/creating a new package.
...coming along
> and sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Thu, Aug 17, 2017 at 2:46 PM, Erin Hodgess <erinm.hodgess at gmail.com>
> wrote:
> > Hello.
> >
> > I am creating a new RcmdrPlugin package. However, I am getting some very
> > odd messages.
> >
> > R CMD build RcmdrPlugin.gstats_1.0.0
> >
> > ERROR
> >
> > cannot change to directory ?RcmdrPlugin.gstats_1.0.0?
> >
> > es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gst...
2017 Aug 17
0
really dumb question with building/creating a new package.
...th having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Aug 17, 2017 at 2:46 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote:
> Hello.
>
> I am creating a new RcmdrPlugin package. However, I am getting some very
> odd messages.
>
> R CMD build RcmdrPlugin.gstats_1.0.0
>
> ERROR
>
> cannot change to directory ?RcmdrPlugin.gstats_1.0.0?
>
> es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gstats_1.0.0
>
> Warning: ?RcmdrPlugin.gst...
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 l...
2009 Nov 21
1
MASS loading error
Dear R People:
I just installed R-2.10.0 on Karmic Koala Ubuntu, via the sudo apt-get
install r-base, etc.
However, when I try to install an Rcmdr Plugin package, I get the following:
> install.packages("RcmdrPlugin.qual",depen=TRUE)
Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) :
argument 'lib' is missing: using '/usr/local/lib/R/site-library'
Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) :
'lib = "/usr/local/lib/R/site-libr...
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 s...
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 err...
2013 Sep 17
1
strange behavior for RcmdrPlugin.qual
Hello!
Over the weekend, I updated my RcmdrPlugin.qual package.
It works fine on a 64 bit Windows machine but not a 32 bit. This is very strange. The new menu with all of the Quality Control stuff does not appear.
Have any of you run into this sort of thing before, please?
Thanks,
Sincerely,
Erin
Erin M. Hodgess, Ph.D.
Associate Professor
D...
2008 Aug 20
3
Writing Rcmdr Plugins
...bout writing Rcmdr plugins and though.... it seems to me that some
steps are missing. I would like to know, whether there are some
Commands which generate a plugin package out of a given library. Or do
we just have to attach the .First.lib function and the menus.txt data to
the library? Out of the RcmdrPlugin.TeachingDemos example I could see,
that one of the differences between the plugin and the library, is the
fact that the plugin package also contains the "etc" subdirectory... so
I suppose my plugin package should contain one too, right?
The way I was trying to build my plugin package (and...
2010 Apr 25
1
problem with Rcmdr Plugins
Dear R Development People:
I have written a couple of plugins for Rcmdr and they do not seem to work with R-2.11.0.
Here is the output:
> library(RcmdrPlugin.epack)
Loading required package: Rcmdr
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: car
--- Please select a CRAN mirror for use in this session ---
Rcmdr Version 1.5-4
Attaching package: 'Rcmdr'
The following object(s) are masked from '...
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
...loaded via the Commander "Tools -> Load Rcmdr plug-in(s)" menu; a
restart of the Commander is required to install the new menus. Finally,
loading a plug-in package when the Rcmdr is not loaded will load the Rcmdr
and activate the plug-in.
An illustrative R Commander plug-in package, RcmdrPlugin.TeachingDemos
(providing a GUI to some of Greg Snow's TeachingDemos package), is now
available on CRAN. (I suggest using this naming convention -- RcmdrPlugin.*
-- so that plug-in packages will sort immediately below the Rcmdr package on
CRAN. This assumes, of course, that other people will be...
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
...loaded via the Commander "Tools -> Load Rcmdr plug-in(s)" menu; a
restart of the Commander is required to install the new menus. Finally,
loading a plug-in package when the Rcmdr is not loaded will load the Rcmdr
and activate the plug-in.
An illustrative R Commander plug-in package, RcmdrPlugin.TeachingDemos
(providing a GUI to some of Greg Snow's TeachingDemos package), is now
available on CRAN. (I suggest using this naming convention -- RcmdrPlugin.*
-- so that plug-in packages will sort immediately below the Rcmdr package on
CRAN. This assumes, of course, that other people will be...
2011 Jun 28
0
Function unfold package RcmdrPlugin.survival
Dear all,
I am using the function ?unfold? from the ?RcmdrPlugin.survival? to convert
my time-varying covariates dataset from wide to long. I managed to have it
working for my data.
However, the problem I have is that the observations after an event, won?t
be dropped from the dataset. For example, see the dataframe below: the event
occurs at 1.2 (event.time=1),...
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) a...
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-mana...
2010 Jul 28
0
IPSUR-1.0 is on CRAN, plus update to RcmdrPlugin.IPSUR
...with
install.packages("IPSUR", repos="http://R-Forge.R-project.org")
Please route IPSUR-specific emails to the respective R-Forge mailing lists:
Questions or problems: ipsur-help at lists.r-forge.r-project.org
Mistakes, suggestions: ipsur-devel at lists.r-forge.r-project.org
RcmdrPlugin.IPSUR is a plugin for the R Commander to accompany IPSUR.
The update to version 0.1-7 is an important one, because it squashes a
long-standing incompatibility problem with other plugins. The naming
scheme for menus is also updated to be consistent with the other
plugins in particular, and naming co...
2008 Jun 02
0
[R-pkgs] updated RcmdrPlugin.epack is ready
Dear R People:
I have updated the RcmdrPlugin.epack with new menus, and added:
additive decomposition;
HoltWinters;
Exponential smoothing.
Thanks to many for their help in the process!
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodges...
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-mana...