-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.tmp.R
38 lines (30 loc) · 914 Bytes
/
.tmp.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# myScript.R
#
# --- As you work with this file, you can delete the instructions below --------
# 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.
# --- As you work with this file, you can delete the instructions above --------
#
## Purpose: <...>
#
# Version: <...>
#
# Date: <...>
# Author: <Name> (<[email protected]>)
#
# Versions:
#
# <number> <Features>
#
# TODO:
# <...>
#
# ====================================================================
# [END]