[Rd] Wiki entries on "package development process" and "software repository"

2010-09-08 Thread Spencer Graves
I hereby invite anyone to make or suggest improvements to the Wikipedia entries on "package development process" and "software repository". Parts of these entries were created by Sundar Dorai-Raj and me: We believe that the procedures of the R community in these areas provide p

Re: [Rd] Development environment for R extentions on Windows

2010-09-08 Thread Duncan Murdoch
On 08/09/2010 5:37 PM, Jeffrey Horner wrote: On Wed, Sep 8, 2010 at 1:01 PM, Jeffrey Horner wrote: On Wed, Sep 8, 2010 at 12:37 PM, Duncan Murdoch wrote: On 08/09/2010 1:21 PM, Jeffrey Horner wrote: Hi all, I'm setting up a development environment on Windows as the subject implies. I've do

Re: [Rd] what is the best way for an external interface to interact with graphics, libraries

2010-09-08 Thread Michael Lawrence
On Tue, Sep 7, 2010 at 11:34 AM, Simon Urbanek wrote: > > On Sep 7, 2010, at 2:21 PM, ghostwheel wrote: > > > > > Another message about the R to TeXmacs interface. > > > > 1. Graphics > > The TeXmacs interface allows the user to directly insert graphics into > the > > session. > > > > Since I am n

Re: [Rd] Development environment for R extentions on Windows

2010-09-08 Thread Jeffrey Horner
On Wed, Sep 8, 2010 at 1:01 PM, Jeffrey Horner wrote: > On Wed, Sep 8, 2010 at 12:37 PM, Duncan Murdoch > wrote: >>  On 08/09/2010 1:21 PM, Jeffrey Horner wrote: >>> >>> Hi all, >>> >>> I'm setting up a development environment on Windows as the subject >>> implies. I've downloaded and installed R

Re: [Rd] Drop single-dimensional array

2010-09-08 Thread Peter Dalgaard
On 09/08/2010 08:54 PM, Arni Magnusson wrote: > Hi Simon, thank you for the concise reply. > > Do you mean the reported behavior of drop() is not a bug? > > It looks like a borderline bug to me (see below), but I'm not the judge of > that. If this is the intended behavior and serves an actual pu

Re: [Rd] [R] large files produced from image plots?

2010-09-08 Thread Paul Murrell
Hi [shifted this to r-devel] I can't reproduce this yet on my systems, but I have heard of at least one other example of a raster-related crash (on a 64-bit system I think). Baptiste: I would love to see that broken PDF if you still have it. Paul On 9/09/2010 8:00 a.m., baptiste auguie wrot

Re: [Rd] CMD check: checking data for non-ASCII characters is very time consuming

2010-09-08 Thread Duncan Murdoch
On 02/09/2010 6:27 AM, Vincent Carey wrote: Checking data for non-ASCII characters takes a very long time for packages with substantial data components. Could the check be done manually by the developer, and a switch introduced to optionally skip this during check? I'll add an environment var

Re: [Rd] winbuilder warnings and errors

2010-09-08 Thread Paul Gilbert
Possibly you are using x11() or postscript() to open a graphics device? You need to use something generic like dev.new() or nothing (a device will open automatically). I would check that first, though it does not really explain the second problem. Paul >-Original Message- >From: r-devel-b

[Rd] Drop single-dimensional array

2010-09-08 Thread Arni Magnusson
Hi Simon, thank you for the concise reply. Do you mean the reported behavior of drop() is not a bug? It looks like a borderline bug to me (see below), but I'm not the judge of that. If this is the intended behavior and serves an actual purpose, then that could be explicitly documented in a \no

Re: [Rd] Development environment for R extentions on Windows

2010-09-08 Thread Dirk Eddelbuettel
On 8 September 2010 at 13:01, Jeffrey Horner wrote: | This is great news! I don't know how I could survive without bash's vi | style editing and command completion... | | Here's my PATH variable which sets the Rtools paths first, then MinGW: | | horn...@hornerj-win ~ | $ echo $PATH | /c/Rtools/

Re: [Rd] Development environment for R extentions on Windows

2010-09-08 Thread Jeffrey Horner
On Wed, Sep 8, 2010 at 12:37 PM, Duncan Murdoch wrote: >  On 08/09/2010 1:21 PM, Jeffrey Horner wrote: >> >> Hi all, >> >> I'm setting up a development environment on Windows as the subject >> implies. I've downloaded and installed Rtools211.exe (will upgrade >> later when necessary) and I've also

Re: [Rd] Development environment for R extentions on Windows

2010-09-08 Thread Duncan Murdoch
On 08/09/2010 1:21 PM, Jeffrey Horner wrote: Hi all, I'm setting up a development environment on Windows as the subject implies. I've downloaded and installed Rtools211.exe (will upgrade later when necessary) and I've also downloaded and installed mingw with the help of mingw-get.exe. I come f

[Rd] Development environment for R extentions on Windows

2010-09-08 Thread Jeffrey Horner
Hi all, I'm setting up a development environment on Windows as the subject implies. I've downloaded and installed Rtools211.exe (will upgrade later when necessary) and I've also downloaded and installed mingw with the help of mingw-get.exe. I come from a UNIX development background, so I'm at the

Re: [Rd] How to add a slot to S4 class of an existing package?

2010-09-08 Thread Seb
On Tue, 7 Sep 2010 20:41:14 -0400, Kasper Daniel Hansen wrote: > Seb That thread and the resources in Biobase assumes that you have a > class that extends "Versioned". Doing so will help you in the long > run by providing you with updateObject (at the cost of some > complexity). However, it doe

[Rd] winbuilder warnings and errors

2010-09-08 Thread Melissa Jane Hubisz
Hello, I have been developing a package for phylogenetic analysis which I plan to submit to CRAN soon. It passes R CMD check with no warnings on my linux and Mac OS X machines. I don't have much experience with Windows and have been using the win-builder service to see how the package compiles on

Re: [Rd] readline operate-and-get-next

2010-09-08 Thread Rafael Laboissiere
Dear Prof Ripley, * Rafael Laboissiere [2010-08-14 20:55]: > * Rafael Laboissiere [2010-08-12 20:24]: > > I did not hear from you but I went ahead and prepared a patch according > to your recommendations, attached below. I hope that the copyright and > licensing issues are correctly sorted ou

Re: [Rd] Is an R sub-session somehow possible?

2010-09-08 Thread Philippe Grosjean
Hello, Di you already look at svSocket (try the version on R-forge that corrects a couple of bugs recently -will be soon on CRAN, but only after further testing-)? It uses Tcl that already benefits from the modified even loop you mention, and it is well-tested since a long time since the tclt