Expand description
A library for parsing and manipulating R DESCRIPTION files.
See https://r-pkgs.org/description.html and https://cran.r-project.org/doc/manuals/R-exts.html for more information
See the lossless
module for a lossless parser that is
forgiving in the face of errors and preserves formatting while editing
at the expense of a more complex API.
Structsยง
- RDescription
- A DESCRIPTION file.
- Relation
- A relation entry in a relationship field.
- Relations
- A collection of relation entries in a relationship field.
- UrlEntry
- A URL entry in the URL field.