tidyverse
in SUGGESTS to improve installation speed.Allows for an ID column/ columns for the ahp
routine so that the output can preserve some column with an individual identifier(s).
Adds an col
argument for ahp
to specify the columns and its order of the pairwise comparison variables directly to ahp
.
Added ahp.ri
, which allows users to self-generate random indices used to calculate the consistency ratio.
Replaced default values of RI in ahp.cr
with values generated in ahp.ri
with 500000 simulations.
Added a new canned routine, ahp
, which provides a detailed output using some of the best functions in ahpsurvey
.
Edited wording in the documentation to make it a bit more consistent.
Fixed a bug where ahp.missing
throws an error when a mix of complete and incomplete pairwise matrices is passed through it.
Fixed the html vignette file
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
Removed the eigen
option in the ahp.indpref
and ahp.aggpref
functions – now users have to specify eigen
with method = "eigen"
.
Fresh release
PDF vignette to be added for accurate output of the vignette
Checked with no errors on build_win()
and on local machine running OSX High Sierra