Title: Epidemiological tool for contact tracing.
Diff between EpiContactTrace versions 0.6.9 dated 2012-06-21 and 0.7.1 dated 2012-11-01
More information about EpiContactTrace at CRAN
Description: Routines for epidemiological contact tracing and
visualisation of network of contacts.
Author: Stefan Widgren
Maintainer: Stefan Widgren
DESCRIPTION | 12
MD5 | 75 ++--
NAMESPACE | 1
NEWS | 38 ++
R/ContactTrace.r | 6
R/Contacts.r | 10
R/EpiContactTrace-package.r | 18 -
R/in-degree.r | 137 ++++++---
R/ingoing-contact-chain.r | 135 ++++++--
R/network-structure.r | 18 -
R/network-summary.r | 225 ++++++++++++--
R/out-degree.r | 133 ++++++--
R/outgoing-contact-chain.r | 135 ++++++--
R/plot.r | 18 -
R/report.r | 30 -
R/shortest-paths.r | 8
R/show.r | 16 -
R/trace.R | 546 +++++++++++++-----------------------
inst/Sweave/speak-html.rnw | 432 ++++++++++++++--------------
inst/tests/data/movements7.rda |only
inst/tests/test-trace.R | 282 +++++++++++++++++-
man/ContactTrace-class.Rd | 6
man/Contacts-class.Rd | 8
man/EpiContactTrace-package.Rd | 12
man/InDegree-methods.Rd | 74 +++-
man/IngoingContactChain-methods.Rd | 72 +++-
man/NetworkStructure-methods.Rd | 4
man/NetworkSummary-methods.Rd | 58 ++-
man/OutDegree-methods.Rd | 75 +++-
man/OutgoingContactChain-methods.Rd | 71 +++-
man/Report-methods.Rd | 24 -
man/ShortestPaths-methods.Rd | 4
man/Trace.Rd | 14
man/TraceDateInterval.Rd | 23 -
man/plot-methods.Rd | 6
man/show-methods.Rd | 4
man/transfers.Rd | 6
src |only
38 files changed, 1692 insertions(+), 1044 deletions(-)
Permanent link
Title: Air Quality Data of Switzerland for one year in 30 min
Resolution
Diff between SwissAir versions 1.1.2 dated 2012-10-30 and 1.1.4 dated 2012-11-01
Description: Ozone, NOx (= Sum of Nitrogenmonoxide and
Nitrogendioxide), Nitrogenmonoxide, ambient temperature, dew
point, wind speed and wind direction at 3 sites around lake of
Lucerne in Central Switzerland in 30 min time resolution for
year 2004.
Author: Rene Locher
Maintainer: Rene Locher
ChangeLog | 13 ++++++++++++-
DESCRIPTION | 11 ++++++-----
MD5 | 10 +++++-----
NAMESPACE | 6 +++---
data/AirQual.rda |binary
man/AirQual.Rd | 1 -
6 files changed, 26 insertions(+), 15 deletions(-)
Title: Isopam (Clustering)
Diff between isopam versions 0.9-10 dated 2010-10-23 and 0.9-12 dated 2012-11-01
Description: Isopam clustering algorithm and utilities. Isopam
optimizes clusters and optionally cluster numbers in a brute
force style and aims at an optimum separation by all or some
descriptors (typically species).
Author: Sebastian Schmidtlein
Maintainer: Sebastian Schmidtlein
isopam-0.9-10/isopam/man/isotab.rd |only
isopam-0.9-12/isopam/DESCRIPTION | 12 ++++++------
isopam-0.9-12/isopam/MD5 |only
isopam-0.9-12/isopam/NAMESPACE |only
isopam-0.9-12/isopam/R/isopam.R | 24 ++++++++++++------------
isopam-0.9-12/isopam/R/isotab.R | 1 -
isopam-0.9-12/isopam/inst |only
isopam-0.9-12/isopam/isopam-Ex.R |only
isopam-0.9-12/isopam/man/isopam.Rd | 31 ++++++++++++++++---------------
isopam-0.9-12/isopam/man/isotab.Rd |only
10 files changed, 34 insertions(+), 34 deletions(-)
Title: A S3 class for vectors of 64bit integers
Diff between bit64 versions 0.9-1 dated 2012-10-24 and 0.9-2 dated 2012-11-01
Description: Package 'bit64' provides serializable S3 atomic 64bit
(signed) integers that can be used in vectors, matrices, arrays
and data.frames. Methods are available for coercion from and to
logicals, integers, doubles, characters and factors as well as
many elementwise and summary functions. Many fast algorithmic
operations such as 'match' and 'order' support interactive data
exploration and manipulation and optionally leverage caching.
Author: Jens Oehlschlägel
Maintainer: Jens Oehlschlägel
bit64-0.9-1/bit64/src/timing.c |only
bit64-0.9-1/bit64/src/timing.h |only
bit64-0.9-2/bit64/DESCRIPTION | 8 ++---
bit64-0.9-2/bit64/MD5 | 14 ++++-----
bit64-0.9-2/bit64/NEWS | 12 ++++++++
bit64-0.9-2/bit64/R/highlevel64.R | 54 +++++++++++++++++++++++++++-----------
bit64-0.9-2/bit64/bit64-Ex.R | 4 +-
bit64-0.9-2/bit64/src/hash64.c | 2 -
bit64-0.9-2/bit64/src/sort64.h | 2 -
9 files changed, 65 insertions(+), 31 deletions(-)
Title: pls regression with backward selection of predictors
Diff between autopls versions 1.1 dated 2012-10-23 and 1.2-2 dated 2012-11-01
Description: An extension of the pls package with automated backward
selection of predictors
Author: Sebastian Schmidtlein, with contributions from Carsten
Oldenburg and Hannes Feilhauer
Maintainer: Sebastian Schmidtlein
DESCRIPTION | 8
MD5 | 40 -
R/autopls.R | 1008 ++++++++++++++++++++++++++++---------------------
R/autoplsVAL.R | 5
R/extract.autopls.R | 40 -
R/plot.autopls.R | 177 +++++++-
R/predict.autopls.R | 1
R/prepro.R | 24 -
R/summaries.R | 197 +++++----
man/autopls.Rd | 118 +++--
man/autoplsVAL.Rd | 6
man/extract.autopls.Rd | 6
man/plot.autopls.Rd | 12
man/postprocessing.Rd | 6
man/predict.autopls.Rd | 9
man/predict.slim.rd | 6
man/prepro.Rd | 2
man/reset.Rd | 12
man/set.iter.Rd | 8
man/set.lv.Rd | 8
man/summary.autopls.Rd | 6
21 files changed, 1019 insertions(+), 680 deletions(-)
Title: Adaptive Management of Epidemiological Interventions
Diff between amei versions 1.0-4 dated 2010-07-30 and 1.0-5 dated 2012-11-01
Description: This package provides a flexible statistical framework for
generating optimal epidemiological interventions that are
designed to minimize the total expected cost of an emerging
epidemic while simultaneously propagating uncertainty regarding
underlying disease parameters through to the decision process
via Bayesian posterior inference. The strategies produced
through this framework are adaptive: vaccination schedules are
iteratively adjusted to reflect the anticipated trajectory of
the epidemic given the current population state and updated
parameter estimates.
Author: Daniel Merl
Maintainer: Robert B. Gramacy
amei-1.0-4/amei/R/zzz.R |only
amei-1.0-4/amei/inst/doc/.tex |only
amei-1.0-4/amei/inst/doc/jss.bst |only
amei-1.0-4/amei/inst/doc/jss.cls |only
amei-1.0-4/amei/src/main.c |only
amei-1.0-5/amei/ChangeLog | 7 +++++++
amei-1.0-5/amei/DESCRIPTION | 14 +++++++-------
amei-1.0-5/amei/MD5 |only
amei-1.0-5/amei/NAMESPACE |only
amei-1.0-5/amei/R/manage.R | 2 +-
amei-1.0-5/amei/inst/doc/amei.pdf |binary
amei-1.0-5/amei/man/MCepi.Rd | 6 +++---
amei-1.0-5/amei/man/MCmanage.Rd | 18 ++++++++++++------
amei-1.0-5/amei/man/amei-internal.Rd | 3 ---
amei-1.0-5/amei/man/amei-package.Rd | 8 ++++----
amei-1.0-5/amei/man/epistep.Rd | 6 +++---
amei-1.0-5/amei/man/getcost.Rd | 6 +++---
amei-1.0-5/amei/man/getpolicy.Rd | 6 +++---
amei-1.0-5/amei/man/manage.Rd | 6 +++---
amei-1.0-5/amei/man/optvac.Rd | 6 +++---
amei-1.0-5/amei/man/plot.epiman.Rd | 6 +++---
amei-1.0-5/amei/man/plot.optvac.Rd | 6 +++---
amei-1.0-5/amei/man/print.Rd | 6 +++---
23 files changed, 58 insertions(+), 48 deletions(-)
Title: adegenet: an R package for the exploratory analysis of genetic
and genomic data.
Diff between adegenet versions 1.3-4 dated 2012-01-18 and 1.3-5 dated 2012-11-01
Description: Classes and functions for genetic data analysis within the
multivariate framework.
Author: Thibaut Jombart
Maintainer: Thibaut Jombart
ChangeLog | 32 +
DESCRIPTION | 23 -
MD5 | 114 +++----
NAMESPACE | 6
R/auxil.R | 48 ++
R/chooseCN.R | 6
R/dapc.R | 28 -
R/find.clust.R | 12
R/fstat.R | 46 +-
R/gengraph.R |only
R/glFunctions.R | 2
R/glHandle.R | 10
R/glPlot.R | 2
R/glSim.R | 9
R/gstat.randtest.R | 76 ++--
R/handling.R | 2
R/haploGen.R | 166 +++++++---
R/import.R | 132 +++++++-
R/loadingplot.R | 4
R/monmonier.R | 8
R/seqTrack.R | 98 +++++-
R/simOutbreak.R |only
R/spca.R | 12
R/zzz.R | 16
data/H3N2.RData |binary
data/dapcIllus.RData |binary
data/eHGDP.RData |binary
data/microbov.RData |binary
data/nancycats.RData |binary
data/rupica.RData |binary
data/sim2pop.RData |binary
data/spcaIllus.RData |binary
inst/doc/adegenet-basics.pdf |binary
inst/doc/adegenet-dapc.pdf |binary
inst/doc/adegenet-genomics.Rnw | 133 +++++---
inst/doc/adegenet-genomics.pdf |binary
inst/doc/adegenet-spca.pdf |binary
man/adegenet.package.Rd | 4
man/auxil.Rd | 61 +++
man/dapcGraphics.Rd | 3
man/dist.genpop.Rd | 14
man/fasta2DNAbin.Rd |only
man/fasta2genlight.Rd | 7
man/fstat.Rd | 16
man/gengraph.Rd |only
man/genlight.Rd | 4
man/glSim.Rd | 5
man/gstat.randtest.Rd | 3
man/haploGen.Rd | 98 +++---
man/read.snp.Rd | 3
man/seploc.Rd | 2
man/seppop.Rd | 3
man/seqTrack.Rd | 93 +++--
src/GLfunctions.c | 2
src/sharedAll.c | 2
src/snpbin.c | 577 ++++++++++++++++++------------------
vignettes/Robjects/x.dapc1.RData |only
vignettes/Robjects/x.genlight.RData |only
vignettes/Robjects/x.snpbin.RData |only
vignettes/adegenet-genomics.Rnw | 133 +++++---
vignettes/loadingplotGL.png |binary
vignettes/loadingplotGLzoom.png |only
62 files changed, 1266 insertions(+), 749 deletions(-)
Title: Topographic and Geologic Mapping
Diff between GEOmap versions 1.6-06 dated 2012-07-02 and 1.6-09 dated 2012-11-01
Description: Set of routines for making Map Projections (forward and
inverse), Topographic Maps, Perspective plots, Geological Maps,
geological map symbols, geological databases, interactive
plotting and selection of focus regions.
Author: Jonathan M. Lees
Maintainer: Jonathan M. Lees
GEOmap-1.6-06/GEOmap/inst/doc/Plates.gmt |only
GEOmap-1.6-06/GEOmap/inst/doc/Volc_points.LLZ |only
GEOmap-1.6-06/GEOmap/inst/doc/coso_sta.LLZ |only
GEOmap-1.6-06/GEOmap/inst/doc/japan.eng |only
GEOmap-1.6-06/GEOmap/inst/doc/newFUJIstation.LLZ |only
GEOmap-1.6-06/GEOmap/inst/doc/wu_coso.vel |only
GEOmap-1.6-09/GEOmap/DESCRIPTION | 8 +++---
GEOmap-1.6-09/GEOmap/MD5 | 29 ++++++++++++-----------
GEOmap-1.6-09/GEOmap/R/plotGEOmapXY.R | 2 -
GEOmap-1.6-09/GEOmap/R/rose.R |only
GEOmap-1.6-09/GEOmap/inst/doc/GEOmap.Rnw | 21 +++++++++++-----
GEOmap-1.6-09/GEOmap/inst/doc/GEOmap.pdf |binary
GEOmap-1.6-09/GEOmap/man/DOTOPOMAPI.Rd | 8 +++---
GEOmap-1.6-09/GEOmap/man/GEOTOPO.Rd | 4 +++
GEOmap-1.6-09/GEOmap/man/GEOmap-package.Rd | 4 +--
GEOmap-1.6-09/GEOmap/man/rose.Rd |only
GEOmap-1.6-09/GEOmap/vignettes |only
17 files changed, 45 insertions(+), 31 deletions(-)
Title: Computing the noncentrality parameter of the noncentral F
distribution
Diff between fpow versions 0.0-1 dated 2009-03-01 and 0.0-2 dated 2012-11-01
Description: Returns the noncentrality parameter of the noncentral F
distribution if probability of type I and type II error,
degrees of freedom of the numerator and the denominator are
given. It may be useful for computing minimal detectable
differences for general ANOVA models. This program is
documented in the paper of A. Baharev, S. Kemeny, On the
computation of the noncentral F and noncentral beta
distribution; Statistics and Computing, 2008, 18 (3), 333-340.
Author: Ali Baharev
Maintainer: Ali Baharev
fpow-0.0-1/fpow/R/ncparam.R |only
fpow-0.0-1/fpow/man/ncparam.Rd |only
fpow-0.0-2/fpow/DESCRIPTION | 39 +++++++++++++++++++--------------------
fpow-0.0-2/fpow/MD5 |only
fpow-0.0-2/fpow/NAMESPACE |only
fpow-0.0-2/fpow/R/ncparamF.R |only
fpow-0.0-2/fpow/R/zzz.R | 2 +-
fpow-0.0-2/fpow/man/ncparamF.Rd |only
fpow-0.0-2/fpow/src/fpow.c | 22 ++--------------------
9 files changed, 22 insertions(+), 41 deletions(-)
Title: Tools for using fonts
Diff between extrafont versions 0.11 dated 2012-08-24 and 0.12 dated 2012-11-01
Description: Tools to using fonts other than the standard PostScript
fonts. This package makes it easy to use system TrueType fonts
and with PDF or PostScript output files, and with bitmap output
files in Windows. extrafont can also be used with fonts
packaged specifically to be used with, such as the fontcm
package, which has Computer Modern PostScript fonts with math
symbols. See https://github.com/wch/extrafont for instructions
and examples.
Author: Winston Chang
Maintainer: Winston Chang
extrafont-0.11/extrafont/Arialz-embed.pdf |only
extrafont-0.11/extrafont/Arialz.pdf |only
extrafont-0.11/extrafont/CMz-embed.pdf |only
extrafont-0.11/extrafont/CMz.pdf |only
extrafont-0.11/extrafont/ComicSans-embed.pdf |only
extrafont-0.11/extrafont/ComicSans.pdf |only
extrafont-0.11/extrafont/Garamond-embed.pdf |only
extrafont-0.11/extrafont/Garamond.pdf |only
extrafont-0.11/extrafont/Georgia-embed.pdf |only
extrafont-0.11/extrafont/Georgia.pdf |only
extrafont-0.11/extrafont/Helveticaz-embed.pdf |only
extrafont-0.11/extrafont/Helveticaz.pdf |only
extrafont-0.11/extrafont/compiletest.r |only
extrafont-0.11/extrafont/extrafont.sublime-project |only
extrafont-0.11/extrafont/extrafont.sublime-workspace |only
extrafont-0.11/extrafont/fontcm-embed.pdf |only
extrafont-0.11/extrafont/fontcm.pdf |only
extrafont-0.11/extrafont/fonttest-embed.pdf |only
extrafont-0.11/extrafont/fonttest.pdf |only
extrafont-0.11/extrafont/testcode.r |only
extrafont-0.12/extrafont/DESCRIPTION | 6
extrafont-0.12/extrafont/MD5 | 30 ---
extrafont-0.12/extrafont/NEWS | 16 +-
extrafont-0.12/extrafont/R/truetype.r | 14 +
extrafont-0.12/extrafont/R/utils.r | 2
extrafont-0.12/extrafont/README.md | 149 +++++++++++--------
26 files changed, 126 insertions(+), 91 deletions(-)
Title: Sudoku Puzzle Generator and Solver
Diff between sudoku versions 2.2 dated 2009-02-03 and 2.4 dated 2012-11-01
Description: Generates, plays, and solves Sudoku puzzles. The GUI
playSudoku() needs package "tkrplot" if you are not on Windows.
Author: David Brahm
Maintainer: David Brahm
DESCRIPTION | 20 +++++++++++---------
MD5 |only
NAMESPACE |only
R/playSudoku.R | 2 +-
4 files changed, 12 insertions(+), 10 deletions(-)
Title: Various programming utilities
Diff between R.utils versions 1.16.2 dated 2012-09-13 and 1.18.0 dated 2012-11-01
Description: This package provides utility classes and methods useful
when programming in R and developing R packages.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson
DESCRIPTION | 12 -
MD5 | 85 ++++++------
R/999.NonDocumentedObjects.R | 1
R/Arguments.R | 244 ++++++++++++++++++++++++++++++-----
R/createLink.R | 52 +++++++
R/createWindowsShortcut.R | 13 +
R/evalWithTimeout.R | 16 ++
R/filePath.R | 109 +++++++++------
R/findFiles.R | 4
R/insert.R | 13 +
R/loadObject.R | 1
R/mkdirs.R | 16 +-
R/readWindowsShellLink.R |only
R/readWindowsShortcut.R | 11 +
R/toCamelCase.R | 59 +++++++-
R/whichVector.R | 27 +++
incl/FileProgressBar.Rex | 2
incl/ProgressBar.Rex | 6
incl/TextStatusBar.Rex | 6
incl/createFileAtomically.Rex | 41 +++--
incl/createWindowsShortcut.Rex | 23 ++-
incl/insert.Rex | 8 +
incl/pushTemporaryFile.Rex | 3
incl/readWindowsShellLink.Rex |only
incl/toCamelCase.Rex | 6
incl/whichVector.Rex | 2
inst/NEWS | 72 ++++++++++
inst/data-ex/NEWS.LNK |only
man/Arguments.Rd | 1
man/FileProgressBar.Rd | 2
man/Non-documented_objects.Rd | 1
man/ProgressBar.Rd | 6
man/TextStatusBar.Rd | 6
man/createFileAtomically.Rd | 41 +++--
man/createLink.Rd | 4
man/createWindowsShortcut.Rd | 23 ++-
man/evalWithTimeout.Rd | 8 +
man/filePath.Rd | 7 -
man/getFilename.Arguments.Rd |only
man/getWritablePathname.Arguments.Rd | 18 ++
man/insert.Rd | 12 +
man/pushTemporaryFile.Rd | 3
man/readWindowsShellLink.Rd |only
man/toCamelCase.Rd | 10 +
man/whichVector.logical.Rd | 25 ++-
tests/evalWithTimeout.R |only
tests/toCamelCase.R |only
47 files changed, 765 insertions(+), 234 deletions(-)
Title: Running MLwiN from within R
Diff between R2MLwiN versions 0.1-0 dated 2012-09-07 and 0.1-1 dated 2012-11-01
Description: R2MLwiN is an R command interface to the MLwiN multilevel
modelling software package, allowing users to fit multilevel
models using MLwiN from within the R environment.
Author: Zhengzheng Zhang, Chris Charlton, Richard Parker, George
Leckie, William Browne
Maintainer: Zhengzheng Zhang
DESCRIPTION | 27 ++++-----
MD5 | 83 ++++++++++++++++--------------
NAMESPACE | 3 +
NEWS |only
R/MacroScript1.R | 60 +++++++++++++++++++++
R/MacroScript2.R | 8 +-
R/mlwinfitIGLS.R |only
R/mlwinfitMCMC.R |only
R/runMLwiN.R | 134 +++++++++++++++++++++++++++++++++----------------
demo/Chapter02.R | 2
demo/Chapter03.R | 6 +-
demo/Chapter04.R | 14 ++---
demo/Chapter05.R | 14 ++---
demo/Chapter06.R | 12 ++--
demo/Chapter07.R | 4 -
demo/Chapter08.R | 4 -
demo/Chapter09.R | 32 +++++------
demo/Chapter10.R | 31 +++++------
demo/Chapter11.R | 12 ++--
demo/Chapter12.R | 18 +++---
demo/Chapter13.R | 8 +-
demo/Chapter15.R | 10 +--
demo/Chapter16.R | 2
demo/Chapter17.R | 6 +-
demo/Chapter18.R | 4 -
demo/Chapter19.R | 6 +-
demo/Chapter20.R | 20 +++----
demo/Chapter21.R | 16 ++---
demo/Chapter22.R | 6 +-
demo/Chapter23.R | 18 +++---
demo/Chapter24.R | 20 +++----
demo/Chapter25.R | 14 ++---
man/MacroScript1.Rd | 16 +++--
man/MacroScript2.Rd | 40 +++++++-------
man/R2MLwiN-package.Rd | 4 -
man/caterpillar.Rd | 8 +-
man/caterpillarR.Rd | 4 -
man/mlwinfitIGLS.Rd |only
man/mlwinfitMCMC.Rd |only
man/predLines1.Rd | 8 +-
man/predLines2.Rd | 12 ++--
man/predLines3.Rd | 2
man/runMLwiN.Rd | 10 ++-
man/sixway.Rd | 2
man/trajectories.Rd | 2
45 files changed, 410 insertions(+), 292 deletions(-)
Title: Logistic Joinpoint Regression
Diff between ljr versions 1.2-2 dated 2009-05-05 and 1.3-0 dated 2012-11-01
Description: Fits and tests logistic joinpoint models.
Author: Michal Czajkowski, Ryan Gill, Greg Rempala
Maintainer: Ryan Gill
ljr-1.2-2/ljr/R/firstlib.R |only
ljr-1.2-2/ljr/data/kcm.txt |only
ljr-1.3-0/ljr/DESCRIPTION | 10 +++++-----
ljr-1.3-0/ljr/MD5 |only
ljr-1.3-0/ljr/NAMESPACE |only
ljr-1.3-0/ljr/R/onAttach.R |only
ljr-1.3-0/ljr/data/kcm.txt.gz |only
7 files changed, 5 insertions(+), 5 deletions(-)
Title: Argos locations filter
Diff between argosfilter versions 0.62 dated 2010-04-11 and 0.63 dated 2012-11-01
Description: Functions to filters animal satellite tracking data
obtained from Argos. It is especially indicated for telemetry
studies of marine animals, where Argos locations are
predominantly of low-quality.
Author: Carla Freitas
Maintainer: Carla Freitas
DESCRIPTION | 10 +++++-----
MD5 |only
NAMESPACE |only
man/argosfilter-package.Rd | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-07-02 1.05
2011-05-19 1.04
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-04-11 1.1
2009-07-30 1.0-3
2009-04-23 1.0-2
2009-03-20 1.0-1
2009-02-16 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-07-24 1.4
2010-06-19 1.3
2010-06-05 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-11 1.34
2010-04-29 1.33
2010-04-27 1.32
2008-11-16 1.31
2008-07-05 1.3
2008-06-09 1.2
2008-06-09 1.21
2008-06-08 1.1
2008-06-06 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-10-20 0.0-8-7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-06-25 0.1.1
2008-06-09 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-27 1.0.6
2007-01-26 1.0.5
Title: Interface to the XGobi and XGvis programs for graphical data
analysis
Diff between xgobi versions 1.2-14 dated 2009-02-16 and 1.2-15 dated 2012-11-01
Description: Interface to the XGobi and XGvis programs for graphical
data analysis.
Author: Martin Maechler, originally packaged for R by Kurt Hornik
Maintainer: Martin Maechler
xgobi-1.2-14/xgobi/data/PaulKAI.R |only
xgobi-1.2-14/xgobi/data/laser.tab |only
xgobi-1.2-14/xgobi/data/morsecodes.R |only
xgobi-1.2-15/xgobi/ChangeLog | 8 ++++++++
xgobi-1.2-15/xgobi/DESCRIPTION | 32 +++++++++++++++++---------------
xgobi-1.2-15/xgobi/LICENCE |only
xgobi-1.2-15/xgobi/MD5 |only
xgobi-1.2-15/xgobi/NAMESPACE |only
xgobi-1.2-15/xgobi/R/quadplot.R | 2 +-
xgobi-1.2-15/xgobi/R/xgvis.R | 14 +++++++-------
xgobi-1.2-15/xgobi/data/PaulKAI.rda |only
xgobi-1.2-15/xgobi/data/laser.tab.gz |only
xgobi-1.2-15/xgobi/data/morsecodes.rda |only
xgobi-1.2-15/xgobi/man/xgobi.Rd | 2 +-
14 files changed, 34 insertions(+), 24 deletions(-)
Title: Data sets included in Utts and Heckard's Mind on Statistics
Diff between MindOnStats versions 0.5 dated 2011-09-12 and 0.8 dated 2012-11-01
Description: 46 data sets that were imported using read.table() where
appropriate but more commonly after converting to a csv file
for importing via read.csv().
Author: Jonathan Godfrey
Maintainer: Jonathan Godfrey
DESCRIPTION | 11 +-
MD5 | 177 ++++++++++++++++++++++----------------------
NAMESPACE |only
data/BMI.rda |binary
data/Batteries.rda |binary
data/Beans.rda |binary
data/BearsFemale.rda |binary
data/Bike.rda |binary
data/CEOData.rda |binary
data/Carpark.rda |binary
data/Cash5.rda |binary
data/Cereals.rda |binary
data/Ch4Heights.rda |binary
data/Cholest.rda |binary
data/ChugTime.rda |binary
data/Curiosity.rda |binary
data/Deprived.rda |binary
data/EggCrush.rda |binary
data/Falcon.rda |binary
data/Fantasy5.99.rda |binary
data/Fantasy5.rda |binary
data/Fashion.rda |binary
data/Fish.rda |binary
data/GSS93.rda |binary
data/GSS93Samp.rda |binary
data/GoGoGo.rda |binary
data/HandHeight.rda |binary
data/HappyFace.rda |binary
data/HeightFoot.rda |binary
data/HoldingBreath.rda |binary
data/HumTemp.rda |binary
data/IdealWt.rda |binary
data/IdealWtMen.rda |binary
data/IdealWtWomen.rda |binary
data/Letters.rda |binary
data/Lifts.rda |binary
data/Mobiles.rda |binary
data/Movies.rda |binary
data/MusicCDs.rda |binary
data/PaperPlanes.rda |binary
data/PennState1.rda |binary
data/PennState1F.rda |binary
data/PennState1M.rda |binary
data/PennState2.rda |binary
data/PennState3.rda |binary
data/PennState4.rda |binary
data/PennState5.rda |binary
data/PerHouse.rda |binary
data/Physical.rda |binary
data/PopSong.rda |binary
data/ProfBooks.rda |binary
data/PulseMarch.rda |binary
data/Rainfall.rda |binary
data/Reflexes.rda |binary
data/RollingFriction.rda |binary
data/SATS98.rda |binary
data/SignDist.rda |binary
data/SleepStudy.rda |binary
data/SpeedLimit.rda |binary
data/Temperature.rda |binary
data/Textbooks.rda |binary
data/TimePerception.rda |binary
data/TurkeyPop.rda |binary
data/UCDWomHt.rda |binary
data/UCDavis1.rda |binary
data/UCDavis1F.rda |binary
data/UCDavis1M.rda |binary
data/UCDavis2.rda |binary
data/UCDch5.rda |binary
data/VarianceOfStrength.rda |binary
data/VisualAcuity.rda |binary
data/WatchOut.rda |binary
data/WtHeightM.rda |binary
data/YouthRisk.rda |binary
doc/APCode/Ch0.R | 44 +++-------
doc/APCode/Ch1.R | 8 -
doc/APCode/Ch10.R | 29 ++-----
doc/APCode/Ch11.R | 86 +++++++--------------
doc/APCode/Ch12.R | 23 ++---
doc/APCode/Ch13.R | 5 -
doc/APCode/Ch14.R | 20 +---
doc/APCode/Ch2.R | 26 ++----
doc/APCode/Ch3.R | 98 ++++++++----------------
doc/APCode/Ch4.R | 56 ++++---------
doc/APCode/Ch5.R | 44 +++-------
doc/APCode/Ch6.R | 47 ++++-------
doc/APCode/Ch7.R | 23 ++---
doc/APCode/Ch8.R | 92 +++++++---------------
doc/APCode/Ch9.R | 80 ++++++-------------
man/MindOnStats-package.Rd | 4
90 files changed, 345 insertions(+), 528 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-07-24 0.11
2005-08-12 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-12-14 1.01
2007-04-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-04-24 0.1-2
2011-04-11 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-08-20 1.1-2
2008-08-14 1.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-10-19 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-03-21 1.0-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-01-14 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-02-06 1.3-0
2009-07-18 1.2-0
2009-06-26 1.1
2008-05-05 1.0-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-18 1.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-08-04 1.4.1
2011-04-05 1.4
2011-02-23 1.3
2010-08-18 1.2
2010-07-29 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-04-11 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-05-18 1.1
2007-10-16 0.1
2007-07-28 0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-02-08 1.1
2011-02-08 1.2
2011-01-31 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-03-17 0.0.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-04-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-06-16 1.0-5
2007-10-27 1.0-4
2002-04-23 1.0-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2003-12-04 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-07-25 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-02-26 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-05-29 1.0-4
2007-02-15 1.0-2
Title: Tweedie exponential family models
Diff between tweedie versions 2.1.3 dated 2012-09-24 and 2.1.5 dated 2012-11-01
Description: Maximum likelihood computations for Tweedie families.
Author: Peter K Dunn
Maintainer: Peter K Dunn
CHANGE.log | 8 ++++++++
DESCRIPTION | 8 ++++----
MD5 | 8 ++++----
R/tweedie.R | 12 ++++++++++--
man/tweedie-package.Rd | 8 ++++----
5 files changed, 30 insertions(+), 14 deletions(-)
Title: Functions for Acceptance Sampling Ideas originated by H.F. Dodge
Diff between Dodge versions 0.6 dated 2012-03-14 and 0.7 dated 2012-11-01
Description: Various sampling plans are able to be compared using
evaluations of their OC, AOQ, ATI etc.
Author: Jonathan Godfrey and Raj Govindaraju
Maintainer: Jonathan Godfrey
DESCRIPTION | 15 +++++++++------
MD5 | 26 +++++++++++++-------------
R/VSP.r | 6 ++----
man/ChainSamplingPlans.Rd | 3 ---
man/CurtASN.Rd | 6 ------
man/Dodge-package.Rd | 9 ++-------
man/DoubleSamplingPlans.Rd | 6 ------
man/LSP.Rd | 6 ------
man/SeqDesign.Rd | 20 ++------------------
man/Sequential.Rd | 9 ---------
man/SingleSamplingPlanDesign.Rd | 3 ---
man/SingleSamplingPlans.Rd | 6 ------
man/VSPDesign.Rd | 9 ---------
man/VariableSamplingPlans.Rd | 20 ++++----------------
14 files changed, 32 insertions(+), 112 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-05-10 1.03
2010-02-08 1.02
2009-11-06 1.01
2009-07-30 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-02-10 1.2
2011-01-21 1.1
2011-01-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-01-07 1.03
2009-02-18 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-04-28 1.1
2008-12-06 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-02-18 1.0-3.1
2009-11-27 1.0-3
2009-02-23 1.0-2.1
2006-02-08 1.0-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-03-27 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-30 1.1-1
2006-08-08 1.1-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-06-10 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-09-17 1.6-8
2011-03-12 1.6-7
2010-09-23 1.6-6
2010-07-26 1.6-5
2010-05-28 1.6-4
2010-05-06 1.6-3
2010-03-02 1.6-1
2010-02-16 1.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-09-06 1.3
2010-08-27 1.2
2008-04-29 1.1
2008-04-23 1.0