Displaying 20 results from an estimated 30000 matches similar to: "feature freeze; please beta-test.."
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem:
> Sys.getenv("http_proxy")
http_proxy
"http://gproxy1.pfizer.com/"
> url("http://cran.r-project.org/src/contrib/PACKAGES",'r')
description
"http://cran.r-project.org/src/contrib/PACKAGES"
class
2006 Apr 10
1
Branch changes at feature freeze
Peter Dalgaard is travelling today, so this is a 'heads up' on the effects
of having gone today into feature freeze on 2.3.0.
R-devel (the SVN trunk and the tarballs made available from ETHZ) is now
labelled '2.4.0 Under development' and will shortly include changes
intended for 2.4.0 (and not for 2.3.0).
The pre-release code for 2.3.0 is on the SVN branch R-2-3-patches:
daily
2002 Aug 06
0
pipe and binary i/o (on Linux)
Thanks very much, Professor Ripley.
Reid Huntsinger
-----Original Message-----
From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
Sent: Tuesday, August 06, 2002 3:00 AM
To: Huntsinger, Reid
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] pipe and binary i/o (on Linux)
On Mon, 5 Aug 2002 ripley at stats.ox.ac.uk wrote:
> pipe predates readBin, and no one has seen a
2000 Aug 28
0
under certain conditions, model.matrix appears to lack one (PR#648)
On Mon, 28 Aug 2000, Rashid Nassar wrote:
> Dear Professor Ripley,
>
> Thank you very much for your kind explanation. If I may lamely say
> something in my defence, even as I apologize for my error: I mistook the
> sentence "the (quoted) name of a function" to mean "optionally quoted"
> because of the parentheses surrounding "quoted", and was
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN:
KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing.
logspline: spline fits to log denisites, with automatic choice of smoothing.
ppr: projection pursuit regression.
rpart: recursive partitioning (CART-like)
VR: Venables & Ripley libraries 5.3pl021 for 0.62.1
and in the devel section
tree: a clone
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN:
KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing.
logspline: spline fits to log denisites, with automatic choice of smoothing.
ppr: projection pursuit regression.
rpart: recursive partitioning (CART-like)
VR: Venables & Ripley libraries 5.3pl021 for 0.62.1
and in the devel section
tree: a clone
2001 Aug 21
0
Re: [R] Problem using GLM in a loop (fwd)
This example is caused by R's messing with formula environments.
That's explained in ?formula, but should it not be explained in
?model.frame ?
Simple test:
data <- data.frame(y=rnorm(100), x=1:100)
testit <- function(formula)
{
weights <- runif(100)
glm(formula, weights=weights, data=data)
}
testit(y ~ x)
weights is looked for in the environment of the formula, not of
1998 Jul 20
0
R-beta: V&R libraries, tree for 0.62.2, R Complements for V&R
Versions of the V&R libraries, VR_5.3pl025-1.tar.gz, and of
tree_0.2-2.tar.gz (giving most of the functionality of S's tree system
including all that I have ever used) are now available on CRAN's Vienna
node, and will propagate.
There is an early draft of an R user's complements on Venables & Ripley
available from
http://www.stats.ox.ac.uk/pub/MASS2/Compl.shtml
This is
1998 Jul 20
0
R-beta: V&R libraries, tree for 0.62.2, R Complements for V&R
Versions of the V&R libraries, VR_5.3pl025-1.tar.gz, and of
tree_0.2-2.tar.gz (giving most of the functionality of S's tree system
including all that I have ever used) are now available on CRAN's Vienna
node, and will propagate.
There is an early draft of an R user's complements on Venables & Ripley
available from
http://www.stats.ox.ac.uk/pub/MASS2/Compl.shtml
This is
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
For the record.
-----Original Message-----
From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk]
Sent: Tuesday, June 18, 2002 3:21 PM
To: Warnes, Gregory R
Cc: 'r-help@stat.math.ethz.ch'
Subject: RE: [R] Problems with url/download and http_proxy
The port is not supposed to be required, so rather than fix the docs can
anyone fix the problem?
On Tue, 18 Jun 2002, Warnes, Gregory R
2002 May 15
0
(PR#1558) language: bug or feature: vector-subscript of
On Wed, 15 May 2002 mark.bravington@csiro.au wrote:
> Full_Name: Mark Bravington
> Version: R1.3.1 & R1.5.0
> OS: Windows 2000
> Submission from: (NULL) (140.79.2.3)
>
>
> R doesn't like the use of subscripts with length > 1, to get into recursive
> lists:
>
> > listio_ list( a=list( b=9, c='hello'), d=1:5)
> > listio[[ c( 1, 2)]]
>
1998 Nov 14
1
seq() in 0.62.4 and 0.63
Solaris 2.6, R Version 0.63.0 (November 14, 1998)
Version 0.62.4 (October 24, 1998)
> seq(0.15, 0.70, 0.05)
[1] 0.15 0.20 0.25 0.30 0.35 0.40 0.45 0.50 0.55 0.60 0.65
The much reviled (on r-help) 0.62.3 got such simple cases right (even if
0.62.1 did not).
Jim Lindsey insisted that such bugs are reported here, so I am. And yes,
this is a real example and leads to an
2000 Apr 27
1
options(keep.source = TRUE) -- also for "library(.)" ?
> Subject: Re: [Rd] options(keep.source = TRUE) -- also for "library(.)" ?
> From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk>
> Date: 27 Apr 2000 14:37:01 +0200
>
> Martin Maechler <maechler@stat.math.ethz.ch> writes:
>
> > Can we [those of us who know how sys.source() works...]
> > think of changing this? As it was possible for the base
1999 May 23
0
Bug in loglin with variable called "c" (PR#198)
Summary:
loglin will fail if there is a global variable called c. I have
fixed this for 0.64.2 and 0.65.
On Sat, 22 May 1999, Cor en Aylin wrote:
> Dear Brian,
>
> Using the mass library for R (the most recent port dated 16 may 1999) I
Could you give version numbers in such reports please: at the moment there
is an official version (5.3pl037) of MASS for R, plus a pre-release of MASS
2000 Mar 07
0
Re: autoload error in profile {was anova-bug in R-version 1.0.0?} (PR#473)
On Tue, 7 Mar 2000, Martin Maechler wrote:
> >>>>> "BDR" == Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
>
> BDR> On Tue, 7 Mar 2000, Trenkler, Dietrich wrote:
> >> I think I've discovered what went wrong.
> >>
> >> My workspace included a function wilcox.test formerly copied from
> >>
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
2002 Nov 25
0
Fw: compile from source (win2000)
> > Uwe Ligges already told you *not* to unpack in ...\rw1061\library, but
> > that seems to be exactly what you have done, hence the problem.
>
> ...many sorrys for my ignorance
> and thanks for all your helps , now it works :-)
>
> regards,Christian
>
> ----- Original Message -----
> From: <ripley at stats.ox.ac.uk>
> To: "Christian Schulz"
2000 Aug 31
0
Locales and Windows
Charles Raux raised the problem of having object names with accented chars
in. This is supposed to work, but depends on the machine being set to a
locale that allows accented chars, and knowing correctly which they are.
Windows being what it is, this is a problem. It seems that with the
standard runtime crtdll.dll that rw1011 uses, Windows 9x does not know
about locales, whereas NT does but
2002 Aug 14
1
FW: R CMD check: Too long [R] code line generated (PR#1900)
On Wed, 14 Aug 2002, Henrik Bengtsson wrote:
> Sorry, but it was indeed the redirection of the standard output in
> Cygwin/bash that cause the first problem, not R (I should stop doing
> troubleshooting at 1:00 AM). So please forget about the problems reported in
> R_CMD_check.out. However, it would still be nice if you still update R CMD
> check to do join with "\n".
2001 Jan 08
0
cleaning up the BUGS list
In looking over the bugs list, it seems to me that most of them are
things we can no longer do anything about, because they are on old
versions or broken systems or were features or ....
There are now so many they obscure the bugs needing attention.
I am about the remove the following. If anyone thinks they are still
relevant, could you please send a follow-up to R-bugs with details under
1.2.0