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.2")



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-01-22
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.2, https://cran.r-project.org/web/packages/roxygen2. Accessed 06 Nov. 2024.
Previous versions and publish date:
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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