Re: [Rd] bugzilla issues

2018-01-26 Thread Simon Urbanek
Thanks, fixed. Simon > On Jan 26, 2018, at 3:40 AM, Uwe Ligges > wrote: > > Simon, > > can you take a look, please? > > Best, > Uwe > > > > On 26.01.2018 01:41, Ben Bolker wrote: >> tl;dr is the R bug tracker down or am I being an idiot? Help please ... >> >> I decided I would foll

Re: [Rd] Why R should never move to git

2018-01-26 Thread Juan Telleria Ruiz de Aguirre
In case it's useful: A) Git Cheatsheet: ADVANCED (GitHub) https://www.google.es/url?sa=t&source=web&rct=j&url=https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf&ved=2ahUKEwjkhYmdt_bYAhXIwBQKHXWdBfoQFjAAegQIERAB&usg=AOvVaw3RoN21aynhcDHqKncV31el B) Git Cheatsheet: BASICS (G

Re: [Rd] utils::install.packages with quiet=TRUE fails for source packages on Windows

2018-01-26 Thread Andreas Kersting
I have filed a bug report here: https://github.com/rstudio/rstudio/issues/2070 Original Message From: peter dalgaard [mailto:pda...@gmail.com] Sent: Friday, Jan 26, 2018 10:15 AM GMT To: Andreas Kersting Cc: r-devel@r-project.org Subject: [Rd] utils::install.packages with quiet

Re: [Rd] Fortran programs not writing stdout on windows

2018-01-26 Thread Tomas Kalibera
For reference, this has been fixed in R-devel, 74168. The problem only exists on Windows with RGui. As a workaround for older versions of R, one can unset environment variables "GFORTRAN_STDOUT_UNIT" and "GFORTRAN_STDERR_UNIT" for the duration of system/system2 calls that invoke external Fortr

Re: [Rd] utils::install.packages with quiet=TRUE fails for source packages on Windows

2018-01-26 Thread peter dalgaard
The obvious guess would be that Rstudio is attempting something like redirecting output and getting itself confused. However, it is pretty clearly Their Problem, no? Rstudio has their own support infrastructure. -pd > On 26 Jan 2018, at 09:17 , Andreas Kersting wrote: > > Just noticed that t

Re: [Rd] bugzilla issues

2018-01-26 Thread Uwe Ligges
Simon, can you take a look, please? Best, Uwe On 26.01.2018 01:41, Ben Bolker wrote: tl;dr is the R bug tracker down or am I being an idiot? Help please ... I decided I would follow up on https://stat.ethz.ch/pipermail/r-devel/2018-January/075410.html (reporting/suggesting a pat

Re: [Rd] utils::install.packages with quiet=TRUE fails for source packages on Windows

2018-01-26 Thread Andreas Kersting
Just noticed that this problem only occurs from within RStudio (v1.1.414). Any ideas why? Am 26.01.2018 um 08:56 schrieb Andreas Kersting: Hi, Installing a source package on Windows using utils::install.packages() with quiet=TRUE fails, while it works with the default quiet = FALSE. The prob