-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
58 lines (37 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = FALSE,
comment = ">",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# northstar <img src="man/figures/logo.png" align="right" height="225" />
> Tidy Healthcare Revenue Integrity
<!-- badges: start -->
![GitHub R package version](https://img.shields.io/github/r-package/v/andrewallenbruce/northstar?style=flat-square&logo=R&label=Package&color=%23192a38)
[![CodeFactor](https://www.codefactor.io/repository/github/andrewallenbruce/northstar/badge)](https://www.codefactor.io/repository/github/andrewallenbruce/northstar)
[![Code size](https://img.shields.io/github/languages/code-size/andrewallenbruce/northstar.svg)](https://github.com/andrewallenbruce/northstar)
[![Last commit](https://img.shields.io/github/last-commit/andrewallenbruce/northstar.svg)](https://github.com/andrewallenbruce/northstar/commits/master)
[![Codecov test coverage](https://codecov.io/gh/andrewallenbruce/northstar/graph/badge.svg)](https://app.codecov.io/gh/andrewallenbruce/northstar)
<!-- badges: end -->
<br>
## :package: Installation
You can install **northstar** from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("andrewallenbruce/northstar")
```
## :beginner: Usage
```{r setup, warning=FALSE, message=FALSE}
library(northstar)
```
------------------------------------------------------------------------------
## :balance_scale: Code of Conduct
Please note that the `northstar` project is released with a [Contributor Code of Conduct](https://andrewallenbruce.github.io/northstar/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## :classical_building: Governance
This project is primarily maintained by [Andrew Bruce](https://github.com/andrewallenbruce). Other authors may occasionally assist with some of these duties.