Skip to content

Commit

Permalink
fix - useDynlib was uncommenented
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosci committed Jan 2, 2019
1 parent d245635 commit 2a129c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -16,3 +16,4 @@ export(nlm_random)
export(nlm_randomcluster)
export(nlm_randomrectangularcluster)
importFrom(Rcpp,sourceCpp)
useDynLib(NLMR)
2 changes: 1 addition & 1 deletion R/NLMR.R
Expand Up @@ -11,7 +11,7 @@
#' handle the simulations.}
#' }
#'
#' #' @useDynLib NLMR, .registration=TRUE
#' @useDynLib NLMR, .registration=TRUE
#' @importFrom Rcpp sourceCpp
# nocov start
# nolint start
Expand Down

0 comments on commit 2a129c2

Please sign in to comment.