Skip to content

Commit

Permalink
Release 2.5.0 (#88)
Browse files Browse the repository at this point in the history
* Release 2.5.0

* update actions script

* add ecdf to NAMESPACE

---------

Co-authored-by: tnagler <thomas.nagler@tum.de>
  • Loading branch information
tnagler and tnagler committed Jul 12, 2023
1 parent 49ffd15 commit c0652e7
Show file tree
Hide file tree
Showing 83 changed files with 304 additions and 180 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-latest, r: '4.2', args: "--no-manual"}
- { os: macOS-latest, r: '4.2', args: "--no-manual"}
- { os: windows-latest, r: 'release', args: "--no-manual"}
- { os: macOS-latest, r: 'release', args: "--no-manual"}
- { os: macOS-latest, r: 'devel', args: "--no-manual"}
- { os: ubuntu-20.04, r: '4.2', cran: "https://demo.rstudiopm.com/all/__linux__/focal/latest", args: "--no-manual" }
- { os: ubuntu-22.04, r: 'devel', args: "--no-manual" }

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: VineCopula
Type: Package
Title: Statistical Inference of Vine Copulas
Version: 2.5.0.9999
Version: 2.5.0
Description: Provides tools for the statistical analysis of regular vine copula
models, see Aas et al. (2009) <doi:10.1016/j.insmatheco.2007.02.001> and
Dissman et al. (2013) <doi:10.1016/j.csda.2012.08.010>.
Expand Down Expand Up @@ -48,6 +48,6 @@ License: GPL (>= 2)
LazyLoad: yes
BugReports: https://github.com/tnagler/VineCopula/issues
URL: https://github.com/tnagler/VineCopula
RoxygenNote: 7.2.0
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ importFrom("graphics", "abline", "box", "hist", "legend", "lines",
importFrom("stats", "cor", "dexp", "dgamma", "dnorm", "dt", "sd", "approx",
"integrate", "ks.test", "optim", "optimize", "pbinom",
"pchisq", "pexp", "pgamma", "pnorm", "pt", "qexp", "qgamma",
"qnorm", "qt", "runif", "uniroot", "var", "complete.cases", "rbinom")
"qnorm", "qt", "runif", "uniroot", "var", "complete.cases", "rbinom",
"ecdf")
importFrom("utils", "combn", "getFromNamespace", "modifyList", "data", "tail")

importFrom("ADGofTest", "ad.test")
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Added references to DESCRIPTION and replaced URL by DOI (following request
by Uwe Ligges).

## Test environments
* ubuntu 20.04 (release)
# Test environments
* ubuntu 22.04 (devel)
* Windows Server 2019 (release)
* CRAN win builder (devel)
* CRAN mac builder (devel)
* macOS Catalina 10.15 (devel, release)

## Check status summary
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

8 changes: 4 additions & 4 deletions docs/authors.html

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

15 changes: 4 additions & 11 deletions docs/index.html

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

11 changes: 8 additions & 3 deletions docs/news/index.html

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

6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandoc: 2.19.2
pkgdown: 2.0.6
pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-01-19T14:50Z
last_built: 2023-07-08T20:48Z

4 changes: 2 additions & 2 deletions docs/reference/BetaMatrix.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCop.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopCDF.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopCheck.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopChiPlot.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopCompare.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopCondSim.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopDeriv.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopDeriv2.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopEst.html

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

4 changes: 2 additions & 2 deletions docs/reference/BiCopEstList.html

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

Loading

0 comments on commit c0652e7

Please sign in to comment.