pac_news {pacs} | R Documentation |
Get NEWS for a package
Description
Get NEWS for a package from CRAN or local
Usage
pac_news(
pac,
version = NULL,
at = NULL,
local = FALSE,
lib.loc = .libPaths(),
repos = "https://cran.rstudio.com/"
)
Arguments
pac |
|
version |
|
at |
|
local |
|
lib.loc |
|
repos |
|
Value
character
with NEWS content.
Note
Results are cached for 30 minutes with memoise
package.
Examples
## Not run:
pacs::pac_news("dplyr", version = "0.8.0")
pacs::pac_news("dplyr", at = as.Date("2019-02-01"))
## End(Not run)
[Package pacs version 0.6.0 Index]