Skip to content

Commit

Permalink
Add message for #332
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Apr 4, 2022
1 parent 1db2bb5 commit 2ce4dcc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.onLoad <- function(libname, pkgname){
msg <- paste0(
"Loading stplanr v0.9.0.\n",
"Note: the next planned version, v1.0.0, will not support sp objects.\n",
"See the issue #332 and https://github.com/ropensci/stplanr/pull/481.",
"Any feedback on GitHub: welcome. Thanks (Robin Lovelace, April 2022)!"
)
cat(msg)
}

0 comments on commit 2ce4dcc

Please sign in to comment.