Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nflverse/gsisdecoder

High Efficient Functions to Decode NFL Player IDs
https://github.com/nflverse/gsisdecoder

cran nfl nflfastr

Last synced: about 2 months ago
JSON representation

High Efficient Functions to Decode NFL Player IDs

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# gsisdecoder

[![CRAN status](https://www.r-pkg.org/badges/version-ago/gsisdecoder)](https://CRAN.R-project.org/package=gsisdecoder)
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/gsisdecoder)](https://CRAN.R-project.org/package=gsisdecoder)
[![R build status](https://github.com/mrcaseb/gsisdecoder/workflows/R-CMD-check/badge.svg)](https://github.com/mrcaseb/gsisdecoder/actions)
[![Travis build status](https://travis-ci.com/mrcaseb/gsisdecoder.svg?branch=master)](https://travis-ci.com/mrcaseb/gsisdecoder)
[![Codecov test coverage](https://codecov.io/gh/mrcaseb/gsisdecoder/branch/master/graph/badge.svg)](https://codecov.io/gh/mrcaseb/gsisdecoder?branch=master)

The goal of gsisdecoder is to provide a function wrapper for the high efficient GSIS ID decoder written in c++. The function will be used within the package [nflfastR](https://mrcaseb.github.io/nflfastR/index.html) but since it needs to be precompiled it was outsourced from the mentioned package into this standalone package.

## Installation

You can install the released version of gsisdecoder from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("gsisdecoder")
```