Changes in version 0.2-2 (2017-11-21) o Removed vignettes (temporarily) pending successful builds and testing on Solaris o Fixed function signatures for standard math functions in C++ Changes in version 0.2-1 (2017-07-09) o Fixed reference to Robert (1995) in DESCRIPTION Changes in version 0.2-0 o Maintenance for first CRAN upload and R 3.4.0 Changes in version 0.1-9 o Minor chanages for compiler standards checking Changes in version 0.1-8 o Variance and expectation calculations are numerically stable for distributions truncated to be as far as 37 sds away from the mean in both directions. Changes in version 0.1-7 o Entropy calculations now support infinite truncation bounds. Changes in version 0.1-6 o Added analytical Entropy calculation at R and C++ levels. Changes in version 0.1-5 o Fixed memory bugs from Rcpp Export. Changes in version 0.1-4 o Added vtn1() to C++ API. Changes in version 0.1-3 o Added etn() function for calculation of theoretical expectations from Truncated Normal distributions. o The rtn() function warns on NA return values. o Checks for valid inputs include a finite mean and finite sd of the parent Normal distribution. Warns on invalid. o Checks for correctly sized inputs. Stops on invalid. o Added vtn() function for calculation of theoretical variances from Truncated Normal distributions. Changes in version 0.1-2 o The rtn() function checks for valid inputs and returns NA for bad inputs. Changes in version 0.1-0 o initial public release