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