Skip to content

Commit

Permalink
drop R 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Oct 24, 2023
1 parent afc600a commit f723bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- {os: ubuntu-latest, r: '4.1', suffix: '', not_cran: 'true', vignettes: 'NULL'}
- {os: ubuntu-latest, r: '4.0', suffix: '', not_cran: 'true', vignettes: 'NULL'}
- {os: ubuntu-latest, r: '3.6', suffix: '', not_cran: 'true', vignettes: 'NULL'}
- {os: ubuntu-latest, r: '3.5', suffix: '', not_cran: 'true', vignettes: 'NULL'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggdist
Title: Visualizations of Distributions and Uncertainty
Version: 3.3.0.9000
Date: 2023-05-23
Date: 2023-10-24
Authors@R: c(
person("Matthew", "Kay", role = c("aut", "cre"), email = "[email protected]"),
person("Brenton M.", "Wiernik", role = "ctb", email = "[email protected]")
Expand All @@ -19,7 +19,7 @@ Description: Provides primitives for visualizing distributions using 'ggplot2' t
barplots (Fernandes M., Walls L., Munson S., Hullman J., Kay M., 2018) <doi:10.1145/3173574.3173718>,
and fit curves with multiple uncertainty ribbons.
Depends:
R (>= 3.5.0)
R (>= 3.6.0)
Imports:
tidyselect,
dplyr (>= 1.0.0),
Expand Down

0 comments on commit f723bc0

Please sign in to comment.