Title: R bindings for Gtk 2.8.0 and above
Diff between RGtk2 versions 2.20.23 dated 2012-05-06 and 2.20.24 dated 2012-05-10
Description: Facilities in the R language for programming graphical
interfaces using Gtk, the Gimp Tool Kit.
Author: Michael Lawrence
Maintainer: Michael Lawrence
DESCRIPTION | 6 +++---
MD5 | 6 +++---
R/gobject.R | 2 +-
inst/doc/overview2.pdf |binary
4 files changed, 7 insertions(+), 7 deletions(-)
Title: Tuned Data Mining in R
Diff between TDMR versions 0.2.1 dated 2012-03-15 and 0.3.0 dated 2012-05-10
Description: Tuned Data Mining in R (TDMR) performs a complete tuning
of a data mining task.
Author: Wolfgang Konen
Maintainer: Patrick Koch
TDMR-0.2.1/TDMR/R/source.tdm.r |only
TDMR-0.2.1/TDMR/inst/demo01cpu/spot |only
TDMR-0.2.1/TDMR/inst/demo02sonar/sonar-e01.fin |only
TDMR-0.2.1/TDMR/inst/demo02sonar/sonar-e02.fin |only
TDMR-0.2.1/TDMR/inst/demo02sonar/spot |only
TDMR-0.2.1/TDMR/inst/doc/TDM-docu.htm |only
TDMR-0.2.1/TDMR/inst/doc/TDM-docu.pdf |only
TDMR-0.2.1/TDMR/man/TDMR-dash-package.Rd |only
TDMR-0.2.1/TDMR/man/bind-sub-response.Rd |only
TDMR-0.2.1/TDMR/man/cma-sub-jTuner.Rd |only
TDMR-0.2.1/TDMR/man/dsetTrnVa-dot-TDMdata.Rd |only
TDMR-0.2.1/TDMR/man/print-dot-TDMclassifier.Rd |only
TDMR-0.2.1/TDMR/man/print-dot-TDMdata.Rd |only
TDMR-0.2.1/TDMR/man/print-dot-TDMregressor.Rd |only
TDMR-0.2.1/TDMR/man/print-dot-tdmClass.Rd |only
TDMR-0.2.1/TDMR/man/print-dot-tdmRegre.Rd |only
TDMR-0.2.1/TDMR/man/tdmPrePCA-dot-apply.Rd |only
TDMR-0.2.1/TDMR/man/tdmPrePCA-dot-train.Rd |only
TDMR-0.2.1/TDMR/man/tdmPreSFA-dot-apply.Rd |only
TDMR-0.2.1/TDMR/man/tdmPreSFA-dot-train.Rd |only
TDMR-0.2.1/TDMR/man/unbiasedBestRun-sub-O.Rd |only
TDMR-0.3.0/TDMR/DESCRIPTION | 38 --
TDMR-0.3.0/TDMR/MD5 | 262 +++++++-------
TDMR-0.3.0/TDMR/NAMESPACE | 64 +--
TDMR-0.3.0/TDMR/R/makeTdmRandomSeed.r | 1
TDMR-0.3.0/TDMR/R/makeTdmStartOther.r | 16
TDMR-0.3.0/TDMR/R/printTDMclassifier.r | 109 ++---
TDMR-0.3.0/TDMR/R/printTDMregressor.r | 89 ++--
TDMR-0.3.0/TDMR/R/tdmClassify.r | 59 ++-
TDMR-0.3.0/TDMR/R/tdmClassifyLoop.r | 33 +
TDMR-0.3.0/TDMR/R/tdmCompleteEval.r | 156 +++++---
TDMR-0.3.0/TDMR/R/tdmDefaultsFill.r | 18
TDMR-0.3.0/TDMR/R/tdmDispatchTuner.r | 246 +++++++------
TDMR-0.3.0/TDMR/R/tdmEmbedDataFrame.r | 4
TDMR-0.3.0/TDMR/R/tdmGeneralUtils.r | 56 ++-
TDMR-0.3.0/TDMR/R/tdmGraphicUtils.r | 17
TDMR-0.3.0/TDMR/R/tdmMapDesign.r | 17
TDMR-0.3.0/TDMR/R/tdmModelingUtils.r | 52 ++
TDMR-0.3.0/TDMR/R/tdmOptsDefaults.r | 96 +++--
TDMR-0.3.0/TDMR/R/tdmPlotResMeta.r | 87 +++-
TDMR-0.3.0/TDMR/R/tdmPreprocUtils.r | 33 +
TDMR-0.3.0/TDMR/R/tdmROCR.r |only
TDMR-0.3.0/TDMR/R/tdmReadData.r | 19 -
TDMR-0.3.0/TDMR/R/tdmRegress.r | 69 ++-
TDMR-0.3.0/TDMR/R/tdmRegressLoop.r | 12
TDMR-0.3.0/TDMR/R/tdmSplitTestData.r | 21 -
TDMR-0.3.0/TDMR/R/tdmStartSpot.r | 24 -
TDMR-0.3.0/TDMR/R/unbiasedBestRun_O.r | 17
TDMR-0.3.0/TDMR/R/unbiasedRun.r | 67 ++-
TDMR-0.3.0/TDMR/demo/00Index | 12
TDMR-0.3.0/TDMR/demo/demo00sonar.r | 25 -
TDMR-0.3.0/TDMR/demo/demo01cpu.r | 56 +--
TDMR-0.3.0/TDMR/demo/demo02sonar.r | 39 --
TDMR-0.3.0/TDMR/demo/demo03sonar.r |only
TDMR-0.3.0/TDMR/demo/demo03sonar_B.r |only
TDMR-0.3.0/TDMR/demo/demo04cpu.r |only
TDMR-0.3.0/TDMR/demo/demo05visMeta.r |only
TDMR-0.3.0/TDMR/demo/demo06ROCR.r |only
TDMR-0.3.0/TDMR/demo/demo07cma_j.r |only
TDMR-0.3.0/TDMR/inst/demo01cpu/cpu.fin | 4
TDMR-0.3.0/TDMR/inst/demo01cpu/cpu_01.apd | 5
TDMR-0.3.0/TDMR/inst/demo01cpu/cpu_01.rda |only
TDMR-0.3.0/TDMR/inst/demo01cpu/data/cpu.Rdata |only
TDMR-0.3.0/TDMR/inst/demo01cpu/demoCpu.RData |only
TDMR-0.3.0/TDMR/inst/demo01cpu/main_cpu.r | 13
TDMR-0.3.0/TDMR/inst/demo02sonar/Rplots.pdf |only
TDMR-0.3.0/TDMR/inst/demo02sonar/data/sonar.Rdata |only
TDMR-0.3.0/TDMR/inst/demo02sonar/demo03.RData |only
TDMR-0.3.0/TDMR/inst/demo02sonar/demoSonar.RData |only
TDMR-0.3.0/TDMR/inst/demo02sonar/main_sonar.r | 5
TDMR-0.3.0/TDMR/inst/demo02sonar/script_all.R | 2
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar.fin |only
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_01.apd | 2
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_01.conf | 22 -
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_03.apd | 20 -
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_03.conf | 24 -
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_04.apd | 6
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_04.conf | 112 ------
TDMR-0.3.0/TDMR/inst/demo02sonar/sonar_05.conf |only
TDMR-0.3.0/TDMR/inst/doc/TDM-docu-Dateien |only
TDMR-0.3.0/TDMR/inst/doc/TDM-docu.html |only
TDMR-0.3.0/TDMR/inst/doc/aareadme.txt |only
TDMR-0.3.0/TDMR/inst/doc/changes.html | 410 +++++++++++-----------
TDMR-0.3.0/TDMR/inst/doc/index-Dateien |only
TDMR-0.3.0/TDMR/inst/doc/index.html | 33 +
TDMR-0.3.0/TDMR/inst/startFromSource.r |only
TDMR-0.3.0/TDMR/man/Opts.Rd |only
TDMR-0.3.0/TDMR/man/TDMR-package.Rd |only
TDMR-0.3.0/TDMR/man/bfgsTuner.Rd | 33 +
TDMR-0.3.0/TDMR/man/bind_response.Rd |only
TDMR-0.3.0/TDMR/man/cat1.Rd | 24 -
TDMR-0.3.0/TDMR/man/cat2.Rd | 24 -
TDMR-0.3.0/TDMR/man/cma_jTuner.Rd |only
TDMR-0.3.0/TDMR/man/cmaesTuner.Rd | 30 +
TDMR-0.3.0/TDMR/man/dsetTrnVa.TDMdata.Rd |only
TDMR-0.3.0/TDMR/man/lhdTuner.Rd | 38 +-
TDMR-0.3.0/TDMR/man/makeTdmRandomSeed.Rd | 44 +-
TDMR-0.3.0/TDMR/man/powellTuner.Rd | 28 +
TDMR-0.3.0/TDMR/man/print.TDMclassifier.Rd |only
TDMR-0.3.0/TDMR/man/print.TDMdata.Rd |only
TDMR-0.3.0/TDMR/man/print.TDMregressor.Rd |only
TDMR-0.3.0/TDMR/man/print1.Rd | 25 -
TDMR-0.3.0/TDMR/man/print2.Rd | 25 -
TDMR-0.3.0/TDMR/man/spotTuner.Rd | 36 +
TDMR-0.3.0/TDMR/man/tdmClassify.Rd | 164 +++++---
TDMR-0.3.0/TDMR/man/tdmClassifyLoop.Rd | 129 +++++-
TDMR-0.3.0/TDMR/man/tdmClassifySummary.Rd | 55 +-
TDMR-0.3.0/TDMR/man/tdmCompleteEval.Rd | 290 ++++++++++++---
TDMR-0.3.0/TDMR/man/tdmDefaultsFill.Rd | 82 ++--
TDMR-0.3.0/TDMR/man/tdmDispatchTuner.Rd | 49 +-
TDMR-0.3.0/TDMR/man/tdmEmbedDataFrame.Rd | 32 +
TDMR-0.3.0/TDMR/man/tdmGraAndLogFinalize.Rd | 20 -
TDMR-0.3.0/TDMR/man/tdmGraAndLogInitialize.Rd | 21 -
TDMR-0.3.0/TDMR/man/tdmGraphicCloseDev.Rd | 14
TDMR-0.3.0/TDMR/man/tdmGraphicCloseWin.Rd | 14
TDMR-0.3.0/TDMR/man/tdmGraphicInit.Rd | 19 -
TDMR-0.3.0/TDMR/man/tdmGraphicNewWin.Rd | 19 -
TDMR-0.3.0/TDMR/man/tdmMapDesApply.Rd | 41 +-
TDMR-0.3.0/TDMR/man/tdmMapDesLoad.Rd | 31 +
TDMR-0.3.0/TDMR/man/tdmMapDesSpot.Rd |only
TDMR-0.3.0/TDMR/man/tdmModConfmat.Rd | 100 +++--
TDMR-0.3.0/TDMR/man/tdmModCreateCVindex.Rd | 90 +++-
TDMR-0.3.0/TDMR/man/tdmModSortedRFimport.Rd | 95 +++--
TDMR-0.3.0/TDMR/man/tdmModVote2Target.Rd | 51 +-
TDMR-0.3.0/TDMR/man/tdmOptsDefaultsFill.Rd | 73 ++-
TDMR-0.3.0/TDMR/man/tdmOptsDefaultsSet.Rd | 341 +++++++++++-------
TDMR-0.3.0/TDMR/man/tdmParaBootstrap.Rd | 66 ++-
TDMR-0.3.0/TDMR/man/tdmPlotResMeta.Rd | 65 ++-
TDMR-0.3.0/TDMR/man/tdmPreAddMonomials.Rd | 53 +-
TDMR-0.3.0/TDMR/man/tdmPreFindConstVar.Rd | 17
TDMR-0.3.0/TDMR/man/tdmPreGroupLevels.Rd | 45 +-
TDMR-0.3.0/TDMR/man/tdmPreLevel2Target.Rd | 31 +
TDMR-0.3.0/TDMR/man/tdmPrePCA.apply.Rd |only
TDMR-0.3.0/TDMR/man/tdmPrePCA.train.Rd |only
TDMR-0.3.0/TDMR/man/tdmPreSFA.apply.Rd |only
TDMR-0.3.0/TDMR/man/tdmPreSFA.train.Rd |only
TDMR-0.3.0/TDMR/man/tdmROCR.Rd |only
TDMR-0.3.0/TDMR/man/tdmROCR.TDMclassifier.Rd |only
TDMR-0.3.0/TDMR/man/tdmROCRbase.Rd |only
TDMR-0.3.0/TDMR/man/tdmRandomSeed.Rd | 37 +
TDMR-0.3.0/TDMR/man/tdmReadData.Rd | 60 ++-
TDMR-0.3.0/TDMR/man/tdmRegress.Rd | 120 ++++--
TDMR-0.3.0/TDMR/man/tdmRegressLoop.Rd | 125 +++++-
TDMR-0.3.0/TDMR/man/tdmRegressSummary.Rd | 53 +-
TDMR-0.3.0/TDMR/man/tdmSplitTestData.Rd | 91 +++-
TDMR-0.3.0/TDMR/man/tdmStartSpot.Rd | 62 ++-
TDMR-0.3.0/TDMR/man/unbiasedBestRun_O.Rd |only
TDMR-0.3.0/TDMR/man/unbiasedRun.Rd | 172 ++++++---
TDMR-0.3.0/TDMR/source.tdm.r |only
149 files changed, 3423 insertions(+), 2083 deletions(-)
Title: Segregation measures for multitype spatial point patterns
Diff between spatialsegregation versions 2.37 dated 2012-04-08 and 2.38 dated 2012-05-10
More information about spatialsegregation at CRAN
Description: Summaries for measuring segregation/mingling in multitype
spatial point patterns with graph based neighbourhood
description. Included indices: Mingling, Shannon, Simpson
(also the non-spatial) Included functionals: Mingling, Shannon,
Simpson, ISAR, MCI. Included neighbourhoods: Geometric,
k-nearest neighbours, Gabriel, Delaunay.
Author: Tuomas Rajala
Maintainer: Tuomas Rajala
.cproject | 476 ++++++++++++++++++++++++++++++------------------------------
DESCRIPTION | 8 -
MD5 | 6
R/fun.R | 51 +++---
change.log | 2
5 files changed, 273 insertions(+), 270 deletions(-)
Permanent link
Title: Multiple Hypotheses Testing For Variable Selection
Diff between mht versions 1.1 dated 2011-03-23 and 2.00 dated 2012-05-10
Description: Multiple Hypotheses Testing For Variable Selection
Author: F.Rohart
Maintainer: F.Rohart
mht-1.1/mht/man/main-package.Rd |only
mht-1.1/mht/man/quantil-ord.Rd |only
mht-1.1/mht/man/quantiletest.Rd |only
mht-1.1/mht/src/Makevars |only
mht-1.1/mht/src/Makevars.win |only
mht-2.00/mht/DESCRIPTION | 8 -
mht-2.00/mht/MD5 |only
mht-2.00/mht/NAMESPACE | 9 +
mht-2.00/mht/R/bolassofunction.R | 55 ++++++-----
mht-2.00/mht/R/decoupdyadfunction.R | 32 +++---
mht-2.00/mht/R/predict.test.R |only
mht-2.00/mht/R/predict.test_ord.R |only
mht-2.00/mht/R/print.bolasso.R |only
mht-2.00/mht/R/print.proctest.R |only
mht-2.00/mht/R/print.proctest_ord.R |only
mht-2.00/mht/R/proc_ordfunction.R | 92 +++++++++++++++-----
mht-2.00/mht/R/procbolfunction.R | 133 ++++++++++++++++++++---------
mht-2.00/mht/R/quantil_ordfunction.R | 36 +++++--
mht-2.00/mht/R/quantileprocfinalfunction.R | 5 -
mht-2.00/mht/R/quantiletest.R | 4
mht-2.00/mht/R/refit.R |only
mht-2.00/mht/R/refit.proctest.R |only
mht-2.00/mht/R/refit.proctest_ord.R |only
mht-2.00/mht/R/zzz.R |only
mht-2.00/mht/man/bolasso.Rd | 21 ++--
mht-2.00/mht/man/decompbaseortho.Rd | 2
mht-2.00/mht/man/decoupdyad.Rd | 13 +-
mht-2.00/mht/man/mht-package.Rd |only
mht-2.00/mht/man/predict.test.Rd |only
mht-2.00/mht/man/predict.test_ord.Rd |only
mht-2.00/mht/man/proc_ord.Rd | 23 +++--
mht-2.00/mht/man/procbol.Rd | 27 +++--
mht-2.00/mht/man/quantileprocbol.Rd | 3
mht-2.00/mht/man/refit.proctest.Rd |only
mht-2.00/mht/man/refit.proctest_ord.Rd |only
mht-2.00/mht/src/mht.cpp | 17 ++-
36 files changed, 320 insertions(+), 160 deletions(-)
Title: Segmented relationships in regression models with
breakpoints/changepoints estimation
Diff between segmented versions 0.2-9.0 dated 2012-04-20 and 0.2-9.1 dated 2012-05-10
Description: Given a (generalized) linear model, segmented `updates'
the model by adding one or more segmented relationships.
Several variables with multiple breakpoints are allowed.
Author: Vito M.R. Muggeo
Maintainer: Vito M.R. Muggeo
DESCRIPTION | 11 +++---
MD5 | 30 ++++++++--------
NEWS | 13 +++++--
R/draw.history.R | 1
R/plot.segmented.R | 2 -
R/seg.control.R | 6 +--
R/seg.glm.fit.boot.r | 48 ++++++++++++++++++++++----
R/seg.glm.fit.r | 35 ++++++++++++++-----
R/seg.lm.fit.boot.r | 85 ++++++++++++++++++++++++++++++++++++++---------
R/seg.lm.fit.r | 35 +++++++++++++------
R/segmented.glm.R | 13 ++++++-
R/segmented.lm.R | 11 ++++--
man/plot.segmented.Rd | 5 +-
man/seg.control.Rd | 21 ++++++++---
man/seg.lm.fit.Rd | 15 +++++---
man/segmented-package.Rd | 23 ++++++++++--
16 files changed, 264 insertions(+), 90 deletions(-)
Title: Minimal Free Resolutions of Graph Edge Ideals
Diff between mfr versions 1.03 dated 2012-05-06 and 1.04 dated 2012-05-10
Description: Algebraic Geometry: Minimal Free Resolutions of the Edge
Ideal of a Graph
Author: David J. Marchette,
Maintainer: David J. Marchette,
DESCRIPTION | 10 +++++-----
MD5 | 6 +++---
inst/doc/edgeideals.pdf |binary
inst/doc/mfr.pdf |binary
4 files changed, 8 insertions(+), 8 deletions(-)
Title: Miscellaneous helper functions for B. Bischl.
Diff between BBmisc versions 1.0-77 dated 2012-03-17 and 1.1-125 dated 2012-05-10
Description: Miscellaneous helper functions for and from B. Bischl and
some other guys at TU Dortmund, mainly for package development.
Author: Bernd Bischl
Maintainer: Bernd Bischl
BBmisc-1.0-77/BBmisc/ChangeLog |only
BBmisc-1.1-125/BBmisc/DESCRIPTION | 17 +
BBmisc-1.1-125/BBmisc/MD5 | 105 +++++++-----
BBmisc-1.1-125/BBmisc/NAMESPACE | 7
BBmisc-1.1-125/BBmisc/NEWS |only
BBmisc-1.1-125/BBmisc/R/catf.R | 4
BBmisc-1.1-125/BBmisc/R/checkArg.R | 5
BBmisc-1.1-125/BBmisc/R/checkListElementClass.R | 7
BBmisc-1.1-125/BBmisc/R/coalesce.R | 3
BBmisc-1.1-125/BBmisc/R/collapse.R | 4
BBmisc-1.1-125/BBmisc/R/convertInteger.R | 41 ++--
BBmisc-1.1-125/BBmisc/R/directory.R | 6
BBmisc-1.1-125/BBmisc/R/extractSubList.R | 2
BBmisc-1.1-125/BBmisc/R/factor.R | 3
BBmisc-1.1-125/BBmisc/R/insert.R | 4
BBmisc-1.1-125/BBmisc/R/isExpensiveExampleOk.R | 3
BBmisc-1.1-125/BBmisc/R/isProperlyNamed.R | 5
BBmisc-1.1-125/BBmisc/R/is_error.R | 4
BBmisc-1.1-125/BBmisc/R/listToShortString.R | 3
BBmisc-1.1-125/BBmisc/R/load2.R |only
BBmisc-1.1-125/BBmisc/R/makeProgressBar.R | 128 ++++++++++-----
BBmisc-1.1-125/BBmisc/R/messagef.R | 4
BBmisc-1.1-125/BBmisc/R/namedList.R | 5
BBmisc-1.1-125/BBmisc/R/notin.R |only
BBmisc-1.1-125/BBmisc/R/parallel.R |only
BBmisc-1.1-125/BBmisc/R/printToChar.R | 2
BBmisc-1.1-125/BBmisc/R/requirePackages.R | 5
BBmisc-1.1-125/BBmisc/R/save2.R | 33 ++-
BBmisc-1.1-125/BBmisc/R/splitTime.R | 1
BBmisc-1.1-125/BBmisc/R/stopf.R | 6
BBmisc-1.1-125/BBmisc/R/stringsAsFactors.R |only
BBmisc-1.1-125/BBmisc/R/suppressAll.R | 4
BBmisc-1.1-125/BBmisc/R/system3.R |only
BBmisc-1.1-125/BBmisc/R/warningf.R | 18 +-
BBmisc-1.1-125/BBmisc/R/zzz.R |only
BBmisc-1.1-125/BBmisc/inst/tests/test_convertInteger.R | 2
BBmisc-1.1-125/BBmisc/inst/tests/test_load2_save2.R |only
BBmisc-1.1-125/BBmisc/inst/tests/test_makeProgressBar.R | 33 +++
BBmisc-1.1-125/BBmisc/inst/tests/test_nin.R |only
BBmisc-1.1-125/BBmisc/inst/tests/test_parallel.R |only
BBmisc-1.1-125/BBmisc/inst/tests/test_requirePackages.R | 14 -
BBmisc-1.1-125/BBmisc/inst/tests/test_stringsAsFactors.R |only
BBmisc-1.1-125/BBmisc/inst/tests/test_system3.R |only
BBmisc-1.1-125/BBmisc/man/cFactor.Rd | 7
BBmisc-1.1-125/BBmisc/man/checkArg.Rd | 5
BBmisc-1.1-125/BBmisc/man/checkListElementClass.Rd | 6
BBmisc-1.1-125/BBmisc/man/isDirectory.Rd | 3
BBmisc-1.1-125/BBmisc/man/isEmptyDirectory.Rd | 4
BBmisc-1.1-125/BBmisc/man/isProperlyNamed.Rd | 1
BBmisc-1.1-125/BBmisc/man/listToShortString.Rd | 5
BBmisc-1.1-125/BBmisc/man/load2.Rd |only
BBmisc-1.1-125/BBmisc/man/makeProgressBar.Rd | 62 +++++--
BBmisc-1.1-125/BBmisc/man/namedList.Rd | 4
BBmisc-1.1-125/BBmisc/man/nin.Rd |only
BBmisc-1.1-125/BBmisc/man/parallelMap.Rd |only
BBmisc-1.1-125/BBmisc/man/parallelStart.Rd |only
BBmisc-1.1-125/BBmisc/man/parallelStop.Rd |only
BBmisc-1.1-125/BBmisc/man/requirePackages.Rd | 5
BBmisc-1.1-125/BBmisc/man/save2.Rd | 6
BBmisc-1.1-125/BBmisc/man/splitTime.Rd | 6
BBmisc-1.1-125/BBmisc/man/stringsAsFactors.Rd |only
BBmisc-1.1-125/BBmisc/man/system3.Rd |only
BBmisc-1.1-125/BBmisc/man/warningf.Rd | 9 -
BBmisc-1.1-125/BBmisc/tests |only
64 files changed, 399 insertions(+), 202 deletions(-)