Changelog
Source:NEWS.md
socialranking 1.2.1
- Fixed
appendMissingCoalitions()failing when there are no coalitions to add
socialranking 1.2.0 (2024-05-16)
CRAN release: 2024-05-16
- Added
generateRandomPowerRelation() - Added S3 class
DualLexcelScores
socialranking 1.1.0 (2023-11-29)
CRAN release: 2023-11-29
- Added
L2Scores()andL2Ranking(), along with aliaseslexcel2...() - Added
LPScores()andLPRanking(), along with aliaseslexcelP...() - Added
LPSScores()andLPSRanking(), along with aliaseslexcelPS...() - Fixed
kramerSimpsonScores()implementation which was not in line with the official definition - Changed succeq to succsim notation in documentation to reflect modern literature
socialranking 1.0.1 (2023-08-23)
CRAN release: 2023-08-23
Added -package alias to package description (fixing problem listed here).
socialranking 1.0.0 (2023-03-13)
CRAN release: 2023-03-13
This major update brings a lot of breaking changes that are hopefully justified.
- The structure of
PowerRelationobjects has been changed to improve usability and speed.-
$elementsis, as in the previous version, a vector of sorted, unique elements -
$equivalenceClasseshas been renamed to$eqs -
$rankingCoalitionsand$rankingComparatorshas been removed, they served no particular purpose - Added
$coalitionLookup()to make it easy (and fast) to find equivalence class indexes that a coalition appears in - Added
$elementLookup()to make it easy (and fast) to find coalitions that an element appears in - Changed coalitions to no longer be
sets::setobjects, but just normal vectors. This allows for one element to appear multiple times in the same coalition, which is more consistent with the ability to have a coalition appear multiple times in aPowerRealtionobject.
-
- Added
PowerRelation()andas.PowerRelation() - Added
SocialRanking() - Added
coalitionLookup()andelementLookup() - Added
L1Scores()andL1Ranking(), along with its aliaseslexcel1...() - Added
makePowerRelationMonotonic()andappendMissingCoalitions() - Added
powerRelationGenerator()andgenerateNextPartition() - Changed
createPowerset(), replaced parameters logicalscopyToClipboardandwriteLineswith characterresult - Changed
ordinalBanzhafScores()such that it returns a third value indicating how many comparisons were not made - Deprecated
newPowerRelation()andnewPowerRelationFromString() - Deprecated
SocialRankingSolutionclass - Removed
mathjaxrandsetsfrom dependencies
socialranking 0.1.1 (2022-04-25)
CRAN release: 2022-04-25
- Added parameter
equivalenceClassestonewPowerRelation()