Nothing
#' \code{wxgenR} package
#'
#' wxgenR: A weather generator with seasonality
#'
#' This package provides functions for weather generation that incorporate seasonality.
#'
#' @name wxgenR
NULL
#' @keywords internal
"_PACKAGE"
#'
#' @rawNamespace import(stats, except = filter)
#' @import lubridate
#' @importFrom dplyr group_by summarise left_join glimpse mutate relocate if_else filter select
#' @import msm
#' @import parallel
#' @import doParallel
#' @import foreach
#' @import sm
#' @import utils
#' @importFrom plyr ddply
#' @import magrittr
#' @import doRNG
#' @import mc2d
#' @import qmap
#'
#'
NULL
## quiets concerns of R CMD check re: the .'s that appear in pipelines
utils::globalVariables(c("temp", "state"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.