Changelog
Source:NEWS.md
cvar 0.5 (CRAN)
CRAN release: 2022-11-03
made
ES
generic (VaR
was already generic).moved
fGarch
from Imports to Suggests.-
renamed argument
x
ofVaR
andES
top_loss
.p_loss
seems more expressive and suggests that it relates to the losses, usually small numbers like0.05
. Other suitable names likealpha
,p
, andprob
, are commonly used as arguments to other functions that might be used as argumentdist
and make them more difficult to pass via the...
arguments.For now, an warning is issued if
x
is used as a named argument in a call (e.g.VaR(dist, x = 0.05)
) with the intend to turn that in an error in the next release of the package. This change should not be noticed by most users since it is much more natural not to name this argument and use something likeVaR(dist, 0.05)
. moved
fGarch
from Imports to Suggests.
cvar 0.4.1 (CRAN)
CRAN release: 2022-09-19
when the input was numeric,
ES()
was not handling the levelx
properly (fixes issue #2, reported by Marius Bommert).changed the JSS reference to use the new-style doi.
fixed a bug in the tests, in v0.4-0, that was causing failure of the tests on travis, despite all checks on CRAN passing with OK.
devtools::test()
was failing too, but only on the first run in a session, details in the git commit.set up GHA.
cvar 0.4-0 (CRAN)
CRAN release: 2019-03-15
fix tests to pass with the changed R random generator.
some new examples and minor documentation changes.
cvar 0.3-0 (CRAN)
CRAN release: 2018-10-06
now
\VignetteIndexEntry
inGuide_cvar.Rnw
is plain text.added experimental support for GARCH models - currently GARCH(1,1) (the API may change).
now the first argument of
VaR()
andES()
can be a numeric vector. This is useful, e.g., for computing VaR by simulation.bugfix: in
VaR_cdf()
andVaR_qf()
, the code for theif/else
clauses had been wrongly swappped.
cvar 0.2-0 (CRAN)
CRAN release: 2018-08-19
suggest ‘covr’.
setup for travisCI and Coveralls.
more tests.
corrected in the vignette — I used the vignette for Rdpack as a template but didn’t change this entry, which resulted in the vignette appearing with a puzzling title on CRAN and other sites.!
added author@R in DESCRIPTION.
added experimental web site (docs/)