Package: kdecopula Type: Package Title: Kernel Smoothing for Bivariate Copula Densities Version: 0.9.3 Authors@R: c( person("Thomas", "Nagler", , "mail@tnagler.com", c("aut", "cre")), person("Kuangyu", "Wen",, role = "ctb") ) Description: Provides fast implementations of kernel smoothing techniques for bivariate copula densities, in particular density estimation and resampling, see Nagler (2018) . URL: https://github.com/tnagler/kdecopula BugReports: https://github.com/tnagler/kdecopula/issues Depends: R (>= 3.0.0) Imports: lattice, locfit, qrng, Rcpp (>= 0.11.2), graphics, grDevices, stats, utils, quadprog LinkingTo: Rcpp, RcppArmadillo Suggests: R.rsp, VineCopula, testthat VignetteBuilder: R.rsp License: GPL-3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Encoding: UTF-8 Repository: https://tnagler.r-universe.dev Date/Publication: 2025-03-24 17:29:11 UTC RemoteUrl: https://github.com/tnagler/kdecopula RemoteRef: HEAD RemoteSha: b625d814f1e0c64ad73e494bc8257ee3ef0ce103 NeedsCompilation: yes Packaged: 2026-06-24 04:39:25 UTC; root Author: Thomas Nagler [aut, cre], Kuangyu Wen [ctb] Maintainer: Thomas Nagler