Title: Graphical user interface for data mining in R
Diff between rattle versions 2.6.7 dated 2011-07-23 and 2.6.8 dated 2011-07-26
Description: Rattle (the R Analytic Tool To Learn Easily) provides a
Gnome (RGtk2) based interface to R functionality for data
mining. The aim is to provide a simple and intuitive interface
that allows a user to quickly load data from a CSV file (or via
ODBC), transform and explore the data, build and evaluate
models, and export models as PMML (predictive modelling markup
language) or as scores. All of this with knowing little about
R. All R commands are logged and commented through the log tab.
Thus they are available to the user as a script file or as an
aide for the user to learn R or to copy-and-paste directly into
R itself. Rattle also exports a number of utility functions and
the graphical user interface, invoked as rattle(), does not
need to be run to deploy these.
Author: Graham Williams
Maintainer: Graham Williams
DESCRIPTION | 8 ++++----
R/evaluate.R | 15 +++++++++++----
R/random_forest.R | 7 ++++++-
R/rattle.R | 4 ++--
data/weatherAUS.RData |binary
inst/.Rhistory |only
inst/ChangeLog | 8 ++++++++
inst/doc/rattle.pdf |binary
inst/po/de/LC_MESSAGES/R-rattle.mo |binary
inst/po/es/LC_MESSAGES/R-rattle.mo |binary
inst/po/fr/LC_MESSAGES/R-rattle.mo |binary
inst/po/ja/LC_MESSAGES/R-rattle.mo |binary
12 files changed, 31 insertions(+), 11 deletions(-)
Title: Tools for the analysis of air pollution data
Diff between openair versions 0.4-17 dated 2011-04-24 and 0.4-23 dated 2011-07-26
Description: Tools to analyse, interpret and understand air pollution
data. Data are typically hourly time series and both monitoring
data and dispersion model output can be analysed. Many
functions can also be applied to other data, including
meteorological and traffic data.
Author: David Carslaw and Karl Ropkins
Maintainer: David Carslaw
DESCRIPTION | 14
NAMESPACE | 11
NEWS | 79 ++++
R/GoogleMapsPlot.R |only
R/MannKendall.R | 137 +++----
R/TaylorDiagram.R |only
R/aqStats.R | 95 +++--
R/calcPercentile.R | 8
R/calendarPlot.R | 23 -
R/checkPrep.R | 16
R/conditionalQuantile.R | 55 +-
R/drawOpenKey.R | 12
R/import.2.R | 156 +++++++-
R/import.R | 30 +
R/importAURNCsv.R | 6
R/importSAQN.R |only
R/linearRelation.R | 8
R/modStats.R | 16
R/openair.generics.R | 6
R/percentileRose.R | 91 ++--
R/polarAnnulus.R | 338 +++++++++---------
R/polarFreq.R | 146 ++++---
R/polarPlot.R | 95 +++--
R/scatterPlot.R | 310 ++++++++++------
R/selectRunning.R | 12
R/smoothTrend.R | 84 ++--
R/timeAverage.R | 127 +++++-
R/timePlot.R | 160 ++++----
R/timeVariation.R | 98 ++---
R/trendLevel.R | 134 +++----
R/utilities.R | 97 ++++-
R/windRose.R | 231 +++++++-----
R/zzz.R | 16
chm |only
man/GoogleMapsPlot.Rd |only
man/TaylorDiagram.Rd |only
man/calcPercentile.Rd | 8
man/calendarPlot.Rd | 2
man/importAURN.Rd | 11
man/importKCL.Rd | 893 +++++++++++++++++++++++-------------------------
man/importSAQN.Rd |only
man/openair-package.Rd | 2
man/percentileRose.Rd | 13
man/polarAnnulus.Rd | 79 +---
man/polarFreq.Rd | 18
man/polarPlot.Rd | 24 -
man/scatterPlot.Rd | 77 ++--
man/smoothTrend.Rd | 26 -
man/timeAverage.Rd | 36 +
man/timePlot.Rd | 30 -
man/trendLevel.Rd | 2
man/windRose.Rd | 166 +++++---
52 files changed, 2325 insertions(+), 1673 deletions(-)
Title: Analysis of Oceanographic data
Diff between oce versions 0.4-1 dated 2011-07-23 and 0.5-1 dated 2011-07-26
Description: Supports the analysis of Oceanographic data, including ADP
measurements, CTD measurements, sectional data, sea-level time
series, coastline files, etc. Provides functions for
calculating seawater properties such as potential temperature
and density, as well as derived properties such as buoyancy
frequency and dynamic height.
Author: Dan Kelley
Maintainer: Dan Kelley
oce-0.4-1/oce/man/heading.Rd |only
oce-0.4-1/oce/man/pressure.Rd |only
oce-0.4-1/oce/man/velocity.Rd |only
oce-0.5-1/oce/.gitignore | 1
oce-0.5-1/oce/DESCRIPTION | 10 +-
oce-0.5-1/oce/NAMESPACE | 11 ++-
oce-0.5-1/oce/NEWS | 6 +
oce-0.5-1/oce/R/accessors.R | 117 +++++++++++++++++++++++++++++++++--
oce-0.5-1/oce/R/ctd.R | 60 ++++++++++++-----
oce-0.5-1/oce/R/drifter.R |only
oce-0.5-1/oce/R/misc.R | 16 +++-
oce-0.5-1/oce/R/oce.R | 4 -
oce-0.5-1/oce/R/pt.R | 9 ++
oce-0.5-1/oce/R/spectral.R | 15 +++-
oce-0.5-1/oce/data/argo.rda |only
oce-0.5-1/oce/data/datalist | 1
oce-0.5-1/oce/inst/doc/.Rhistory |only
oce-0.5-1/oce/inst/doc/oce.pdf |binary
oce-0.5-1/oce/man/accessors.Rd |only
oce-0.5-1/oce/man/addColumn.Rd | 11 +--
oce-0.5-1/oce/man/argo.Rd |only
oce-0.5-1/oce/man/ctdDecimate.Rd | 2
oce-0.5-1/oce/man/interpBarnes.Rd | 6 -
oce-0.5-1/oce/man/makeSection.Rd | 10 +-
oce-0.5-1/oce/man/plot.adp.Rd | 2
oce-0.5-1/oce/man/plot.ctd.scan.Rd | 2
oce-0.5-1/oce/man/plot.drifter.Rd |only
oce-0.5-1/oce/man/pwelch.Rd | 44 +++++++++----
oce-0.5-1/oce/man/read.coastline.Rd | 13 ++-
oce-0.5-1/oce/man/read.drifter.Rd |only
oce-0.5-1/oce/man/summary.drifter.Rd |only
31 files changed, 269 insertions(+), 71 deletions(-)
Title: Maximum Entropy Bootstrap for Time Series
Diff between meboot versions 1.1-1 dated 2009-12-06 and 1.1-2 dated 2011-07-26
Description: This package performs maximum entropy density based
dependent data bootstrap. An algorithm is provided to create a
population of time series (ensemble) without assuming
stationarity. The reference paper (Vinod, H.D., 2004) explains
how the algorithm satisfies the ergodic theorem and the central
limit theorem.
Author: Hrishikesh D. Vinod
Maintainer: Javier López-de-Lacalle
DESCRIPTION | 8 ++++----
inst/doc/meboot.pdf |binary
man/USconsum.Rd | 1 -
man/USfygt.Rd | 1 -
man/ullwan.Rd | 1 -
meboot-Ex.R |only
6 files changed, 4 insertions(+), 7 deletions(-)
Title: An R wrapper for the infochimps.com API services
Diff between infochimps versions 0.3 dated 2011-03-22 and 0.3.1 dated 2011-07-26
Description: This package provides functions to access all of the APIs
currently available infochimps.com. For more information see
http://api.infochimps.com/.
Author: Drew Conway
Maintainer: Drew Conway
DESCRIPTION | 8 ++++----
man/tw.PeopleSearch.Rd | 6 +++---
man/ufo.Rd | 6 +++---
man/wikipedia.abstracts.Rd | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
Title: Extensible Markov Model (EMM) for Data Stream Clustering in R
Diff between rEMM versions 1.0-0 dated 2010-07-13 and 1.0-2 dated 2011-07-26
Description: This package implements TRACDS (Temporal Relationships
between Clusters for Data Streams) which is a generalization of
Extensible Markov Model (EMM). TRACDS adds a temporal or order
model to data stream clustering by superimposing a dynamically
adapting Markov Chain. This package implements EMM (TRACDS on
top of tNN data stream clustering). Development of this package
was supported in part by NSF IIS-0948893.
Author: Michael Hahsler and Margaret H. Dunham
Maintainer: Michael Hahsler
rEMM-1.0-0/rEMM/inst/doc/rEMM.R |only
rEMM-1.0-0/rEMM/inst/doc/rEMM.Rnw_old |only
rEMM-1.0-2/rEMM/DESCRIPTION | 30 +++---
rEMM-1.0-2/rEMM/NAMESPACE | 18 ++-
rEMM-1.0-2/rEMM/R/AAA.R | 18 +++
rEMM-1.0-2/rEMM/R/AllClasses.R | 123 ++++++++++++++++++++++----
rEMM-1.0-2/rEMM/R/AllGenerics.R | 23 ++++
rEMM-1.0-2/rEMM/R/EMM.R | 50 +++++++++-
rEMM-1.0-2/rEMM/R/SimpleMC.R | 30 +++++-
rEMM-1.0-2/rEMM/R/TRACDS.R | 52 +++++++++--
rEMM-1.0-2/rEMM/R/build.R | 141 +++++------------------------
rEMM-1.0-2/rEMM/R/cluster.R | 123 ++++++++++++--------------
rEMM-1.0-2/rEMM/R/conversion.R |only
rEMM-1.0-2/rEMM/R/fade.R | 28 ++++-
rEMM-1.0-2/rEMM/R/map.R |only
rEMM-1.0-2/rEMM/R/merge.R | 58 +++++++-----
rEMM-1.0-2/rEMM/R/onload.R |only
rEMM-1.0-2/rEMM/R/plot.R | 160 +++++++++++++++++++++++++++-------
rEMM-1.0-2/rEMM/R/predict.R | 26 ++++-
rEMM-1.0-2/rEMM/R/prune.R | 19 ++++
rEMM-1.0-2/rEMM/R/recluster.R | 33 +++++--
rEMM-1.0-2/rEMM/R/remove.R | 37 +++++--
rEMM-1.0-2/rEMM/R/reset.R | 20 ++++
rEMM-1.0-2/rEMM/R/score.R | 19 ++++
rEMM-1.0-2/rEMM/R/synthetic_stream.R | 18 +++
rEMM-1.0-2/rEMM/R/tNN.R | 88 +++++++++++++++---
rEMM-1.0-2/rEMM/R/transition.R | 22 ++++
rEMM-1.0-2/rEMM/R/update.R |only
rEMM-1.0-2/rEMM/data/16S.rda |binary
rEMM-1.0-2/rEMM/data/Derwent.rda |binary
rEMM-1.0-2/rEMM/data/EMMTraffic.rda |binary
rEMM-1.0-2/rEMM/data/EMMsim.rda |binary
rEMM-1.0-2/rEMM/inst/doc/rEMM.Rnw | 94 ++++++++++++++-----
rEMM-1.0-2/rEMM/inst/doc/rEMM.pdf |binary
rEMM-1.0-2/rEMM/man/EMM-class.Rd | 21 +++-
rEMM-1.0-2/rEMM/man/EMM.Rd |only
rEMM-1.0-2/rEMM/man/TRACDS-class.Rd | 37 +++++--
rEMM-1.0-2/rEMM/man/build.Rd | 48 +++-------
rEMM-1.0-2/rEMM/man/cluster.Rd |only
rEMM-1.0-2/rEMM/man/conversion.Rd |only
rEMM-1.0-2/rEMM/man/merge.Rd | 4
rEMM-1.0-2/rEMM/man/plot.EMM.Rd | 13 +-
rEMM-1.0-2/rEMM/man/prune.Rd | 2
rEMM-1.0-2/rEMM/man/recluster.Rd | 2
rEMM-1.0-2/rEMM/man/remove.Rd | 4
rEMM-1.0-2/rEMM/man/tNN-class.Rd | 39 +++++---
rEMM-1.0-2/rEMM/man/update.Rd |only
47 files changed, 977 insertions(+), 423 deletions(-)
Title: Manage massive matrices with shared memory and memory-mapped
files
Diff between bigmemory versions 4.2.3 dated 2010-05-09 and 4.2.11 dated 2011-07-26
Description: Create, store, access, and manipulate massive matrices.
Matrices are allocated to shared memory and may use
memory-mapped files. Packages biganalytics, bigtabulate,
synchronicity, and bigalgebra provide advanced functionality.
Author: Michael J. Kane
Maintainer: Jay and Mike
bigmemory-4.2.11/bigmemory/DESCRIPTION | 10 -
bigmemory-4.2.11/bigmemory/NEWS | 21 ++
bigmemory-4.2.11/bigmemory/R/bigmemory.R | 72 ++++++++--
bigmemory-4.2.11/bigmemory/configure | 11 -
bigmemory-4.2.11/bigmemory/configure.win | 1
bigmemory-4.2.11/bigmemory/inst/doc/Overview.pdf |binary
bigmemory-4.2.11/bigmemory/inst/include/bigmemory/isna.hpp | 6
bigmemory-4.2.11/bigmemory/inst/include/boost/interprocess/detail/transform_iterator.hpp | 22 +--
bigmemory-4.2.11/bigmemory/man/bigmemory-package.Rd | 6
bigmemory-4.2.11/bigmemory/man/deepcopy.Rd | 8 -
bigmemory-4.2.11/bigmemory/src/BigMatrix.cpp | 4
bigmemory-4.2.11/bigmemory/src/bigmemory.cpp | 39 +++--
bigmemory-4.2.11/bigmemory/src/deepcopy.cpp |only
bigmemory-4.2.3/bigmemory/COPYING |only
bigmemory-4.2.3/bigmemory/inst/doc/Overview.tex |only
15 files changed, 141 insertions(+), 59 deletions(-)
Title: Gaussian Processes Tool-Kit
Diff between gptk versions 1.02 dated 2011-06-17 and 1.03 dated 2011-07-26
Description: The gptk package implements a general-purpose toolkit for
Gaussian process regression with an RBF covariance function.
Based on a MATLAB implementation by Neil D. Lawrence. See
inst/doc/index.html for more details.
Author: Alfredo A. Kalaitzis
Maintainer: Alfredo A. Kalaitzis
DESCRIPTION | 10 +++++-----
R/cmpndKernExpandParam.R | 2 +-
R/gpExpandParam.R | 1 -
R/gpPlot.R | 8 ++++----
R/kernExpandParam.R | 5 ++++-
inst/doc/index.html | 3 +++
6 files changed, 17 insertions(+), 12 deletions(-)
Title: spatial and spatio-temporal geostatistical modelling, prediction
and simulation
Diff between gstat versions 1.0-0 dated 2011-07-23 and 1.0-1 dated 2011-07-26
Description: variogram modelling; simple, ordinary and universal point
or block (co)kriging, sequential Gaussian or indicator
(co)simulation; variogram and variogram map plotting utility
functions.
Author: Edzer Pebesma
Maintainer: Edzer Pebesma
DESCRIPTION | 13 ++++++-------
R/variogram.default.R | 2 +-
inst/doc/gstat.pdf |binary
inst/doc/st.pdf |binary
man/predict.gstat.Rd | 2 +-
man/variogram.Rd | 5 +++--
6 files changed, 11 insertions(+), 11 deletions(-)
Title: Functions to operate on binary fingerprint data
Diff between fingerprint versions 3.4.4 dated 2011-06-04 and 3.4.5 dated 2011-07-26
Description: This package contains functions to manipulate binary
fingerprints of arbitrary length. A fingerprint is represented
by an object of S4 class 'fingerprint' which is internally
represented a vector of integers, such that each element
represents the position in the fingerprint that is set to 1.
The bitwise logical functions in R are overridden so that they
can be used directly with 'fingerprint' objects. A number of
distance metrics are also available (many contributed by
Michael Fadock). Fingerprints can be converted to Euclidean
vectors (i.e., points on the unit hypersphere) and can also be
folded using OR. Arbitrary fingerprint formats can be handled
via line handlers. Currently handlers are provided for CDK, MOE
and BCI fingerprint data.
Author: Rajarshi Guha
Maintainer: Rajarshi Guha
ChangeLog | 9 +++++++++
DESCRIPTION | 8 ++++----
R/matrix.R | 34 +++++++++++++---------------------
man/sim.Rd | 10 ++++++++--
4 files changed, 34 insertions(+), 27 deletions(-)
Title: Scientific Graphing Functions for Factorial Designs
Diff between sciplot versions 1.0-8 dated 2011-07-25 and 1.0-9 dated 2011-07-26
Description: A collection of functions that creates graphs with error
bars for data collected from one-way or higher factorial
designs.
Author: Manuel Morales
Maintainer: Manuel Morales
CHANGELOG | 4 +++-
DESCRIPTION | 6 +++---
R/bargraphCI.R | 4 ++--
R/lineplot.CI.R | 4 ++--
4 files changed, 10 insertions(+), 8 deletions(-)
Title: ODBC Database Access
Diff between RODBC versions 1.3-2 dated 2010-07-26 and 1.3-3 dated 2011-07-26
Description: An ODBC database interface
Author: Brian Ripley, and from 1999 to Oct 2002 Michael Lapsley
Maintainer: Brian Ripley
RODBC-1.3-2/RODBC/COPYING |only
RODBC-1.3-3/RODBC/ChangeLog | 8 ++
RODBC-1.3-3/RODBC/DESCRIPTION | 10 ++-
RODBC-1.3-3/RODBC/GPL-2 |only
RODBC-1.3-3/RODBC/inst/LICENCE | 2
RODBC-1.3-3/RODBC/inst/doc/RODBC.Rnw | 38 ++++++-------
RODBC-1.3-3/RODBC/inst/doc/RODBC.pdf |binary
RODBC-1.3-3/RODBC/inst/po/da |only
RODBC-1.3-3/RODBC/inst/po/de/LC_MESSAGES/R-RODBC.mo |binary
RODBC-1.3-3/RODBC/inst/po/de/LC_MESSAGES/RODBC.mo |binary
RODBC-1.3-3/RODBC/inst/po/en@quot/LC_MESSAGES/R-RODBC.mo |binary
RODBC-1.3-3/RODBC/inst/po/en@quot/LC_MESSAGES/RODBC.mo |binary
RODBC-1.3-3/RODBC/po/R-RODBC.pot | 13 +++-
RODBC-1.3-3/RODBC/po/R-da.po |only
RODBC-1.3-3/RODBC/po/R-de.po | 12 +++-
RODBC-1.3-3/RODBC/po/R-en@quot.po | 16 ++++-
RODBC-1.3-3/RODBC/po/RODBC.pot | 35 +++++++-----
RODBC-1.3-3/RODBC/po/da.po |only
RODBC-1.3-3/RODBC/po/de.po | 35 +++++++-----
RODBC-1.3-3/RODBC/po/en@quot.po | 43 +++++++++------
RODBC-1.3-3/RODBC/tests/DB2.Rout.save | 29 +++++-----
RODBC-1.3-3/RODBC/tests/Master.R | 2
RODBC-1.3-3/RODBC/tests/Notes | 2
RODBC-1.3-3/RODBC/tests/postgresql.Rout.save | 17 +++--
24 files changed, 166 insertions(+), 96 deletions(-)
Title: Software for Bayesian Inference
Diff between LaplacesDemon versions 11.07.15 dated 2011-07-23 and 11.07.27 dated 2011-07-26
Description: Laplace's Demon is software for Bayesian inference.
Author: Byron Hall
Maintainer: Byron Hall
CHANGELOG | 7 +
DESCRIPTION | 8 -
R/LaplacesDemon.R | 24 ++---
inst/CITATION | 2
inst/doc/BayesianInference.pdf |binary
inst/doc/Examples.Stex | 194 +++++++++++++++++++++++++++++++++++++++--
inst/doc/Examples.pdf |binary
inst/doc/LaplacesDemon.pdf |binary
inst/doc/References.bib | 2
man/LaplacesDemon.Rd | 23 ++--
10 files changed, 228 insertions(+), 32 deletions(-)
Title: Evolutionary Multiobjective Optimization Algorithms
Diff between emoa versions 0.4-5 dated 2011-06-30 and 0.4-7 dated 2011-07-26
Description: Collection of building blocks for the design and analysis
of evolutionary multiobjective optimization algorithms.
Author: Olaf Mersmann
Maintainer: Olaf Mersmann
ChangeLog | 46 +++++++++++++++
DESCRIPTION | 12 ++--
NAMESPACE | 13 ++++
R/crowding_distance.r | 2
R/dominance.r | 4 -
R/emoa.r | 13 +++-
R/front_edge.R |only
R/hypervolume.r | 4 -
R/indicators.r | 17 +++--
R/poly_mutation.r | 2
R/sb_crossover.r | 2
R/sympart.r | 2
R/utilities.r | 3 +
inst/unittests/runit-front_edge.R |only
inst/unittests/runit-id.r | 8 ++
man/which_points_on_edge.Rd |only
src/dominance.c | 4 -
src/front_edge.c |only
src/precomputed_weight_vectors.h |only
src/r_ind.c | 111 ++++++++++++++++++++++++++++++++------
src/weight_vectors.h |only
21 files changed, 199 insertions(+), 44 deletions(-)
Title: SciViews GUI API - Main package
Diff between SciViews versions 0.9-2 dated 2010-09-27 and 0.9-4 dated 2011-07-26
Description: Functions to install SciViews additions to R, and more
(various) tools
Author: Philippe Grosjean
Maintainer: Philippe Grosjean
DESCRIPTION | 8 ++++----
NEWS | 12 ++++++++++++
R/colors.R | 23 +++++++++++------------
R/pcomp.R | 4 ++--
build |only
man/colors.Rd | 8 +++-----
6 files changed, 32 insertions(+), 23 deletions(-)
Title: Overlays on Google map tiles in R
Diff between RgoogleMaps versions 1.1.9.11 dated 2011-07-23 and 1.1.9.13 dated 2011-07-26
Description: This package serves two purposes: (i) Provide a
comfortable R interface to query the Google server for static
maps, and (ii) Use the map as a background image to overlay
plots within R. This requires proper coordinate scaling. NOTE:
To do anything but downloading static map tiles, RgoogleMaps
needs EITHER png OR ReadImages OR rimage installed ! png
(default) is your package if you prefer png file format and
ReadImages or rimage if you prefer jpg format. In the latter
cases, you will also need the libjpeg library installed.
Author: Markus Loecher, Sense Networks
Maintainer: "Markus Loecher, Sense Networks"
DESCRIPTION | 11 ++++++-----
R/PlotOnStaticMap.R | 11 +++++++++--
R/ReadMapTile.R | 27 +++++++++++++++------------
R/myplot.imagematrix.R | 7 +++++++
inst/doc/RgoogleMaps-intro.Rnw | 2 +-
man/RgoogleMaps-package.Rd | 4 ++--
6 files changed, 40 insertions(+), 22 deletions(-)
Title: Get XKCD comic from R
Diff between RXKCD versions 1.0 dated 2011-07-23 and 1.2 dated 2011-07-26
Description: This package allows the visualization of your favorite
XKCD comic strip directly from R. XKCD web comic content is
provided under the Creative Commons Attribution-NonCommercial
2.5 License.
Author: Paolo Sonego
Maintainer: Paolo Sonego
RXKCD-1.0/RXKCD/COPYING |only
RXKCD-1.0/RXKCD/COPYRIGHTS |only
RXKCD-1.2/RXKCD/DESCRIPTION | 16 +++++++++-------
RXKCD-1.2/RXKCD/R/getXKCD.R | 8 ++++++--
RXKCD-1.2/RXKCD/inst/xkcd/xkcd.csv | 2 +-
5 files changed, 16 insertions(+), 10 deletions(-)
Title: Classification and Regression Training
Diff between caret versions 4.92 dated 2011-07-06 and 4.98 dated 2011-07-26
Description: Misc functions for training and plotting classification
and regression models
Author: Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre
Williams, Chris Keefer and Allan Engelhardt
Maintainer: Max Kuhn
caret-4.92/caret/R/applyProcessing.R |only
caret-4.92/caret/R/processData.R |only
caret-4.92/caret/man/applyProcessing.Rd |only
caret-4.98/caret/DESCRIPTION | 8 +--
caret-4.98/caret/NAMESPACE | 15 ++++-
caret-4.98/caret/R/avNNet.R |only
caret-4.98/caret/R/bag.R | 8 +--
caret-4.98/caret/R/confusionMatrix.R | 58 +++++++++++++++++++++
caret-4.98/caret/R/createFolds.R | 21 +++++--
caret-4.98/caret/R/createGrid.R | 4 +
caret-4.98/caret/R/createModel.R | 29 +++++++++-
caret-4.98/caret/R/misc.R | 24 +++++++--
caret-4.98/caret/R/modelLookup.R | 28 ++++++++--
caret-4.98/caret/R/preProcess.R | 21 ++++++-
caret-4.98/caret/R/predictionFunction.R | 2
caret-4.98/caret/R/predictors.R | 5 +
caret-4.98/caret/R/probFunction.R | 2
caret-4.98/caret/R/sampling.R |only
caret-4.98/caret/R/selection.R | 2
caret-4.98/caret/R/train.default.R | 53 ++++++++++---------
caret-4.98/caret/R/trainControl.R | 11 +---
caret-4.98/caret/data/datalist |only
caret-4.98/caret/data/segmentationData.RData |binary
caret-4.98/caret/inst/NEWS | 69 ++++++++++++++++++++++++++
caret-4.98/caret/inst/doc/allPred.pdf |binary
caret-4.98/caret/inst/doc/caretMisc.Rnw | 31 ++++++++++-
caret-4.98/caret/inst/doc/caretMisc.pdf |binary
caret-4.98/caret/inst/doc/caretSelection.pdf |binary
caret-4.98/caret/inst/doc/caretTrain.Rnw | 50 +++++++++++++-----
caret-4.98/caret/inst/doc/caretTrain.pdf |binary
caret-4.98/caret/inst/doc/caretVarImp.Rnw | 4 -
caret-4.98/caret/inst/doc/caretVarImp.pdf |binary
caret-4.98/caret/inst/doc/compact.Rout |only
caret-4.98/caret/inst/doc/filteredPred.pdf |binary
caret-4.98/caret/man/avNNet.Rd |only
caret-4.98/caret/man/bag.Rd | 2
caret-4.98/caret/man/confusionMatrix.train.Rd |only
caret-4.98/caret/man/createDataPartition.Rd | 18 ++++--
caret-4.98/caret/man/pcaNNet.Rd | 6 +-
caret-4.98/caret/man/preProcess.Rd | 2
caret-4.98/caret/man/segmentationData.Rd | 6 +-
caret-4.98/caret/man/train.Rd | 3 -
caret-4.98/caret/man/trainControl.Rd | 8 ---
43 files changed, 384 insertions(+), 106 deletions(-)