RecordTest 
The R package RecordTest provides inference and descriptive tools based on theory of record to detect trends in time series and describe the record occurrence.
Installation
You can install the stable version from CRAN.
install.packages("RecordTest")You can install the development version from GitHub
# install.packages("remotes")
remotes::install_github("JorgeCastilloMateo/RecordTest")or with the following arguments to install the vignettes (R >= 3.6 required)
remotes::install_github("JorgeCastilloMateo/RecordTest", build_vignettes = TRUE, dependencies = TRUE)How to start?
Get started in RecordTest with the vignettes
vignette("RecordTest")