Re: [Rd] intentional changes in rw2010alpha?

2005-04-05 Thread Prof Brian Ripley
On Mon, 4 Apr 2005, Kjetil Brinchmann Halvorsen wrote: Is this changes intentional? The description of what happened (and still happens) is wrong Now Rcmd INSTALL --build --clean myPkg builds the tar.gz, and only then cleans. Also, files left by xemacs like myfile~ are now included in the

Re: [Rd] R-alpha_2005-03-31: make check fails on Debian 3.0

2005-04-05 Thread Kurt Hornik
Bjørn-Helge Mevik writes: I've just tested R-alpha_2005-03-31.tar.gz. ./configure and make ran without any apparent errors, but make check failed: 58 (0) $ make check 21 | tee make_check-logg make[1]: Entering directory `/usr/local/src/R/R-alpha/tests' make[2]: Entering directory

[Rd] future update to loess

2005-04-05 Thread Benjamin Tyner
Background: I'm a student of Prof. Cleveland at Purdue University. Eventually, we'd like to release a new version of the loess routine in R. For starters, this implementation would have support for local polynomial degree 3, better control over the number of cells in the KD tree, and perhaps a

Re: [Rd] R-alpha_2005-03-31: make check fails on Debian 3.0

2005-04-05 Thread Bjørn-Helge Mevik
Prof Brian Ripley writes: On Tue, 5 Apr 2005, Kurt Hornik wrote: Can you try again with a current (SVN) version of r-devel? It passed make check without error. You will need to test this in a non-C locale. Yes. I have LANG=no_NO -- Bjørn-Helge Mevik

RE: [Rd] future update to loess

2005-04-05 Thread Warnes, Gregory R
How about a clean way to plot 2-d lowess curves, so that we can replace most usage of lowess() ? -G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gabor Grothendieck Sent: Tuesday, April 05, 2005 9:45 AM To: [EMAIL PROTECTED] Cc:

[Rd] Install R 2.0 package on R 1.9.1

2005-04-05 Thread Paul English
Hi, I'm wondering if it is possible to install a package for R 2.0 on R 1.9.1 on Mac OS X? I'm getting this error which seems to be known issue: library(quantreg) Error in firstlib(which.lib.loc, package) : couldn't find function lazyLoad In addition: Warning message: package quantreg

Re: [Rd] Install R 2.0 package on R 1.9.1

2005-04-05 Thread stefano iacus
On 05/apr/05, at 22:51, Paul English wrote: Hi, I'm wondering if it is possible to install a package for R 2.0 on R 1.9.1 on Mac OS X? no, not even on other platforms, R-2.0.x requires packages built for these releases I'm getting this error which seems to be known issue: library(quantreg)

Re: [Rd] Install R 2.0 package on R 1.9.1

2005-04-05 Thread Paul English
On Tue, 5 Apr 2005, stefano iacus wrote: I'm getting this error which seems to be known issue: library(quantreg) Error in firstlib(which.lib.loc, package) : couldn't find function lazyLoad In addition: Warning message: package quantreg was built under R version 2.0.1 Error in

[Rd] Calling do_inherit from C

2005-04-05 Thread Vadim Ogranovich
Hi, Is there a way (or better say idiom) for calling functions like do_inherit() (which are meant to be called via .Internal) from regular C code. Say I have a SEXP object x and I want to check if it inherits from POSIXt. How do I do this? Thanks, Vadim [[alternative HTML version

[Rd] Unexpected behavior of colSums (rowSums) when the input matrix has zero rows (columns) (PR#7775)

2005-04-05 Thread htang
Hi all, colSums() does not work as I expect when there are no rows. For example: x = matrix(0, nrow=0, ncol=5) colSums(x) Error in colSums(x, n, prod(dn), na.rm) : invalid value of n I expected to get 0's, as is given by apply(): apply(x, 2, sum, na.rm=TRUE) [1] 0 0 0 0 0 This behavior is

[Rd] makeActiveBinding warning

2005-04-05 Thread Mark.Bravington
A while ago Luke Tierney remarked that the warning associated with 'makeActiveBinding'-- saved workspaces with active bindings may not work properly when loaded into older versions of R-- should probably be removed in R-devel. It's still cropping up *sporadically* with R-alpha of 3/4/2004, but not