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 (10.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The package for tidy European Footbal League Data
Basic Info
- Host: GitHub
- Owner: PaulaLC
- License: other
- Language: R
- Default Branch: main
- Homepage: https://paulalc.github.io/ussie/
- Size: 380 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
Changelog
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ussie
[](https://github.com/PaulaLC/ussie/actions/workflows/R-CMD-check.yaml)
[](https://github.com/PaulaLC/ussie/actions/workflows/test-coverage.yaml)
The goal of ussie is to work with European football
league data supplied by the engsoccerdata package (Curley 2016).
This is a demo package for the "Building Tidy Tools" workshop
at rstudio::conf(2022L).
## Installation
You can install the development version of ussie from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("PaulaLC/ussie")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(ussie)
uss_make_matches(engsoccerdata::spain, "Spain")
```
Owner
- Name: PaulaLC
- Login: PaulaLC
- Kind: user
- Location: Madrid
- Company: Apple
- Website: paulalc.github.io
- Twitter: paulalcasado
- Repositories: 25
- Profile: https://github.com/PaulaLC
Data Scientist passionate about solving problems using data analysis and machine learning.
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- cli * imports
- dplyr * imports
- engsoccerdata * imports
- magrittr * imports
- rlang * imports
- tibble * imports
- withr * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests