R/discreteHawkes-package.R

#' discreteHawkes: To Be Continued.
#'
#' The foo package provides three categories of important functions:
#' foo, bar and baz.
#' 
#' @section Foo functions:
#' The foo functions ...
#'
#' @docType package
#' @name discreteHawkes
#' @import expint
#' @useDynLib discreteHawkes
NULL

loadModule("HawkesModule", TRUE)

.onUnload <- function (libpath) {
  library.dynam.unload("discreteHawkes", libpath)
}
fcheysson/discreteHawkes documentation built on May 28, 2019, 7:27 a.m.