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
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
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
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
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
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
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