search for: oncley

Displaying 12 results from an estimated 12 matches for "oncley".

Did you mean: once
1998 Feb 25
1
attributes
...om anyone in the R-core about this issue. Since our group uses locally-written code (in S+) that is object-oriented, R is useless to us until this capability exists. Do any of you have this on your tasks-list, or should we <attempt> to add attribute inheriting on our own? Thanks...Steve Oncley (oncley@ucar.edu) P.S. Please respond directly to me (or r-help), since I'm not on r-devel. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &...
1999 Mar 11
1
exists finds objects lots of places! (PR#142)
Full_Name: Steve Oncley Version: 0.63.3 OS: Redhat5.2 i386 Submission from: 128.117.80.159 (128.117.80.159) "exists" finds object UP TO the position it is in > search() [1] ".GlobalEnv" "Autoloads" "package:base" > exists("ls",1) [1] TRUE > exists("ls...
1999 Jan 02
3
.C
...the files are read. Our S+ code defines a dummy variable for the data dimensions, which are redefined (calling "S_alloc") and set within the C code once they are known. The appended example works in S+ using the pointers= argument in .C. Is there a way to do this in R? Thanks...Steve Oncley oncley@ucar.edu C-code: void inquire_varid( int *ncid_p, /* NetCDF file id. File is left open */ int *var_id_p, /* variable id */ long **varlen, /* Length of variable, along each dimension */ long *ndims_r, /* number of dimensions in variable */ /* This a...
1998 Jan 08
0
R-beta: Using par(tck=,xaxs=)
I found that par(tck=xx) was ignored and par(xaxs="s") gave an error in v0.61. I've made the following quick hacks in the code to get these to function. Please let me know if I'm setting myself up for trouble and... Thanks for R! ...Steve Oncley (oncley at ucar.edu) ------------------------------------------------------- A hack to get par(tck) to work: src/graphics/graphics.c, line 192: GP->tck = -0.02; /* Blue Book p.527 standard value */ src/main/plot.c, lines 462-463, replace by: /* this sets the tick length to the same f...
1999 Mar 02
0
memory tricks
..., rather than building it up in a "for" loop using c(), rbind(), etc. 4. Execute code which manipulates large objects within a function, rather than directly from the command line. Should these practices help when using R? Are there others which users should know about? Thanks...Steve Oncley NCAR/ATD PO Box 3000 Boulder CO 80307-3000 USA oncley at ucar.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
1999 Mar 11
1
log plots fail with NAs (PR#141)
Full_Name: Steve Oncley Version: 0.63.3 OS: Redhat5.2 i386 Submission from: 128.117.80.159 (128.117.80.159) Shouldn't this work, but only plot 2 points? > plot(c(1,NA,10),log="y") Error: missing value where logical needed -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
1998 Nov 20
2
R and hdf
Hi, I've been playing with R for only a few days, so I'm not terribly familiar with it yet. Has anyone ever done any work using HDF or NetCDF files with R? Both file formats have libraries which can be linked to a program to read and write data to these formats. Is this sort of thing possible with R? We are planning to use the HDF format to store experimental data collected by some
1998 Apr 02
1
attributes now inherited
...routine based on Blue Book rules) main/attrib.c (I added a new routine: copyMostAttrib) main/complex.c (calls my new routine based on Blue Book rules) include/Defn.h (one line addition to define copyMostAttrib) We hope you will find this useful and install it in the next R release. ...Steve Oncley and Gordon Maclean National Center for Atmospheric Research Boulder, Colorado USA (where the sun will soon set into the mountains) ************************************************************************** *** arithmetic.c Mon Nov 10 19:35:01 1997 --- /net/aster/R/src/main/arithmetic.c Wed Apr 1...
1999 Apr 07
2
Bug list summary (automatic post)
...100 (EDT) --Cannot cat a name. (Docs fixed to reflect this by Kurt, 22feb99) * PR# 118 * Subject: Function parsing From: Jonathan Rougier <J.C.Rougier@durham.ac.uk> Date: Wed, 10 Feb 1999 13:42:01 +0000 (GMT) --comment placement. * PR# 142 * Subject: exists finds objects lots of places! From: oncley@ucar.edu Date: Thu, 11 Mar 1999 17:34:34 +0100 --No bug; not S compatible; documentation should be clearer Directory: Low-level * PR# 37 * Subject: S.h compatibility issues From: Prof Brian D Ripley <ripley@stats.ox.ac.uk> Date: Sun, 6 Sep 1998 19:58:47 +0100 (BST) * PR# 119 * Subject: Pro...
1998 Jun 14
5
R-beta: R-0.62 is released
...C-code: Many "-Wall" fixes (MM & DB). o mva's dist() now takes arguments diag and upper which control how the distance matrix is printed. plot.hclust() now takes a labels argument. o Attributes are now propagated correctly in binary operations. Changes from: Steve Oncley and Gordon Maclean National Center for Atmospheric Research Boulder, Colorado USA o configure now also checks for fort77. o Usage of R INSTALL now is R INSTALL [options] [-l lib] pkg_1 ... pkg_n The +/- options were replaced by GNU-style `--no-docs' and `--no-text', `--...
1998 Jun 14
5
R-beta: R-0.62 is released
...C-code: Many "-Wall" fixes (MM & DB). o mva's dist() now takes arguments diag and upper which control how the distance matrix is printed. plot.hclust() now takes a labels argument. o Attributes are now propagated correctly in binary operations. Changes from: Steve Oncley and Gordon Maclean National Center for Atmospheric Research Boulder, Colorado USA o configure now also checks for fort77. o Usage of R INSTALL now is R INSTALL [options] [-l lib] pkg_1 ... pkg_n The +/- options were replaced by GNU-style `--no-docs' and `--no-text', `--...
1998 Jun 14
5
R-beta: R-0.62 is released
...C-code: Many "-Wall" fixes (MM & DB). o mva's dist() now takes arguments diag and upper which control how the distance matrix is printed. plot.hclust() now takes a labels argument. o Attributes are now propagated correctly in binary operations. Changes from: Steve Oncley and Gordon Maclean National Center for Atmospheric Research Boulder, Colorado USA o configure now also checks for fort77. o Usage of R INSTALL now is R INSTALL [options] [-l lib] pkg_1 ... pkg_n The +/- options were replaced by GNU-style `--no-docs' and `--no-text', `--...