Package: packageDiff
Title: Compare R Package Differences
Version: 0.1
Date: 2019-12-31
Authors@R: 
    person("Cole", "Beck", role = c("aut","cre"),
           email = "cole.beck@vumc.org",
           comment = c(ORCID = "0000-0002-6849-6255"))
Description: It provides utility functions for investigating changes within R
    packages. The pkgInfo() function extracts package information such as
    exported and non-exported functions as well as their arguments. The
    pkgDiff() function compares this information for two versions of a package
    and creates a diff file viewable in a browser.
Imports: diffr, htmlwidgets
License: GPL (>= 2)
Depends: R (>= 2.10)
URL: https://github.com/couthcommander/packageDiff
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2020-01-13 16:19:45 UTC; beckca
Author: Cole Beck [aut, cre] (<https://orcid.org/0000-0002-6849-6255>)
Maintainer: Cole Beck <cole.beck@vumc.org>
Repository: CRAN
Date/Publication: 2020-01-16 11:30:02 UTC
Built: R 4.2.0; ; 2022-03-22 13:24:06 UTC; unix
