Skip to content

Commit 668353e

Browse files
author
Liam Hobby
committed
Add .onAttach call informing on varname change
1 parent 90ab0a8 commit 668353e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

R/zzz.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ globalVariables(c("private",
3939
"where_new",
4040
"var1",
4141
"n_lab"))
42+
43+
.onAttach <- function(libname, pkgname) {
44+
packageStartupMessage("Attaching package `metacore`\n\nAs of metacore 0.3.0 the `keep` variable in the `ds_vars` table has been renamed to `mandatory`. Please see release documentation for details.")
45+
}

man/metacore.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)