NEWS | R Documentation |
News for Package 'spup'
Changes in version 1.3-2 (2020-04-30)
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-06-25)
fixed a bug related to derivation of cross-correlation matrix for multivariate uncertainty propagation analysis
changed mainteiner email address
Changes in version 1.2-1 (2018-03-14)
added automated tests
Changes in version 0.1-1 (2017-07-24)
changed mainteiner email address
Changes in version 0.1-0 (2017-04-13)
first release