Moved setting default stringsAsFactors to .myProfile.R since it needs to persist
This commit is contained in:
parent
61a2c01be4
commit
3082b05a0b
@ -3,10 +3,6 @@
|
||||
# This script is automatically executed on startup
|
||||
# ==============================================================================
|
||||
|
||||
# DO NOT uncomment, unless you know exactly why, or have been instructed to
|
||||
# do so:
|
||||
# options(stringsAsFactors = FALSE)
|
||||
|
||||
init <- function() {
|
||||
|
||||
# Create a local copy of myScript.R if not done yet.
|
||||
|
@ -12,6 +12,7 @@
|
||||
# Utility scripts will look for it on the path: "./myScripts/.myProfile.R"
|
||||
#
|
||||
# ==============================================================================
|
||||
# options(stringsAsFactors = FALSE)
|
||||
|
||||
myEMail <- "<your-e-mail-address-here>" # e.g. "u.franklin@utoronto.ca"
|
||||
myStudentNumber <- <your-student-number-here> # e.g. 1003141592
|
||||
|
Loading…
Reference in New Issue
Block a user