NEWS | R Documentation |
News for Package EloRating
Changes in version 0.46.16 (2024-07-15)
add test to seqcheck for rows in presence matrix that consist of only zeros (#11)
Changes in version 0.46.15 (2023-06-02)
fixed bug in creatematrix (#10)
Changes in version 0.46.14 (2023-02-02)
fixed bug in summary.elo.seq which reported start values incorrectly (#9)
code and documentation cosmetics
removed TravisCI code testing
Changes in version 0.46.13 (2020-11-18)
fixed bug in elo.seq when
init = "bottom"
Changes in version 0.46.12 (2020-07-19)
set up remote testing via TravisCI and AppVeyor
Changes in version 0.46.11 (2020-03-12)
fixes bug that set tied relationships to zero relationships in the output of
ISI
minor fix in
randomelo
for compatibility with R 4.0.0new function
coresidence
new function
correctly_predicted
new function
dyadic_dom
new function
simple_dom
new function
CBI
Changes in version 0.46.10 (2019-12-05)
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 (2019-12-04)
support for burnin in
likelo
,optimizek
andoptistart
modified DESCRIPTION
Changes in version 0.46.8 (2019-06-14)
conform to CRAN submission rules (DESCRIPTION file)
modified examples
Changes in version 0.46.6 (2019-06-13)
conform to new CRAN rules (put makevars back)
updated tutorial and new tests
Changes in version 0.46.5 (2019-02-11)
updated tutorial
Changes in version 0.46.4 (2018-08-30)
added reference management with
Rdpack
added multiple functions to optimize k parameter (
fastelo
,likelo
,optimizek
)
Changes in version 0.46.3 (2018-07-13)
added possibility to
extract_elo
to input vectors of dates and IDs
Changes in version 0.46.2 (2018-02-17)
removed makevars
Changes in version 0.45.03 (2017-07-30)
added new vignette (tutorial) based on R markdown
minor fixes related to package renaming
Changes in version 0.45.02 (2017-07-30)
renamed the package back to
EloRating
removed vignette to avoid conflicts
Changes in version 0.45.01 (2017-07-30)
merged
elo.seq.customstart
intoelo.seq
(the previous version is available viaEloRating:::.elo.seq_old
)
Changes in version 0.45-0 (2017-07-29)
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)added
elo.seq.customstart
which allows incorporating prior knowledge of ordinal ranks and different k-valuesadded
createstartvalues
which translates known ranks into starting Elo-ratingsadded
mat2seq
which transforms a matrix into a sequenceadded
steepness
which calculates hierarchy steepness based on David's scoresadded some more published data sets (
baboons
)
Changes in version 0.0.0.9914 (2017-07-26)
added
transitivity
function to calculate triangle transitivity-
creatematrix
now works also with vectors of winners and losers added
ISIranks
function to directly return ranks of ISI ranking(s)added some more published data sets (
dommats
)
Changes in version 0.0.0.9913 (2017-07-16)
added unit tests with testthat
Changes in version 0.0.0.9910 (2017-07-15)
start transfer to GitHub