Skip to content

Commit

Permalink
added start-up message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Sep 8, 2023
1 parent a4bff56 commit 5fda2d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Authors@R: c(
)
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: 3.3-4
Date: 2023-04-05
Date: 2023-09-08
Encoding: UTF-8
Depends:
R (>= 3.5.0),
Expand Down Expand Up @@ -59,4 +59,4 @@ Suggests:
URL: https://r-tmap.github.io/tmap/, https://github.com/r-tmap/tmap
BugReports: https://github.com/r-tmap/tmap/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
4 changes: 4 additions & 0 deletions R/onLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

}

.onAttach <- function(libname, pkgname) {
packageStartupMessage("Breaking News: tmap 3.x is retiring. Please test the upcoming tmap 4.x (on GitHub).")
}

.TMAP_CACHE <- new.env(FALSE, parent=globalenv())

.crs_longlat <- sf::st_crs(4326)
Expand Down
2 changes: 1 addition & 1 deletion man/tm_layout.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fda2d2

Please sign in to comment.