aya49 / flowGraph

Accurately selects cell populations features that differentiate between flow cytometry sample classes by removing top-down dependency between features modelled on a lattice.
https://aya49.github.io/2020/09/30/flowGraph/
0 stars 1 forks source link

Add dplyr to Suggests #2

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago

Hi, while running reverse dependency checks on parallelly, I noticed that your package lacks a Suggests: dplyr, cf. https://github.com/HenrikBengtsson/parallelly/blob/develop/revdep/problems.md#flowgraph. Without it, you get:

*** checking re-building of vignette outputs ... WARNING

Error(s) in re-building vignettes:
--- re-building ‘flowGraph.Rmd’ using rmarkdown
- 8 pops @ layer 1
21:56:20-21:56:20 > 16:00:00
- 24 pops @ layer 2
21:56:20-21:56:20 > 16:00:00
- 32 pops @ layer 3
21:56:20-21:56:20 > 16:00:00
- 16 pops @ layer 4
21:56:20-21:56:20 > 16:00:00
...
Quitting from lines 557-561 (flowGraph.Rmd) 
Error: processing vignette 'flowGraph.Rmd' failed with diagnostics:
`map_df()` requires dplyr
--- failed re-building ‘flowGraph.Rmd’

SUMMARY: processing the following file failed:
  ‘flowGraph.Rmd’

Error: Vignette re-building failed.
Execution halted
aya49 commented 2 years ago

Thank you for the suggestion! This change has been made in the devel version and pushed upstream.