From 4cc32d4de4cf079cfed603a957e61e83e8367372 Mon Sep 17 00:00:00 2001 From: Sarah Teichman Date: Wed, 10 Jul 2024 16:35:11 -0700 Subject: [PATCH] address error and note in actions --- DESCRIPTION | 2 +- R/fastEmuTest.R | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0d27724..da6e19f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: fastEmu -Title: Runs scalable robust score tests for the model implemented in radEmu +Title: Runs Scalable Robust Score Tests for the Model Implemented in radEmu Version: 0.0.0.9000 Authors@R: c(person("Sarah", "Teichman", email = "teichs@uw.edu", role = c("aut", "cre")), diff --git a/R/fastEmuTest.R b/R/fastEmuTest.R index ccdfecf..22730e5 100644 --- a/R/fastEmuTest.R +++ b/R/fastEmuTest.R @@ -83,9 +83,7 @@ #' 'Dy' contain an information matrix and empirical score covariance matrix #' computed under the full model. #' -#' @importFrom stats cov median model.matrix optim pchisq qnorm weighted.mean -#' @import Matrix -#' @import MASS +#' @importFrom stats model.matrix #' @import radEmu #' #' @export