bruigtp / flowchart

flowchart is an R package for drawing participant flow diagrams directly from a dataframe using tidyverse.
https://bruigtp.github.io/flowchart/
Other
34 stars 1 forks source link

Add min_version (>= 1.1.0) to dplyr in DESCRIPTION #1

Open ottvahtrik opened 1 month ago

ottvahtrik commented 1 month ago

Hi there! First of all, thank you for creating this package! It looks really promising!

I wanted to point out, that there is a missing min_version for {dplyr} in DESCRIPTION. I tried to run the example of flowchart::fc_filter() and got the following error:

image

The error happened because I had {dplyr} 1.0.10 installed.

pasahe commented 3 weeks ago

Dear @ottvahtrik,

Thanks for the post. I'm glad that this package can help you.

It's true that the package depends on a minimum version of {dplyr} to run. For the next version, I will update the DESCRIPTION to include this minimum version for {dplyr} (>= 1.1.0). Thanks for pointing this out!