Displaying 5 results from an estimated 5 matches for "myrlibrary".
Did you mean:
mylibrary
2007 Jan 30
1
Error message when building a package
I'm trying to build a package. The machine is PowerPC G4 with Mac OS 10.4.8,
and I'm using R2.4.1.
I get "R CMD build roots" working, and it created roots.tar.gz. But I get
the following message when I run "R CMD INSTALL -l ../myrlibrary
roots.tar.gz"
======================================================================
* Installing *source* package 'roots' ...
** libs
** arch - ppc
gcc-4.0 -arch ppc -std=gnu99
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/ppc...
2007 Nov 14
4
library path in Rd link
Dear all,
When creating new functions in a package, there is a "See also" component in
the Rd file.
Usually one uses \link{otherfun}, if the other function is from the same
package, or \link[otherpackage]{otherfun} otherwise.
The trouble is that I install new packages not in the default R library
folder, but into some other subfolder in my home, so the link searches
for
2009 Jan 03
2
R Stacked Histogram
I've seen this asked, but never fully answered.
Is it possible to plot stacked histograms in R?
I have four data sets that I would like to show combined vertically in histogram format.
Is this possible?
Thank you for any feedback you can provide.
P.S. I know I can show the four sets side by side, but I want to combine them, but still uniquely identify each. Thanks again.
2010 Mar 16
0
Problems with loading arm
...SS
Loading required package: Matrix
Loading required package: lattice
Loading required package: lme4
Error in library.dynam(lib, package, package.lib) :
shared library 'lme4' not found
Error: package 'lme4' could not be loaded
I installed lme4 in the same directory as arm (i.e., myrlibrary/), but R
claims it can't find it, even though it shows up in the window when I
click on "Load Packages...". I'm assuming this has something to do with
a shared library problem.
I've spent the past two days googling, reading manuals and standard
references, and I'm stumpe...
2007 Aug 15
1
package dependencies
...package is successfully built and can be successful installed. But R CMD
check can not be executed. The error message is:
* checking package dependencies ... ERROR
Packages required but not available:
pckgname
Actually, before running R CMD check, I run the command "set
R_LIBS=/home/myname/MyRLibrary". It is the directory where pckgname is
installed.
What else should I do so that I can pass R CMD check?
Best wishes,
Zhenhuan