Other packages > Find by keyword >

Rd2roxygen  

Convert Rd to 'Roxygen' Documentation
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("Rd2roxygen", "1.16")



Attach the package and use:
library("Rd2roxygen")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-12-01
Latest Update: 2022-08-09
Description:
Functions to convert Rd to 'roxygen' documentation. It can parse an Rd file to a list, create the 'roxygen' documentation and update the original R script (e.g. the one containing the definition of the function) accordingly. This package also provides utilities that can help developers build packages using 'roxygen' more easily. The 'formatR' package can be used to reformat the R code in the examples sections so that the code will be more readable.
How to cite:
Yihui Xie (2010). Rd2roxygen: Convert Rd to 'Roxygen' Documentation. R package version 1.16, https://cran.r-project.org/web/packages/Rd2roxygen. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1-0 (2010-12-01 09:01), 0.1-1 (2010-12-04 11:15), 0.1-2 (2010-12-07 09:20), 0.1-3 (2010-12-19 10:08), 0.1-4 (2011-01-08 09:30), 0.1-5 (2011-01-10 08:46), 0.1-6 (2011-01-23 10:08), 0.1-7 (2011-02-07 10:50), 0.1-8 (2011-02-17 14:06), 1.0-0 (2011-07-29 07:23), 1.0-1 (2011-08-04 13:28), 1.0-2 (2011-08-11 08:59), 1.0-3 (2011-08-15 11:07), 1.0-4 (2011-08-24 11:30), 1.0-5 (2011-08-30 07:36), 1.0-6 (2011-09-09 09:10), 1.0-7 (2011-11-21 09:06), 1.1 (2012-07-13 05:33), 1.2 (2013-06-10 08:18), 1.3 (2013-08-06 00:08), 1.4 (2013-12-07 00:57), 1.5 (2014-08-25 01:00), 1.6.1 (2016-04-15 08:33), 1.6.2 (2017-03-30 13:17), 1.6 (2015-03-29 08:50), 1.7 (2018-08-02 19:00), 1.8 (2019-03-05 17:30), 1.9 (2019-10-15 22:20), 1.10 (2020-04-16 06:40), 1.11 (2020-06-24 07:30), 1.12 (2021-10-19 07:30), 1.13 (2022-03-02 22:00), 1.14 (2022-08-09 22:50), 1.15 (2024-03-11 22:30)
Other packages that cited Rd2roxygen R package
View Rd2roxygen citation profile
Other R packages that Rd2roxygen depends, imports, suggests or enhances
Complete documentation for Rd2roxygen
Functions, R codes and Examples using the Rd2roxygen R package
Some associated functions: Rd2roxygen-package . Rd2roxygen . create_roxygen . parse_and_save . parse_file . reformat_code . roxygen_and_build . 
Some associated R codes: Rd2roxygen-package.R . build.R . rd2roxygen.R . utils.R .  Full Rd2roxygen 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

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  
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  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
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  
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  
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  

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