New files (at CRAN/binaries/ms-windows/win-32-devel ; available at least at Vienna; in a couple of days on every mirrors) - rw0630b.zip: binary distribution; it should run under Win3.1/Win32, Win95, Win98 and WinNT; - rw0630h.zip: `stardard help' files (the ones you see after help(topic) or ?topic); it also includes the help examples (the one needed by the new function example(topic)); - rw0630w.zip: documentation in html format (usable but far from perfect; files taken from my Unix box; no name-mangling -> don't use under Win3.1). - rw0630s.zip: source. Changes (with respect to rw0624) -------------------------------- - Minor adjustment to reflect changes in R-0.63.0 (options, example,...) - Fixed a couple of minor bugs in the graphics device. - More control keys (some Emacs like (crtl+a, crtl+e, crtl+k), and, on popular demand, crtl+c and crtl-v for copy and paste); take a look at the help/console menuitem. - Added support for Cygwin B20 (target remains Mingw32,i.e, no Unix emulation layer) - Access of global variables in R.exe from a dll should work (all the orrible name-mangling needed by `gnuwin32' - `var' in R.exe becames `*__imp_var' in a dll - is done automatically). guido guido at sirio.stat.unipd.it http://sirio.stat.unipd.it -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-announce-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I am a Windows user of R. Could somebody give me a concrete example of how to install a package in R? I have tried to follow the Appendix C of "R complements to Modern Applied Statistics with S-Plus", but I can not success. Thanks in advance, Pablo -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I must admit that I don't fully appreciate the scoping rules in R. For instance: myfunc <-function(tt, event, x) { cat(tt, "\n") coxph(Surv(tt, event) ~ x) } Running R> myfunc(c(1:4), rep(1, 4), c(1,0,1,0)) gives as output: 1 2 3 4 Error: Object "tt" not found i.e., cat "sees" tt, but not coxph. Why? How do I call coxph within a function, with arguments being local or formal parameters? Is it possible to write R functions so that the scopning rules will be as in Fortran or C? G?ran Brostr?m -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Using Martin Plummer's source rpms, I have started putting together binary rpms for linuxppc. The current rpms are: R-base-0.63-3.ppc.rpm R-VR-5.3pl030-1.ppc.rpm R-contrib-1998.11.20-1.ppc.rpm These are (or will be) found at: 1) CRAN/bin/linux/linuxppc/ 2) ftp://biocserver.cwru.edu/pub/linuxppc/ (science apps for linuxppc ftp site) 3) ftp://ftp.linuxppc.org/pub/linuxppc/linuxppc-R4/contrib/RPMS/ (and its mirrors) I hope these are useful to someone else. -- Alex ~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^ C. Alex Buerkle Ph: 812-855-9018 Jordan Hall 142 Fax: 812-855-6705 Department of Biology Indiana University Bloomington, IN 47405 cbuerkle at bio.indiana.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-announce-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
[[this bounced automaticlly (and rightly so!) you tried to "CC: R-announce" -- which should never be done: R-announce is for people who want very low volume announcements about important newly available R code & doc & ... -- Martin Maechler ]] On 23 Nov, Alex Buerkle wrote:> > Using Martin Plummer's source rpms, I have started putting together binary > rpms for linuxppc. > > The current rpms are: > R-base-0.63-3.ppc.rpm > R-VR-5.3pl030-1.ppc.rpm > R-contrib-1998.11.20-1.ppc.rpm > > These are (or will be) found at: > 1) CRAN/bin/linux/linuxppc/ > 2) ftp://biocserver.cwru.edu/pub/linuxppc/ > (science apps for linuxppc ftp site) > 3) ftp://ftp.linuxppc.org/pub/linuxppc/linuxppc-R4/contrib/RPMS/ > (and its mirrors) > > I hope these are useful to someone else. >Do these have support for HDF5? Just last night, I worked up a proper configuration file to build HDF5 on linuxppc/mklinux. I've sent the powerpc-linux config file to NCSA and placed it on my machine's anonymous ftp site. ftp://keeshond.aerodyne.com/pub/HDF I had previously ported HDF4.1 to powerpc linux machines at work. My plan is to build an rpm for HDF5 over the Thanksgiving holiday, and then rebuild R-0.63 with HDF5 support. Perhaps I'll piggyback off of your efforts and build rpms when I'm done. -- Fred Bacon =========================================================================Aerodyne Research, Inc. Phone: (978) 663-9500 ext. 273 45 Manning Rd. FAX: (978) 663-4918 Billerica, MA 01821-3976 http://www.aerodyne.com ========================================================================= Me spill chucker woks grate. I needle gramma chicken. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._