aloy / qqplotr

Extending some ggplot2 functionalities by permitting the drawing of both quantile-quantile (Q-Q) and probability-probability (P-P) points, lines, and confidence bands
https://aloy.github.io/qqplotr/
GNU General Public License v3.0
51 stars 8 forks source link

qqconf dependency forces use of R 4 #15

Open philayres opened 1 year ago

philayres commented 1 year ago

I don't know if this was an intention of the most recent update, but the qqconf dependency prevents qqplotr from installing with R 3.6.3, where the previous versionn 0.0.5 installs fine.

Since the DESCRIPTION lists R >= 3.1 I suspect this was an unintended consequence.