similar to: Updated mass package on CRAN

Displaying 20 results from an estimated 3000 matches similar to: "Updated mass package on CRAN"

1998 May 18
0
R make process
Hi, I've just committed a few changes to the R make process, such that we support the standard ./configure make make install triple from now on. It should be included in tomorrows snapshot sources. The default installation directory hierarchy should be /usr/local on most systems, but this may vary. The installation prefix can be set using ./configure --prefix=3D... and you can see
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
1997 Apr 25
0
R-alpha: unresolved symbols
I tried to convert hastie & tibshiranis mda package to R but ended with a bunch of unresolved symbols: R.binary: can't resolve symbol 'dbksl_' R.binary: can't resolve symbol 'dblepr_' R.binary: can't resolve symbol 'dqrdca_' R.binary: can't resolve symbol 'intpr_' R.binary: can't resolve symbol 'pack_' R.binary: can't resolve
1997 Dec 05
1
R-alpha: is.vector of one-dimensional array
maybe we've already diskussed this before, but Kurt and I can't remember ... is.vector() of an one-dimensional array returns FALSE. this is also the behavior of Splus, but totally counter-intuitive for me ... IMO an array of dimension 1 is exactly the definition of a vector ... it also breaks our current plot.factor, which is simply a barplot(table(x)) table() returns an
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
1998 Jan 07
0
tabular environment for Rd files
I have added a preliminary version of a tabular environment to Rdconv and committed it to the current development sources. Syntax: \tabular{format}{ aaa \tab bbb \tab ccc \cr xxx \tab yyy \tab zzz } i.e., the column seperator is \tab and the line seperator is \cr format is a usual LaTeX tabular format string, e.g in the above example it could be `lll' giving three left justified
1997 Apr 16
2
R-alpha: data in contributed packages
I know, we've discussed this several times in the good old days days of the R-testers list :-), but the problem is still unsolved. I want to include Tibshirani's data in my port of the bootstrap package, but we still have no way of including data in a clean way. IMHO we should have a subdirectory of $RHOME/data for each library, e.g. $RHOME/data/base $RHOME/data/bootstrap Actually
1998 Jan 26
2
New design for R html help pages
Hi, I've completed a re-design of the R html help pages over the weekend (without the Kitzb=FChel ski races on TV I would have had some more time ...). The design is actually not from me but from Tanja Afra, a student of our department. Anyway, I've put a snapshot on http://www.ci.tuwien.ac.at/~leisch/R/doc/html/index.html please have a look and feel free to make any suggestions when
1997 Jun 27
1
R-alpha: NA in data frame not detected
NA's in a data frame are not handled properly, if the data frame was read in using read.table (but I'm not sure if that is the reason of the problems): (I'm using Debian Linux 1.3) If I read the file *************** 1 2 2 3 3 4 4 5 ? 6 6 7 7 8 8 9 *************** into R using read.table I run into troubles: R : Copyright 1997, Robert Gentleman and Ross Ihaka Version 0.49 Beta
1998 Jan 16
2
Packages for RedHat 4.2, Debian 1.3
Doug Bates has succeeded in building rpm's for RedHat 4.2: >>>>> On Thu, 15 Jan 1998 14:57:22 -0600 (CST), >>>>> Douglas Bates (DB) wrote: DB> I finally got r-base to build on a Debian 1.3 machine. The DB> r-base_0.61.1-1_i386.deb file now in the incoming area is for 1.3. These are on CRAN now. DB> I also got an .rpm for RedHat 4.2 to build. It
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:
1998 Jun 16
0
R-beta: New Package bindata at CRAN
I have put the new package bindata to CRAN, which provides a method for creating binary (i.e., 0-1-valued) random variables with correlation structures by converting multivariate random variables to binary variables. The package includes a postscript file of a technical report describing the method, here's the abstract: ********************************************************** The
1998 Jun 16
0
R-beta: New Package bindata at CRAN
I have put the new package bindata to CRAN, which provides a method for creating binary (i.e., 0-1-valued) random variables with correlation structures by converting multivariate random variables to binary variables. The package includes a postscript file of a technical report describing the method, here's the abstract: ********************************************************** The
1998 May 29
0
R-beta: multiv package on CRAN
I've ported F. Murtagh's statlib package "multiv" to R, it can be found in the usual place on CRAN. Contents: bea Bond Energy Algorithm ca Correspondence Analysis supplc Supplementary Columns in Correspondence Analysis supplr Supplementary Rows in Correspondence Analysis flou
1998 May 29
0
R-beta: multiv package on CRAN
I've ported F. Murtagh's statlib package "multiv" to R, it can be found in the usual place on CRAN. Contents: bea Bond Energy Algorithm ca Correspondence Analysis supplc Supplementary Columns in Correspondence Analysis supplr Supplementary Rows in Correspondence Analysis flou
1998 May 06
1
R-beta: Re: WWWADMIN: Survival Analysis & Factors in R
>>>>> On Wed, 6 May 1998 12:14:54 +0100 (British Summer Time), >>>>> Mark Tucker (MT) wrote: MT> Please could you tell me where I can find the latest MT> version of R which will run in Windows 3.11 {with MT> Microsift's 32-bit adjustment present} MT> Ideally, I am looking for a version which will do survival MT> analysis & handle
1998 Jan 07
1
R/S Difference - split
In S it is possible to "split" a matrix into its rows, using split(matrix, 1:number_of_rows). This is not possible in R. Example: R: R> split(matrix(rnorm(1:20),4, 5), 1:4) Error in split(x, as.factor(f)) : argument lengths differ S: > split(matrix(rnorm(1:20),4, 5), 1:4) $"1": [1] -0.1804794 0.5269439 0.6248224 -0.3243427 -1.2987407 $"2": [1] 0.9384254
1997 Oct 17
2
R-alpha: bug in svd
I use R Version 0.60 Alpha (September 18, 1997) on a Linux Pentium (Debian 1.3) and on a Sparc-Sun-Solaris 2.5.=20 R> svd(matrix(1:16,4,4)) =09yields on both machines Error: error 4 in dsvdc R> svd(matrix(1:20,4,5)) =09gives a result on the Linux computer $d [1] 0 0 0 NA $u [,1] [,2] [,3] [,4] [1,] 1 0 0 0 [2,] 0 1 0 0 [3,] 0 0 1 0 [4,] 0
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
1998 May 27
2
A problem of etiquette
Perhaps, the question is silly. But, I prefer asking it before making a mistake. I have just packed a binary distribution of R for Windows3.1/Win32s. It is equivalent to the previous one for Win95/NT (R-0.61.3 + many of the available packages) and it is compiled with egcs-mingw32 (GPL not a commercial compiler). Now, in preparing the README, I put the following sentence: