Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (14.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
What the Package Does (One Line, Title Case)
Basic Info
- Host: GitHub
- Owner: abhijeetshegokar
- License: other
- Language: R
- Default Branch: main
- Homepage: https://abhijeetshegokar.github.io/ussie/
- Size: 956 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
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/abhijeetshegokar/ussie/actions/workflows/R-CMD-check.yaml)
The goal of ussie is to help you work with European Football League data.
## Installation
You can install the development version of ussie from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("abhijeetshegokar/ussie")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(ussie)
library(dplyr)
italy <- uss_make_matches(engsoccerdata::italy, "Italy")
glimpse(italy)
## basic example code
```
What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
```{r cars}
summary(cars)
```
You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. You could also use GitHub Actions to re-render `README.Rmd` every time you push. An example workflow can be found here: .
You can also embed plots, for example:
```{r pressure, echo = FALSE}
plot(pressure)
```
In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN.
Citation (CITATION.cff)
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.2.2
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "ussie" in publications use:'
type: software
license: MIT
title: 'ussie: Work with European Football League Data'
version: 0.0.0.9000
abstract: This is a demo package for the "Building Tidy Tools" workshop at at rstudio::conf(2022L).
It allows you to work with European football league data supplied by the engsoccerdata
package (Curley 2016).
authors:
- family-names: Shegokar
given-names: Abhijeet
email: abhijeet.shegokar@se.com
preferred-citation:
type: manual
title: 'ussie: Work with European Football League Data'
authors:
- family-names: Shegokar
given-names: Abhijeet
email: abhijeet.shegokar@se.com
version: 0.0.0.9000
abstract: This is a demo package for the "Building Tidy Tools" workshop at at rstudio::conf(2022L).
It allows you to work with European football league data supplied by the engsoccerdata
package (Curley 2016).
repository-code: https://github.com/abhijeetshegokar/ussie
url: https://github.com/abhijeetshegokar/ussie
contact:
- family-names: Shegokar
given-names: Abhijeet
email: abhijeet.shegokar@se.com
license: MIT
year: '2022'
repository-code: https://github.com/abhijeetshegokar/ussie
url: https://github.com/abhijeetshegokar/ussie
contact:
- family-names: Shegokar
given-names: Abhijeet
email: abhijeet.shegokar@se.com
references:
- type: software
title: engsoccerdata
abstract: 'engsoccerdata: English and European Soccer Results 1871-2016'
notes: Suggests
authors:
- family-names: Curley
given-names: James
year: '2022'
url: https://CRAN.R-project.org/package=engsoccerdata
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=testthat
version: '>= 3.0.0'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
year: '2022'
url: https://CRAN.R-project.org/package=dplyr
- type: software
title: tibble
abstract: 'tibble: Simple Data Frames'
notes: Imports
authors:
- family-names: Müller
given-names: Kirill
email: krlmlr+r@mailbox.org
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=tibble