Skip to content

Commit

Permalink
Attempt to test check() on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phauchamps committed Sep 5, 2023
1 parent 708299a commit 9fee892
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RoxygenNote: 7.2.3
biocViews: FlowCytometry, Preprocessing, QualityControl, WorkflowStep,
ImmunoOncology, Software, Visualization, GUI
Collate:
CytoPipelineGUI.R
plots.R
shiny-functions.R
shiny-scaleTransform-module.R
shiny.R
CytoPipelineGUI.R
Depends:
R (>= 4.3),
CytoPipeline
Expand All @@ -47,7 +47,6 @@ Suggests:
diffviewer,
knitr,
rmarkdown,
BiocStyle,
patchwork
BiocStyle
VignetteBuilder: knitr
Config/testthat/edition: 3
20 changes: 10 additions & 10 deletions man/CytoPipelineGUI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions vignettes/CytoPipelineGUI.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ These preliminary steps are performed by the preparation code below.
```{r pkg, include = FALSE}
library(CytoPipeline)
library(CytoPipelineGUI)
library(patchwork)
#library(patchwork)
```

```{r preparation, message=FALSE, warning=FALSE}
Expand Down Expand Up @@ -235,7 +235,8 @@ p3 <- CytoPipelineGUI::plotDiffFlowFrame(
useAllCells = TRUE,
useFixedLinearRange = FALSE)
print(p1+p2+p3)
#p1+p2+p3
p1
```

Expand Down Expand Up @@ -295,7 +296,7 @@ pipL <- CytoPipeline::buildCytoPipelineFromCache(
posDecades = 4
)
p1+p2
p1#+p2
```


Expand Down

0 comments on commit 9fee892

Please sign in to comment.