forked from datacamp/RDocumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.02 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
Package: RDocumentation
Type: Package
Title: Integrate R with 'RDocumentation.org'
Version: 0.8.0
Authors@R: c(
person("Ludovic", "Vannoorenberghe", email = "[email protected]", role = "cre"),
person("Jonathan", "Cornelissen", email = "[email protected]", role = "aut"),
person("Hannes", "Buseyne", role = "ctb"),
person("Filip", "Schouwenaars", email = "[email protected]", role = "ctb")
)
URL: https://www.rdocumentation.org, https://www.datacamp.com
BugReports: https://github.com/datacamp/RDocumentation/issues
Description: Wraps around the default help functionality in R. Instead of plain documentation files, documentation will now show up as it does on 'RDocumentation.org', a platform that shows R documentation from CRAN, GitHub and Bioconductor, together with informative stats to assess the package quality and possibilities to discuss packages.
License: GPL (>= 2)
Imports:
httr (>= 1.2.1),
proto (>= 0.3-10),
rjson (>= 0.2.15),
utils,
githubinstall
RoxygenNote: 5.0.1
Suggests:
testthat