-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
24 lines (24 loc) · 1003 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
Package: packagedocs
Title: Build Website of Package Documentation
Version: 0.4.1
Date: 2016-12-15
Authors@R: c(
person("Ryan", "Hafen", email = "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", email = "[email protected]", role = c("aut")),
person("Hadley", "Wickham", role = c("aut", "cph"),
comment = "Rd munging code from staticdocs package (see comments in 'z_staticdocs' source)"
))
Description: Build a package documentation and function reference site and use it as the package vignette.
Depends: R (>= 3.1.1)
License: MIT + file LICENSE
URL: http://hafen.github.io/packagedocs,
https://github.com/hafen/packagedocs
BugReports: https://github.com/hafen/packagedocs/issues
LazyData: true
Imports: crayon, devtools, digest, evaluate, highlight, htmltools,
lazyrmd (>= 0.2.0), magrittr, rmarkdown, stringr, tools,
usethis, whisker, yaml
Suggests: testthat
RoxygenNote: 6.1.1
VignetteBuilder: packagedocs
NeedsCompilation: no