File: README.md

package info (click to toggle)
r-cran-decor 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: cpp: 239; ansic: 13; sh: 12; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# decor

<!-- badges: start -->
[![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)
<!-- badges: end -->

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")
```