similar to: Branch changes at feature freeze

Displaying 20 results from an estimated 30000 matches similar to: "Branch changes at feature freeze"

1999 Aug 18
0
feature freeze; please beta-test..
> From: Martin Maechler <maechler@stat.math.ethz.ch> [... about something else] > R 0.65 is in ``feature freeze'' now > (and release date is scheduled for Aug.27 ..) > > Yes, please ``everyone'' : > Now is pre-tester time, > Get "R-devel.tar.gz" from a CRAN site near you, > unpack and install {from source!!}, > and send bug
2007 May 18
1
AIX testers needed
Per the request to test the latest tarball referenced below, I have built R on AIX 5.3. There is a memory issue, please see 3) below. 1) Build with --enable-BLAS-shlib option. Builds and passes "make check". 2) GNU libiconv was installed; R configured *without* the --without- iconv option. Builds and passes "make check." 3) Memory issue: a)
2006 May 11
0
(PR#8824) wishlist: summary for regression models to report
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1097610713-1146500823=:15100 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: <Pine.LNX.4.64.0605100926211.14434 at gannet.stats.ox.ac.uk> You are apparently unaware that
2006 May 22
1
Changing the generic of as.data.frame
I have changed the generic to as.data.frame in R-devel by adding a '...' argument. This means that any methods which do not have a '...' argument (quite a few do) will generate a warning in R CMD check: the fix is very simple (and backwards compatible): just add a '...' argument to the method. We already had a problem with as.data.frame.table which had an extra
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1968795515-1164715405=:5670 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT You need to re-install packages when you update R, as it says in the rw-FAQ. Use update.packages(checkBuilt=TRUE) to
2007 Mar 29
1
AIX testers needed
With much thanks to Ei-ji Nakama, R 2.5.0 alpha supports building on AIX (at least AIX 5.2 on one system). Would anyone able to test this please get the latest tarball from http://cran.r-project.org/src/base-prerelease/R-latest.tar.gz and try installing (after reading the AIX notes in R-admin.html section C.9). In particular it would be very helpful to know if 1) --enable-BLAS-shlib works
2006 Jan 28
0
Your false remark on PR#1654
The comment says `Works in 2.3.0: BDR fixed inline [xy]axp' and 2.2.1 is not 2.3.0. Your example is not reproducible, so we cannot check. If you get a copy of R-devel (as the FAQ and posting guide ask you to before posting) you can check for yourself. Please do study the FAQ and avoid time-wasting. On Sat, 28 Jan 2006 cain at u.washington.edu wrote: > Full_Name: Kevin Cain >
2006 Mar 30
0
function min does not return correct result if .Machine$integer.max (PR#8732)
The code has s = INT_MAX; for (i = 0; i < n; i++) { if (x[i] != NA_INTEGER) { if (s > x[i]) { s = x[i]; if(!updated) updated = 1; } } else if (!narm) { if(!updated) updated = 1; *value = NA_INTEGER; return(updated); } } *value = s; so it ignores the initial value INT_MAX (updated is not set). Fairly easy to fix ... done for
2006 Sep 06
0
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9208)
Works correctly for me in the Rtools directory on 2.3.1. Any more clues as to how to reproduce this? On Wed, 6 Sep 2006, Johannes.Prix at wu-wien.ac.at wrote: > Full_Name: Johannes Prix > Version: 2.3.1/2.3.0 not 2.1.1 > OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519 > Submission from: (NULL) (137.208.41.103) > > > > In a vanilla R, version 2.3.1 or
2006 Apr 20
1
R_PAPERSIZE and LC_PAPER
R uses the environment variable R_PAPERSIZE to set its papersize, e.g. for postscript. It seems the modern way is to via LC_PAPER, e.g. http://mail.nl.linux.org/linux-utf8/2002-05/msg00010.html and Googling will show that people expect this to work. However, that is not set on my FC3 system, and it would affect people who use en_US as their locale in, say, Austria. Should we be making use
2006 Mar 09
0
Linking Rblas [under Windows]
Dear Prof. Ripley, thank you very much. It works now absolutely fine using a "Makevars" file with the contents you suggested. Thanks again, Roland > -----Original Message----- > From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] > Sent: Thursday, March 09, 2006 12:09 PM > To: Rau, Roland > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Linking Rblas
2006 May 30
0
(PR#8905) Recommended package nlme: bug in predict.lme when an independent variable is a polynomial
Many thanks for your very useful comments and suggestions. Renaud 2006/5/30, Prof Brian Ripley <ripley at stats.ox.ac.uk>: > On Tue, 30 May 2006, Prof Brian Ripley wrote: > > > This is not really a bug. See > > > > http://developer.r-project.org/model-fitting-functions.txt > > > > for how this is handled in other packages. All model-fitting in R used =
2006 May 08
0
Inconsistency in AIC values for glm with family poisson (PR#8841)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1557463723-1147085467=:8118 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 8 May 2006, x.sole at iconcologia.net wrote: > Full_Name: Xavier Sol? > Version: 2.3.0 > OS: Windows
2006 Aug 12
0
anova.mlm for single model (one-way repeated measured anova)
On Sat, 12 Aug 2006, takahashi kohske wrote: > Dear list members: > > I'd like to one-way repeated measured anova by using mlm. > I'm using R-2.3.1 and my code is: > > dat<-matrix( c(9,7,8,8,12,11,8,13, 6,5,6,3,6,7,10,9, > 10,13,8,13,12,14,14,16, 9,11,13,14,16,12,15,14), > ncol=4, dimname=list(s=1:8, c=1:4)) >
2005 Apr 15
0
New developer.r-project.org page
I've added a page on the developer site on `Resources for Portable Programming' It should show up via the index page in due course and is at https://svn.r-project.org/R-dev-web/trunk/Portability.html now. (R core members are welcome to add to it.) Some of the articles linked there are very useful background on e.g. 32- vs 64-bit differences and how to write efficient shared
2006 Jun 26
0
(PR#9035) apparent problem in how PDF evaluates its arguments
It was already in the process of being changed, hence the first seven lines of the function. That lapply is no longer needed and has been removed (but was not yet committed). We do normally ask that problems with R-devel ('Under development (unstable)') not be sent to R-bugs: as is quite often the case this is something that is under active development. On Mon, 26 Jun 2006, Peter
2007 Sep 21
0
(PR#9917) rbind.data.frame converts character column to
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-159404577-1190380210=:1425 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Please do read the documentation, which says The 'rbind' data frame method first drops all zero-column
2004 Oct 17
2
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
Thanks, Peter, and Prof. Ripley. My efforts last night was mostly futile except that it told me about the embedded newline in Built field. Prof. Ripley: how do I get your fixes? Can I just download R-2.0.0-patched? Rajiv -------- Rajiv Prasad Scientist, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089
2004 Oct 23
0
Re: (PR#7304) library.dynam() & .dynLibs() do not work as
Filing on R-bugs (DTL's reply started a new PR). -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ---------- Forwarded message
2001 Jul 26
0
tree and rpart
There have been various messages about packages tree and rpart whilst I have been travelling, and I have now prepared updates. tree ==== Tree is one of the oldest packages on CRAN (Feb 2000 apart from adding the maintainer field), and I had been hoping that it would fade away in favour of rpart. 1) sys.parent needed to be replaced by parent.frame in all but the most recent R (post 1.3.0).