- Now the function
pdsi
can also output Palmer hydrological drought index (PHDI) and weighted PDSI (WPLM). We made this improvement according to some users' requirement.
- Try to fix the bug on compile error on solaris platform again. I feel sorry to mistake the reason for that the
floor
function is also overloaded inR.h
orRcpp.h
therefore I simply commented out the including ofmath.h
. The major challenge is that solaris platform is inavailable for us thus we could only do that tentatively. Now I try to revised it to use the explicit namespace prefixes (std::floor(...)
) according to suggestion of "Writing R Extensions" and I hope it works.
Many thanks again for your review on my R package.
Best regards.
- Add a function
plot.pdsi
to draw the timeseries of calculated PDSI.
- ubuntu 12.04 (on travis-ci), R 3.2.3
- win-builder (devel and release)
0 errors | 0 warnings | 0 note
This is a new release, so there are no reverse dependencies.