| manifest_to_description | R Documentation |
Generates a valid DESCRIPTION file from a manifest. Required fields like Title, Description, License, and Authors@R are inserted as TODOs if not present.
manifest_to_description(path = "rproject.toml", out = "DESCRIPTION")
path |
Path to the TOML manifest file. |
out |
Path to the DESCRIPTION file to write. Defaults to 'DESCRIPTION'. |
Invisibly returns the path to the written DESCRIPTION file.
out <- tempfile(pattern = 'DESCRIPTION')
manifest_to_description(
path = system.file('minimal.toml', package = 'manifesto'),
out = out
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.