docstring
docstring copied to clipboard
Provides docstring like functionality to R functions without requiring the need to create a package.
I am experiencing issue where only the first function that is loaded is rendered in documentation, however, any functions following are not found. Thank you for any help you can...
Make a helper function that accepts a script and detects which functions have docstrings and converts them to fully roxygen compliant files so that when somebody wants to convert their...
I am receiving the following error with docstring() and ? using the mypaste() function from Cran I get the following error: Error in app$vspace(new_style$`margin-top` %||% 0) : attempt to apply...
I am unable to view the comments after changing the below function name and trying to view the comments , snippet and code below for reference purpose **Initially my function...
Great package! Thanks for making it easy to use and open source. Would it be possible to support roxygen2 comments starting with `##'` instead of just `#'`? The default setting...
Fixes #28 Since `{roxygen2}` 7.0.0 (released 2019/11/12) `roxygenise` uses `pkgload::load_all()` by default. This ends up loading up the `devtools_shims` namespace - which includes its own version of the `?` function....
Basically inconsequential suggestion, but I was curious how your package worked and I noticed the `capture.output(print(fun))` line in `read_docstring`, https://github.com/Dasonk/docstring/blob/master/R/read_docstring.R#L17 I had guessed prior that it would be an application...
If there are two functions in the same file, both with docstrings, and the file is 'sourced', only one of the two functions can have its docstring rendered using "?"....
Is this package available through conda? How can I install it in a conda environment via .yaml file?
Hi, Thanks for your great job!But I encountered trouble in using the package 'docstring'. When I code the own function in the **another .R file** and **source** it, The function...