ceblr
Scrape and Analyze Data from the Canadian Elite Basketball League
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Scrape and Analyze Data from the Canadian Elite Basketball League
Basic Info
- Host: GitHub
- Owner: awosoga
- License: other
- Language: R
- Default Branch: master
- Homepage: https://awosoga.github.io/ceblR/
- Size: 4 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Created almost 3 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ceblR
[
[](https://github.com/awosoga/ceblR/actions/workflows/R-CMD-check.yaml)
[](https://github.com/awosoga/ceblR)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://app.codecov.io/gh/awosoga/ceblR?branch=master)
The goal of this package is to help people access clean and tidy data from the
[Canadian Elite Basketball League](https://www.cebl.ca/). It provides functions to present data in an
easy-to-use format that provides greater detail and accessibility than official league sources.
## Installation
You can install the CRAN version of [**`ceblR`**](https://CRAN.R-project.org/package=ceblR) with:
```{r readme_cran_install, eval = FALSE}
install.packages("ceblR")
```
You can install the development version of [**`ceblR`**](https://github.com/awosoga/ceblR)
from [GitHub](https://github.com/awosoga/ceblR) with:
``` r
# install.packages("devtools")
devtools::install_github("awosoga/ceblR")
```
## Usage
Please refer to the [package vignette](https://awosoga.github.io/ceblR/articles/ceblR-how-to-use.html) for more information on how to use this library.
### Acknowledgement
This package takes heavy inspiration from [Jason Zivkovic's](https://github.com/JaseZiv/)
[**`euroleagueR`**](https://github.com/JaseZiv/euroleagueR/) package.
Please give that package a star!
Owner
- Name: David Awosoga
- Login: awosoga
- Kind: user
- Website: https://canadianbasketballanalytics.carrd.co
- Repositories: 1
- Profile: https://github.com/awosoga
GitHub Events
Total
- Issues event: 2
- Push event: 10
Last Year
- Issues event: 2
- Push event: 10
Packages
- Total packages: 1
-
Total downloads:
- cran 246 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: ceblR
Extract Data from the Canadian Elite Basketball League
- Homepage: https://github.com/awosoga/ceblR
- Documentation: http://cran.r-project.org/web/packages/ceblR/ceblR.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published 12 months ago
Rankings
Dependent packages count: 25.8%
Dependent repos count: 31.8%
Average: 47.7%
Downloads: 85.6%
Maintainers (1)
Last synced:
11 months ago