Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nflverse/gsisdecoder
- Owner: nflverse
- License: other
- Created: 2020-10-05T15:47:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T16:04:10.000Z (over 3 years ago)
- Last Synced: 2024-10-26T08:38:26.321Z (2 months ago)
- Topics: cran, nfl, nflfastr
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```