diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index cbf1264b..c5e30040 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index a4063701..d824b4db 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "mjskay@northwestern.edu"), person("Brenton M.", "Wiernik", role = "ctb", email = "brenton@wiernik.org") @@ -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) , and fit curves with multiple uncertainty ribbons. Depends: - R (>= 3.5.0) + R (>= 3.6.0) Imports: tidyselect, dplyr (>= 1.0.0),