https://github.com/r-lib/decor
https://github.com/r-lib/decor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-lib/decor
- Owner: r-lib
- License: other
- Created: 2019-03-14T21:40:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T18:32:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:14:33.233Z (8 months ago)
- Language: R
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - r-lib/decor - (R)
README
# decor
[](https://github.com/jimhester/decor/actions)
[](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")
```