-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.Rprofile
More file actions
19 lines (17 loc) · 729 Bytes
/
.Rprofile
File metadata and controls
19 lines (17 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#### -- Packrat Autoloader (version 0.4.8-1) -- ####
#source("packrat/init.R")
#### -- End Packrat Autoloader -- ####
cat(
"################################# \n
This material has been collected for a workshop helt at
Utrecht, The Netherlands (19/01/2017).
The author: Marc A.T. Teunis.
This material is licensed under the creative commons license.
It is allowed to use it freely for non-commercial applications.
Contact the author for remarks and questions at int.fnt@hu.nl
For more information visit: www.github.com/maddocent/workshop_r_ilc \n
Please cite R and R-packages if you use them,
type citation() for more info. \n
#####################################"
)
### ----------------------------------------------------