Showing 14 of total 14 results (show query)
r-lib
roxygen2:In-Line Documentation for R
Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'roxygen2' is inspired by the 'Doxygen' system for C++.
Maintained by Hadley Wickham. Last updated 8 months ago.
606 stars 18.51 score 2.3k scripts 219 dependentsgeobosh
Rdpack:Update and Manipulate Rd Documentation Objects
Functions for manipulation of R documentation objects, including functions reprompt() and ereprompt() for updating 'Rd' documentation for functions, methods and classes; 'Rd' macros for citations and import of references from 'bibtex' files for use in 'Rd' files and 'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets of 'R' code and the results of its evaluation or creating graphics on the fly; and many functions for manipulation of references and Rd files.
Maintained by Georgi N. Boshnakov. Last updated 15 days ago.
bibtexbibtex-referencescitationsdocumentationrd-formatroxygen2
30 stars 13.76 score 73 scripts 2.3k dependentsrubenarslan
codebook:Automatic Codebooks from Metadata Encoded in Dataset Attributes
Easily automate the following tasks to describe data frames: Summarise the distributions, and labelled missings of variables graphically and using descriptive statistics. For surveys, compute and summarise reliabilities (internal consistencies, retest, multilevel) for psychological scales. Combine this information with metadata (such as item labels and labelled values) that is derived from R attributes. To do so, the package relies on 'rmarkdown' partials, so you can generate HTML, PDF, and Word documents. Codebooks are also available as tables (CSV, Excel, etc.) and in JSON-LD, so that search engines can find your data and index the metadata. The metadata are also available at your fingertips via RStudio Addins.
Maintained by Ruben Arslan. Last updated 3 months ago.
codebookdocumentationformrjson-ldmetadataspsswebapp
143 stars 8.29 score 229 scriptsdasonk
docstring:Provides Docstring Capabilities to R Functions
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.
Maintained by Dason Kurkiewicz. Last updated 3 years ago.
devtoolsdocstringdocumentationdocumentation-toolroxygen-style
58 stars 7.96 score 305 scripts 1 dependentsr-lib
roxygen2md:'Roxygen' to 'Markdown'
Converts elements of 'roxygen' documentation to 'markdown'.
Maintained by Kirill Müller. Last updated 4 months ago.
68 stars 7.00 score 11 scripts 2 dependentskamapu
yamlme:Writing 'YAML' Headers for 'R-Markdown' Documents
Setting layout through 'YAML' headers in 'R-Markdown' documents, enabling their automatic generation. Functions and methods may summarize 'R' objects in automatic reports, for instance check-lists and further reports applied to the packages 'taxlist' and 'vegtable'.
Maintained by Miguel Alvarez. Last updated 9 months ago.
4 stars 6.06 score 12 scripts 4 dependentsdgkf
testex:Add Tests to Examples
Add tests in-line in examples. Provides standalone functions for facilitating easier test writing in Rd files. However, a more familiar interface is provided using 'roxygen2' tags. Tools are also provided for facilitating package configuration and use with 'testthat'.
Maintained by Doug Kelkhoff. Last updated 12 months ago.
documentationexamplesrlangroxygen2testing
23 stars 6.06 score 6 scriptsinsightsengineering
roxy.shinylive:A 'roxygen2' Extension for 'Shinylive'
An extension for 'roxygen2' to embed 'Shinylive' applications in the package documentation.
Maintained by Pawel Rucki. Last updated 4 months ago.
documentationroxygen2shinyshinylivewebr
10 stars 5.24 scoreallen-1242
TangledFeatures:Feature Selection in Highly Correlated Spaces
Feature selection algorithm that extracts features in highly correlated spaces. The extracted features are meant to be fed into simple explainable models such as linear or logistic regressions. The package is useful in the field of explainable modelling as a way to understand variable behavior.
Maintained by Allen Sunny. Last updated 1 years ago.
4.18 score 6 scriptsmamc-dci
documenter:Documents Files
It is sometimes necessary to create documentation for all files in a directory. Doing so by hand can be very tedious. This task is made fast and reproducible using the functionality of 'documenter'. It aggregates all text files in a directory and its subdirectories into a single word document in a semi-automated fashion.
Maintained by Zachary Colburn. Last updated 2 years ago.
1 stars 3.70 score 10 scriptsmponce0
ehelp:Enhanced Help to Enable "Docstring"-Comments in Users Functions
By overloading the R help() function, this package allows users to use "docstring" style comments within their own defined functions. The package also provides additional functions to mimic the R basic example() function and the prototyping of packages.
Maintained by Marcelo Ponce. Last updated 2 years ago.
ala-docstringbest-practicesdeveloper-toolsdocstringdocstring-commentsdocumentationprototyping
1 stars 3.70 score 4 scriptskiendang
rdocsyntax:Syntax Highlighting for R HTML Documentation
Provides syntax highlighting for R HTML documentation.
Maintained by Trung Kien Dang. Last updated 11 months ago.
ace-editordocumentationhighlightingrstudiosyntax-highlighting
21 stars 3.02 score 1 scriptsvlucet
rgrassdoc:Consult 'Grass GIS' Documentation in the RStudio Viewer or your Browser
A tool for easy viewing of the documentation of 'GRASS GIS' (see <https://grass.osgeo.org/>). Pages of the 'GRASS GIS' manuals found at <https://grass.osgeo.org/grass78/manuals/full_index.html> and at <https://grass.osgeo.org/grass78/manuals/addons/> can be viewed within the Viewer pane of 'RStudio', or be opened in the user's default browser.
Maintained by Valentin Lucet. Last updated 4 years ago.
documentationgrass-gisrspatial
6 stars 2.48 score 5 scriptserictleung
hp:Pipe a function into help()
After using autocomplete on a function, instead of scrolling to the front of the function to use the question mark to access the help page, this package allows you to pipe the function into a wrapper help function for easier access.
Maintained by Eric Leung. Last updated 4 years ago.
documentationhelpmagrittrpiperstudio
1.70 score 7 scripts