Skip to content
Snippets Groups Projects
Commit a403353a authored by robocop@imac's avatar robocop@imac
Browse files

print instruction on how to migrate to new repo

parent 466af30c
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,4 @@
Development of the script has migrated to https://github.com/dchakro/
replace the line sourcing this file with the following in your code.
```R
source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/RSCRIPT.R")
```
Instructions on how to migrate to the new source are present in individual files.
# 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/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
warning("This function has moved to: https://github.com/dchakro/ggplot_themes")
message("Correct way to source the function is:")
print("source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/source.R")")
# 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/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
warning("This function has moved to: https://github.com/dchakro/ggplot_themes")
message("Correct way to source the function is:")
print("source('https://raw.githubusercontent.com/dchakro/ggplot_themes/master/theme_dc.plot.L.45.nolegend.R')")
warning("Importing to maintain compatibility, but please edit your code to the new source.")
source("https://raw.githubusercontent.com/dchakro/ggplot_themes/master/theme_dc.plot.L.45.nolegend.R")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment