Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Jun 2, 2019
1 parent 2ad702c commit 4dc25c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: recmap
Type: Package
Title: Compute the Rectangular Statistical Cartogram
Version: 1.0.3
Version: 1.0.4
Authors@R: person("Christian", "Panse",
email = "Christian.Panse@gmail.com",
role = c("aut", "cre"),
Expand All @@ -16,11 +16,11 @@ Description: Provides an interface and a C++ implementation of the RecMap MP2
as input (maintain zero cartographic error). Documentation about the usage
of the recmap algorithm is provided by a vignette included in this package.
License: GPL-3
Depends: R (>= 3.5.1), GA (>= 3.1.1), Rcpp (>= 1.0.0), sp(>= 1.3)
Depends: R (>= 3.5), GA (>= 3.1), Rcpp (>= 1.0), sp(>= 1.3)
Suggests: colorspace, doParallel, knitr, lattice, maps, noncensus,
shiny, testthat, tufte, xtable
SystemRequirements: C++11
LinkingTo: Rcpp (>= 1.0.0)
LinkingTo: Rcpp (>= 1.0)
VignetteBuilder: knitr
NeedsCompilation: yes
BugReports: https://github.com/cpanse/recmap/issues
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\newcommand{\ghit}{\href{https://github.com/cpanse/recmap/issues/#1}{##1}}


\section{Changes until version 1.0.3 (2019-06-02)}{
\section{Changes until version 1.0.4 (2019-06-02)}{
\itemize{
\item fix recmapGRASP testcase \ghit{14}.
\item text cosmetics \ghit{14}.
Expand Down
2 changes: 1 addition & 1 deletion man/jss2711.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Generated on a MacBook Pro (Retina, 13-inch, Mid 2014).}
\itemize{
\item {input map rectangles derived from: \code{https://census.edina.ac.uk/ukborders};
Contains OS data Crown copyright [and database right] (2016);}
\item {Source of election data: \href{www.nisra.gov.uk}{NISRA}}
\item {Source of election data: \href{http://www.nisra.gov.uk}{NISRA}}
\item {copyright - Contains National Statistics data Crown copyright and database right 2016
Contains NRS data Crown copyright and database right 2016}
\item {Perfomed on a Intel(R) Xeon(R) CPU E5-2698 v3 @ 2.30GHz/ Debian8}
Expand Down

0 comments on commit 4dc25c6

Please sign in to comment.