README.md

Pablo's 2013 gift

This is a christmas gift for Pablo, made on the winter of 2013. You can view it (thanks to RStudio) live at http://glimmer.rstudio.com/lcolladotor/pabloGift/.

Installation instructions

## If needed
install.packages("devtools")

## Pre-requisites from CRAN
install.packages(c("knitr", "shiny", "ggplot2"))


## This is the main package.
library(devtools)
install_github("pablo2013", "lcolladotor")

Shiny Application

## Either run from fitbitR
library(pablo2013)
pabloGift()

## Or from the web
library(shiny)
runUrl("https://github.com/lcolladotor/pablo2013/archive/master.zip",
subdir = "inst/pabloGift")


lcolladotor/pablo2013 documentation built on May 20, 2019, 11:28 p.m.