Changes in version 0.1-4 (2022-04-25) o Removed old package information from help files Changes in version 0.1-3 (2022-04-20) o License changed to GPL (>=3) o Description and namespace files changed o Added function EvCombRLicense Changes in version 0.1-2 (2014-04-24) o [[<- has been added for mass functions. o If the upper bounds of the probability intervals in credal are missing, 1 is assumed. Note that in previous versions this case was interpreted as a single probability function but now you have to construct a credal set containing only one probability function by specifying the same lower and upper bounds on probability intervals, e.g., credal(c(0.1., 0.4, 0.5), c(0.1., 0.4, 0.5), c("a", "b", "c"). o lower and upper return bounds for singleton sets if no sets are provided. o Focal sets in the mass functions are now sorted by cardinality. o "[", "[[", "[<-" and "[[<-" are order invariant for mass functions (i.e., m["a/b"] and m["b/a"] are equivalent). Changes in version 0.1-1 (2014-01-23) o lower and upper have been vectorized with respect to sets. o lower is now invariant to the specification of the set. Changes in version 0.1 (2013-09-10) o First release containing: Bayesian, credal (based on intervals), Yager's, Dempster's, and modified Dempster's combination. The package also contains function for calculating pignistic and relative plausibility transforms, upper and lower bounds, and a discounting operator for mass functions.