#' evalcast
#'
#' A package to evaluate forecasters using the `covidcast` R package.
#'
#' @name evalcast-package
#' @docType package
#' @author Jacob Bien
#' Maintainer: Jacob Bien <jbien@usc.edu>
#' @keywords package
#' @import covidcast
#' @import dplyr
#' @import purrr
#' @import tibble
#' @import tidyr
#' @import readr
#' @import stringr
#' @import ggplot2
#' @import lubridate
#' @importFrom assertthat assert_that
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.