Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Dirk Eddelbuettel
On 20 August 2024 at 15:47, Kurt Hornik wrote: | > Kurt Hornik writes: | | The variant attaches drops the URL and does unique. Nice. Alas, some of us default to r-release as the daily driver and then Error in unname(tools:::.ORCID_iD_canonicalize(o)) : object '.ORCID_iD_canonicalize

Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Kurt Hornik
> Dirk Eddelbuettel writes: Meanwhile, I am close to committing a change to R-devel which adds tools::CRAN_authors_db() with docs \code{CRAN_authors_db()} returns information on the authors of the current CRAN packages extracted from the \samp{Authors@R} fields in the package \file{DESC

Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Dirk Eddelbuettel
On 21 August 2024 at 07:43, Dirk Eddelbuettel wrote: | | On 20 August 2024 at 15:47, Kurt Hornik wrote: | | > Kurt Hornik writes: | | | | The variant attaches drops the URL and does unique. | | Nice. Alas, some of us default to r-release as the daily driver and then | | Error in unname(

Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Kurt Hornik
> Kurt Hornik writes: Committed now. Best -k > Dirk Eddelbuettel writes: > Meanwhile, I am close to committing a change to R-devel which adds > tools::CRAN_authors_db() with docs > \code{CRAN_authors_db()} returns information on the authors of the > current CRAN packages extracted f

Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Dirk Eddelbuettel
On 21 August 2024 at 15:47, Kurt Hornik wrote: | > Kurt Hornik writes: | | Committed now. That is just *lovely*: > aut <- tools::CRAN_authors_db() > dim(aut) [1] 47433 7 > head(aut) given family email orcid role comment

Re: [R-pkg-devel] ORCID ID finder via tools::CRAN_package_db() ?

2024-08-21 Thread Kurt Hornik
> Dirk Eddelbuettel writes: Possibly yes, if there is enough "need" :-) Best -k > On 21 August 2024 at 15:47, Kurt Hornik wrote: > | > Kurt Hornik writes: > | > | Committed now. > That is just *lovely*: >> aut <- tools::CRAN_authors_db() >> dim(aut) >[1] 47433 7 >> head(aut) >