This vignette outlines the design decisions that have been taken
during the development of the {authoritative}
R package,
and provides some of the reasoning, and possible pros and cons of each
decision.
This document is primarily intended to be read by those interested in understanding the code within the package and for potential package contributors.
This package has two main functionalities:
Author
and Authors@R
fields from
DESCRIPTION
<verb>_names()
.This package imports stringi as a dependency. Most of the operations performed by the package are string manipulations, and stringi increases performance and readability of the code compared to base R functions.