-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
31 lines (23 loc) · 1 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
---
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/README-",
out.width = "100%"
)
```
# daubl: Digit Analysis Using Benford's Law
<!-- badges: start -->
[![Build Status](https://travis-ci.com/pedro-teles-fonseca/daubl.svg?branch=master)](https://travis-ci.com/pedro-teles-fonseca/daubl)
[![R build
status](https://github.com/pedro-teles-fonseca/daubl/workflows/R-CMD-check/badge.svg)](https://github.com/pedro-teles-fonseca/daubl/actions)
![pkgdown](https://github.com/pedro-teles-fonseca/daubl/workflows/pkgdown/badge.svg)
[![Codecov test coverage](https://codecov.io/gh/pedro-teles-fonseca/daubl/branch/master/graph/badge.svg)](https://codecov.io/gh/pedro-teles-fonseca/daubl?branch=master)
[![MIT
license](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://lbesson.mit-license.org/)
<!-- badges: end -->
The goal of daubl is ...