From 2a129c20b7efea38e0ef53824f540d7408584aa8 Mon Sep 17 00:00:00 2001 From: marcosci Date: Tue, 1 Jan 2019 23:53:26 -0600 Subject: [PATCH] fix - useDynlib was uncommenented --- NAMESPACE | 1 + R/NLMR.R | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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