Remove content lines from a pkglite file
Examples
pkg <- system.file("examples/pkg1", package = "pkglite")
txt <- tempfile(fileext = ".txt")
pkg %>%
collate(file_default()) %>%
pack(output = txt, quiet = TRUE) %>%
remove_content(c("## New Features", "## Improvements"), quiet = TRUE)