Initial release.
roxygen2md() that can be run in the package’s directory and converts all roxygen2 comments to Markdown, guiding the user with helpful output.
DESCRIPTION is edited if necessary, or a message is given that the user should edit themselves.document() automatically if markdown = TRUE in DESCRIPTION.scope argument.usethis::proj_get().find_rd() to find the remaining Rd syntaxmarkdownify() converts Rd to Markdown in character vectors (#10, @alexpghayes).