-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
38 lines (27 loc) · 1.2 KB
/
README.Rmd
File metadata and controls
38 lines (27 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "figures"
)
```
# tinytools <img src="figures/logo.png" align="right" alt="" width="120" />
[](https://travis-ci.org/r-lib/pkgdown)
[](https://ci.appveyor.com/project/r-lib/pkgdown)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://cran.r-project.org/package=pkgdown)
[](https://codecov.io/github/r-lib/pkgdown?branch=master)
## Installation
```{r, eval = FALSE}
# Install development version from GitHub
devtools::install_github("tidymass/tinytools")
```
## Usage
Run pkgdown from the package directory each time you release your package:
```{r, eval = FALSE}
pkgdown::build_site()
```