Changes in version 1.0.11 (2019-05-15) o Compiler flags adjusted Changes in version 1.0.10 (2018-10-12) o Bugfixes in distSpace method o Update of references in documentation Changes in version 1.0.9 (2018-09-26) o Change of maintainer. o Change of cutoff in outlyingness, adjOutl and dirOutl o Change of compiler flags (removed C flags) Changes in version 1.0.8 (2018-07-07) o BUGFIX: Componentwise option of Directional Outlylingness fixed o Feature: Weighted sd implemented in FOM o MISC: Cleanup of C++ code for Directional Outlyingness Changes in version 1.0.7 (2018-07-01) o Feature: Added functional data examples of MFOD / MFC paper: characterA, characterI, mri, plane, tables, wine o MISC: Documentation of random number generator for normal distribution used by FORTRAN code. Changes in version 1.0.6 (2017-11-23) o BUGFIX: Changed internal call compiler:::cmpfun to compiler::cmpfun as requested by CRAN. Changes in version 1.0.5 (2017-10-13) o BUGFIX: Bugfix for Solaris as requested by CRAN. -> Fixing "dirOutl.h:85:55: error"" o BUGFIX: Bugfix for Windows and Solaris as requested by CRAN. -> Makevars.win file o BUGFIX: Corrections of typos in manuals Changes in version 1.0.4 (2017-06-14) o FEATURE: DO or directional outlyingness now available dirOutl, dprojdepth, dprojmedian o FEATURE: functional measures now also have option for directional outlyingness. fOutl, mfd, mfdmedian o BUGFIX: Call to warning updated in various functions, per new R call Changes in version 1.0.3 (2017-04-01) o FEATURE: Added funtional depth functions: mfd, mfdmedian o FEATURE: Added funtional outlyingness function: fOutl o FEATURE: Added function distSpace o FEATURE: Added the graphical tool FOM o FEATURE: depthContour now also available for p = 1 o DOCUMENTATION: Various improvements to several help files o DATA: Added the glass data set o BUGFIX: Changed name of adjOutlyingness to adjOutl to avoid conflict with the robustbase package. o BUGFIX: Proper checking of scale for univariate bagdistance added o BUGFIX: Register native routines and disabled symbol search to fix warnings in R-devel Changes in version 1.0.2 (2017-01-31) o FEATURE: Added regression depth functions: rdepth, rdepthmedian and cmltest. o BUGFIX: Fix uninitialized use of variable in HalfSpaceDepthContour2D.f to avoid warnings on fedora (as requested by CRAN). Changes in version 1.0.1 (2017-01-13) o Release on CRAN.