1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 20:41:58 +02:00

Welcome C++!

This commit is contained in:
2018-07-13 17:23:46 +02:00
parent a28289562a
commit b6655f6454
19 changed files with 469 additions and 435 deletions

View File

@ -1,3 +1,7 @@
.onLoad <- function(libname, pkgname) {
backports::import(pkgname)
}
#' @importFrom Rcpp evalCpp
#' @useDynLib AMR, .registration = TRUE
NULL