-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathDESCRIPTION
22 lines (22 loc) · 958 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: RDocumentation
Type: Package
Title: Integrate R with RDocumentation
Version: 0.8.3
Authors@R: c(
person("Ludovic", "Vannoorenberghe", email = "[email protected]", role = "ctb"),
person("Jonathan", "Cornelissen", email = "[email protected]", role = "aut"),
person("Hannes", "Buseyne", role = "ctb"),
person("Filip", "Schouwenaars", email = "[email protected]", role = "cre")
)
URL: https://www.rdocumentation.org
BugReports: https://github.com/datacamp/RDocumentation/issues
Description: Wraps around the default help functionality in R. Instead of plain documentation files, documentation will show up as it does on \url{www.rdocumentation.org}, a platform that shows R documentation from CRAN, GitHub and Bioconductor, together with informative stats to assess the package quality.
License: GPL (>= 2)
Imports:
httr (>= 1.2.1),
proto (>= 0.3-10),
rjson (>= 0.2.15),
utils
RoxygenNote: 6.0.1
Suggests:
testthat