1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
2013-04-30 chalabi
* DESCRIPTION, inst/unitTests/runit.GevModelling.R: Updating unit
tests
2013-04-02 chalabi
* R/zzz.R: removed .First.lib()
* ChangeLog, DESCRIPTION: Updated ChangeLog and DESC files
* DESCRIPTION: Updated version number.
* inst/unitTests/runit.GevModelling.R: Updated unit test to avoid
troubles when running in the last two days of the month as
reported by Brian Ripley.
2012-12-01 chalabi
* ChangeLog, DESCRIPTION: Updated ChangeLog and DESCRIPTION files.
2012-11-30 chalabi
* DESCRIPTION: Updated version number.
* NAMESPACE: Added NAMESPACE
* DESCRIPTION: Updated maintainer field.
* R/ExtremeIndex.R, R/GevMdaEstimation.R, R/GpdRisk.R: Fixed
partial argument match.
* inst/unitTests/runit.GevModelling.R: Updated unit test to avoid
troubles when running in the last two days of the month as
reported by Brian Ripley.
2011-09-23 mmaechler
* DESCRIPTION: remove deprecated "LazyLoad" entry
2010-07-23 chalabi
* inst/DocCopying.pdf: removed DocCopying.pdf license is already
specified in DESCRIPTION file
2009-10-01 chalabi
* DESCRIPTION: updated version number
2009-09-29 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
2009-05-21 chalabi
* R/GevFit.R: assignment beta = fit$par.ests["xi"] should read :
beta =
fit$par.ests["beta"]. (Dodzi Attimu)
2009-04-09 wuertz
* R/DataPreprocessing.R, R/GevDistribution.R, R/GevFit.R,
R/GevPrintPlotSummary.R, R/GevSim.R, R/GpdDistribution.R,
R/GpdSim.R, R/GpdSow.R, R/MeanExcessFit.R, R/ValueAtRisk.R,
man/DataPreprocessing.Rd, man/GevDistribution.Rd,
man/GevModelling.Rd: The *Sim functions now return signal
timeSeries, and some smaller beautifies
2009-04-02 chalabi
* DESCRIPTION: more explicit depends and suggests field in DESC
file.
2009-04-01 chalabi
* DESCRIPTION: updated DESC file
2009-01-28 chalabi
* man/ExtremeIndex.Rd: updated manual pages to new Rd parser
|