R/riot.R

#' riot
#'
#' R Input-Output Tools contains utility functions for input-output database related stuff. Input-Output as the matrizes Leontief invented.
#'
#' @docType package
#' @author Oliver Reiter
#' @useDynLib riot
#' @import Rcpp data.table
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
#' @name riot
NULL

.onUnload <- function (libpath) {
  library.dynam.unload("riot", libpath)
}
zauster/riot documentation built on May 4, 2019, 9:12 p.m.