R/wxgenR.R

#' \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"))

Try the wxgenR package in your browser

Any scripts or data that you put into this service are public.

wxgenR documentation built on April 15, 2025, 1:10 a.m.