[Rd] config.status: error: cannot find input file: `po/Makefile.in'

2018-09-05 Thread Matt Dowle
Hi, Does anyone else see the following or is it just me? It usually works fine. I checked latest R-devel commits and couldn't see anything very recently changed or fixed w.r.t. po/ or Makefile. wget https://stat.ethz.ch/R/daily/R-devel.tar.gz tar xvf R-devel.tar.gz cd R-devel ./configure --witho

Re: [Rd] True length - length(unclass(x)) - without having to call unclass()?

2018-09-05 Thread luke-tierney
On Wed, 5 Sep 2018, Kevin Ushey wrote: More generally, I think one of the issues is that R is not yet able to decrement a reference count (or mark a 'shared' data object as 'unshared' after it knows only one binding to it exists). This means passing variables to R closures will mark that object

Re: [Rd] [FORGED] Re: plotmath degree symbol

2018-09-05 Thread Paul Murrell
Awesome. Thanks for confirming. Paul On 05/09/18 19:46, Edzer Pebesma wrote: Thanks, Paul -- setting the ~/.fonts.conf file the way ?X11 describes it under the section you pointed to resolved the problem for me, on ubuntu. On 09/04/2018 11:55 PM, Paul Murrell wrote: Hi Thanks for that, bu

Re: [Rd] svg ignores cex.axis in R3.5.1 on macOS

2018-09-05 Thread MacQueen, Don via R-devel
Seems ok on my system. Axis label size changes when cex.axis does. ## tested in the middle of another long session, so many additional packages are attached, including some personal packages not available elsewhere > sessionInfo() R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0

Re: [Rd] True length - length(unclass(x)) - without having to call unclass()?

2018-09-05 Thread Kevin Ushey
More generally, I think one of the issues is that R is not yet able to decrement a reference count (or mark a 'shared' data object as 'unshared' after it knows only one binding to it exists). This means passing variables to R closures will mark that object as shared: x <- list() .Internal(

Re: [Rd] True length - length(unclass(x)) - without having to call unclass()?

2018-09-05 Thread IƱaki Ucar
The bottomline here is that one can always call a base method, inexpensively and without modifying the object, in, let's say, *formal* OOP languages. In R, this is not possible in general. It would be possible if there was always a foo.default, but primitives use internal dispatch. I was wondering

Re: [Rd] True length - length(unclass(x)) - without having to call unclass()?

2018-09-05 Thread Tomas Kalibera
On 08/24/2018 07:55 PM, Henrik Bengtsson wrote: Is there a low-level function that returns the length of an object 'x' - the length that for instance .subset(x) and .subset2(x) see? An obvious candidate would be to use: .length <- function(x) length(unclass(x)) However, I'm concerned that calli

Re: [Rd] [FORGED] Re: plotmath degree symbol

2018-09-05 Thread Edzer Pebesma
Thanks, Paul -- setting the ~/.fonts.conf file the way ?X11 describes it under the section you pointed to resolved the problem for me, on ubuntu. On 09/04/2018 11:55 PM, Paul Murrell wrote: > Hi > > Thanks for that, but I still cannot confirm on ... > > sudo docker run -v $(pwd):/home/work/ -w /