Re: [Rd] Give update.formula() an option not to simplify or reorder the result -- request for comments

2019-05-24 Thread Abby Spurdle
> Martin Maechler has asked me to send this to R-devel for discussion > after I submitted it as an enhancement request ( > https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17563). I think R needs to provide more support for CAS-style symbolic computation. That is, support by either the R langua

Re: [Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Kara Woo
Yes, that's the same result that I see as well. If you still want the formal report I can create one if someone adds me to bugzilla, but it sounds like that may not be necessary. Thanks for looking into this! On Fri, May 24, 2019 at 5:58 AM Tomas Kalibera wrote: > On 5/24/19 2:52 PM, Martin Mae

Re: [Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Tomas Kalibera
On 5/24/19 2:52 PM, Martin Maechler wrote: Kara Woo on Thu, 23 May 2019 14:24:26 -0700 writes: > Hi all, > With the new staged installation, it seems that R CMD INSTALL sometimes > fails on macOS due to these lines [1] when sapply() returns a list. The > x13binary packag

Re: [Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Simon Urbanek
I'll have a look at the code - I don't think I actually reviewed all those macOS modifications - I wasn't even aware that they were added to the code. > On May 24, 2019, at 08:52, Martin Maechler wrote: > >> Kara Woo >>on Thu, 23 May 2019 14:24:26 -0700 writes: > >> Hi all, >> Wi

Re: [Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Martin Maechler
> Kara Woo > on Thu, 23 May 2019 14:24:26 -0700 writes: > Hi all, > With the new staged installation, it seems that R CMD INSTALL sometimes > fails on macOS due to these lines [1] when sapply() returns a list. The > x13binary package has an example [2], reproducible wi

Re: [Rd] HTTPS warning on developer.r-project.org

2019-05-24 Thread Colin Gillespie
On Wed, 22 May 2019 at 16:55, Simon Urbanek wrote: > > More to the point: the custom search function is currently broken anyway - it > just gives me 404. > > Should we just get rid of it? Does anyone actually use it? Are there logs available? Colin >If people want to use Google they can just

Re: [Rd] Typo/bug in R-3.6.0/src/scripts/config ?

2019-05-24 Thread Martin Maechler
> Paul Wikramaratna > on Thu, 23 May 2019 12:32:53 + writes: > Hi there, > I think there is a typo in the src/scripts/config file for R 3.6.0 > This is my R version: > platform x86_64-suse-linux-gnu > arch x86_64 > os linux-g

[Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Kara Woo
Hi all, With the new staged installation, it seems that R CMD INSTALL sometimes fails on macOS due to these lines [1] when sapply() returns a list. The x13binary package has an example [2], reproducible with the following steps: $ git clone g...@github.com:x13org/x13binary.git && cd x13binary $ g

[Rd] Typo/bug in R-3.6.0/src/scripts/config ?

2019-05-24 Thread Paul Wikramaratna
Hi there, I think there is a typo in the src/scripts/config file for R 3.6.0 This is my R version: platform x86_64-suse-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 6.0 year 2019 month

[Rd] writing Unicode text to the Windows clipboard

2019-05-24 Thread Jennifer Bryan
Hello, I'm interested in moving text from and to the clipboard that cannot necessarily be represented in the native encoding. So, really, this is about Windows. I can successfully read from the clipboard by specifying the format that corresponds to unicode text. >From R >=2.7.0, it seems you sho

[Rd] writing Unicode text to the Windows clipboard

2019-05-24 Thread Jennifer Bryan
Hello, I'm interested in moving text from and to the clipboard that cannot necessarily be represented in the native encoding. So, really, this is about Windows. I can successfully read from the clipboard by specifying the format that corresponds to unicode text. >From R >=2.7.0, it seems you sho