Skip to content

Commit

Permalink
dynlib filename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Insang Song committed Jun 20, 2024
1 parent 70831e9 commit 90ec7c6
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 @@ -11,4 +11,4 @@ export(speedmat.jsdist)
export(speedmat.jsdist.m)
export(speedmat_legacy)
import(ggplot2)
useDynLib(speedmat)
useDynLib(speed)
2 changes: 1 addition & 1 deletion R/speedmat.r
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ scale_minmax <- function(x) {(x - min(x)) / (max(x) - min(x))}
#' divergence, resulting in range [0,1]
#' @author Insang Song ([email protected])
#' @export
#' @useDynLib speedmat
#' @useDynLib speed
speedmat <- function(data,
formula,
outcome = 'outcome',
Expand Down

0 comments on commit 90ec7c6

Please sign in to comment.