From a851523319d5855dd2ce023d2940014d26e6ad4a Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty <deepankar.chakroborty@utu.fi> Date: Tue, 25 Aug 2020 11:45:01 +0300 Subject: [PATCH] repo moved. Instructions on how to use --- DC_theme_generator.R | 4 +++- source.R | 4 +++- theme_dc.plot.L.45.nolegend.R | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/DC_theme_generator.R b/DC_theme_generator.R index af309e7..e9b4db1 100644 --- a/DC_theme_generator.R +++ b/DC_theme_generator.R @@ -1,3 +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. -source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/DC_theme_generator.R") \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/ggplot_themes") +print("Correct way to source the function is:") +print("source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/DC_theme_generator.R")") \ No newline at end of file diff --git a/source.R b/source.R index c5dd3d6..bdc2fea 100644 --- a/source.R +++ b/source.R @@ -1,3 +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. -source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/source.R") \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/ggplot_themes") +print("Correct way to source the function is:") +print("source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/source.R")") \ No newline at end of file diff --git a/theme_dc.plot.L.45.nolegend.R b/theme_dc.plot.L.45.nolegend.R index 47d3722..3903628 100644 --- a/theme_dc.plot.L.45.nolegend.R +++ b/theme_dc.plot.L.45.nolegend.R @@ -1,3 +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. -source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/theme_dc.plot.L.45.nolegend.R") \ No newline at end of file +print("This function has moved to: https://github.com/dchakro/ggplot_themes") +print("Correct way to source the function is:") +print("source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/theme_dc.plot.L.45.nolegend.R")") \ No newline at end of file -- GitLab