similar to: print in bdr0631 Win95 version

Displaying 20 results from an estimated 800 matches similar to: "print in bdr0631 Win95 version"

1998 Dec 09
2
Application Error message
I am submitting the command: calcium<-read.table("calcium.txt",header=TRUE) and with Rw0630 and Bdr0631 I get an application error and R crashes. But the command works fine with rjune. I am running under NT4.0 Anyone have a similar problem? Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Jan 17
1
Other core dumps, with apologies
Norm Josephy <NJOSEPHY@bentley.edu> writes: > Sir: > > I hope you do not mind me sending e-mail directly to you > rather than to the developer's list. I wish to avoid > unnecessary traffic on the list when the issue I raise may > have already been fixed. As a matter of principle: I *do* mind. One of the purposes of having a list is that not everyone has the time
1999 Jan 17
1
Other core dumps, with apologies
Norm Josephy <NJOSEPHY@bentley.edu> writes: > Sir: > > I hope you do not mind me sending e-mail directly to you > rather than to the developer's list. I wish to avoid > unnecessary traffic on the list when the issue I raise may > have already been fixed. As a matter of principle: I *do* mind. One of the purposes of having a list is that not everyone has the time
1999 Jan 16
1
Core dump on sapply misuse
Developers: I hope this is the appropriate place to post this request. I am getting a core dump in an application of sapply. A simplified example is the following. Because simplify=TRUE is the default for sapply and tapply, the following works x <- 1:5; sapply(x,list) but the following dumps core with an access violation x <- 1:5; myf <- function(x) list(x,x); sapply(x,myf)
1998 Dec 04
1
R-0.63.1 for win32
I have updated my package of R-0.63.1 to the released version and added the MASS libraries to the bundle at http://www.stats.ox.ac.uk/pub/R/win32/new/bdr0631.zip There are only a few other changes (timings to 0.01 sec, for one). Still view this as experimental, although it works well for me on Win95. All the code you need to build libraries is there (but not the tools). -- Brian D. Ripley,
1998 Dec 01
2
read.table
Sorry to all bothering you with a trivial question: I am using R (rw0630 for Win32) and am simply unable to read-in the *.txt data. I've tried to copy the file (prum.txt) to different directories of rw0630 but get uniformly the answer "object "prum.txt" not found". Which is the default directory for read.table() ?? Thanks! Z. Skala ++++++++++++++++++++++ Zdenek Skala
1998 Dec 21
0
R 0.63.1 for Windows
A new version of R for Windows is available from CRAN in directory bin/windows/windows-NT. This supersedes rw0630, rw63-io, bdr0631 and earlier versions. It runs on Windows 95, 98, NT4 (on i386), at least. There are two executables, Rgui.exe and Rterm.exe. NEW FEATURES Will run from NT command line. No `tricks' are needed for animated graphics. The windows are much more responsive.
1998 Dec 21
0
R 0.63.1 for Windows
A new version of R for Windows is available from CRAN in directory bin/windows/windows-NT. This supersedes rw0630, rw63-io, bdr0631 and earlier versions. It runs on Windows 95, 98, NT4 (on i386), at least. There are two executables, Rgui.exe and Rterm.exe. NEW FEATURES Will run from NT command line. No `tricks' are needed for animated graphics. The windows are much more responsive.
1998 Nov 30
0
R for Windows -- packages
At http://www.stats.ox.ac.uk/pub/R/win32/ I have made available ports to Guido Masarotto's rw0630 version of a large number of packages, basically all those on CRAN except purely data collections. Please read the instructions in the README file. Also there is a set of dlls in new/iodlls.zip that enable most (but not yet all) of these to work with the rw63-io version, and new/bdr0631.zip, a
1998 Nov 29
1
Question about dotplot
Hello: I am playing with the dotplot command (in preparation for teaching an EDA course). I do not understand the following behaviour of dotplot when x is a vector. These examples have been tried on both Linux version 0.63 and guido's Windows version 0.63 running under Windows 95. I searched the bug reporting system, but found no mention of any report concerning dotplot. x <- 1:26
1998 Nov 24
1
Loess & Tar file
Hi, First time on this list. Here it goes I am trying to find Loess. I could not find it on the windows version. Is there one in either Unix version of R or some C program somewhere? I tried one from http://netlib.bell-labs.com/netlib/a/, but I cannot get it to compile due to problem with missing lib (I think): cc -o gas.x gas.o loessc.o loess.o predict.o misc.o loessf.o -llinpack -lcor -lm
1998 Dec 16
1
out-of-memory
I respost the message here since I suppose P. Mandeville is on the list, question is rather general and ----- Forwarded message from MAILER-DAEMON at sirio.stat.unipd.it ----- <mandevip at 148.224.17.2>: Sorry, I couldn't find any host named 148.224.17.2. (#5.1.2) --- Below this line is a copy of the message. On Wed, Dec 16, 1998 at 05:01:02AM +0000, Peter B. Mandeville wrote: > How
2008 May 26
2
Strange behaviour of as.POSIXct
Hi: I do not understand the returned value of NA in the following, which is a simplified version of my attempt to convert the start column of the data frame AirQual in the SwissAir package. as.POSIXct(paste('04.04.2004 0',0:3,sep=''),format='%d.%m.%Y %H') [1] "2004-04-04 00:00:00 EST" "2004-04-04 01:00:00 EST" [3] NA
1998 Dec 07
0
R for WINDOWS (was R-0.63.1 is released)
> To: "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA> > Subject: Re: [R] R-0.63.1 is released > From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> > > "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA> writes: > > > Sorry for a silly question but. . . > > why the new version is 'bdr0631' ? what is the
1998 Dec 07
0
HDF or netCDF
Hi, I saw some ref to R on HDF site and found some e-mails regarding them on Feb. Has there ben any developement on either of these software (HDF or netCDF)? I am primary interested in NT side, but Unix side will help to some degree. Thanks much in advance, ************************************************************** S. Hoon Yoon (Quant) Merrill Lynch
1998 Dec 07
0
ESS with R and S-PLUS under Windows 9x/NT.
> From: rossini@biostat.washington.edu (A.J. Rossini) > Date: 23 Nov 1998 12:46:03 -0800 > > Thanks much. I'm hacking Emacs/ESS on MS Windows platforms starting > mid next month, thanks to some external prodding (and now, product > availability from both R, Splus). And I think XLispStat might be able > to talk (at least DDE), as well, which would be nice > > If
1998 Nov 23
1
R-0.63.0.tgz untar problem!
Hi to all R people!!! I'mtryed to untar R-0.63.0.tgz but .... C:\Archivio\R\R-0.63.0>tar -x -z -f R-0.63.0.tgz tar: R-0.63/aux: Could not create directory: No such file or directory (ENOENT) tar: R-0.63/aux/GETSYMBOLS: Could not create file: No such file or directory (EN OENT) tar: R-0.63/aux/config.sub: Could not create file: No such file or directory (EN OENT) tar:
1998 Nov 11
1
Wavelets in R
On Wed, Nov 11, 1998 at 01:00:34PM -0500, Norm Josephy wrote: > > Sir: > > I find your version of R excellent. I am teaching a course > next semester on Graphical Exploratory Data Analysis, and am > looking forward to having my students use this software. > Thank you for making it available. > ............................................................ > I am
1998 Nov 26
0
Lindsey libraries for Win
Are James Lindsey's libraries for repeated measures, etc. available for rw0630? Is so where? If not is it contemplated to port them in the near future? If not what do I need to do to port them to rw0630? Peter B. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2005 Mar 06
1
Force a file download AND render a page
I have managed to force the download of a pdf to the user''s computer, and make the link appear on a page rendered for the user. I cannot figure out how to do both, however. You know "Your download will begin shortly, if not click _here_" Relevant controller code: (this is solely for testing purposes, i will sanitize the path and such later) def test_render_first(path) # send