View source: R/cran_maintainers.R
| cran_maintainers | R Documentation |
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.
cran_maintainers()
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)
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.
The raw source of the data is: CRAN_authors_db()
maintainers <- cran_maintainers()
head(maintainers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.