ussie

What the Package Does (One Line, Title Case)

https://github.com/miosisoniii/ussie

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 (12.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

What the Package Does (One Line, Title Case)

Basic Info
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


[![R-CMD-check](https://github.com/miosisoniii/ussie/workflows/R-CMD-check/badge.svg)](https://github.com/miosisoniii/ussie/actions)
[![test-coverage](https://github.com/miosisoniii/ussie/workflows/test-coverage/badge.svg)](https://github.com/miosisoniii/ussie/actions)


The goal of ussie is to demonstrate the usage of devtools/testthat for package development using the engsoccerdata() dataset. The function created will create a column that will help join two datasets that may be different based on the country they are from.

## Installation

You can install the development version of ussie from [GitHub](https://github.com/) with:


``` r
# install.packages("devtools")
devtools::install_github("miosisoniii/ussie")
```

## Example

This is a basic example which shows you how to solve a common problem: Each dataset from each country has a different structure, so comparison by join is possible by adding a column *country*.

```{r example}
library(ussie)
## basic example code
uss_make_matches(engsoccerdata::italy, "Italy")
```

What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
```{r}

```


Owner

  • Name: Mio Sison III
  • Login: miosisoniii
  • Kind: user
  • Location: Denver, CO
  • Company: @Inovio-Pharmaceutical

Scientist 💉 Wedding Photographer 📸

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • cli * imports
  • dplyr * imports
  • engsoccerdata * imports
  • rlang * imports
  • tibble * imports
  • withr * imports
  • conflicted * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • testthat >= 3.0.0 suggests