An open API service indexing awesome lists of open source software.

https://github.com/r-lib/decor


https://github.com/r-lib/decor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# decor

[![R build status](https://github.com/jimhester/decor/workflows/R-CMD-check/badge.svg)](https://github.com/jimhester/decor/actions)
[![Codecov test coverage](https://codecov.io/gh/jimhester/decor/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimhester/decor?branch=main)

decor retrieves code comment decorations for C++ languages of the form `\\ [[xyz]]`, which are used for automated wrapping of C++ functions.

## Installation

You can install the released version of decor from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("decor")
```