From 3acadeaf70c5b1d23439fe9459feb678ae666e3d Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty <deepankar.chakroborty@utu.fi> Date: Tue, 25 Aug 2020 14:34:21 +0300 Subject: [PATCH] Update DC_theme_generator.R --- DC_theme_generator.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DC_theme_generator.R b/DC_theme_generator.R index e9b4db1..3991ca2 100644 --- a/DC_theme_generator.R +++ b/DC_theme_generator.R @@ -2,4 +2,4 @@ # replace the line sourcing this file with the following in your code. 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 +print("source('https://raw.githubusercontent.com/dchakro/ggplot_themes/master/DC_theme_generator.R')") \ No newline at end of file -- GitLab