Skip to content

Commit

Permalink
Added 'methods' to Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jun 3, 2024
1 parent 7420b31 commit 8cbbad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Encoding: UTF-8
Type: Package
Package: mr.mash.alpha
Version: 0.3.28
Version: 0.3.29
Date: 2024-06-03
Title: Multiple Regression with Multivariate Adaptive Shrinkage
Description: Provides an implementation of methods for multivariate
Expand All @@ -17,6 +17,7 @@ Authors@R: c(person("Fabio","Morgante",role=c("cre","aut"),
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports:
methods,
stats,
Matrix,
Rcpp (>= 1.0.7),
Expand Down
1 change: 1 addition & 0 deletions R/mr_mash_rss.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
#' abline(a = 0,b = 1,col = "magenta",lty = "dotted")
#'
#' @importFrom stats cov
#' @importFrom methods as
#' @importFrom Matrix isSymmetric t diag crossprod
#' @importFrom RcppParallel defaultNumThreads
#' @importFrom RcppParallel setThreadOptions
Expand Down

0 comments on commit 8cbbad9

Please sign in to comment.