Changes in version 0.3.2 (2022-11-07) Documentation - Update installation instructions. - Write NEWS in Markdown. Changes in version 0.3.1 (2015-11-11) Software Quality - ROBUSTNESS: Properly import functions and declaring S3 methods. Bug Fixes - Package builds, installs and checks on modern R versions. Changes in version 0.3.0 (2012-06-22) Software Quality - Now using .onAttach() instead of .First.lib(). - Now sfit2() passes NA instead of NULL to .C("Rwrapper_sfit0"). Bug Fixes - The previous workaround for using prior +Inf weights and pass them to the native code as .Machine$double.xmax did no longer work; it resulted in missing values in the results. Passing Inf as sqrt(.Machine$double.xmax) seems to work. - Package passes R CMD check on R v2.15.0 and R devel. Changes in version 0.2.6 (2012-03-23) - Now package uses packageStartupMessage() instead of cat() when loaded. Changes in version 0.2.5 (2009-06-12) Significant Changes - Made loexp() internal for now. Changes in version 0.2.4 (2008-12-26) Bug Fixes - Single-pass skewness calculation was incorrect. This could be the cause for poor convergence with some data sets. Changes in version 0.2.3 (2008-09-08) Significant Changes - Updated the internal native sfit algorithm to fit the simplex/cone with a weighted prior simplex/cone. Changes in version 0.2.2 (2008-08-31) New Features - fitCone() calls fitExpectileCone() as is. - Added fitExpectileCone(), which returns an ExpectileCone object. - Added points(), lines(), and radials() to ExpectileCone. Changes in version 0.2.1 (2008-08-03) New Features - Added loexp(), which previously was in the loexp package. Documentation - Updated the help page for sfit2() and a fixed a bug in its examples. Software Quality - Package passes R CMD check on R v2.7.1 and R v2.8.0 devel. Changes in version 0.2.0 (2008-04-12) - Created.