Create package description file

create_pkg_desc_file(
  path = "DESCRIPTION",
  source = c("archive", "github", "git"),
  url,
  out.dir,
  to = c("html", "markdown", "raw"),
  edit = TRUE
)

Arguments

path

Path to description file

source

Will the package be delivered as archive, from github or from another git?

url

url of the repository if not in URL in DESCRIPTION. Used when source is github or git.

out.dir

Path to save output file

to

Format to convert to. "html", "markdown" or "raw" text

edit

Logical. Whether to open file for edition