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

https://github.com/shahronak47/informationtag

Add @info tag in roxygen2 skeleton
https://github.com/shahronak47/informationtag

Last synced: 3 months ago
JSON representation

Add @info tag in roxygen2 skeleton

Awesome Lists containing this project

README

        

# informationtag
Add @information tag in roxygen2 skeleton

# Installation

To install this package you can run -

```
devtools::install_github('shahronak47/informationtag')
```

# Usage

To use this package in your package add this line in `DESCRIPTION` file of your package.

```
Roxygen: list(roclets = c("namespace", "rd", "informationtag::information_roclet"))
```

# Video Tutorial

You can know more about this package and how to use it through this video tutorial.

[![IMAGE ALT TEXT](http://img.youtube.com/vi/AcibRDNSfoM/0.jpg)](https://www.youtube.com/watch?v=AcibRDNSfoM)