similar to: R-beta: Re: new platform

Displaying 20 results from an estimated 10000 matches similar to: "R-beta: Re: new platform"

1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory
1998 Jan 15
1
debugging dynamically loaded code
How can I debug code that I load at runtime? Currently I do the following: load R.binary into gdb run load shared object code using dyn.load() quit the R process from then on gdb seems to be smart enough such that the source code of the .so file is available and I can set breakpoints etc. however, when I restart the R process I get: (gdb) break printing.c:7 Breakpoint 1 at 0x407af036:
1998 Jan 16
2
ESS-mode and X-emacs problem
kim.pilegaard@risoe.dk (Kim Pilegaard) writes: > When I try to invoke R from xemacs I get the following responses: > > ESS starting data directory? ~/ > > "Process R is not running". > > This is what the R buffer shows: > > R : Copyright 1997, Robert Gentleman and Ross Ihaka > Version 0.61.0 Alpha (December 21, 1997) > > R is free software and
1997 Dec 31
0
R-beta: RPM and .deb packages for R-0.61
This may have been announced before but there are now both Debian GNU/Linux and RedHat Linux packages for R-0.61 on the CRAN archive sites. The master site for CRAN is http://www.ci.tuwien.ac.at/R/ That site provide a list of available mirror sites. Within the CRAN archive sites the pre-compiled packages for Linux are located in the bin/i386-linux directory. Under RedHat you can install
1998 Jan 17
0
R-beta: New r-base package for Debian-2.0
I have recompiled the r-base package for Debian-2.0 with readline support. I still haven't determined why the configure script does not detect the readline library on one machine but does detect it on another where I compiled this. The package is available as ftp://franz.stat.wisc.edu/pub/R/bin/i386-linux/Debian-2.0/r-base_0.61.1-3_i386.deb and should appear on the other CRAN mirrors by
1998 Jun 10
0
R-beta: "A brief history of S"
While writing his '98 Interface paper Ross Ihaka was asking about the history of S so he could relate it to the history of R. I was looking at the Statistics and Information Analysis Division's web page at Bell Labs and went to their technical reports section http://cm.bell-labs.com/stat/doc/ Sure enough, there is a tech report by Rick Becker on "A Brief History of S".
1997 Oct 01
1
R-beta: Error message from library install
I am trying to install a library for my linear models class. (The name "st849" comes from the course identification, Statistics 849.) # R INSTALL st849 Installing package `st849' ... funs data help >>> Building help index for package `st849' ... done. >>> Building help pages for package `st849' NONE:0: m4: ERROR: EOF in argument list RWC
1998 Apr 07
0
R-beta: spline problems(?)
"A. Tsiolakidis" <tsioltas@cs.keele.ac.uk> writes: > OK, thanks, it looks like I can use the splines library instead (I had no > idea how, but now I do!). Should we call it a bug then? > > Question No. 2: > > >From the same S-plus program, I was forced to change a line that was giving > me Segmentation Error problems (a crash on Solaris 2.5): > >
1997 Oct 17
1
R-beta: more model.matrix
I am trying to show some techniques to my graduate regression class. The textbook mentioned using bootstrap samples of regression coefficients for assessing variability. I decided to show them reasonably effective ways of doing the resampling. The following is a function I wrote to create bootstrap samples of coefficients from a fitted linear regression model. bsCoefSample <- ##
1999 Dec 30
1
network outage for omegahat.org, r-project.org, and madisonlinux.org
As described below, external network connections to the campus of the University of Wisconsin - Madison will be either inaccessible or slow from 20:00 CST 2000/01/03 until 01:00 CST 2000/01/04. CST is our local time zone: Central Standard Time in North America. These local times correspond to 04:00 - 07:00 GMT Tuesday 2000/01/04. This planned outage will affect the r-project.org, omegahat.org,
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12.11.2016 18:38, Dirk Eddelbuettel wrote: > On 12 November 2016 at 07:59, Dirk Eddelbuettel wrote: > | > | On 12 November 2016 at 14:23, Kirill M?ller wrote: > | | Thanks. I have now CXX = g++ -std=c++98 in my /etc/R/Makeconf, it's > | | picked up properly. I can only assume that the last -std= option wins if > | | more than one are given on the same command line [1].
2004 Mar 11
0
Re: make.search.html() without write permission in R.home() (PR#6664)
I did that. In fact the default uses .libPaths()[1], which I have set to "P:/stat/yandell/public/statgen/R" The package installs fine. However, the HTML search is not done properly. Again, the break occurred after installation of the package, when make.search.html() was invoked. Brian On Thu, 11 Mar 2004, Douglas Bates wrote: > Brian Yandell <byandell@wisc.edu> writes: >
2004 Mar 11
0
Re: make.search.html() without write permission in R.hom e( ) (PR#6664)
So this is on Windows, then? This is documented somewhere (don't remember): If the package is not located under $R_HOME/library, then the html help will not be able to find it. Don't think there's a known work-around. Cheers, Andy > From: byandell@wisc.edu > > I did that. In fact the default uses .libPaths()[1], which I > have set to >
2003 Oct 15
0
(no subject)
Dear Dr. Bates I replied to your email before but apparently it didn't make it so I am replying again. I would really appreciate if you could send me an example on how you suggest to build a cell means model for fixed effects using the NLME library. I am not sure whether you suggest to create a separate factor for each unique combination of levels of a factor or whether you suggest to
2015 Aug 29
0
Having both R-current and R-devel installed on Ubuntu
On 29 August 2015 at 17:14, Liviu Andronic wrote: | Hi Dirk, | I too would need to get R-devel on my Ubuntu box (alongside an | existing R installation) to check my packages, especially given the | mayhem that awaits us when the new `R CMD check --as-cran` goes live. | ( http://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html ) | | I was wondering if the script that you posted on r-sig-debian a
1999 Mar 30
0
Prototype nls library for R using closures
I just uploaded to CRAN a prototype nls (nonlinear least squares) library for R. It is far from being finished but I am asking for this preliminary version to be installed in the src/contrib/Devel section of CRAN so others can see the use of function closures to emulate the behaviour of objects in languages like Java. It will be a couple of days before the file is installed in CRAN and has a
1999 Nov 22
2
NLME-3.1 package available for R-0.90.0
With the assistance of Saikat DebRoy we have produced an nlme package (linear and nonlinear mixed-effects models) for R (see http://www.r-project.org/ for details about R). The nlme package for R requires R-0.90.0, which was released earlier today. Also released today was NLME 3.2 for S-PLUS. We will be working on incorporating the changes from NLME 3.1 to 3.2 into the R version but we wanted
1999 Nov 22
2
NLME-3.1 package available for R-0.90.0
With the assistance of Saikat DebRoy we have produced an nlme package (linear and nonlinear mixed-effects models) for R (see http://www.r-project.org/ for details about R). The nlme package for R requires R-0.90.0, which was released earlier today. Also released today was NLME 3.2 for S-PLUS. We will be working on incorporating the changes from NLME 3.1 to 3.2 into the R version but we wanted
1998 Jan 12
0
Symbolic derivation
Wenyaun Xi <xi@keynes.econ.utah.edu> writes to S-news: > I ran into some problems when I tried to get symbolic derivation by > using a function deriv3(). The expression contains 18 > parameters, of which I want to have an information matrix eventually. I > ran it on my 200MHz Pentium PC with 64meg RAM. Each time I kick out the > job, the S-plus 3.1 for Windows stops after