Changes in this release:- Add check for series with gaps (checks missing integer values between 1 and max in series)
A feature requested a long while ago by drMerry and more recently in
this thread.
If you have series with index values of 0.5, 2, 4 then it will tell you that you are missing values 1 and 3. Note that it will not attempt to find missing decimal values (e.g. 2009.10, 2009.12 is missing 2009.11). Also note that as mentioned above it assumes a series will start at 1 - numbers below that will not be checked.