From 53d977bb364c94a3930c1b1b28af87ddcb373c3a Mon Sep 17 00:00:00 2001 From: "robocop@imac" <robo@imac.T5> Date: Tue, 25 Aug 2020 14:45:13 +0300 Subject: [PATCH] print instruction on how to migrate to new repo --- CT_GA_count.R | 4 ++-- IsolateCanonicalVariant.R | 6 +++--- MutSiteFind.R | 6 +++--- ggplotBreaks.R | 6 +++--- unparalogMutations.R | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CT_GA_count.R b/CT_GA_count.R index 56a73a0..88d49fa 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 5ea45ba..969f924 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 c89844a..c23e7e8 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 1b16fd7..cd7f39a 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 a29c730..d05d66c 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')") -- GitLab