
Version 1.6: 2021-02-08

	- 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").

	- new function Tinflex.sample.C():
	  sampling routine for objects of class "TinflexC"
	  (However, routine Tinflex.sampling() also does work).

	- The C routines are now exported at C level and can be linked
          into other R packages.


Version 1.5: 2019-05-28

        - Tinflex.setup(): fixed some issues with numeric
	    underflow/overflow during computation of T(f(x))
	  

Version 1.4: 2019-05-08

	- plot(): added argument 'n' for the number of plot points

	- Tinflex.setup(): the generated generator object now contains
	     field 'A.sq.tot' for the area below the squeeze

        - Tinflex.setup(): added some checks for final hat function
	

Version 1.3: 2018-06-08

	- fixed invalid argument check
	

Version 1.2: 2017-06-08

	- Register native routines


Version 1.1: 2013-07-17

	- Explicitly import functions from standard packages


Version 1.0: 2013-05-14

	- Update references.


Version 0.1: 2011-07-07

        - First public release.
