To get the current development version from Github:
## install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
## install dev version of ggdecor from github
devtools::install_github("danielmarcelino/ggdecor")
library(ggdecor)