Skip to content

Commit

Permalink
Register dynlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cfhammill committed May 31, 2017
1 parent 604c59e commit 4bec2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ importFrom(utils,read.table)
importFrom(utils,untar)
importFrom(utils,write.table)
importFrom(yaml,yaml.load_file)
useDynLib(RMINC)
useDynLib(RMINC, .registration = TRUE)
2 changes: 1 addition & 1 deletion R/RMINC.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' @importFrom grid plotViewport popViewport pushViewport
#' @importFrom gridBase baseViewports
#' @importFrom yaml yaml.load_file
#' @useDynLib RMINC
#' @useDynLib RMINC, .registration = TRUE
#' @docType package
#' @name RMINC
NULL
Expand Down

0 comments on commit 4bec2ad

Please sign in to comment.