-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
88 lines (54 loc) · 2.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
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%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```
# nblR <img src="man/figures/logo.png" align="right" width="181" height="201"/>
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version-last-release/nblR?style=for-the-badge)](https://CRAN.R-project.org/package=nblR)
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/nblR)](https://CRAN.R-project.org/package=nblR)
[![Downloads](https://cranlogs.r-pkg.org/badges/nblR)](https://cran.r-project.org/package=nblR)
[![Version-Number](https://img.shields.io/github/r-package/v/JaseZiv/nblR?label=nblR (Dev))](https://github.com/JaseZiv/nblR/)
[![R-CMD-check](https://github.com/JaseZiv/nblR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JaseZiv/nblR/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Overview
This package is designed to allow users to obtain clean and tidy data from the Australian National Basketball League (NBL).
## Installation
You can install the CRAN version of [**```nblR```** ](https://CRAN.R-project.org/package=nblR) with the below.
```{r cran-installation, eval=FALSE}
install.packages("nblR")
library(nblR)
```
Alternatively, you can install the dev (little less stable) version of [**```nblR```**](https://github.com/JaseZiv/nblR/) from [GitHub](https://github.com/JaseZiv/nblR) with:
```{r gh-installation, eval=FALSE}
# install.packages("remotes")
remotes::install_github("JaseZiv/nblR")
library(nblR)
```
## Usage
### How To
To get a better understanding of how to use the library, see the package [vignette](https://jaseziv.github.io/nblR/articles/using-nblR.html)
***
## Contributing
### Issues and Improvements
When creating an issue, please include:
* Reproducible examples
* A brief description of what the expected results are
* For improvement suggestions, what features are being requested and their purpose
Feel free to get in touch via email or [Bluesky](https://bsky.app/profile/jaseziv.bsky.social) if you aren't able to create an issue.
### Show your support
Follow me on Bluesky [jaseziv](https://bsky.app/profile/jaseziv.bsky.social) for updates.
If this package helps you, all I ask is that you star this repo. If you did want to show your support and contribute to server time and data storage costs, feel free to send a small donation through the link below.
<a href="https://www.buymeacoffee.com/jaseziv83A" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Coffee (Server Time)" height="41" width="174"></a>
***
## Acknowledgement
Big thanks to [Jacquie Tran](https://github.com/jacquietran) for the inspiration her [`wnblr`](https://github.com/jacquietran/wnblr) library gave for this one.
Also, thanks to the NBL for being the league it is!