Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit testing scplainer (#59) #63

Merged
merged 18 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading