See you landlubbers, this package uses the salty ARRPI to forge yer miserly words into the finest pirate-speak.
To bring ye package into port (install):
install.packages('devtools')
devtools::install_github('noamross/arrr')
Set ye sails:
library(arrr)
arrr("Hello, friend");
## [1] "Ahoy, mate"
arrr("Should I go right or left to get to the port?")
## [1] "Should I go starboard or port to get to yonder port?"
arrr("My friends want beer.")
## [1] "My crew want grog."
More salty words can be added to the pirate dictionary here.