diff --git a/.gitignore b/.gitignore index 4280dc5..6bc18b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Miscellaneous .Ds_store +instructor/ +dev/ # History files .Rhistory diff --git a/.notes b/.notes new file mode 100644 index 0000000..2fcb6db Binary files /dev/null and b/.notes differ diff --git a/myScript.R b/myScript.R new file mode 100644 index 0000000..59384c0 --- /dev/null +++ b/myScript.R @@ -0,0 +1,22 @@ +# myScript.R +# +# Write your notes and code experiments into this document. Save it +# from time to time - however I recommend that you do not _commit_ +# your saved version. +# +# As long as you do not _commit_ this script to version control, +# you can _pull_ updated versions of the entire project from GitHub +# by using the RStudio version control interface. However, once +# you _commit_ any file in your local version, RStudio will require +# you to resolve conflicts before you can _pull_ updates. +# +# ==================================================================== + + + + + + + +# [END] +