Re: [Rd] R without graphics

2016-05-23 Thread Prof Brian Ripley
On 24/05/2016 00:54, Simon Urbanek wrote: Um... any reason why you don't simply disable aqua? That file is only compiled if you enable aqua - it has really nothing to do with grDevices ... Also, you can specify a compiler for Objective-C separately and the manual advises you to do so (to spec

Re: [Rd] R without graphics

2016-05-23 Thread Simon Urbanek
Um... any reason why you don't simply disable aqua? That file is only compiled if you enable aqua - it has really nothing to do with grDevices ... On May 23, 2016, at 7:44 PM, Mick Jordan wrote: > Is it possible to configure and build an R without any graphics support. I..e > no grDevices or g

Re: [Rd] R without graphics

2016-05-23 Thread Dirk Eddelbuettel
On 23 May 2016 at 16:44, Mick Jordan wrote: | Is it possible to configure and build an R without any graphics support. | I..e no grDevices or graphics packages? | | I tried "--with-x=no --with-cairo=no --with-grDevices=no | --with-graphics=no" | | but it is still building grDevices. | | My p

[Rd] R without graphics

2016-05-23 Thread Mick Jordan
Is it possible to configure and build an R without any graphics support. I..e no grDevices or graphics packages? I tried "--with-x=no --with-cairo=no --with-grDevices=no --with-graphics=no" but it is still building grDevices. My problem is that I am using experimenting with a compiler that

Re: [Rd] data frame method for as.table()

2016-05-23 Thread Ernest Adrogué
Hi, 2016-05-23, 12:50 (-0500); Marc Schwartz escriu: > Hi, > > I have not tried an exhaustive set of examples, but I believe that ?xtabs > will get you most of the way there, with the exception of NA handling, > which would require either nuanced use of ?addNA or preprocessing factors > in the in

Re: [Rd] data frame method for as.table()

2016-05-23 Thread Marc Schwartz
> On May 23, 2016, at 11:46 AM, Ernest Adrogué wrote: > > Hello, > > Currently it's possible to convert an object of class table to a data frame > with as.data.frame.table(), but there's no ready-made function, AFAIK, to do > the reverse operation, i.e. conversion of a data frame to a table. >

[Rd] data frame method for as.table()

2016-05-23 Thread Ernest Adrogué
Hello, Currently it's possible to convert an object of class table to a data frame with as.data.frame.table(), but there's no ready-made function, AFAIK, to do the reverse operation, i.e. conversion of a data frame to a table. Do you think it would be a good idea to add a data.frame method to as.

Re: [Rd] complex NA's match(), etc: not back-compatible change proposal

2016-05-23 Thread Martin Maechler
> Suharto Anggono Suharto Anggono via R-devel > on Fri, 13 May 2016 16:33:05 + writes: > That, for example, complex(real=NaN) and complex(imaginary=NaN) are regarded as equal makes it possible that > length(unique(as.character(x))) > length(unique(x)) > (current

Re: [Rd] Submitting an updated package version to CRAN (Warning: non-ASCII characters)

2016-05-23 Thread Prof Brian Ripley
On 21/05/2016 21:25, Luck Buttered wrote: Dear all: I am updating the version of an R package I submitted last year on CRAN and came across two questions that I would be grateful to seek any input about: 1) In the updated version of the package, I am adding a second example dataset. This exampl

Re: [Rd] identical on closures

2016-05-23 Thread Martin Maechler
> Mick Jordan > on Fri, 20 May 2016 14:23:13 -0700 writes: > On 5/20/16 2:00 PM, Gabriel Becker wrote: >> Specifically, the srcfile attribute of the srcref >> attribute of the two instances of the functions contain >> different environments, AFAICT. Environments are