Skip to content

Instantly share code, notes, and snippets.

@MarkEdmondson1234
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkEdmondson1234/cb0b52afb72bab849e1f to your computer and use it in GitHub Desktop.
Save MarkEdmondson1234/cb0b52afb72bab849e1f to your computer and use it in GitHub Desktop.
## functions.R
library(rga)
library(dygraphs)
library(zoo)
library(tidyr)
library(lubridate)
library(d3heatmap)
library(dplyr)
library(stringr)
library(DT)
library(RMySQL)
library(CausalImpact)
library(AnomalyDetection)
## Most are on CRAN so accessible via the Install button in RStudio
## but for rga, CausalImpact and AnomalyDetection
## you will need to use devtools to install them from github:
> install.packages("devtools")
> library(devtools)
> install_github("google/CausalImpact")
> install_github("rga", "skardhamar")
> install_github("twitter/AnomalyDetection")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment