Skip to content

Commit

Permalink
Merge pull request #770 from r-tmap/Robinlovelace-patch-1
Browse files Browse the repository at this point in the history
Update onLoad.R
  • Loading branch information
mtennekes authored Sep 8, 2023
2 parents 5fda2d2 + 503846e commit 3ec8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/onLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.onAttach <- function(libname, pkgname) {
packageStartupMessage("Breaking News: tmap 3.x is retiring. Please test the upcoming tmap 4.x (on GitHub).")
packageStartupMessage("Breaking News: tmap 3.x is retiring. Please test v4, e.g. with\nremotes::install_github('r-tmap/tmap')")
}

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

0 comments on commit 3ec8ecc

Please sign in to comment.