Moved setting default stringsAsFactors to .myProfile.R since it needs to persist

This commit is contained in:
hyginn
2020-09-21 14:44:08 +10:00
parent 61a2c01be4
commit 3082b05a0b
2 changed files with 1 additions and 4 deletions

View File

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