Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-08-12 Thread Kuhn, Max
Uwe, Thanks for the email. What is the expected data that pamr will be off the main CRAN package list? I don't want to maintain that package but I have an old, independent implementation of that classifier that I can include in caret. Thanks again, Max On 8/8/14 12:41 PM, "Uwe Ligges" wrote:

Re: [Rd] package installation order

2007-11-14 Thread Kuhn, Max
Professor Ripley, > It does say 'URL(s)', hence > > repos = "file:///home/max/tmp/r-2.5.1-pkgs-updated" That works. Thanks for your expertise. Max __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] package installation order

2007-11-14 Thread Kuhn, Max
Professor Ripley, > You need the information from available.packages() to do the ordering, so > you need a non-NULL repository. This works if you convert your local > collection into a local repository. You will need a PACKAGES file, but > tools::write_PACKAGES can re-create one for you. > >

Re: [Rd] package installation order

2007-11-14 Thread Kuhn, Max
Dirk, Thanks for the email. > When trying to package the by-now-gargantuan Rmetrics for Debian (which is > still ongoing), I looked around for some Depends builders. Turns out that > BioC has this. E.g. the following worked for: > > ## > install.packages("Biobase", repo="http://www.bioconduct

[Rd] package installation order

2007-11-14 Thread Kuhn, Max
I have roughly 80 or so packages sources. These were obtained by taking a snapshot of certain CRAN packages a few months ago using install.packages( pkgs = pckNames, destdir = "/home/max", repos = "http://cran.r-project.org"; dependencies = c("Depends", "Imports", "Sugg

Re: [Rd] Best practices - R CMD check and vignettes

2007-09-19 Thread Kuhn, Max
Jim, But I'm not sure if this works if the package has not been installed (or it might find a version already installed in your library path), but give it a try: load(system.file("examples", "somedata.Rdata", package = "PkgName")) Max -Original Message- From: [EMAIL PROTECTED] [mail

Re: [Rd] gcc-sjlj

2007-09-11 Thread Kuhn, Max
Duncan, > gcc 4 is the new default, specifically the MinGW "setjmp/longjmp" build, > gcc-sjlj. If you want to use the old 3.4.5, you need to edit MkRules, > setting BUILD=GCC3. Thanks for the suggestion. With my C skills, that would be like giving a monkey a gun. Nothing good could come of it.

[Rd] gcc-sjlj

2007-09-11 Thread Kuhn, Max
Everyone, I'm running R CMD check on a package using the 2.6.0 alpha version: > sessionInfo() R version 2.6.0 alpha (2007-09-09 r42809) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=

Re: [Rd] SWF animation method

2007-08-08 Thread Kuhn, Max
Also, I've used ImageMagick's convert utility to make animated gifs. Generate a series of files (I used png) and then convert -delay 50 -page +0+0 im01.png -page +0+0 im01.png -page +0+0 im01.png -loop 0 mov.gif Max > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[Rd] Bitmap device available for R CMD check?

2006-05-31 Thread Kuhn, Max
Hi, I have a package that I'd like to submit to CRAN that does Sweave-like processing on Open Document format files from Open Office. If I remember correctly, there is a machine that automatically R CMD checks CRAN packages. I have two questions about how that system is set up: 1. Is the bitmap