diff --git a/NAMESPACE b/NAMESPACE index e9252a8..3ccaea2 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -16,3 +16,4 @@ export(nlm_random) export(nlm_randomcluster) export(nlm_randomrectangularcluster) importFrom(Rcpp,sourceCpp) +useDynLib(NLMR) \ No newline at end of file diff --git a/R/NLMR.R b/R/NLMR.R index 69e772e..757e9c4 100644 --- a/R/NLMR.R +++ b/R/NLMR.R @@ -11,7 +11,7 @@ #' handle the simulations.} #' } #' -#' #' @useDynLib NLMR, .registration=TRUE +#' @useDynLib NLMR, .registration=TRUE #' @importFrom Rcpp sourceCpp # nocov start # nolint start