1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:51:59 +02:00

(v0.7.0.9009) global note

This commit is contained in:
2019-06-13 16:40:35 +02:00
parent 254745061c
commit 980be2b22d
10 changed files with 13 additions and 12 deletions

View File

@ -54,6 +54,7 @@ globalVariables(c(".",
"index",
"input",
"Interpretation",
"interpretation",
"item",
"key_ab",
"key_ab_lag",

View File

@ -74,7 +74,7 @@
}
txt_new <- paste0(txt_new, txt[i], " ")
}
packageStartupMessage(txt_new)
# packageStartupMessage(txt_new)
}
}