Skip to content

Commit

Permalink
Bump up version and run devtools::document()
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorgante committed May 29, 2024
1 parent e5bf27b commit 4cabe70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Encoding: UTF-8
Type: Package
Package: mr.mash.alpha
Version: 0.3.26
Date: 2024-05-28
Version: 0.3.27
Date: 2024-05-29
Title: Multiple Regression with Multivariate Adaptive Shrinkage
Description: Provides an implementation of methods for multivariate
multiple regression with adaptive shrinkage priors.
Expand All @@ -18,15 +18,15 @@ License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports:
stats,
Matrix,
Rcpp (>= 1.0.7),
RcppParallel (>= 5.1.5),
mvtnorm,
matrixStats,
mashr (>= 0.2.73),
ebnm,
flashier (>= 1.0.7),
parallel,
Rfast
parallel
Suggests:
testthat,
varbvs,
Expand Down
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ export(mr.mash.rss)
export(predict.mr.mash)
export(predict.mr.mash.rss)
export(simulate_mr_mash_data)
importFrom(Matrix,crossprod)
importFrom(Matrix,diag)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,defaultNumThreads)
importFrom(RcppParallel,setThreadOptions)
importFrom(Rfast,is.symmetric)
importFrom(ebnm,ebnm_normal)
importFrom(ebnm,ebnm_normal_scale_mixture)
importFrom(flashier,flash)
Expand Down

0 comments on commit 4cabe70

Please sign in to comment.