Generates a valid DESCRIPTION file from a manifest. Required fields like Title, Description, License, and Authors@R are inserted as TODOs if not present.
Examples
out <- tempfile(pattern = 'DESCRIPTION')
manifest_to_description(
path = system.file('minimal.toml', package = 'manifesto'),
out = out
)
