Displaying 20 results from an estimated 5000 matches similar to: "building a package"
2010 Aug 03
1
adding FORTRAN code to a package
Dear R People:
Hello!
I'm putting together another RcmdrPlugin package and need to add a
FORTRAN subroutine to speed things up a bit.
I've never added compiled code to a package.
Anyhow, I put my code into a /src directory.
Here are the statements:
* using log directory 'c:/R/R-2.11.1/bin/RcmdrPlugin.push.Rcheck'
* using R version 2.11.1 (2010-05-31)
* using session charset:
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
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
Department of Computer and Mathematical Sciences
2017 Aug 17
1
really dumb question with building/creating a new package.
Thank you!
On Thu, Aug 17, 2017 at 4:55 PM, Bert Gunter <bgunter.4567 at gmail.com> wrote:
> r-package-devel is probably a better place to post this, especially if
> you do not get a satisfactory reply here. This list is about R
> programming, as you presumably know; your query is not.
>
> Cheers,
> Bert
>
>
> Bert Gunter
>
> "The trouble with having
2017 Aug 17
0
really dumb question with building/creating a new package.
r-package-devel is probably a better place to post this, especially if
you do not get a satisfactory reply here. This list is about R
programming, as you presumably know; your query is not.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic
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,
skipping
es-macbook-air:~ emhodgess$ cd RcmdrPlugin.gstats/
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:
2011 Jun 17
1
Rcmdr Plugin error
Dear R People: (particularly those who have build Rcmdr Plugin packages):
I'm building a new Plugin and keep getting the following error:
Error in if (is.null(where) || where >= n) rbind(object1, object2)
else if (where < :
missing value where TRUE/FALSE needed
Error in library(RcmdrPlugin
Have any of you run into this, please? I feel like I've seen it
before but can't
2010 Mar 18
1
Rcmdr plugins produce error
I recently updated all my plugins, and for the fun of it, I added ALL the Rcmdr Plugins to my collection to see what functionality might exist. I started Rcmdr and loaded ALL the available Plugins from to the Rcdmdr Tools menu.
To my suprise Rcmdr produced a number of warnings and finally an error. The error suggests that some of the extensions are incompatable with each other because of menu
2010 Apr 02
1
Problems with PDF/Latex when building a package
Dear R People:
I'm building a packages on an Ubuntu Karmic Koala 9.10 system and am
getting the following errors:
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not found
.
<to be read again>
relax
l.7
2010 Apr 25
1
a side note to the Rcmdr issue
Hi again.
On Windows, when I try to use the "install packages" from the menu, there is no Rcmdr and no RcmdrPlugins to be seen.
thanks,
Erin
Erin M. Hodgess, PhD
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgesse@uhd.edu
[[alternative HTML version deleted]]
2009 Aug 08
2
configure issue
Dear R People:
I am installing R from source into Ubuntu Jaunty Jackalope. (R-2.9.1)
When I do the configure, I get the following:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -std=gnu99 -g -O2
Fortran 77 compiler: gfortran -g -O2
C++ compiler: g++ -g -O2
Fortran
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
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.hodgess at gmail.com
2009 Dec 21
2
checking Rd cross-references ... WARNING
Dear all
I am getting this strange error when checking my package. Would you
have an idea what causes it?
Thank you
Liviu
* checking Rd cross-references ... WARNING
Error in .find.package(package, lib.loc) :
there is no package called 'KernSmooth'
Calls: <Anonymous> -> lapply -> FUN -> .find.package
Execution halted
> sessionInfo ()
R version 2.10.0 (2009-10-26)
2008 Aug 20
3
Writing Rcmdr Plugins
Dear all,
I am trying to write a plugin for the RCommander and having troubles
understanding how to actually do that. I have read Mr. Fox's tutorial
about 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
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
2009 Aug 12
0
tcltk in BATCH mode
DeaR list,
I am writing a user friendly script for an interactive use of R. The user is
supposed to click on a bat-File in Windows-environment and to enter some
values in a pop-up window.
Let us assume we have the script given below. If she sources this script
within R, everything works smoothly. The pop-up window jumps and patiently
waits her to enter the value. For this to work she has to start
2010 Feb 15
1
R-Commander plug-in difficulties
Hi All,
I have recently created an Rcmdr plugin package and it passed all the
checks and was uploaded to CRAN. I then downloaded it from CRAN and
tried running it from my local R program and received this error:
...
Error in f(libname, pkgname) : could not find function "getRcmdr"
Error in library(pkg, character.only = TRUE) :
.First.lib failed for 'RcmdrPlugin.MAc'
In my
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