Package: rvinecopulib Type: Package Title: High Performance Algorithms for Vine Copula Modeling Version: 0.7.3.1.0 Authors@R: c( person("Thomas", "Nagler",, "info@vinecopulib.org", role = c("aut", "cre")), person("Thibault", "Vatter",, "info@vinecopulib.org", role = c("aut")) ) Description: Provides an interface to 'vinecopulib', a C++ library for vine copula modeling. The 'rvinecopulib' package implements the core features of the popular 'VineCopula' package, in particular inference algorithms for both vine copula and bivariate copula models. Advantages over 'VineCopula' are a sleeker and more modern API, improved performances, especially in high dimensions, nonparametric and multi-parameter families, and the ability to model discrete variables. The 'rvinecopulib' package includes 'vinecopulib' as header-only C++ library (currently version 0.7.2). Thus users do not need to install 'vinecopulib' itself in order to use 'rvinecopulib'. Since their initial releases, 'vinecopulib' is licensed under the MIT License, and 'rvinecopulib' is licensed under the GNU GPL version 3. License: GPL-3 | file LICENSE Encoding: UTF-8 NeedsCompilation: yes Depends: R (>= 3.0.2) Imports: assertthat, graphics, grDevices, kde1d (>= 1.1.0), lattice, Rcpp (>= 0.12.12), stats, utils Suggests: igraph, ggplot2, ggraph, testthat LinkingTo: BH, Rcpp, RcppEigen, RcppThread (>= 2.1.2), wdm (>= 0.2.6), kde1d (>= 1.1.0) BugReports: https://github.com/vinecopulib/rvinecopulib/issues URL: https://vinecopulib.github.io/rvinecopulib/ Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://vinecopulib.r-universe.dev Date/Publication: 2025-06-13 13:04:03 UTC RemoteUrl: https://github.com/vinecopulib/rvinecopulib RemoteRef: HEAD RemoteSha: ba50731322b859ae1e3b3cbbc4a447335b13e290 Packaged: 2026-06-08 08:43:45 UTC; root Author: Thomas Nagler [aut, cre], Thibault Vatter [aut] Maintainer: Thomas Nagler