-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 754 Bytes
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: packageDiff
Title: Compare R Package Differences
Version: 0.2
Date: 2020-04-06
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