Changes in version 2.4 (2023-03-21) o internal: fixed "DLL requires the use of native symbols" error Changes in version 2.3 (2022-08-19) o Updated References o internal: fixed issue with new KaTeX support Changes in version 2.2 (2022-06-13) o internal: fixed issue with HTML5 code Changes in version 2.1 (2022-03-14) o internal: fixed issue with HTML5 code Changes in version 2.0 o Tinflex.setup() and Tinflex.setup.C(): Argument "d2lpdf" is now optional. If NULL, then a new variant of the method is used, that determines intervals where the transformed density is concave or convex without means of the second derivative of the log-density. o internal: fixed issue with HTML5 code Changes in version 1.9 o internal: new directory src/scripts Changes in version 1.8 (2021-11-15) o Tinflex.setup.C(): Fixed issue with densities on bounded domains where the density vanishes on one boundary point and its derivative on the other one. o new internal C functiond Tinflex_lib_sample_double(): returns one random number of type double. This function is also exported at C level. Changes in version 1.7 (2021-02-08) o fixed URL in man pages o removed dependency on package 'rvgtest' Changes in version 1.6 o new function Tinflex.setup.C(): the setup routine is implemented in pure R code. The function returns an object of class "TinflexC" (instead of class "Tinflex"). o new function Tinflex.sample.C(): sampling routine for objects of class "TinflexC" (However, routine Tinflex.sampling() also does work). o The C routines are now exported at C level and can be linked into other R packages. Changes in version 1.5 (2019-05-28) o Tinflex.setup(): fixed some issues with numeric underflow/overflow during computation of T(f(x)) Changes in version 1.4 (2019-05-09) o plot(): added argument 'n' for the number of plot points o Tinflex.setup(): the generated generator object now contains field 'A.sq.tot' for the area below the squeeze o Tinflex.setup(): added some checks for final hat function Changes in version 1.3 o fixed invalid argument check Changes in version 1.2 (2017-06-08) o Register native routines Changes in version 1.1 (2015-07-17) o Explicitly import functions from standard packages Changes in version 1.0 (2013-05-14) o Update references. Changes in version 0.1 (2011-07-23) o First public release.