-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
26 lines (26 loc) · 901 Bytes
/
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
Package: liftr
Type: Package
Title: Containerize R Markdown Documents for Continuous Reproducibility
Version: 0.9.2
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Miao-Zhu", "Li", email = "miaozhu.li@duke.edu", role = "ctb"),
person("Teng-Fei", "Yin", email = "yintengfei@gmail.com", role = "ctb")
)
Maintainer: Nan Xiao <me@nanx.me>
Description: Persistent reproducible reporting by containerization of R Markdown documents.
License: GPL-3 | file LICENSE
SystemRequirements: Docker (see <https://docs.docker.com/install/>)
VignetteBuilder: knitr
URL: https://nanx.me/liftr/, /~https://github.com/nanxstats/liftr
BugReports: /~https://github.com/nanxstats/liftr/issues
Depends:
R (>= 3.0.2)
Imports:
knitr,
rmarkdown,
rstudioapi,
yaml
Encoding: UTF-8
RoxygenNote: 7.3.1