Changes in version 1.3-2 (2020-04-30) o corrected checks on class(matrix(...)) following R Update that matrix objects now also inherit from class "array", namely, e.g. class(diag(1)) is c("matrix", "array") which invalidates code assuming that length(class(obj)) == 1 Changes in version 1.3-1 (2018-07-03) o fixed a bug related to derivation of cross-correlation matrix for multivariate uncertainty propagation analysis o changed mainteiner email address Changes in version 1.2-1 (2018-03-14) o added automated tests Changes in version 0.1-1 (2017-07-24) o changed mainteiner email address Changes in version 0.1-0 (2017-04-13) o first release