This commit is contained in:
hyginn 2019-01-07 17:51:50 +10:00
parent 64772c5702
commit c7393ca287
3 changed files with 24 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
# Miscellaneous
.Ds_store
instructor/
dev/
# History files
.Rhistory

BIN
.notes Normal file

Binary file not shown.

22
myScript.R Normal file
View File

@ -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]