The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
authoritative provides functions to clean authors names, with a focus on the context of R package authors.
You can install the stable version of this package from CRAN:
install.packages("authoritative")
or the development version from GitHub with:
# install.packages("pak")
::pak("epiverse-connect/authoritative") pak
These examples illustrate some of the current functionalities:
library(authoritative)
<- system.file("DESCRIPTION", package = "authoritative")
pkg_description <- read.dcf(pkg_description, "Authors@R")
authors_r_pkg parse_authors_r(authors_r_pkg)
#> [[1]]
#> [1] "Hugo Gruson <hugo@data.org> [aut, cre, cph] (<https://orcid.org/0000-0002-4094-1476>)"
This package is currently a concept, as defined by the RECON software lifecycle. This means that essential features and mechanisms are still being developed, and the package is not ready for use outside of the development team.
Contributions are welcome via pull requests.
This project is related to other existing projects in R or other languages, but also differs from them in the following aspects:
Please note that the authoritative project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.