-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 990 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: inlinedocs
Title: Convert Inline Comments to Documentation
Type: Package
Version: 2023.9.4
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: https://github.com/tdhock/inlinedocs
BugReports: https://github.com/tdhock/inlinedocs/issues
Depends: methods, utils, R (>= 2.9)
License: GPL-2 | GPL-3
LazyLoad: yes
Encoding: UTF-8
Suggests: future.apply, future, R.methodsS3