R/VIC5-package.R

#' @title VIC5: The Variable Infiltration Capacity (VIC) Model version 5 in R
#' @name VIC5
#' @useDynLib VIC5, .registration = TRUE
#' @docType package
#' @importFrom Rcpp sourceCpp
#' @importFrom stats setNames convolve median
#' @importFrom utils str read.table
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the VIC5 package in your browser

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

VIC5 documentation built on March 7, 2023, 5:48 p.m.