diff --git a/r/.DS_Store b/r/.DS_Store index 92cd709..c5c4940 100644 Binary files a/r/.DS_Store and b/r/.DS_Store differ diff --git a/r/README.md b/r/README.md new file mode 100644 index 0000000..ea4d0ed --- /dev/null +++ b/r/README.md @@ -0,0 +1,13 @@ +# STAMPS 2018 R Tutorials + +Welcome! This subdirectory contains R Tutorials for STAMPS 2018 @ MBL. +
Please read through the following instructions on how to download the contents of this folder to your local drive. + +1. Open your command line or Terminal application and enter the directory where you would like to copy the folder. This can be anywhere like your home directory: +
``` cd ~/``` + +2. Use the ```svn``` command line tool to export the contents of the folder/subdirectory onto your local machine and into a folder called rtutorials_STAMPS2018. +
``` svn export "https://github.com/adw96/stamps2018.git/trunk/r" rtutorials_STAMPS2018``` + + +Now you should have a folder called rtutorials_STAMPS2018 that contain the contents of this folder on your local machine! Happy coding! diff --git a/r/Updated Tutorials 2018/apply.R b/r/apply.R similarity index 100% rename from r/Updated Tutorials 2018/apply.R rename to r/apply.R diff --git a/r/STAMPS_Intro2R_OptionB.R b/r/archive/STAMPS_Intro2R_OptionB.R similarity index 100% rename from r/STAMPS_Intro2R_OptionB.R rename to r/archive/STAMPS_Intro2R_OptionB.R diff --git a/r/STAMPS_Intro2R_OptionC.R b/r/archive/STAMPS_Intro2R_OptionC.R similarity index 100% rename from r/STAMPS_Intro2R_OptionC.R rename to r/archive/STAMPS_Intro2R_OptionC.R diff --git a/r/Updated Tutorials 2018/additionalcode.R b/r/archive/additionalcode.R similarity index 100% rename from r/Updated Tutorials 2018/additionalcode.R rename to r/archive/additionalcode.R diff --git a/r/Updated Tutorials 2018/tests/PracticeRun.R b/r/archive/tests/PracticeRun.R similarity index 100% rename from r/Updated Tutorials 2018/tests/PracticeRun.R rename to r/archive/tests/PracticeRun.R diff --git a/r/Updated Tutorials 2018/functions.R b/r/functions.R similarity index 100% rename from r/Updated Tutorials 2018/functions.R rename to r/functions.R diff --git a/r/Updated Tutorials 2018/lists.R b/r/lists.R similarity index 100% rename from r/Updated Tutorials 2018/lists.R rename to r/lists.R diff --git a/r/Updated Tutorials 2018/loops.R b/r/loops.R similarity index 100% rename from r/Updated Tutorials 2018/loops.R rename to r/loops.R diff --git a/r/Updated Tutorials 2018/markdown.R b/r/markdown.R similarity index 100% rename from r/Updated Tutorials 2018/markdown.R rename to r/markdown.R diff --git a/r/Updated Tutorials 2018/parallel.R b/r/parallel.R similarity index 100% rename from r/Updated Tutorials 2018/parallel.R rename to r/parallel.R diff --git a/r/Updated Tutorials 2018/source_system.R b/r/source_system.R similarity index 100% rename from r/Updated Tutorials 2018/source_system.R rename to r/source_system.R