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

https://github.com/scienceverse/svutils

Scienceverse Utilities
https://github.com/scienceverse/svutils

Last synced: about 1 month ago
JSON representation

Scienceverse Utilities

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures",
out.width = "100%"
)
```

# svutils

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")
```