epiforecasts / EpiNow2

Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
https://epiforecasts.io/EpiNow2/dev/
Other
116 stars 33 forks source link

Dependencies #796

Closed sbfnk closed 2 months ago

sbfnk commented 2 months ago

With the recent switch to {cli} we now have 21 dependencies which is above CRAN's limit of 20 (not sure how strictly this is enforced). It would be good to consider which dependencies could be removed.

Candidates are:

Let's see how we do with the 1.6.0 submission and then potentially reconsider.

sbfnk commented 2 months ago

progressr perhaps could be optional, as could all the future and futile stuff -- these would then only be used if available.

seabbs commented 2 months ago

I think making the parallel functionality optional is a good idea that is the sensible solution. I don't have the sense that many people use it.