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:
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
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.
>
>
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
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
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
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.
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=
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
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
10 matches
Mail list logo