if (FALSE) {
path_rjd3workspace <- file.path(tempdir(), "rjd3workspace")
file.copy(
from = system.file("rjd3workspace", package = "releaser"),
to = dirname(path_rjd3workspace),
recursive = TRUE
)
update_news_md(path = path_rjd3workspace, version_number = "1.2.3")
}
if (FALSE) {
path_rjd3workspace <- system.file("rjd3workspace", package = "releaser")
get_changes(path = path_rjd3workspace, version_number = "Unreleased")
get_changes(path = path_rjd3workspace, version_number = "3.2.4")
get_changes(path = path_rjd3workspace, version_number = "3.5.1")
}
Run the code above in your browser using DataLab