Re: [Rd] utils::isS3stdGeneric chokes on primitives and identity

2020-08-19 Thread Gabriel Becker
I added that so I can look at the proposed fix and put it or something similar in bugzilla for review final review. Apologies for the oversight. ~G On Wed, Aug 19, 2020 at 3:40 PM Antoine Fabri wrote: > Dear R-devel, > > utils::isS3stdGeneric tries to subset the body of the function it's fed,

[Rd] utils::isS3stdGeneric chokes on primitives and identity

2020-08-19 Thread Antoine Fabri
Dear R-devel, utils::isS3stdGeneric tries to subset the body of the function it's fed, primitives don't like that because they don't have a body, identity doesn't like it either because it's body is a symbol. According to the doc, any function is a legal input. See below: identity #> function (

Re: [Rd] Stale link from ?check to R Internals

2020-08-19 Thread Duncan Murdoch
On 19/08/2020 12:26 p.m., Toby Hocking wrote: Hi the reference to R Internals https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Tools in ?check (PkgUtils.Rd in utils package) is stale. Here is my proposed patch (use named reference rather than numeric reference to avoid any similar bro

Re: [Rd] r-project.org SSL certificate issues

2020-08-19 Thread Bob Rudis
Translation subdomain is also expired. https://rud.is/r-project-cert-status/ > On Aug 19, 2020, at 13:35, Toby Hocking wrote: > > Hi win-builder certificate expired on Aug 15. My student on the other side > of the world is also seeing this problem so I think it needs to be fixed... >> download.

Re: [Rd] r-project.org SSL certificate issues

2020-08-19 Thread Toby Hocking
Hi win-builder certificate expired on Aug 15. My student on the other side of the world is also seeing this problem so I think it needs to be fixed... > download.file("https://win-builder.r-project.org";, "/tmp/wb.html") trying URL 'https://win-builder.r-project.org' Error in download.file("https:/

[Rd] Stale link from ?check to R Internals

2020-08-19 Thread Toby Hocking
Hi the reference to R Internals https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Tools in ?check (PkgUtils.Rd in utils package) is stale. Here is my proposed patch (use named reference rather than numeric reference to avoid any similar broken links in the future). Index: src/library/ut