Skip to content

Commit

Permalink
Release 2.2.0 (#61)
Browse files Browse the repository at this point in the history
* update NEWS

* update website

* submitted
  • Loading branch information
tnagler authored Jul 15, 2019
1 parent cc8b621 commit 20aea99
Show file tree
Hide file tree
Showing 176 changed files with 2,076 additions and 1,939 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ revdep
^revdep$
^docs$
^-*\.directory^
^CRAN-RELEASE$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: VineCopula
Type: Package
Title: Statistical Inference of Vine Copulas
Version: 2.1.9
Version: 2.2.0
Description: Provides tools for the statistical analysis of vine copula models.
The package includes tools for parameter estimation, model selection,
simulation, goodness-of-fit tests, and visualization. Tools for estimation,
selection and exploratory data analysis of bivariate copula models are also
provided.
Authors@R: c(
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")),
person("Ulf", "Schepsmeier",, "[email protected]", role = "aut"),
person("Jakob", "Stoeber",, role = "aut"),
person("Eike Christian", "Brechmann",, role = "aut"),
person("Benedikt", "Graeler",, role = "aut"),
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")),
person("Tobias", "Erhardt",, "[email protected]", role = "aut"),
person("Carlos", "Almeida",, role = "ctb"),
person("Aleksey", "Min",, role = c("ctb", "ths")),
Expand Down
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
VineCopula 2.2.0 (July 15, 2019)
----------------------------------------------------------------

NEW FEATURES

* add `presel` and `weights` arguments to `RVineStructureSelect` and
`RVineCopSelect()` (#59 by @tvatter).

BUG FIXES

* fix variance in `RVineVuongTest()`.

* fix pre-selection logic in `BiCopSelect()` when only one family is
compatible.

* fix `length(condition) > 1` errors.


VineCopula 2.1.8 (September 17, 2018)
----------------------------------------------------------------

Expand Down
3 changes: 0 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Patch following a warning by Prof. Ripley regarding a (non-critical) heap-buffer
overflow.

## Test environments
* ubuntu 14.04 (release, devel)
* CRAN win-builder (devel, release)
Expand Down
33 changes: 17 additions & 16 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 15 additions & 16 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20aea99

Please sign in to comment.