Nothing
#'
#' @title RavenR
#' @description Contains functions to perform pre- and post-processing of RavenR files.
#' @keywords internal
"_PACKAGE"
#' @name RavenR-package
#' @importFrom Rcpp sourceCpp
#' @useDynLib RavenR
#' @details This package provides a number of types of useful functions, including:
#' \itemize{
#' \item{reading in \strong{Raven output files} (including ForcingFunctions, Hydrographs, etc.)}
#' \item{processing some file types into \strong{Raven format}}
#' \item{flow-based \strong{diagnostics} and plot functions}
#' \item{other useful plotting functions (e.g. rvi process plot, spaghetti plot, dyGraphs, network plots)}
#' \item{useful utilities for time series and hydrologic functions (e.g. rvn_apply_wyearly)}
#' }
#'
#' @seealso The package on \href{https://cran.r-project.org/package=RavenR}{CRAN} and
#' the development version on \href{https://github.com/rchlumsk/RavenR}{GitHub}.
#' See also \href{https://www.civil.uwaterloo.ca/jrcraig/}{James R.
#' Craig's research page} for software downloads, including the
#' \href{https://raven.uwaterloo.ca/}{Raven webpage}.
#'
#'
NULL
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.