Skip to content

Commit

Permalink
Switched the .registration to TRUE in the package description scripts…
Browse files Browse the repository at this point in the history
… in an attempt to get the C code included
  • Loading branch information
ndemaio committed May 6, 2024
1 parent 0f843df commit 5444568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export(grid_coordinates)
export(in_convex_hull)
importFrom(stats,complete.cases)
importFrom(stats,runif)
useDynLib(compGeometeR)
useDynLib(compGeometeR, .registration = TRUE)
2 changes: 1 addition & 1 deletion package/R/compGeometeR-package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @keywords internal
#' @useDynLib compGeometeR
#' @useDynLib compGeometeR, .registration = TRUE
"_PACKAGE"

## usethis namespace: start
Expand Down

0 comments on commit 5444568

Please sign in to comment.