| pac_news | R Documentation | 
Get NEWS for a package from CRAN or local
pac_news(
  pac,
  version = NULL,
  at = NULL,
  local = FALSE,
  lib.loc = .libPaths(),
  repos = "https://cran.rstudio.com/"
)
pac | 
 
  | 
version | 
 
  | 
at | 
 
  | 
local | 
 
  | 
lib.loc | 
 
  | 
repos | 
 
  | 
character with NEWS content.
Results are cached for 30 minutes with memoise package.
## Not run: 
pacs::pac_news("dplyr", version = "0.8.0")
pacs::pac_news("dplyr", at = as.Date("2019-02-01"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.