Changes in version 0.4.4 (2022-10-18) BUG FIXES - fix warning about bitwise operation on booleans. Changes in version 0.4.3 (2021-05-11) BUG FIXES - removed all calls to closeAllConnections(). Changes in version 0.4.2 (2018-12-17) The kdevine package is no longer actively developed. Consider using - the 'kde1d' package for marginal estimation, - the functions vine() and vinecop() from the 'rvinecopulib' package as replacements for kdevine() and kdevinecop(). BUG FIXES - fixed rkde1d() for discrete data. Changes in version 0.4.1 (2017-05-19) DEPENDENCIES - Removed dependency on ks package (and thereby its dependencies like rgl) by calling KernSmooth::dpik() directly instead of ks::hpi(). BUG FIXES - fixed plot.kde1d type for continuous data (was shown as histogram). Changes in version 0.4.0 (2017-04-27) NEW FEATURES - support for discrete variables based on continuous convolution (using R package cctools). - new bandwidth default mult_1d = log(1 + d) in kdevine(). Changes in version 0.3.0 (2017-01-14) First release on CRAN.