Skip to content

Commit 3e3af60

Browse files
committed
manually adding some dependencies for flowCore and flowStats
1 parent f2d073e commit 3e3af60

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/methods/batchadjust_one_control/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ engines:
7979
setup:
8080
- type: r
8181
bioc: [flowCore]
82-
packages: [docstring, dplyr]
82+
packages: [ dplyr, docstring, rlang, vctrs, lifecycle ]
8383

8484
runners:
8585
# This platform allows running the component natively

src/methods/gaussnorm/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ engines:
4747
setup:
4848
- type: r
4949
bioc: [ flowStats, flowCore, Biobase ]
50-
packages: [ docstring ]
50+
packages: [ docstring, rlang, vctrs, lifecycle ]
5151

5252

5353
runners:

src/metrics/flowsom_mapping_similarity/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ engines:
7474
setup:
7575
- type: r
7676
bioc: [FlowSOM, flowCore]
77+
packages: [ dplyr, docstring, rlang, vctrs, lifecycle ]
7778
runners:
7879
# This platform allows running the component natively
7980
- type: executable

0 commit comments

Comments
 (0)