Skip to content

Commit

Permalink
Merge pull request #63 from UCLouvain-CBIO/issue59
Browse files Browse the repository at this point in the history
Unit testing scplainer (#59)
  • Loading branch information
lgatto authored Jul 9, 2024
2 parents 5e094c6 + 026c233 commit bc5c163
Show file tree
Hide file tree
Showing 23 changed files with 7,110 additions and 552 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Depends:
R (>= 4.3.0),
QFeatures (>= 1.13.5)
Imports:
dplyr,
IHW,
ggplot2,
ggrepel,
Expand All @@ -40,6 +39,7 @@ Imports:
utils
Suggests:
BiocStyle,
BiocGenerics,
MsDataHub (>= 1.3.3),
impute,
knitr,
Expand All @@ -50,6 +50,7 @@ Suggests:
scpdata,
sva,
testthat,
vdiffr,
vsn,
uwot
License: Artistic-2.0
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(matrixStats,colMedians)
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## scp 1.15

## scp 1.15.1

- test: added unit tests for scplainer: ScpModel-Class,
scpModelFit-Class, ScpModel-Workflow

## scp 1.15.0

- New Bioconductor 3.20 (devel) release
Expand All @@ -12,10 +17,6 @@

# scp 1.13

## scp 1.13.6

(nothing yet)

## scp 1.13.5

- fix: fixed small error in degrees of freedom
Expand Down
Loading

0 comments on commit bc5c163

Please sign in to comment.