From 90ec7c6cce92dc506d234944d5e53f851cdef86a Mon Sep 17 00:00:00 2001 From: Insang Song Date: Thu, 20 Jun 2024 12:05:04 -0400 Subject: [PATCH] dynlib filename fix --- NAMESPACE | 2 +- R/speedmat.r | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index a361178..aaa9916 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -11,4 +11,4 @@ export(speedmat.jsdist) export(speedmat.jsdist.m) export(speedmat_legacy) import(ggplot2) -useDynLib(speedmat) +useDynLib(speed) diff --git a/R/speedmat.r b/R/speedmat.r index c0feaf8..ce91e67 100644 --- a/R/speedmat.r +++ b/R/speedmat.r @@ -140,7 +140,7 @@ scale_minmax <- function(x) {(x - min(x)) / (max(x) - min(x))} #' divergence, resulting in range [0,1] #' @author Insang Song (sigmafelix@hotmail.com) #' @export -#' @useDynLib speedmat +#' @useDynLib speed speedmat <- function(data, formula, outcome = 'outcome',