pac_compare_namespace | R Documentation |
using the remote github CRAN mirror to compare NAMESPACE exports between specific packages versions.
pac_compare_namespace( pac, old = NULL, new = NULL, lib.loc = .libPaths(), repos = "https://cran.rstudio.com/" )
pac |
character a package name. |
old |
character an old version of package. |
new |
character a new version of package. |
lib.loc |
character vector. Default: |
repos |
character vector URLs of the repositories to use. Used only for the validation. Default |
list with c("imports", "exports", "exportPatterns", "importClasses", "importMethods", "exportClasses", "exportMethods", "exportClassPatterns", "dynlibs", "S3methods")
slots, and added and removed ones for each of them.
## Not run: pacs::pac_compare_namespace("shiny", "1.0.0", "1.6.0") pacs::pac_compare_namespace("shiny", "1.0.0", "1.6.0")$exports # local version to newest one pacs::pac_compare_namespace("shiny") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.