You can install the released version of RiemBase from CRAN with:
install.packages("RiemBase")
or the development version from github:
# Run
# > install.packages("devtools")
# if not installed.
library(devtools)
::install_github("kisungyou/RiemBase") devtools