Displaying 20 results from an estimated 7000 matches similar to: "R-beta: ANNOUNCE: CRAN"
1997 Apr 16
0
R-alpha: CRAN announcement
Attached is an updated version of the CRAN announcement, also to be sent
out as soon as 0.50 is out. Again, please have a look if possible.
-k
************************************************************************
This is the first announcement of the
Comprehensive R Archive Network
(CRAN)
CRAN is a collection of sites which carry identical material, consisting
of the
1997 Apr 22
3
R-beta: library(splines) in version 0.50 alpha
I am using the 0.50 alpha version of R packaged (in 3 parts) by Kurt
for Debian Linux.
Package: r-base
Status: install ok installed
Priority: optional
Section: local
Maintainer: Kurt Hornik <Kurt.Hornik at ci.tuwien.ac.at>
Version: 0.50b7-1
Depends: libc5, xlib6, libreadline2
Description: R, a language not entirely unlike the language S.
Package: r-contrib
Status: install ok
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 Apr 16
0
R-alpha: R-FAQ
Attached is an updated version of the FAQ, to be released right after
0.50 is out. Please have a look, and let me know where improvements are
needed.
Thanks,
-k
*******************************************
R FAQ
Kurt Hornik
v0.1-0, 1997/04/16
This document contains answers to some of the most frequently asked
questions about R. Feedback is welcome.
1997 Apr 23
0
R-beta: R-FAQ v0.1-0
A much updated R FAQ is now available at the URL
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
The plain text version is appended below.
-k
*****************************************************************************
* Kurt Hornik * *
* Dept of Statistics TU Wien * tel: +43 (1) 58801-4542 *
* Wiedner Hauptstr
1997 Apr 23
0
R-beta: R-FAQ v0.1-0
A much updated R FAQ is now available at the URL
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
The plain text version is appended below.
-k
*****************************************************************************
* Kurt Hornik * *
* Dept of Statistics TU Wien * tel: +43 (1) 58801-4542 *
* Wiedner Hauptstr
1998 Mar 19
0
Copyrights on CRAN/src/contrib libraries
Sorry to bring up this old topic again but ...
The 2.0 release of Debian Linux is about to happen and the release
team requires copyright statements on any code included in the
release. Presently there are 4 packages that I have created from R
source code and libraries and contributed to the release. I think
this will help with the visibility of R when there is a well-regarded
release of an
1997 Aug 25
0
R-alpha: R FAQ
Attached is a snapshot of the new version of the FAQ. What is still
missing is something on eval and .Options versus options(). As always,
feedback is greatly appreciated.
Best,
-k
***********************************************************************
R FAQ
Kurt Hornik
v0.2-0, 1997/09/01
This document contains answers to some of the most frequently asked
questions about R. Feedback
1997 Dec 09
3
R-beta: R FAQ v0.60
An updated version of the R FAQ to accompany the new 0.60 release is now
available at the usual site,
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
A plain text version of the FAQ is appended below.
-kh
****** snip snip snip **************************************************
R FAQ
Kurt Hornik
v0.60-6, 1997/12/08
This document contains answers to some of the most frequently asked
1997 Dec 09
3
R-beta: R FAQ v0.60
An updated version of the R FAQ to accompany the new 0.60 release is now
available at the usual site,
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
A plain text version of the FAQ is appended below.
-kh
****** snip snip snip **************************************************
R FAQ
Kurt Hornik
v0.60-6, 1997/12/08
This document contains answers to some of the most frequently asked
1997 Dec 09
3
R-beta: R FAQ v0.60
An updated version of the R FAQ to accompany the new 0.60 release is now
available at the usual site,
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
A plain text version of the FAQ is appended below.
-kh
****** snip snip snip **************************************************
R FAQ
Kurt Hornik
v0.60-6, 1997/12/08
This document contains answers to some of the most frequently asked
1997 Sep 15
0
R-beta: R binaries for NEXTSTEP (I386 and M68k) on CRAN
Binary distributions of R-0.49 for NEXTSTEP (Intel and M68k) are now
available on CRAN:
http://www.ci.tuwien.ac.at/R/bin/i386-nextstep/R.0.49.I.b.tar.gz
http://www.ci.tuwien.ac.at/R/bin/m68k-nextstep/R.0.49.N.b.tar.gz
Because NEXTSTEP doesn't support dynamic loading, I've compiled
in a number of additional functions (mostly from the user contributed
section of CRAN) which I find
2003 Jan 29
0
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2505)
jussi.makinen@valtiokonttori.fi wrote:
> Full_Name: Jussi M?kinen
> Version: 1.6.2
> OS: Win2000
> Submission from: (NULL) (193.210.145.2)
>
>
> I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
> but I got the messages box:
That's not a current mirror of CRAN (see the CRAN Master for recent
mirrors), it's last update seems to be
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen
Version: 1.6.2
OS: Win2000
Submission from: (NULL) (193.210.145.2)
I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
but I got the messages box:
The procedure entry point daxpy_ could not be located in the dynamic link
library R.dll
and the following lines to RGui:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable
1998 Jan 14
1
R-beta: pairs-plot
I have the following problem. I have some multidimensional data points
"x" and a curve "fit" fitted to these points. How can I combine
R> pairs(x)
and
R> pairs(fit,panel=lines)
in one plot, so that I can see how good the curve fits the data?
A command like
R> pairs(x, panel=function(x,y) {points(x,y); lines(lowess(x,y))})
does not work, since I fit the curve in all
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
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the