Rdpack (2.6.4)
Published 2026-02-24 13:47:04 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("Rdpack")About this package
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.Update and Manipulate Rd Documentation Objects
Dependencies
| Imports | tools, utils, rbibutils (>= 1.3) |
| Depends | R (>= 2.15.0), methods |
| Suggests | grDevices, testthat, rstudioapi, rprojroot, gbRd |