From e81eb6bba32fbcc85fe361979775d68325efc167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Tue, 14 Dec 2021 22:14:53 +0200 Subject: [PATCH] Update startup message Related to: - https://github.com/r-hyperspec/hyperSpec/issues/38#issuecomment-897198384 - https://github.com/r-hyperspec/r-hyperspec.github.io/issues/24 --- R/zzz.R | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/R/zzz.R b/R/zzz.R index 43b01485..01ab01d6 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -18,6 +18,14 @@ "The correct reference is given by:\n", ' citation("', desc$Package, '")\n\n', "The project's website:\n ", first_url, "\n\n", + + "IMPORTANT! ", + "Existing users of 'hyperSpec' will find that many functions have been ", + "renamed in favor of more consistent names or moved to other packages. ", + "To help you update your workflows, the list of the renamed functions and ", + "moved functions resides in the NEWS file in hyperSpec's documentation: \n", + 'help(package = "hyperSpec")', + sep = "" ) }