-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: pkglite
Title: Compact Package Representations
Version: 0.2.4
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Yilong", "Zhang", role = "aut"),
person("Keaven", "Anderson", email = "[email protected]", role = "aut"),
person("Amin", "Shirazi", role = "ctb"),
person("Jeff", "Cheng", role = "ctb"),
person("Danfeng", "Fu", role = "ctb"),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: A tool, grammar, and standard to represent and exchange
R package source code as text files. Converts one or more source
packages to a text file and restores the package structures from the file.
License: GPL-3
URL: https://merck.github.io/pkglite/, https://github.com/Merck/pkglite
BugReports: https://github.com/Merck/pkglite/issues
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Imports:
crayon,
magrittr,
remotes
Suggests:
covr,
knitr,
rmarkdown,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2