Expand description
A library for parsing and manipulating R DESCRIPTION files.
This module allows losslessly parsing R DESCRIPTION files into a structured representation. This allows modification of individual fields while preserving the original formatting of the file.
This parser also allows for syntax errors in the input, and will attempt to parse as much as possible.
See https://r-pkgs.org/description.html for more information.
Re-exports§
Modules§
- relations
- Parser for relationship fields like
Depends
,Recommends
, etc.
Structs§
- RDescription
- R DESCRIPTION file
Enums§
- Error
- Error type for parsing DESCRIPTION files