Skip to content

Commit

Permalink
Corrected the update command to enter
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRegnier committed Oct 31, 2024
1 parent cf9248d commit c7b2224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/0_Preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ checkNewVersion = function(...)

if(installedRelease != latestRelease)
{
print(paste("[WARNING] The version of PICAFlow which is currently installed on this computer ('", installedRelease, "') does not match with the latest version available on GitHub ('", latestRelease, "'). We kindly invite you to update to the latest version to avoid any troubles related to bugs and/or missing features. You can launch the update with the following command: 'devtools::install_github('PaulRegnier/PICAFlow')'. Thank you for your understanding.", sep = ""))
print(paste("[WARNING] The version of PICAFlow which is currently installed on this computer ('", installedRelease, "') does not match with the latest version available on GitHub ('", latestRelease, "'). We kindly invite you to update to the latest version to avoid any troubles related to bugs and/or missing features. You can launch the update with the following command: 'devtools::install_github('PaulRegnier/PICAFlow', force = TRUE)'. Thank you for your understanding.", sep = ""))
} else
{
print(paste("[NOTE] The version of PICAFlow which is currently installed on this computer (", installedRelease, ") is up-to-date.", sep = ""))
Expand Down

0 comments on commit c7b2224

Please sign in to comment.