Skip to content

Commit 3a7432d

Browse files
committed
fixed description field
1 parent 124fd5f commit 3a7432d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2018-11-19.
2-
Once it is accepted, delete this file and tag the release (commit 63fbc64267).
1+
This package was submitted to CRAN on 2018-12-08.
2+
Once it is accepted, delete this file and tag the release (commit 124fd5f8c9).

DESCRIPTION

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Package: easyalluvial
2-
Type: Package
32
Title: Generate Alluvial Plots with a Single Line of Code
4-
Version: 0.1.6
5-
Author: person("Bjoern", "Koneswarakantha", comment = c(ORCID = " 0000-0003-4585-7799"))
3+
Version: 0.1.7
4+
Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "datistics@gmail.com", comment = c(ORCID = " 0000-0003-4585-7799") )
65
URL: https://github.com/erblast/easyalluvial
7-
Maintainer: bjoern koneswarakantha <datistics@gmail.com>
8-
Description: alluvial plots are similar to sankey diagrams and visualise categorical data
6+
Description: Alluvial plots are similar to sankey diagrams and visualise categorical data
97
over multiple dimensions as flows. (Rosvall M, Bergstrom CT (2010) Mapping Change in
108
Large Networks. PLoS ONE 5(1): e8694. <doi:10.1371/journal.pone.0008694>
119
Their graphical grammar however is a bit more complex then that of a regular x/y

cran-comments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
# Resubmission
1212

13+
*First word in description field in DESCRIPTION file starts with a small letter*
14+
Fixed
15+
1316
*Examples generating plots were wrapped in `\dontrun{if(interactive()){...}`*
1417
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.
1518

0 commit comments

Comments
 (0)