timelyportfolio/d3radarR
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```
# {{ name }}
> {{ title }}
{{#travis_shield}}
[](https://travis-ci.org/{{ gh_username }}/{{ name}})
{{/travis_shield}}
{{#appveyor_shield}}
[](https://ci.appveyor.com/project/{{ gh_username }}/{{ name }})
{{/appveyor_shield}}
[](http://www.r-pkg.org/pkg/{{ name }})
[](http://www.r-pkg.org/pkg/{{ name }})
{{ description }}
## Installation
```{r eval = FALSE}
devtools::install_github("{{ gh_username }}/{{ name }}")
```
## Usage
```{r}
library({{ name }})
```
## License
{{ license }} © [{{ author }}](https://github.com/{{ gh_username }}).