similar to: R make process

Displaying 20 results from an estimated 2000 matches similar to: "R make process"

1998 May 04
0
Updated mass package on CRAN
Hi, I've converted all functions etc. from V&R's MASS library to R ... everything's in mass_5.2pl005-2.tar.gz in the devel section of CRAN. Below is the README: ********************************************************** This is a first shot at porting the whole main section of V&R's MASS library to R --- and only for cool people with a brave heart :-) Porting was done
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
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
I wrote about my problems building R-0.63.3 on a Digital Alpha running OSF V4.0D. Thanks to the suggestion Jonathan.Yuen at tvs.slu.se, I tried using the DEC CC compiler instead of gcc, and it worked just fine. (Seeing that I needed gmake to build, it never occured to me to try DEC CC. It seems that you cannot combine DEC F77 with gcc; I do not have g77 to try.) Below is a set of instructions
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
Dear Team, Don't understand output below. Please advise. Windows98 and rw1041(patched) from 1/25/02. Graham Lawrence C:\>PATH=C:\bin;C:\mingw32;C:\Perl;C:\HtmlWork;C:\R\rw1041\bin;C:\Tcl;C:\Tcl\bin C:\>Rcmd INSTALL C:\R\lattice_0.4-0.tar.gz Bad command or file name C:\>Rcmd C:\>Rcmd Install Bad command or file name C:\>dir C:\R\rw1041\bin Volume in drive C has no
1999 Mar 12
1
R 68.3 on OSF V4.0 problems
I am trying to install R-0.63.3 on a Digital Alpha running OSF V4.0D, and having some difficulties. Can anyone help? Also, I found some "oddities" in the installation process. I expect that this message is read by the developers, maybe some of my suggestions can be incorporated into future releases. Please reply to me directly (as well as possibly also to this mailing list): I am not a
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 Sep 11
1
R-beta: cannot make R
Can anyone help? I am trying to install R-0.62.2 on a Sun with OS 5.6 (Solaris 2.6), and gcc/f77. Unfortunatley the simple commands ./configure --prefix=/opt/R make did not work, complaining when building help/docs. It claims to have problems perl (which has worked fine so far) but in practice it is not only a documentation problem: if I force "make install" and run R, then it
2000 Aug 16
1
RE: R 1.1.1 for Windows (NT/9x/2000)
Guido: Thank you so much for this, but I wonder, when there is a new release of R, how can I know which packages in contrib need to be re-compiled? I still have all the .zip files from 1.1.0 on my hard drive here, but I am unsure whether to install them under 1.1.1. Thanks for your help. Tom Richards > -----Original Message----- > From: Guido Masarotto [mailto:guido at
2001 Jun 07
1
nlme html?
Hi, When installing "nlme" from CRAN on Solaris 5.3.1 by doing install.packages("nlme") I get: [clip] gcc -G -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o nlmefit.o nls.o pdMat.o -L/usr/local/lib R data inst /usr/local/lib/R/bin/INSTALL: /bin/perl: not found help /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found
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