Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roxygen2

auto set options in own package

r package devtools roxygen2

Stuck with definition of S3 method for autoplot

r r-package roxygen2 r-s3

What's the preferred means for defining an S3 method in an R package without introducing a dependency?

r project roxygen2 r-s3

In Sublime Text 3, how can I change the comment character?

sublimetext3 roxygen2

roxygen2 and RStudio, not creating the documentation for the functions

r rstudio roxygen2 roxygen

Using unbalanced brace in Roxygen/Rd code example

r roxygen2 rd

Arguments descriptions order in .Rd file when using the roxygen2 tag @inheritParams

r roxygen2

S4 documentation of "[" with 'missing' arguments

r s4 roxygen2

R package fails devtools::check, because "could not find function" even though the function is imported in NAMESPACE

Cannot call roxygenize function from Rscript batch file

r roxygen2 rscript

Assignment function documentation fails R CMD CHECK

r roxygen2

Create an R package with dependencies

Exporting data in Roxygen2 so that they are available without requiring data()

r roxygen2 rd

How to use data within a function in an R package?

r devtools roxygen2

roxygen2: Issue with exporting print method

r roxygen2

roxygen2 not creating .Rd documentation

r rstudio roxygen2

Verbatim output in roxygen2 package documentation

r package roxygen2

Add sections to R package's help/documentation

RStudio: Build and reload adds blank line to 'suggests' field in DESCRIPTION file

r rstudio roxygen2

Can I automatically generate unit tests for testthat from roxygen2 examples?

r roxygen2 testthat