-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.09 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
24
25
26
27
28
29
Package: docstring
Type: Package
Title: Provides Docstring Capabilities to R Functions
Version: 1.0.0
Date: 2017-03-16
Authors@R: c(person("Dason", "Kurkiewicz", email = "[email protected]", role = c("aut", "cre")),
person("Neal", "Fultz", email = "[email protected]", role = "ctb"))
Author: Dason Kurkiewicz [aut, cre],
Neal Fultz [ctb]
Maintainer: Dason Kurkiewicz <[email protected]>
Imports: roxygen2,
utils,
tools
Suggests: devtools,
rstudioapi,
knitr,
rmarkdown
BugReports: https://github.com/dasonk/docstring/issues?state=open
Description: Provides the ability to display something analogous to
Python's docstrings within R. By allowing the user to document
their functions as comments at the beginning of their function
without requiring putting the function into a package we allow
more users to easily provide documentation for their functions.
The documentation can be viewed just like any other help files
for functions provided by packages as well.
License: GPL-2
URL: https://github.com/dasonk/docstring
RoxygenNote: 6.0.1
VignetteBuilder: knitr