-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
43 lines (33 loc) · 1.35 KB
/
README.Rmd
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
37
38
39
40
41
42
43
---
output: github_document
always_allow_html: yes
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "figures/README-",
out.width = "100%"
)
```
# DIV<sub>e</sub>: Data Integrity Validation toolkit <img src="https://raw.githubusercontent.com/villegar/dive/master/inst/images/logo.png" alt="logo" align="right" height=200px/>
<!-- badges: start -->
<!-- `r badger::badge_code_size("villegar/dive")` -->
[![R build status](https://github.com/villegar/dive/workflows/R-CMD-check/badge.svg)](https://github.com/villegar/dive/actions)
`r badger::badge_devel("villegar/dive", "blue")`
<!-- badges: end -->
## Overview
The goal of DIVe is to provide a set of functions for data integrity validation.
## Installation
<!-- You can install the released version of DIVe from [CRAN](https://CRAN.R-project.org) with: -->
<!-- ``` r -->
<!-- install.packages("dive") -->
<!-- ``` -->
<!-- And the development version from [GitHub](https://github.com/) with: -->
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages(c("hexSticker", "remotes")
remotes::install_github("villegar/dive")
```
© 2020 [Fennell Lab](https://fennell-lab.netlify.app) - [South Dakota State University](https://www.sdstate.edu)