Let R recommend a film.
You can install from GitHub
# install.packages("devtools")
devtools::install_github("nvietto/movienight")
library(movienight)
# then call movienight()
movienight()
#[1] "Whiplash"
This package was my first attempt at package development. It's not perfect but i'm still proud of it.