mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 18:06:11 +01:00
8 lines
145 B
R
Executable File
8 lines
145 B
R
Executable File
.onLoad <- function(libname, pkgname) {
|
|
backports::import(pkgname)
|
|
}
|
|
|
|
#' @importFrom Rcpp evalCpp
|
|
#' @useDynLib AMR, .registration = TRUE
|
|
NULL
|