forked from tdhock/inlinedocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 902 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
Package: inlinedocs
Title: Convert inline comments to documentation
Type: Package
Version: 2015.06.05
Authors@R: c(person("Toby Dylan","Hocking",role=c("aut","cre"),
email="[email protected]"),
person("Keith","Ponting",role="aut"),
person("Thomas","Wutzler",role="aut"),
person("Philippe","Grosjean",role="aut"),
person("Markus","Müller",role="aut"),
person("R Core Team",role=c("ctb","cph")))
Description: Generates Rd files from R source code with comments.
The main features of the default syntax are that
(1) docs are defined in comments near the relevant code,
(2) function argument names are not repeated in comments, and
(3) examples are defined in R code, not comments.
It is also easy to define a new syntax.
URL: http://inlinedocs.r-forge.r-project.org
Depends: methods, utils, R (>= 2.9)
License: GPL-2 | GPL-3
LazyLoad: yes
Encoding: UTF-8
Suggests: parallel