Skip to content

DHARMa 0.1.2

Choose a tag to compare

@florianhartig florianhartig released this 19 Nov 19:26
· 1145 commits to master since this release

This bugfix release fixes an issue with backwards compatibility introduced in the 0.1.1 release, which used the 'startsWith' function that is only available in R base since 3.3.0. In 0.1.2, all occurences of 'startsWith' were replaced with 'grepl', which restores the compatibility with older R versions.