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
|
2014-09-16 setz
* ChangeLog, DESCRIPTION: Updated ChangeLog and DESCRIPTION files
after submission to CRAN
* NAMESPACE: Updated NAMESPACE; functions with a dot in front are no longer
exported.
* R/regFit.R: No execution in parent frame anymore
* Unit Tests: Functions with a dot in front are called using
fRegression:::.f
* src moved to inst/obsolete/src
2013-12-10 chalabi
* ChangeLog, DESCRIPTION:
2013-06-23 chalabi
* DESCRIPTION, R/zzz.R, src/Makevars: updated Fortran flags,
version number and removed .First.lib()
2012-12-10 chalabi
* ChangeLog, DESCRIPTION: Updated ChangeLog and DESCRIPTION files
after submission to CRAN
* DESCRIPTION: Updated 'Author' and added 'Imports' fields to
reflect third-party functions used in fRegression
* NAMESPACE: Updated NAMESPACE
* R/summary-methods.R: Fixed partial argument match
* R/lmTest.R: Replaced built-in functions by calls to original
functions in lmtest package.
* NAMESPACE: Added NAMESPACE
* DESCRIPTION: Updated version number, maintainer field and 'Note'
fields
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-09-30 chalabi
* DESCRIPTION: updated version number
2009-09-29 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
2009-07-14 chalabi
* man/RegressionTestsInterface.Rd: fixed equation in Rd
2009-04-02 chalabi
* DESCRIPTION: more explicit depends and suggests field in DESC
file.
2009-04-01 chalabi
* R/regFit.R: regFit data arg is coerced to a data.frame when
calling underlying method
* DESCRIPTION: updated DESC file
2009-01-28 chalabi
* man/fREG-class.Rd, man/plot-methods.Rd, man/regFit.Rd,
man/regSim.Rd: updated manual pages to new Rd parser
|