Changes in version 0.46.16 o add test to seqcheck for rows in presence matrix that consist of only zeros (#11) Changes in version 0.46.15 o fixed bug in creatematrix (#10) Changes in version 0.46.14 o fixed bug in summary.elo.seq which reported start values incorrectly (#9) o code and documentation cosmetics o removed TravisCI code testing Changes in version 0.46.13 o fixed bug in elo.seq when init = "bottom" Changes in version 0.46.12 o set up remote testing via TravisCI and AppVeyor Changes in version 0.46.11 (2020-03-12) o fixes bug that set tied relationships to zero relationships in the output of ISI o minor fix in randomelo for compatibility with R 4.0.0 o new function coresidence o new function correctly_predicted o new function dyadic_dom o new function simple_dom o new function CBI Changes in version 0.46.10 (2019-12-05) o fixes issues related to changes in the result of class(x) == "matrix" that will become problematic in R 4.0.0 Changes in version 0.46.9 o support for burnin in likelo, optimizek and optistart o modified DESCRIPTION Changes in version 0.46.8 (2019-06-14) o conform to CRAN submission rules (DESCRIPTION file) o modified examples Changes in version 0.46.6 o conform to new CRAN rules (put makevars back) o updated tutorial and new tests Changes in version 0.46.5 o updated tutorial Changes in version 0.46.4 o added reference management with Rdpack o added multiple functions to optimize k parameter (fastelo, likelo, optimizek) Changes in version 0.46.3 o added possibility to extract_elo to input vectors of dates and IDs Changes in version 0.46.2 o removed makevars Changes in version 0.45.03 o added new vignette (tutorial) based on R markdown o minor fixes related to package renaming Changes in version 0.45.02 o renamed the package back to EloRating o removed vignette to avoid conflicts Changes in version 0.45.01 o merged elo.seq.customstart into elo.seq (the previous version is available via EloRating:::.elo.seq_old) Changes in version 0.45-0 o added dependency to Rcpp-package, which in turn means that the package needs development tools available if it is installed from GitHub (or from source) o added elo.seq.customstart which allows incorporating prior knowledge of ordinal ranks and different k-values o added createstartvalues which translates known ranks into starting Elo-ratings o added mat2seq which transforms a matrix into a sequence o added steepness which calculates hierarchy steepness based on David's scores o added some more published data sets (baboons) Changes in version 0.0.0.9914 o added transitivity function to calculate triangle transitivity o creatematrix now works also with vectors of winners and losers o added ISIranks function to directly return ranks of ISI ranking(s) o added some more published data sets (dommats) Changes in version 0.0.0.9913 o added unit tests with testthat Changes in version 0.0.0.9910 o start transfer to GitHub