Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roxygen2

How can I retain the initial white space in a line when writing Rd documentation?

Roxygen2: document a function with an optional parameter

r roxygen2

Do attribute assignment operators need to be declared in NAMESPACE? How?

r roxygen2

roxygen2 "Error: titlerequires a value"

r roxygen roxygen2

roxygenise just one .R file to add the file and its documentation to a package

r roxygen2

How to document RcppExports.R linking functions?

r rcpp roxygen2

Documenting setAs() and setOldClass() with Roxygen

r roxygen2

Why will this R package not install and how can I fix it?

roxygen2: function not exported to NAMESPACE even after using @export

r roxygen2

Use Roxygen to make S3method in NAMESPACE

r roxygen2

Documenting setter functions with roxygen

How should I reference functions in imported packages?

r namespaces roxygen2

How does Roxygen to handle infix binary operators (eg. %in%)?

r roxygen 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