List of functions deprecated. They will be removed in a future release.
att_to_description(
path = ".",
path.n = "NAMESPACE",
path.d = "DESCRIPTION",
dir.r = "R",
dir.v = "vignettes",
dir.t = "tests",
extra.suggests = NULL,
pkg_ignore = NULL,
document = TRUE,
normalize = TRUE,
inside_rmd = FALSE
)
List of functions used for deprecation side effects. Output depends on the deprecated function.
path to the root of the package directory. Default to current directory.
path to namespace file.
path to description file.
path to directory with R scripts.
path to vignettes directory. Set to empty (dir.v = "") to ignore.
path to tests directory. Set to empty (dir.t = "") to ignore.
vector of other packages that should be added in Suggests (pkgdown, covr for instance)
vector of packages names to ignore.
Run function roxygenise of roxygen2 package
Logical. Whether to normalize the DESCRIPTION file. See desc::desc_normalize()
Logical. Whether function is run inside a Rmd, in case this must be executed in an external R session
att_to_description | is now called att_amend_desc
so that it is the first function proposed when using auto-completion |