Skip to content

Commit 5f7ab4e

Browse files
committed
v.1.3.0 CRAN adjustments
1 parent 7fcf464 commit 5f7ab4e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ importFrom(stats,coef)
3333
importFrom(stats,cor)
3434
importFrom(stats,lm)
3535
importFrom(stats,median)
36+
importFrom(stats,model.matrix)
3637
importFrom(stats,p.adjust)
3738
importFrom(stats,pf)
3839
importFrom(stats,prcomp)

R/testEdges.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' @importFrom stats t.test p.adjust pf
1+
#' @importFrom stats t.test p.adjust pf model.matrix
22
#' @title Test edges from SCORPION networks
33
#' @description Performs statistical testing of network edges from runSCORPION output.
44
#' Supports single-sample tests (testing if edges differ from zero) and two-sample

0 commit comments

Comments
 (0)