Make more accessible information about maintainers. Extracts and makes comparable some dates. It also provides the user name used and cleans the names of the maintainer of extra quotes.
Value
A data.frame with one row per package and 11 columns. The package name, Maintainer field, user maintainer manual date, packaged date, published date, name of maintainer used, email used, direction and domain.
Details
User is what the machine building the package reported. This might indicate some collaboration, repackaging or simply nothing as it can be hidden/modified. The name, email and user might help identify similar named people (or confuse between maintainers)
See also
The raw source of the data is: CRAN_authors_db()
Examples
maintainers <- cran_maintainers()
head(maintainers)
#> Package Maintainer user
#> 1 AalenJohansen Martin Bladt <martinbladt@math.ku.dk> martinbladt
#> 2 AATtools Sercan Kahveci <sercan.kahveci@plus.ac.at> b1066151
#> 3 ABACUS Mintu Nath <dr.m.nath@gmail.com> s02mn9
#> 4 abasequence Andrew Pilny <andy.pilny@uky.edu> andypilny
#> 5 abbreviate Sigbert Klinke <sigbert@hu-berlin.de> sk
#> 6 abc Blum Michael <michael.blum.temp@gmail.com> michaelblum
#> maintainer_date packaged_date published_date Name
#> 1 <NA> 2023-02-28 2023-03-01 Martin Bladt
#> 2 <NA> 2024-08-16 2024-08-16 Sercan Kahveci
#> 3 <NA> 2019-09-12 2019-09-20 Mintu Nath
#> 4 <NA> 2023-07-13 2023-07-14 Andrew Pilny
#> 5 2021-12-12 2021-12-12 2021-12-14 Sigbert Klinke
#> 6 2024-12-03 2024-12-03 2024-12-03 Blum Michael
#> email direction domain
#> 1 martinbladt@math.ku.dk martinbladt math.ku.dk
#> 2 sercan.kahveci@plus.ac.at sercan.kahveci plus.ac.at
#> 3 dr.m.nath@gmail.com dr.m.nath gmail.com
#> 4 andy.pilny@uky.edu andy.pilny uky.edu
#> 5 sigbert@hu-berlin.de sigbert hu-berlin.de
#> 6 michael.blum.temp@gmail.com michael.blum.temp gmail.com