roxygen2md icon indicating copy to clipboard operation
roxygen2md copied to clipboard

Convert elements of roxygen documentation to markdown

Results 5 roxygen2md issues
Sort by recently updated
recently updated
newest added

``` r library(roxygen2md) text [1] "Here are the items:\n \\itemize{\n \\item{item-1}\n \\item{item-2}\n }" markdownify(text) #> [1] "Here are the items:\n \\itemize{\n \\item{item-1}\n \\item{item-2}\n }" ``` Created on 2021-07-22 by the...

The job of the [pkgfiles](https://github.com/krlmlr/pkgfiles) package is to classify files in an R project according to their use. It helps distinguishing R scripts from other files. Using it would relieve...

Prepare for release: * [x] Check that description is informative * [x] Check licensing of included files * [x] `usethis::use_cran_comments()` * [x] `devtools::check()` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` *...

and retire enc.

to append missing parens to function names. https://github.com/tidyverse/ggplot2/pull/4061