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 = "dasonk@gmail.com", role = c("aut", "cre")),
             person("Neal", "Fultz", email = "nfultz@gmail.com", role = "ctb"))
Author: Dason Kurkiewicz [aut, cre], 
    Neal Fultz [ctb]
Maintainer: Dason Kurkiewicz <dasonk@gmail.com>
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
NeedsCompilation: no
Packaged: 2017-03-24 15:02:36 UTC; dkurkiewicz
Repository: CRAN
Date/Publication: 2017-03-24 19:07:24 UTC
Built: R 4.6.0; ; 2025-10-14 02:50:58 UTC; windows
