Skip to content
Merged

cran #42

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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. <doi:10.1371/journal.pone.0008694>
Expand Down
38 changes: 9 additions & 29 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 <datistics@gmail.com>’

New submission

Package was archived on CRAN

## Reverse Dependencies

no reverse dependencies
# 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