search for: rarchive

Displaying 5 results from an estimated 5 matches for "rarchive".

Did you mean: archive
2009 Sep 26
1
multiple lattice, xyplot & levelplot on same page
Dear R-users, I'd like to place an xyplot() at the top of a page and a levelplot() at the bottom of the same page, and have the x-axes be the same. I've come close to finding a solution through Rarchive, and can produce an upside-down version of what I'd like (levelplot() on the top - see code below). However, the following error occurs when I try and plot the xyplot() at the top: "Error in prepanel.default.function(x = 0:10, y = c(0, 1, 4, 9, 16, 25,? : ? element 1 is empty; ?? the par...
2001 Mar 12
1
loading shared libraries at startup
Dear people, I compiled a bit of C code into a shared library cftpR.so, and load it into R at runtime using > dyn.load("cftpR.so") This works fine, however when I put .First <- function() { dyn.load("/home/faheem/research/cftp/cftpR.so") } (using absolute path names; also tried with just dyn.load("cftpR.so")), into my .Rprofile to load the library at
1999 Nov 23
2
rbind problem (PR#338)
In the new version 0.90.0, rbind won't take a vector and a matrix from me, but works OK if I coerce the vector to a matrix. The following was run on a new session (i.e., no prior work), and has been duplicated on 2 machines: an SGI running Irix 6.5, and an Intel box running Red Hat Linux 6.0. Either case works fine in version 0.65.1. > t3 <- c(.5, .5) > t4 <-
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to help us : We , have installed the R package in a Digital Workstation with 500Mb of RAM memory, running under Unix operating system. The package works fine but when we try to start the program with more than 120Mb, (vsize - --120M) the workstation refuses to allocate this memory. The message that we get is: Fatal error:
2003 Dec 31
1
RFC on first public draft of 'Debian R Policy'
...Knoppix and its derivatives such as Quantian. Providing Debian packages of R packages allows others to use these in new environments. 2.0 Proposed conventions for Debian packages of R packages. 2.1 Name and version number of the Debian package We propose that the Debian packages be named r-<Rarchive>-<Rpackage>. An R package from a private archive can use "noncran" for the archive name indicating that it did not come from CRAN. For example r-cran-car - the car package from CRAN r-bioconductor-affy - the affy (Affymetrix) package from Bioconductor.org r-omega...