[Rd] Segfault with savePlot

2005-03-22 Thread James MacDonald
I get a segfault when using savePlot("foo","pdf"). FWIW, I don't have a problem using the canonical pdf("foo.pdf") plot(something) dev.off() Best, Jim > R.Version() $platform [1] "i386-pc-mingw32" $arch [1] "i386" $os [1] "mingw32" $system [1] "i386, mingw32" $status [1] "Under developmen

[Rd] package.skeleton

2005-03-18 Thread James MacDonald
> R.version.string [1] "R version 2.1.0, 2005-03-17" I don't see anything in either https://svn.r-project.org/R/trunk/NEWS or in the Changes file for R-2.1.0 about changes in package.skeleton() (nor in the help page), but when I run this function, all the .Rd files produced are of the data format

[Rd] Pre-building lazyload DB

2005-02-08 Thread James MacDonald
Hi all, Bioconductor has several metaData packages that contain quite large data sets. In the past, these data were simply held in the /data directory of the package as .rda files and load()ed as needed. Converting to using lazy data loading may have memory and performance advantages, but for the

[Rd] loading a particular package version

2004-10-20 Thread James MacDonald
Hi all, This is either a feature request or a plea for help (depending on whether or not I am missing something). I am trying to write a function that will load a package of a particular version, but the package installation was most likely not versioned e.g., --with-package-version For instance,

Re: [Rd] cat() in long-running functions only shows up on window resize(PR#6634)

2004-03-02 Thread James MacDonald
On windows you will probably get better results if you use flush.console() instead of cat() inside long running functions. HTH, Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623