Changelog
Source:NEWS.md
ahpsurvey 0.4.2
- Rename
ahp.harkertoahp.mdto correct naming of the algorithm.ahp.harkeris now deprecated. The functionality is exactly the same inahp.md.
ahpsurvey 0.4.1
CRAN release: 2019-11-24
- Removes
tidyversein SUGGESTS to improve installation speed.
ahpsurvey 0.4.0
CRAN release: 2019-02-15
Allows for an ID column/ columns for the
ahproutine so that the output can preserve some column with an individual identifier(s).Adds an
colargument forahpto specify the columns and its order of the pairwise comparison variables directly toahp.
ahpsurvey 0.3.1
Added
ahp.ri, which allows users to self-generate random indices used to calculate the consistency ratio.Replaced default values of RI in
ahp.crwith values generated inahp.riwith 500000 simulations.
ahpsurvey 0.3.0
CRAN release: 2018-12-17
Added a new canned routine,
ahp, which provides a detailed output using some of the best functions inahpsurvey.Edited wording in the documentation to make it a bit more consistent.
ahpsurvey 0.2.2
CRAN release: 2018-09-27
Fixed a bug where
ahp.missingthrows an error when a mix of complete and incomplete pairwise matrices is passed through it.Fixed the html vignette file
ahpsurvey 0.2.1
CRAN release: 2018-09-16
Responded to CRAN maintainer Uwe Ligges’s comments:
Added reference about the method in the Description field in the form Authors (year) <doi:…..>
Corrected the MIT license based on the CRAN template