most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat
library(data.table); | |
library(maps); | |
library(maptools); | |
library(spatstat); | |
library(zipcode); | |
library(GISTools) | |
#load the zipcode dataset | |
data(zipcode); | |