Re: [Rd] package incompatibility under 2.5.0 (p lease respond directly, I am not on r-devel)

2007-04-12 Thread Prof Brian Ripley
Unfortunately a claim of 'extensive regression testing' is not going to help you if the original contains the mistake. It seems that your package is not using these functions as they are (and always have been, AFAIK) documented in R or the Blue and White Books. A summary would be that new che

Re: [Rd] Milestone: 1000 packages on CRAN as of today(?)

2007-04-12 Thread Prof Brian Ripley
The number of packages on CRAN usable with the current version of R is recorded from time to time in the file tests/internet.Rout.save. So e.g. on 2001-05-30 there were 106 and on 2004-12-27 there were 433 (rather less than you recorded) and on 2005-12-17, 647 (rather more), assuming I got the

[Rd] Milestone: 1000 packages on CRAN as of today(?)

2007-04-12 Thread Henrik Bengtsson
Hi, I was just looking at the "CRAN Daily Package Check Results" [http://cran.r-project.org/src/contrib/checkSummary.html], and realized there are 1000 packages on CRAN as of today (look at row 3 in the table below). Yet another quite extraordinary milestone in R history. Last updated on 2007-04

Re: [Rd] printf capture

2007-04-12 Thread Prof Brian Ripley
On Thu, 12 Apr 2007, mel wrote: Prof Brian Ripley a écrit : If you are using Rgui (it should work under rterm) yes indeed, it works under rterm there is no C-level 'stdout' file stream (the normal state for Windows GUI programs), so no way to capture it inside R. Aie ! (I feared this ans

Re: [Rd] printf capture

2007-04-12 Thread mel
Prof Brian Ripley a écrit : > If you are using Rgui (it should work under rterm) yes indeed, it works under rterm > there is no C-level 'stdout' file stream (the normal state > for Windows GUI programs), so no way to capture it inside R. Aie ! (I feared this answer). Thanks however for the exp

Re: [Rd] R CMD build fails with try(stop()) in vignette

2007-04-12 Thread Friedrich Leisch
> On Thu, 12 Apr 2007 07:35:28 -0500 (CDT), > Luke Tierney (LT) wrote: > On Thu, 12 Apr 2007, Friedrich Leisch wrote: >>> On Wed, 11 Apr 2007 17:28:31 -0500 (CDT), >>> Luke Tierney (LT) wrote: >> >> > It would appear that printing the error message to stderr() is what is

Re: [Rd] R CMD build fails with try(stop()) in vignette

2007-04-12 Thread Luke Tierney
On Thu, 12 Apr 2007, Friedrich Leisch wrote: >> On Wed, 11 Apr 2007 17:28:31 -0500 (CDT), >> Luke Tierney (LT) wrote: > > > It would appear that printing the error message to stderr() is what is > > causing the build to fail; replace > > >try(stop('err')) > > > with > > >cat('

Re: [Rd] printf capture

2007-04-12 Thread Peter Dalgaard
Prof Brian Ripley wrote: > If you are using Rgui (it should work under rterm) there is no C-level > 'stdout' file stream (the normal state for Windows GUI programs), so no > way to capture it inside R. > > On Thu, 12 Apr 2007, mel wrote: > > >> printf capture >> >> Dear All, >> >> I'm running

Re: [Rd] R CMD build fails with try(stop()) in vignette

2007-04-12 Thread Friedrich Leisch
> On Wed, 11 Apr 2007 17:28:31 -0500 (CDT), > Luke Tierney (LT) wrote: > It would appear that printing the error message to stderr() is what is > causing the build to fail; replace > try(stop('err')) > with > cat('Error in try(stop("err")) : err\n', file = stderr())

Re: [Rd] bug in Stangle(split=TRUE)

2007-04-12 Thread Friedrich Leisch
> On Sat, 07 Apr 2007 07:56:40 -0400, > Roger Peng (RP) wrote: > [I originally emailed this to Friedrich Leisch but got no response Sorry, was on easter vacation and have not fully suceeded to go through all mails in my inbox yet. > and I > just wanted to make sure it made it in b

Re: [Rd] printf capture

2007-04-12 Thread Prof Brian Ripley
If you are using Rgui (it should work under rterm) there is no C-level 'stdout' file stream (the normal state for Windows GUI programs), so no way to capture it inside R. On Thu, 12 Apr 2007, mel wrote: > printf capture > > Dear All, > > I'm running R-2.4.1 on WindowsXP. > I wrote a small C++ D

[Rd] printf capture

2007-04-12 Thread mel
printf capture Dear All, I'm running R-2.4.1 on WindowsXP. I wrote a small C++ DLL using Rprintf() and all works fine dyn.load(), is.loaded('f1'), Rprintf(), .C(), all is ok. Now, the worry : I use also a 3rd party piece of C++ program which was not designed for R and uses printf(). I though on

Re: [Rd] R-Forge?

2007-04-12 Thread Barry Rowlingson
Gregor Gorjanc wrote: > I have recently found RForge.net (http://www.rforge.net/) by Simon > Urbanek and found out today that the site is accepting subscriptions. > Great! However, browsing a bit on the site I found a link to another > forge: R-Forge (http://r-forge.r-project.org/). > > Is/will t