-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
30 lines (21 loc) · 775 Bytes
/
README.Rmd
File metadata and controls
30 lines (21 loc) · 775 Bytes
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures",
out.width = "100%"
)
```
# svutils <a href="https://www.scienceverse.org/svutils/"><img src="man/figures/logo.png" align="right" height="120" /></a>
<!-- badges: start -->
<!-- badges: end -->
The goal of svutils is to collect common utility functions used by scienceverse packages, such as [metacheck](https://scienceverse.org/metacheck) and [faux](https://scienceverse.org/faux).
## Installation
You can install the development version of svutils from [GitHub](https://github.com/) with:
``` r
devtools::install_github("scienceverse/svutils")
```