Skip to content

collapse version 1.8.6

Compare
Choose a tag to compare
@SebKrantz SebKrantz released this 14 Jun 09:06
· 1361 commits to master since this release
21dee0b

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