Other packages > Find by keyword >

roxygen2  

In-Line Documentation for R
View on CRAN: Click here


Download and install roxygen2 package within the R console
Install from CRAN:
install.packages("roxygen2")

Install from Github:
library("remotes")
install_github("cran/roxygen2")

Install by package version:
library("remotes")
install_version("roxygen2", "7.3.3")



Attach the package and use:
library("roxygen2")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-07-23
Latest Update: 2024-06-28
Description:
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++.
How to cite:
Hadley Wickham (2011). roxygen2: In-Line Documentation for R. R package version 7.3.3, https://cran.r-project.org/web/packages/roxygen2. Accessed 07 Aug. 2026.
Previous versions and publish date:
(2026-08-04 22:00), 2.0 (2011-07-23 16:42), 2.1 (2011-07-29 07:24), 2.2.1 (2011-11-19 10:56), 2.2.2 (2011-12-01 09:00), 2.2 (2011-11-12 17:15), 3.0.0 (2013-12-06 15:02), 3.1.0 (2014-01-29 16:24), 4.0.0 (2014-05-02 16:03), 4.0.1 (2014-05-17 16:48), 4.0.2 (2014-09-02 19:05), 4.1.0 (2014-12-13 08:33), 4.1.1 (2015-04-15 21:00), 5.0.0 (2015-10-28 18:39), 5.0.1 (2015-11-11 00:08), 6.0.0 (2017-01-31 08:14), 6.0.1 (2017-02-06 16:37), 6.1.0 (2018-07-27 23:10), 6.1.1 (2018-11-07 06:40), 7.0.0 (2019-11-12 18:50), 7.0.1 (2019-11-22 15:50), 7.0.2 (2019-12-02 10:30), 7.1.0 (2020-03-11 19:00), 7.1.1 (2020-06-27 16:50), 7.1.2 (2021-09-08 10:10), 7.2.0 (2022-05-13 09:30), 7.2.1 (2022-07-18 18:40), 7.2.2 (2022-11-11 22:30), 7.2.3 (2022-12-09 00:40), 7.3.0 (2024-01-11 14:20), 7.3.1 (2024-01-22 22:10), 7.3.2 (2024-06-28 10:20), 7.3.3 (2025-09-03 23:40), 8.0.0 (2026-05-01 18:50)
Other packages that cited roxygen2 R package
View roxygen2 citation profile
Other R packages that roxygen2 depends, imports, suggests or enhances
Complete documentation for roxygen2
Functions, R codes and Examples using the roxygen2 R package
Some associated functions: RoxyTopic . double_escape_md . escape_examples . is_s3_generic . load . load_options . markdown-internals . markdown-test . markdown_pass1 . namespace_roclet . object . object_format . parse_package . rd_roclet . rd_section . roc_proc_text . roclet . roclet_find . roxy_block . roxy_tag . roxy_tag_rd . roxygen2-package . roxygenize . tag_parsers . tags-index-crossref . tags-namespace . tags-rd-formatting . tags-rd-other . tags-rd . tags-reuse . tags_list . update_collate . vignette_roclet . 
Some associated R codes: block.R . collate.R . cpp11.R . field.R . load.R . markdown-escaping.R . markdown-link.R . markdown-state.R . markdown.R . namespace.R . object-defaults.R . object-format.R . object-from-call.R . object-import.R . object-package.R . object-r6.R . object-rc.R . object-s3.R . options.R . package_files.R . parse.R . rd-backref.R . rd-describe-in.R . rd-eval.R . rd-examples.R . rd-family.R . rd-find-link-files.R . rd-include-rmd.R . rd-inherit.R . rd-markdown.R . rd-name-alias.R . rd-params.R . rd-r6.R . rd-raw.R . rd-s4.R . rd-section.R . rd-simple.R . rd-template.R . rd-usage.R . rd.R . roclet.R . roxygen2-package.R . roxygenize-setup.R . roxygenize.R . safety.R . select-args.R . tag-metadata.R . tag-parser.R . tag.R . tokenize.R . topic.R . topics.R . topo-sort.R . util-locale.R . utils-io.R . utils-rd.R . utils-warn.R . utils.R . vignette.R . zzz.R .  Full roxygen2 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

enrichwith  
Methods to Enrich R Objects with Extra Components
Provides the "enrich" method to enrich list-like R objects with new, relevant components. The curren ...
Download / Learn more Package Citations See dependency  
bbricks  
Bayesian Methods and Graphical Model Structures for Statistical Modeling
A set of frequently used Bayesian parametric and nonparametric model structures, as well as a set of ...
Download / Learn more Package Citations See dependency  
BayesESS  
Determining Effective Sample Size
Determines effective sample size of a parametric prior distribution in Bayesian models. For a web-b ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
modelwordcloud  
Model Word Clouds
Makes a word cloud of text, sized by the frequency of the word, and colored either by user-specified ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA