Skip to content

GabrielleDevaux/whatismypackage

Repository files navigation

whatismypackage

Little game to check your knowledge about R packages, made with R Shiny. The main purpose of this app is fun, and train Shiny / R / Golem skills

Try the demo

The app is available on shinyapps.io. Note : it is not the last github version.

Installation

Install from GitHub

devtools::install_github("GabrielleDevaux/whatismypackage")

Getting Started

Launch the app locally.

library(whatismypackage)
whatismypackage::run_app('local')

Launch the app with an Ethercalc Room to share the scores. This solution was developped to have persistent data when the app is deployed on shinyapp.io.

library(whatismypackage)
whatismypackage::run_app("shinyappsio",  ec_host = "https://ethercalc.org", ec_room = ****************)

Acknowledgments

  • The package structure was made with the package Golem developed by ThinkR
  • Some elements of the app were inspired by Victor Perrier's Memory hex game
  • The score sharing tool is Ethercalc
  • The R package to access Ethercalc API was developped by Bob Rudis

About

Little game to check your knowledge about R packages, made with R Shiny.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors