From 51c59f1f6f8a9400a915078c31eda51abd8ca759 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 4 Sep 2026 12:10:03 -0700 Subject: [PATCH 1/3] stats is Imports --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index f1e966c..75906ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,6 +23,7 @@ Depends: methods Imports: utils, + stats, tools ByteCompile: yes LazyData: TRUE From ad061658e9beb03394c2725f9d374de1764d7c43 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 4 Sep 2026 14:33:09 -0700 Subject: [PATCH 2/3] importFrom as well --- NAMESPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 7c0b588..1ccce74 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -118,6 +118,8 @@ exportMethods(typeof) exportMethods(which.max) exportMethods(which.min) import(methods) +importFrom(stats,na.exclude) +importFrom(stats,na.omit) importFrom(utils,capture.output) importFrom(utils,str) useDynLib(float,R_abs_spm) From 7cef7fb31a9989a6eb05decc7562e58301c005c7 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 4 Sep 2026 14:33:51 -0700 Subject: [PATCH 3/3] roxygen entry --- R/float-package.r | 1 + 1 file changed, 1 insertion(+) diff --git a/R/float-package.r b/R/float-package.r index 8f3df10..032eb36 100644 --- a/R/float-package.r +++ b/R/float-package.r @@ -15,6 +15,7 @@ #' 'LAPACK', which are automatically built in the event they are not available #' on the system. #' +#' @importFrom stats na.exclude na.omit #' @importFrom utils capture.output str #' @import methods #'