Using the plyr 1.8 RC with dev_mode() in devtools requires an extra step. This
is because devtools depends on stringr, which depends on plyr, and R does not
normally let you unload a package that other loaded packages depend on.
If you want to test the new version of plyr in dev mode, first install it with
dev_mode():