Skip to content

Commit

Permalink
- updated unit test to account for flowAI version change
Browse files Browse the repository at this point in the history
- now suggesting `CytoPipelineGUI` package
- bumped to version 1.5.2
  • Loading branch information
phauchamps committed Oct 14, 2024
1 parent 365c1dd commit d924f2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: CytoPipeline
Title: Automation and visualization of flow cytometry data analysis pipelines
Version: 1.5.1
Version: 1.5.2
Authors@R:
c(person(given = "Philippe",
family = "Hauchamps",
Expand Down Expand Up @@ -32,7 +32,7 @@ Description: This package provides support for automation and visualization of
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
BugReports: https://github.com/UCLouvain-CBIO/CytoPipeline/issues
URL: https://uclouvain-cbio.github.io/CytoPipeline
biocViews: FlowCytometry, Preprocessing, QualityControl, WorkflowStep,
Expand All @@ -48,7 +48,7 @@ Collate:
'utils.R'
'ggplots.R'
Depends:
R (>= 4.3)
R (>= 4.4)
Imports:
methods,
stats,
Expand All @@ -73,6 +73,7 @@ Suggests:
rmarkdown,
BiocStyle,
reshape2,
dplyr
dplyr,
CytoPipelineGUI
VignetteBuilder: knitr
Config/testthat/edition: 3
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CytoPipeline 1.5

## CytoPipeline 1.5.2
- updated unit test to account for flowAI version change
- now suggesting `CytoPipelineGUI` package

## CytoPipeline 1.5.1
- updated processing step argument matching using `phenoData`

Expand Down
Binary file modified tests/testthat/fixtures/ff_QC_flowAI.rds
Binary file not shown.

0 comments on commit d924f2a

Please sign in to comment.