Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-05-22 Thread Martin Morgan
On 05/22/2017 05:10 AM, Patrick Connolly wrote: On Fri, 28-Apr-2017 at 07:04PM +0200, peter dalgaard wrote: |> |> > On 28 Apr 2017, at 12:08 , Duncan Murdoch wrote: |> > |> > On 28/04/2017 4:45 AM, Thierry Onkelinx wrote: |> >> Dear Peter, |> >> |> >> It actually breaks install.packages(). So i

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-05-22 Thread Patrick Connolly
On Fri, 28-Apr-2017 at 07:04PM +0200, peter dalgaard wrote: |> |> > On 28 Apr 2017, at 12:08 , Duncan Murdoch wrote: |> > |> > On 28/04/2017 4:45 AM, Thierry Onkelinx wrote: |> >> Dear Peter, |> >> |> >> It actually breaks install.packages(). So it is not that innocent. |> > |> > I don't thin

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-29 Thread Jean-Claude Arbaut
Thank you all for the help. I will try the patch. Best regards, Jean-Claude Arbaut 2017-04-29 0:33 GMT+02:00 Duncan Murdoch : > On 28/04/2017 5:58 PM, Uwe Ligges wrote: > >> >> >> On 28.04.2017 19:10, Dimitri Liakhovitski wrote: >> >>> When I click on "r patched snapshot build" here >>>

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Duncan Murdoch
On 28/04/2017 5:58 PM, Uwe Ligges wrote: On 28.04.2017 19:10, Dimitri Liakhovitski wrote: When I click on "r patched snapshot build" here , it take me here , it says: Download R-3.3.3 Patc

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Uwe Ligges
On 28.04.2017 19:10, Dimitri Liakhovitski wrote: When I click on "r patched snapshot build" here , it take me here , it says: Download R-3.3.3 Patched build for Windows

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread peter dalgaard
> On 28 Apr 2017, at 12:08 , Duncan Murdoch wrote: > > On 28/04/2017 4:45 AM, Thierry Onkelinx wrote: >> Dear Peter, >> >> It actually breaks install.packages(). So it is not that innocent. > > I don't think he meant that it is harmless, he meant that the fix is easy, > and is in place in R-p

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Duncan Murdoch
On 28/04/2017 4:45 AM, Thierry Onkelinx wrote: Dear Peter, It actually breaks install.packages(). So it is not that innocent. I don't think he meant that it is harmless, he meant that the fix is easy, and is in place in R-patched and R-devel. You should use R-patched and you won't have the

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Dimitri Liakhovitski
When I click on "r patched snapshot build" here , it take me here , it says: Download R-3.3.3 Patched build for Windows Howe

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Uwe Ligges
On 28.04.2017 10:45, Thierry Onkelinx wrote: Dear Peter, It actually breaks install.packages(). So it is not that innocent. And hence, as Peter exoplained, it is already fixed inn R-patched, thanks to Tomas Kalibera. Best, Uwe Ligges Best regards, Thierry Op 28 apr. 2017 10:36 a.

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread Thierry Onkelinx
Dear Peter, It actually breaks install.packages(). So it is not that innocent. Best regards, Thierry Op 28 apr. 2017 10:36 a.m. schreef "peter dalgaard" : Yes, we noticed this in the last days of the code freeze before release and shied away from inserting a workaround, partly because we coul

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-28 Thread peter dalgaard
Yes, we noticed this in the last days of the code freeze before release and shied away from inserting a workaround, partly because we couldn't see what the root of the problem might be. For the purposes of installed.packages it is relatively harmless to treat the NA condition as FALSE, since i

Re: [R] Error with installed.packages with R 3.4.0 on Windows

2017-04-27 Thread Thierry Onkelinx
We have several computers with the same problem. Op 28 apr. 2017 7:25 a.m. schreef "Jean-Claude Arbaut" : Hello, I am currently getting a strange error when I call installed.packages(): Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && : missing value where TRUE/FALSE n

[R] Error with installed.packages with R 3.4.0 on Windows

2017-04-27 Thread Jean-Claude Arbaut
Hello, I am currently getting a strange error when I call installed.packages(): Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && : missing value where TRUE/FALSE needed Calls: installed.packages I am working with R 3.4.0 on Windows. I didn't get this error with R 3.3.3