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 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 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://dasonk.r-universe.dev Date/Publication: 2021-12-21 22:32:46 UTC RemoteUrl: https://github.com/dasonk/docstring RemoteRef: HEAD RemoteSha: 815dcd9e04e38913a10a00da2a8a106bd0e6d68a NeedsCompilation: no Packaged: 2026-06-12 10:08:33 UTC; root