diff --git a/DESCRIPTION b/DESCRIPTION index 53cc242..edcd487 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,9 @@ Package: easyalluvial Title: Generate Alluvial Plots with a Single Line of Code -Version: 0.4 +Version: 0.4.0 Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "datistics@gmail.com", comment = c(ORCID = "0000-0003-4585-7799") ) -URL: https://github.com/erblast/easyalluvial/ +URL: https://github.com/erblast/easyalluvial/, https://erblast.github.io/easyalluvial/ +BugReports: https://github.com/erblast/easyalluvial/issues Description: Alluvial plots are similar to sankey diagrams and visualise categorical data over multiple dimensions as flows. (Rosvall M, Bergstrom CT (2010) Mapping Change in Large Networks. PLoS ONE 5(1): e8694. diff --git a/cran-comments.md b/cran-comments.md index c13916a..3e03982 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,32 +1,12 @@ -# Resubmission after being archived on CRAN +## R CMD check results -All suggested dependencies were already controlled for, meaning there was a -check in place that would raise an error with a message to install the missing -package. Those are limited to functions most users will not use. +0 errors | 0 warnings | 0 note +locally, rhub, gh-actions -All unit tests would skip if suggested packages were missing. -One example missed a check for a suggested package installation which was added: - -- check for vip pkg installation before executing example of alluvial_model_response_parsnip - -## Test Environments -* local macOS M1 R 4.3.2 -* github actions macos-latest R 4.3.2 -* WinBuilder R 4.3.2 -* WinBuilder R devel - -coverage -> 96 % - - -## Test Results - -Maintainer: ‘Bjoern Koneswarakantha ’ - -New submission - -Package was archived on CRAN - -## Reverse Dependencies - -no reverse dependencies \ No newline at end of file +# Reverse Dependency Checks +- checks for {parcats} are now failing +- updates are necessary to ensure compatibility with ggplot 4.0.0 +- {parcats} is also maintained by me (Bjoern Koneswarakantha), I have already + prepared a compatible version and will submit it to CRAN after easyalluvial is + updated on CRAN