Skip to content

Commit a612e36

Browse files
committed
1.0.5, on its way to CRAN.
1 parent 4dc25c6 commit a612e36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: recmap
22
Type: Package
33
Title: Compute the Rectangular Statistical Cartogram
4-
Version: 1.0.4
4+
Version: 1.0.5
55
Authors@R: person("Christian", "Panse",
66
email = "[email protected]",
77
role = c("aut", "cre"),
88
comment = c(ORCID = "0000-0003-1975-3064"))
99
Maintainer: Christian Panse <[email protected]>
1010
Description: Provides an interface and a C++ implementation of the RecMap MP2
11-
construction heuristic (see 'citation("recmap")' for details). This algorithm
11+
construction heuristic (Panse C. (2018) <doi:10.18637/jss.v086.c01>). This algorithm
1212
draws maps according to a given statistical value (e.g., election results,
1313
population or epidemiological data). The basic idea of the RecMap algorithm is
1414
that each map region (e.g., different countries) is represented by a

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
\newcommand{\ghit}{\href{https://github.com/cpanse/recmap/issues/#1}{##1}}
55

66

7-
\section{Changes until version 1.0.4 (2019-06-02)}{
7+
\section{Changes until version 1.0.5 (2019-06-03)}{
88
\itemize{
99
\item fix recmapGRASP testcase \ghit{14}.
1010
\item text cosmetics \ghit{14}.
1111
\item fixed \ghit{15}.
1212
\item fixed \ghit{16}.
1313
\item fixed \ghit{17}.
14+
\item added DOI in Description.
1415
}
1516
}
1617

0 commit comments

Comments
 (0)