Update the DESCRIPTION file to conform with openwashdata standards
Source:R/update_description.R
update_description.Rd
This function updates the DESCRIPTION file of an R package to comply with openwashdata standards.
It ensures that fields such as License
, Language
, Date
, URL
, and others are correctly specified.
Examples
if (FALSE) { # \dontrun{
# Update DESCRIPTION file in the current package
update_description()
# Update DESCRIPTION file in a specific package
update_description(file = "path/to/your/package/DESCRIPTION")
# Update DESCRIPTION file with a specific GitHub user
update_description(github_user = "https://github.com/yourusername")
} # }