aronlindberg / hub_turkr

A project for automatic content analysis using Mechanical Turk & R
GNU General Public License v2.0
1 stars 2 forks source link

Turn of auto-save #7

Closed aronlindberg closed 8 years ago

aronlindberg commented 9 years ago

Here: https://github.com/bilakhiaricky/hub_turkr/blob/master/hub_turkr.Rproj

You generally want to turn off saving history and workspace, because you don't want to rely on hidden variables or global variables for your code to run. The idea is that you should be able to start a fresh R session, and then run the code fresh.

bilakhiaricky commented 9 years ago

commit # 8712141. Restore workspace, save workspace and history are set to None value from the default value.