forked from r-lib/roxygen2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.1 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
34
35
36
37
38
39
40
Package: roxygen2
Title: In-Line Documentation for R
Description: Generate your Rd documentation, 'NAMESPACE' file, and collation
field using specially formatted comments. Writing documentation in-line
with code makes it easier to keep your documentation up-to-date as your
requirements change. 'Roxygen2' is inspired by the 'Doxygen' system for C++.
Version: 6.0.0.9000
License: GPL (>= 2)
Authors@R: c(
person("Hadley", "Wickham",, "[email protected]", c("aut", "cre", "cph")),
person("Peter", "Danenberg",, "[email protected]", c("aut", "cph")),
person("Manuel", "Eugster", role = c("aut", "cph")),
person("RStudio", role = "cph")
)
Depends:
R (>= 3.0.2)
Imports:
stringr (>= 0.5),
stringi,
brew,
digest,
methods,
Rcpp (>= 0.11.0),
R6,
desc,
commonmark,
xml2,
utils
Suggests:
testthat (>= 0.8.0),
knitr,
devtools,
rmarkdown,
covr
VignetteBuilder: knitr
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.0
URL: https://github.com/klutometis/roxygen
BugReports: https://github.com/klutometis/roxygen/issues