lmomco-0.92/lmomco/inst/legacy |only lmomco-0.93/lmomco/ChangeLog | 13 +++++++++---- lmomco-0.93/lmomco/DESCRIPTION | 6 +++--- lmomco-0.93/lmomco/R/T2prob.R | 2 +- lmomco-0.93/lmomco/R/pdfcau.R | 3 +-- lmomco-0.93/lmomco/R/prob2T.R | 2 +- lmomco-0.93/lmomco/man/pdfcau.Rd | 2 +- 7 files changed, 16 insertions(+), 12 deletions(-)More information about lmomco at CRAN
DESCRIPTION | 8 ++-- R/REGRDIAGNOSTICS.R | 80 +++++++++++++++++++++++++++++++++---------------- man/HOMTESTS.Rd | 2 - man/REGRDIAGNOSTICS.Rd | 9 ++++- 4 files changed, 67 insertions(+), 32 deletions(-)More information about nsRFA at CRAN
R.oo-1.3.0/R.oo/R/001.R.KEYWORDS.R |only R.oo-1.3.0/R.oo/R/005.varArgs.R |only R.oo-1.3.0/R.oo/R/010.setGenericS3.R |only R.oo-1.3.0/R.oo/R/011.isGenericS3.R |only R.oo-1.3.0/R.oo/R/020.setMethodS3.R |only R.oo-1.3.0/R.oo/incl/setMethodS3.Rex |only R.oo-1.3.0/R.oo/man/R.KEYWORDS.Rd |only R.oo-1.3.0/R.oo/man/isGenericS3.Rd |only R.oo-1.3.0/R.oo/man/isGenericS4.Rd |only R.oo-1.3.0/R.oo/man/setGenericS3.Rd |only R.oo-1.3.0/R.oo/man/setMethodS3.Rd |only R.oo-1.4.0/R.oo/DESCRIPTION | 12 ++++++------ R.oo-1.4.0/R.oo/R/000.R | 6 +++--- R.oo-1.4.0/R.oo/R/040.setConstructorS3.R | 2 +- R.oo-1.4.0/R.oo/R/999.NonDocumentedObjects.R | 4 ---- R.oo-1.4.0/R.oo/R/999.package.R | 10 ++++------ R.oo-1.4.0/R.oo/R/Exception.R | 13 +++++-------- R.oo-1.4.0/R.oo/R/Rdoc.R | 12 +++++++----- R.oo-1.4.0/R.oo/inst/HISTORY | 9 +++++++++ R.oo-1.4.0/R.oo/man/Non-documented_objects.Rd | 7 +++---- R.oo-1.4.0/R.oo/man/R.oo-package.Rd | 12 +++++------- R.oo-1.4.0/R.oo/man/setConstructorS3.Rd | 2 +- 22 files changed, 44 insertions(+), 45 deletions(-)More information about R.oo at CRAN
Package: R.methodsS3 Version: 1.0.0 Date: 2007-09-17 Title: Utility function for defining S3 methods Author: Henrik BengtssonMore information about R.methodsS3 at CRANMaintainer: Henrik Bengtsson Depends: R (>= 2.2.0) Imports: utils Description: Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintainance for package developers. For example, generic functions are created automatically, if missing, and name conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future want to migrate to S4. This is a cross-platform package implemented in pure R and is generating standard S3 methods. License: LGPL version 2.1 or newer (the releases) URL: http://www.braju.com/R/ DevelURL: http://www.braju.com/R/ LazyLoad: TRUE Packaged: Mon Dec 10 19:26:48 2007; hb
DESCRIPTION | 6 +++--- forecast/R/arima.R | 11 ++++++++--- forecast/R/ets.R | 24 +++++++++++++++--------- forecast/man/ets.Rd | 5 ++++- 4 files changed, 30 insertions(+), 16 deletions(-)More information about forecasting at CRAN
DESCRIPTION | 5 ++- R/distance.R | 8 +++++ R/dtw.R | 17 +++++++++--- R/globalCostMatrix.R | 6 ++-- R/globalCostNative.R |only R/zzz.R |only demo/00Index | 2 - demo/dtw.R | 45 +++++++++++++++++++++------------ inst/CITATION |only inst/TODO | 9 +++--- man/aami.Rd | 8 ++--- man/dtw-internal.Rd | 1 man/dtw-package.Rd | 27 +++++++++++++------- man/dtw.Rd | 22 ++++++++++------ man/dtwDistanceFunctions.Rd | 25 ++++++++++-------- src |only tests/dtw_test.R | 30 +++++++++++++++++----- tests/dtw_test.Rout.save | 59 +++++++++++++++++++++++++++++++++++--------- 18 files changed, 183 insertions(+), 81 deletions(-)More information about dtw at CRAN