Skip to content

Commit

Permalink
fixed description field
Browse files Browse the repository at this point in the history
  • Loading branch information
erblast committed Dec 10, 2018
1 parent 124fd5f commit 3a7432d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2018-11-19.
Once it is accepted, delete this file and tag the release (commit 63fbc64267).
This package was submitted to CRAN on 2018-12-08.
Once it is accepted, delete this file and tag the release (commit 124fd5f8c9).
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Package: easyalluvial
Type: Package
Title: Generate Alluvial Plots with a Single Line of Code
Version: 0.1.6
Author: person("Bjoern", "Koneswarakantha", comment = c(ORCID = " 0000-0003-4585-7799"))
Version: 0.1.7
Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = " 0000-0003-4585-7799") )
URL: https://github.com/erblast/easyalluvial
Maintainer: bjoern koneswarakantha <[email protected]>
Description: alluvial plots are similar to sankey diagrams and visualise categorical data
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>
Their graphical grammar however is a bit more complex then that of a regular x/y
Expand Down
3 changes: 3 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

# Resubmission

*First word in description field in DESCRIPTION file starts with a small letter*
Fixed

*Examples generating plots were wrapped in `\dontrun{if(interactive()){...}`*
The `if(interactive())` was not necessary, however examples took a bit too long to execute, so they were wrapped in `\dontrun{}`. Adressed this now by allowing the first plot to render and then keeping the `\dontrun{}` wrapper for the plots that follow.

Expand Down

0 comments on commit 3a7432d

Please sign in to comment.