Rpref is an R package providing data and code to reproduce the paper "Sequential Monte Carlo for Random Preferences", by William McCausland. It requires the R package RanCh by the same package author.
You can install the development version of Rpref from GitHub with:
# install.packages("devtools")
devtools::install_github("mccauslw/RanCh")
devtools::install_github("mccauslw/Rpref")library(RanCh)
library(Rpref)
## example code, to appear.