Re: [Rd] bias issue in sample() (PR 17494)

2019-02-25 Thread Kirill Müller
Gabe As mentioned on Twitter, I think the following behavior should be fixed as part of the upcoming changes: R.version.string ## [1] "R Under development (unstable) (2019-02-25 r76160)" .Machine$double.digits ## [1] 53 set.seed(123) RNGkind() ## [1] "Mersenne-Twister" "Inversion"    "Rej

Re: [Rd] Bugzilla down?

2019-02-25 Thread Gabriel Becker
Ah, I was inferring from Martin being the one who generally makes new accounts for people afaik, sorry about that. Thanks for thr quick fix! ~G On Mon, Feb 25, 2019, 12:07 PM Simon Urbanek wrote: > Ok, fixed. > Simon > > > > > On Feb 25, 2019, at 2:45 PM, Simon Urbanek > wrote: > > > > I do.

Re: [Rd] Bugzilla down?

2019-02-25 Thread Simon Urbanek
Ok, fixed. Simon > On Feb 25, 2019, at 2:45 PM, Simon Urbanek > wrote: > > I do. The server ran out of disk earlier today and it seems that it killed > bugzilla somehow. I'll have a look. > Thanks, > Simon > > >> On Feb 25, 2019, at 2:07 PM, Gabriel Becker wrote: >> >> Hi Martin (who I b

Re: [Rd] Bugzilla down?

2019-02-25 Thread Simon Urbanek
I do. The server ran out of disk earlier today and it seems that it killed bugzilla somehow. I'll have a look. Thanks, Simon > On Feb 25, 2019, at 2:07 PM, Gabriel Becker wrote: > > Hi Martin (who I believe manages bz?) et al., > > I'm getting 503 Service Unavailable from bugzilla currently (

[Rd] Bugzilla down?

2019-02-25 Thread Gabriel Becker
Hi Martin (who I believe manages bz?) et al., I'm getting 503 Service Unavailable from bugzilla currently ( https://bugs.r-project.org/bugzilla/ and direct links to specific bugs, both). Is this a known issue? Thanks, ~G [[alternative HTML version deleted]] _

[Rd] R 3.5.3 scheduled for March 11

2019-02-25 Thread peter dalgaard
Full schedule available on developer.r-project.org (pending auto-update from SVN) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

Re: [Rd] Is libtiff >= 4.0.0 now required by R for TIFF support?

2019-02-25 Thread Jeroen Ooms
On Mon, Feb 25, 2019 at 11:11 AM Bjørn-Helge Mevik wrote: > > We recently discovered that since R 3.3.0, on our CentOS 6 based > cluster, R gets built without TIFF support. The last version where TIFF > support was built, was 3.2.5. It looks like the official R from EPEL6 also lacks tiff support

Re: [Rd] pcre problems

2019-02-25 Thread Dirk Eddelbuettel
On 25 February 2019 at 18:25, robin hankin wrote: | Hi there, ubuntu 18.04.2, trying to compile R-devel 3.6.0, svn 76155. | | I am having difficulty compiling R. I think I have pcre installed correctly: | | OK~/Downloads/R-devel pcretest -C | PCRE version 8.41 2017-07-05 | Compiled with | 8

[Rd] Is libtiff >= 4.0.0 now required by R for TIFF support?

2019-02-25 Thread Bjørn-Helge Mevik
We recently discovered that since R 3.3.0, on our CentOS 6 based cluster, R gets built without TIFF support. The last version where TIFF support was built, was 3.2.5. We have libtiff 3.9.4 installed: $ rpm -q libtiff-devel libtiff-devel-3.9.4-21.el6_8.x86_64 (Since CentOS 6 is so old, we have

Re: [Rd] pcre problems

2019-02-25 Thread Tomas Kalibera
On 2/25/19 6:25 AM, robin hankin wrote: Hi there, ubuntu 18.04.2, trying to compile R-devel 3.6.0, svn 76155. I am having difficulty compiling R. I think I have pcre installed correctly: You can use apt-get build-dep r-base to install binary Ubuntu packages needed to build R from source,