You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
collapse 1.8.6
Fixed further minor issues:
some inline functions in TRA.c needed to be declared 'static' to be local in scope (#275)
timeid.Rd now uses zoo package conditionally and limits size of printout
collapse 1.8.5
Fixed some issues flagged by CRAN:
Installation on some linux distributions failed because omp.h was included after Rinternals.h
Some signed integer overflows while running tests caused UBSAN warnings. (This happened inside a hash function where overflows are not a problem. I changed to unsigned int to avoid the UBSAN warning.)
Ensured that package passes R CMD Check without suggested packages