-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
46 lines (28 loc) · 1.66 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
[![codecov](https://codecov.io/gh/Raoke/powrballad/branch/master/graph/badge.svg)](https://codecov.io/gh/Reoke/powrballad) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/powRballad)](https://cran.r-project.org/package=powRballad)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](http://choosealicense.com/licenses/mit/)
[![Build Status](https://travis-ci.org/Raoke/powrballad.svg?branch=master)](https://travis-ci.org/Reoke/powrballad)
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
## Introducing the powRballad package
This package solves the most fundamental problem we all have
when we walk into a kareokebar after UseR;
> what song to pick?
The powRballad package helps you in selecting the most optimal song based
on you R-skill and Nationality.
It has one function: `select_powerballad()`
We've also created an app that you can use online.
## How to install
If you don' have devtools installed:
'install.packages('devtools')'
Install from github with
```
library(devtools)
install_github('reoke/powrballad')
```
## adding to this package
If you feel like we missed a critical powerballad or misspelled something (likely) add it to
the textfile which can be found in [inst/extdata/powerballads.txt](inst/extdata/powerballads.txt)
if you add more then one song, add yourself to the description file as well. use this format:
`person("firstname","lastname", role = "ctb")` *ctb means contributor*