NEWS
vines 1.1.5 (2016-07-28)
- Fix bug introduced by changes in the copulaedas package.
Thanks to Martin Maechler for providing a patch.
vines 1.1.4 (2015-10-07)
- New eps argument in the h() and hinverse() methods. It allows to
control the numerical precision for arguments and return values
close to 0 or 1. Thanks to Joris Meys and Hilde Vernieuwe.
- Fix warnings caused by missing imports in NAMESPACE.
- Use testthat for the package tests.
vines 1.1.3 (2015-03-25)
- Update the package description to comply with CRAN requirements.
vines 1.1.2
- Fix order of the parameter bounds in vineFit. Thanks to Bastian Klein.
vines 1.1.1 (2015-01-20)
- Make CITATION readable without having the package installed.
vines 1.1.0 (2014-05-11)
- Improved numerical stability of the h-functions of the normal and t copulas.
- Package license set to GPL (>= 2) instead of GPL (>= 3).
vines 1.0.11 (2014-03-05)
- Bug fix: abs(theta) was being used instead of fabs(theta) in the C
code of the h-functions. Thanks to Prof. Brian Ripley.
vines 1.0.10 (2014-02-06)
- Added missing loglikCopula to importFrom(copula, ...) in NAMESPACE.
- Updated the use of the Archimedean copula functions from the
copula package (new use.indepC argument).
vines 1.0.9 (2014-02-02)
- Fixed incorrect call to all.equal in tests/hfunctions.R.
vines 1.0.8 (2013-05-14)
- Fixed a missing documentation warning.
vines 1.0.7 (2013-04-16)
- Improved the numerical stability of the evaluation of the vine PDF.
- Minor corrections in the documentation.
vines 1.0.6 (2012-11-02)
- Reduced the running time of the tests.
- Only integer values of the degrees of freedom parameter of the
t-copula are now used in the test scripts, in order to avoid errors
related with the mvtnorm package only accepting integer values.
vines 1.0.5 (2012-08-01)
- Fixed an error because of the message slot of copula objects
being renamed to fullname.
- Changes to match the new names and signatures of {d,p,r}Copula.
- Added the URL of the github repository of the package.
- Fixed errors in the inst/CITATION file.
vines 1.0.4 (2012-04-13)
- Fixed an error in the script that tests the implementation of the
h-functions related with the evaluation of the pcopula function
of the t-copula for non-integer degrees of freedom.
vines 1.0.3 (2011-07-29)
- The file with the full text of the GNU GPL was removed from the package.
vines 1.0.2
vines 1.0.1 (2011-05-24)
- R CMD check warnings fixed.
vines 1.0.0