Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrustl/fvbb.scorer
Create Scorer Table based on Game Results of FVBB
https://github.com/mrustl/fvbb.scorer
Last synced: 10 days ago
JSON representation
Create Scorer Table based on Game Results of FVBB
- Host: GitHub
- URL: https://github.com/mrustl/fvbb.scorer
- Owner: mrustl
- License: mit
- Created: 2019-09-22T06:26:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T11:35:50.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:41:56.594Z (about 2 months ago)
- Language: R
- Homepage: https://mrustl.github.io/fvbb.scorer
- Size: 486 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/github/mrustl/fvbb.scorer?branch=master&svg=true)](https://ci.appveyor.com/project/mrustl/fvbb-scorer/branch/master)
[![Travis build Status](https://travis-ci.com/mrustl/fvbb.scorer.svg?branch=master)](https://travis-ci.com/mrustl/fvbb.scorer)
[![codecov](https://codecov.io/github/mrustl/fvbb.scorer/branch/master/graphs/badge.svg)](https://codecov.io/github/mrustl/fvbb.scorer)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fvbb.scorer)]()# fvbb.scorer
Helper functions for creating scorer table
based on game results on FVBB website
(https://fvbb.saisonmanager.de)## Installation
To install the R package run the following code:
```r
# Sys.setenv(GITHUB_PAT = "mysecret_access_token")
# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}# Install KWB package 'fvbb.scorer' from GitHub
remotes::install_github("mrustl/fvbb.scorer")
```## Documentation
Release: [https://mrustl.github.io/fvbb.scorer](https://mrustl.github.io/fvbb.scorer)
Development: [https://mrustl.github.io/fvbb.scorer/dev](https://mrustl.github.io/fvbb.scorer/dev)