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 1/2] 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 = "" ) } From b00de6646c1245f320ebab6c72a12abbf474fcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Tue, 14 Dec 2021 22:27:40 +0200 Subject: [PATCH 2/2] Update startup message --- R/zzz.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/R/zzz.R b/R/zzz.R index 01ab01d6..4d82dfda 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -19,11 +19,11 @@ ' 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", + "IMPORTANT! \n", + "Existing users of 'hyperSpec' will find that many functions either 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 and ", + "moved functions resides in the NEWS file of hyperSpec's documentation: \n\n", 'help(package = "hyperSpec")', sep = ""