"lrp" stands for "learning R package", and it is byproduct in the proccess of learning writting a R package. I also write the Chinese learning note which can be visited at my GitHub or Gitee website.
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("xujialiu/lrp")