similar to: R-beta: Submissions to CRAN

Displaying 20 results from an estimated 10000 matches similar to: "R-beta: Submissions to CRAN"

1997 Apr 08
2
R-alpha: CRAN source/contrib
I've put all ``current'' add-on packages into CRAN's source/contrib tree and created an INDEX file (attached below). As you can see, currently we have acepack bootstrap ctest date e1071 fracdiff gee jpn snns splines survival4 (Yes, e1071 and jpn are new ... more on the latter in a later mail.) In the near future, I am hoping for the following: oz (Bill
1997 Jun 09
1
R-beta: compiling R under HP-UX
Hi, I've trouble compiling R-0.49 (with both patches applied) on a HP-UX sim B.10.20 A 9000/819 machine: ranlib ../lib/libappl.a cd regex; make c89 -Ae -g -I../include -DPOSIX_MISTAKE -c regcomp.c cc: warning 422: Unknown option "-Ae" ignored. cc: "../include/regex.h", line 50: error 1000: Unexpected symbol: "regoff_t". cc:
2000 Mar 03
2
Re: [Omega-devel] StatDataML
Hi, I just had a very quick look at the StatDataML proposal --- nice work! At the risk of showing my ignorance, I want to mention my first impressions. My first impression is that defining datasets in terms of arrays and list is a bit too high a level. What about simpler vectors, scalars? (I know that R/S don't have scalars, but other systems/applications do.) Can we think of a core
1997 Jun 09
1
R-beta: mlbench-0.1 --- machine learning benchmark problems
I've made a package from some benchmark datasets for use with R and uploaded it to CRAN. Here's the Index entry: mlbench-0.1.tar.gz: A collection of artificial and real-world machine learning benchmark problems, including, e.g., the boston housing data from the UCI repository. Written/packaged by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at> Original data sets from
1997 Jun 09
1
R-beta: mlbench-0.1 --- machine learning benchmark problems
I've made a package from some benchmark datasets for use with R and uploaded it to CRAN. Here's the Index entry: mlbench-0.1.tar.gz: A collection of artificial and real-world machine learning benchmark problems, including, e.g., the boston housing data from the UCI repository. Written/packaged by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at> Original data sets from
1997 Jun 09
1
R-beta: mlbench-0.1 --- machine learning benchmark problems
I've made a package from some benchmark datasets for use with R and uploaded it to CRAN. Here's the Index entry: mlbench-0.1.tar.gz: A collection of artificial and real-world machine learning benchmark problems, including, e.g., the boston housing data from the UCI repository. Written/packaged by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at> Original data sets from
1998 Mar 17
1
R-beta: exchanging data between R/Splus and SPSS
Hi, is there any way to exchange (A LOT OF) data between SPPS and R/Splus, i.e., I want to get data from SPSS into R. It is a huge data frame with many columns being factors, so manual conversion is out of question (and there are more data to come). Exporting ASCII from SPSS seems to loose all level names, and the portable SPSS format doesn't look too nice. I've searched S-news and
1997 Apr 24
1
R-beta: Replot?
Is there some sort of replot function, i.e., reproducing the current plot like gnuplot's command replot? Of course it's easy to issue a plot command twice, but after several lines statements it gets a little bit annoying ... and the plot disappears each time one resizes the window, changes from single plot to multiple plots etc. Just dreaming ... Fritz --
2005 Apr 08
1
orphaning CRAN packages
Dear R Developers, the following CRAN packages do not cleanly pass R CMD check for quite some time now and did not have any updates since the time given. Several attempts by the CRAN admins to contact the package maintainers had no success. norm, 1.0-9, 2002-05-07, WARN sound, 0.6, 2002-08-31, WARN Bhat, 0.9-07, 2003-11-04, WARN HI, 0.1, 2003-11-04, WARN mmlcr, 1.3.2, 2003-11-15, WARN mvnmle,
2001 Oct 04
0
new version of e1071 on CRAN
A new version of e1071 has been released to CRAN which should be much easier to install on a lot of platforms because reading/writing PNM images has been moved to the pixmap package, hence there are no longer dependencies on external libraries and no configure mechanism. For the authors, Fritz Leisch ********************************************************** Changes in Version 1.2-0: o
1998 Apr 17
1
development mda package
NEW: CRAN/src/contrib/devel/mda_0.1-1.tar.gz I have made a first shot at porting the Hastie & Tibshirani mda package t= o R ... this is almost not tested at all ... but it works for the iris data and what else could a statistician be possibly interested in anyway = :-) All BRUTO stuff is missing because there are some unresolved symbols: R.binary: can't resolve symbol
2002 Dec 20
1
R News Volume 2/3
Just in time to provide you with reading material for the holidays we have published the 2002/3 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. This issue starts a new regular column, the "R Help Desk" edited by Uwe Ligges. umn, with an article on
2002 Dec 20
1
R News Volume 2/3
Just in time to provide you with reading material for the holidays we have published the 2002/3 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. This issue starts a new regular column, the "R Help Desk" edited by Uwe Ligges. umn, with an article on
1997 Dec 22
1
$CRAN/src/contrib/devel
I have created the above directory for contributed R packages that are considered as ``in development''. It is intended as a central marketplace for code that is for various reasons ``unstable'' or ``incomplete'' but might be useful for others. If you want to contribute some code, please include a README file in the tar ball describing the problems etc. I have started
2005 Feb 22
6
Run Sweave and LaTeX directly from command line
Hello! Those of you, who use Sweave a lot, will probably find my shell script usable. You can get it at: http://www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh No warranty, however don't hesitate to contact me if you find an error or have a patch! -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of
2002 Oct 10
1
problem with Sweave on 1.6 on NT4
Hi, I recently compiled 1.6 on NT4 but I am having a problem with Sweave. Using the inbuilt 'Sweave-test-1.Rnw' file as an example: ------- > library(tools) > testfile <- file.path(.path.package("tools"), "Sweave", "Sweave-test-1.Rnw") ## create a LaTeX file Sweave(testfile) testfile <-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi - a tiny bug report: the list of mirror sites given at www.r-project.org/ mentions http://cran.mirror.aarnet.edu.au/ This domain does not exist (well, from Western Australia netscape says the domain doesn't exist) but I found the mirror at http://mirror.aarnet.edu.au/pub/CRAN/ regards Adrian Baddeley -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi - a tiny bug report: the list of mirror sites given at www.r-project.org/ mentions http://cran.mirror.aarnet.edu.au/ This domain does not exist (well, from Western Australia netscape says the domain doesn't exist) but I found the mirror at http://mirror.aarnet.edu.au/pub/CRAN/ regards Adrian Baddeley -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
1998 May 21
1
R-beta: Problem instaling e1071
I was trying to install e1071 and the compilation failed. Can some of you R gurus help me with this... thanks pedro ---- Installing package `e1071' ... libs gcc -g -fpic -I/usr/local/R/include -c pgm.c -o pgm.o pgm.c:19: pgm.h: No such file or directory make: *** [pgm.o] Error 1 cp: src-c/*.so: No such file or directory R DONE ----- Pedro Vale Lima Dep. Chemical Eng.
2001 Sep 11
0
New package pixmap
A new package called `pixmap' has been released on CRAN. From the DESCRIPTION file: Package: pixmap Version: 0.2-1 Title: Bitmap Images (``Pixel Maps'') Depends: R (>= 1.3) Author: Friedrich Leisch and Roger Bivand Maintainer: Friedrich Leisch <Friedrich.Leisch at ci.tuwien.ac.at> Description: Functions for import, export, plotting and other manipulations of bitmapped