Skip to content

Commit

Permalink
Merge pull request #783 from olivroy/desc
Browse files Browse the repository at this point in the history
Upkeep
  • Loading branch information
mtennekes authored Sep 20, 2023
2 parents e2eaf4c + e3b25af commit 4010602
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 53 deletions.
103 changes: 54 additions & 49 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,71 +1,76 @@
Type: Package
Package: tmap
License: GPL-3
Title: Thematic Maps
Type: Package
LazyData: true
Version: 3.99.9000
Authors@R: c(
person("Martijn", "Tennekes", email = "mtennekes@gmail.com", role = c("aut", "cre")),
person("Jakub", "Nowosad", email = "nowosad.jakub@gmail.com", role = "ctb"),
person("Joel", "Gombin", email = "joel.gombin@gmail.com", role = "ctb"),
person("Sebastian", "Jeworutzki", email = "Sebastian.Jeworutzki@rub.de", role = "ctb"),
person("Kent", "Russell", email = "kent.russell@timelyportfolio.com", role = "ctb"),
person("Richard", "Zijdeman", email = "richard.zijdeman@iisg.nl", role = "ctb"),
person("John", "Clouse", email = "johnaclouse@gmail.com", role = "ctb"),
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = "ctb"),
person("Jannes", "Muenchow", email = "jannes.muenchow@uni-jena.de", role = "ctb"),
person("Olivier", "Roy", role = "ctb")
)
Description: Thematic maps are geographical maps in which spatial data distributions are visualized. This package offers a flexible, layer-based, and easy to use approach to create thematic maps, such as choropleths and bubble maps.
Version: 4.0
Date: 2023-08-14
Encoding: UTF-8
person("Martijn", "Tennekes", , "mtennekes@gmail.com", role = c("aut", "cre")),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb"),
person("Joel", "Gombin", , "joel.gombin@gmail.com", role = "ctb"),
person("Sebastian", "Jeworutzki", , "Sebastian.Jeworutzki@rub.de", role = "ctb"),
person("Kent", "Russell", , "kent.russell@timelyportfolio.com", role = "ctb"),
person("Richard", "Zijdeman", , "richard.zijdeman@iisg.nl", role = "ctb"),
person("John", "Clouse", , "johnaclouse@gmail.com", role = "ctb"),
person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb"),
person("Jannes", "Muenchow", , "jannes.muenchow@uni-jena.de", role = "ctb"),
person("Olivier", "Roy", role = "ctb")
)
Description: Thematic maps are geographical maps in which spatial data
distributions are visualized. This package offers a flexible,
layer-based, and easy to use approach to create thematic maps, such as
choropleths and bubble maps.
License: GPL-3
URL: https://github.com/r-tmap/tmap, https://r-tmap.github.io/tmap/
BugReports: https://github.com/r-tmap/tmap/issues
Depends:
R (>= 3.5.0),
methods
methods,
R (>= 3.5.0)
Imports:
classInt (>= 0.4-3),
cols4all (>= 0.6-1),
data.table,
tmaptools (>= 3.1),
sf (>= 0.9-3),
stars (>= 0.4-2),
units (>= 0.6-1),
grid,
cols4all (>= 0.6-1),
classInt (>= 0.4-3),
htmltools,
htmlwidgets,
widgetframe,
leaflet (>= 2.0.2),
leaflegend,
leafsync,
leafem (>= 0.1),
leafgl,
stats,
leaflegend,
leaflet (>= 2.0.2),
leafsync,
rlang,
utils
sf (>= 0.9-3),
stars (>= 0.4-2),
stats,
tmaptools (>= 3.1),
units (>= 0.6-1),
utils,
widgetframe
Suggests:
rmapshaper,
av,
cartogram,
rmarkdown,
colorspace,
covr,
dplyr,
ggplot2,
gifski,
knitr,
png,
maptiles,
osmdata,
ggplot2,
dplyr,
tidyr,
png,
rmapshaper,
rmarkdown,
shiny,
testthat (>= 3.0.0),
terra,
colorspace,
covr,
av,
gifski
URL: https://github.com/r-tmap/tmap, https://r-tmap.github.io/tmap/
Remotes: r-tmap/tmaptools, mtennekes/cols4all
BugReports: https://github.com/r-tmap/tmap/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Remotes:
mtennekes/cols4all,
r-tmap/tmaptools
Config/Needs/check: Nowosad/spDataLarge, lwgeom
Config/Needs/coverage: Nowosad/spDataLarge, lwgeom
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# tmap 4.0
# tmap 4.0 (development version)

* For consistency with ggplot2, `tm_polygons()` now recognizes the `fill` argument instead of `col`.

# tmap 3.3-4
- (!) last version of tmap 3.x. Next CRAN version will be tmap 4.x (release planned at the end of 2023)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# tmap: thematic maps in R
# tmap: thematic maps in R <img src="man/figures/logo.png" align="right" height="139" alt="" />

<!-- badges: start -->
[![R CMD CHECK](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-tmap/tmap/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-tmap/tmap?branch=master)
[![CRAN](http://www.r-pkg.org/badges/version/tmap)](https://cran.r-project.org/package=tmap)
[![CRAN checks](https://cranchecks.info/badges/worst/tmap)](https://cran.r-project.org/web/checks/check_results_tmap.html)
[![Downloads](http://cranlogs.r-pkg.org/badges/tmap?color=brightgreen)](https://www.r-pkg.org:443/pkg/tmap)
[![License](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![License](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![r-universe](https://r-tmap.r-universe.dev/badges/tmap)](https://r-tmap.r-universe.dev/tmap)

<!-- badges: end -->


Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: ~
url: https://r-tmap.github.io/tmap/
template:
bootstrap: 5

Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit 4010602

Please sign in to comment.