diff --git a/CT_GA_count.R b/CT_GA_count.R
index 56a73a0204b1d8ae53fe94af97cdb6e20b29e632..88d49fa2fcb660c3718273a11af8be4ddfb43c63 100644
--- a/CT_GA_count.R
+++ b/CT_GA_count.R
@@ -1,5 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
-print("Correct way to source the function is:")
+warning("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+message("Correct way to source the function is:")
 print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/CT_GA_count.R')")
diff --git a/IsolateCanonicalVariant.R b/IsolateCanonicalVariant.R
index 5ea45ba9e2eb54f50f1fdad1a1f194b3bc36d2db..969f924a403d81f81a4ea3fdea267a2d03c21561 100644
--- a/IsolateCanonicalVariant.R
+++ b/IsolateCanonicalVariant.R
@@ -1,5 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
-print("Correct way to source the function is:")
-print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R')")
\ No newline at end of file
+warning("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+message("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R')")
diff --git a/MutSiteFind.R b/MutSiteFind.R
index c89844a6e094fd6dd356fcbefab1bf95f62925d2..c23e7e809e5f8a2e4161b1db4557539880dd264c 100644
--- a/MutSiteFind.R
+++ b/MutSiteFind.R
@@ -1,5 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
-print("Correct way to source the function is:")
-print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R')")
\ No newline at end of file
+warning("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+message("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R')")
diff --git a/ggplotBreaks.R b/ggplotBreaks.R
index 1b16fd7d43a722059d6516ed4fc645225a1b5933..cd7f39a6fc0161f15a8c72401e4013826db8a3a3 100644
--- a/ggplotBreaks.R
+++ b/ggplotBreaks.R
@@ -1,6 +1,6 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
 
-print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
-print("Correct way to source the function is:")
-print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R')")
\ No newline at end of file
+warning("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+message("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R')")
diff --git a/unparalogMutations.R b/unparalogMutations.R
index a29c730db8dd93e307765d701bc2bf462c28872b..d05d66cd8d4eede347753e2219678d8ced49f64d 100644
--- a/unparalogMutations.R
+++ b/unparalogMutations.R
@@ -1,5 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
-print("Correct way to source the function is:")
-print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R')")
\ No newline at end of file
+warning("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+message("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R')")