Title: Xiaobei's miscellaneous classes and functions
Description: This is Xiaobei's miscellaneous classes and functions useful when
developing R packages, particularly for OOP using R Reference Class.
Author: Xiaobei Zhao [aut, cre, cph]
Maintainer: Xiaobei Zhao
Diff between Xmisc versions 0.0.10 dated 2014-06-16 and 0.1.0 dated 2014-08-04
DESCRIPTION | 12 ++-- MD5 | 12 +++- NEWS |only R/util.R | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- inst |only man/dfsort.Rd |only man/dfsplit.Rd |only man/raw_input.Rd | 2 man/stampmsg.Rd |only man/vconcat.Rd |only 10 files changed, 159 insertions(+), 12 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-08-02 0.0.1
Title: an R interface to figshare.com.
Description: an R interface to figshare.com.
Author: Carl Boettiger [aut, cre],
Scott Chamberlain [aut],
Karthik Ram [aut],
Edmund Hart [aut]
Maintainer: Carl Boettiger
Diff between rfigshare versions 0.3.5 dated 2014-07-18 and 0.3.6 dated 2014-08-04
DESCRIPTION | 6 +- MD5 | 12 ++-- NEWS | 38 ++++++++++++++ README.md | 133 +++++++++++++++++++++------------------------------ inst/doc/README.Rmd | 14 ++--- inst/doc/README.html | 37 ++++++-------- vignettes/README.Rmd | 14 ++--- 7 files changed, 133 insertions(+), 121 deletions(-)
Title: Discovering multiple, statistically-equivalent signatures
Description: Feature selection methods for identifying minimal, statistically-equivalent and equally-predictive feature subsets. MXM stands for "Mens eX Machina", meaning "Mind from the Machine" in Latin.
Author: Ioannis Tsamardinos, Vincenzo Lagani, Giorgos Borboudakis, Giorgos Athineou
Maintainer: Giorgos Athineou
Diff between MXM versions 0.2 dated 2014-08-01 and 0.2.1 dated 2014-08-04
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/SES.R | 2 +- man/MXM-package.Rd | 4 ++-- src/fisherUV.f95 | 4 +++- 5 files changed, 13 insertions(+), 11 deletions(-)
Title: "Hit and Run" method for sampling uniformly from convex shapes.
Description: This package provides an implementation of the "Hit and Run" method for sampling uniformly from convex shapes. It further provides specialized implementation for sampling normalized weights with arbitrary linear constraints.
Author: Gert van Valkenhoef, Tommi Tervonen
Maintainer: Gert van Valkenhoef
Diff between hitandrun versions 0.4-1 dated 2014-01-14 and 0.4-2 dated 2014-08-04
hitandrun-0.4-1/hitandrun/tests/crash.R |only hitandrun-0.4-2/hitandrun/DESCRIPTION | 12 ++-- hitandrun-0.4-2/hitandrun/MD5 | 38 ++++++++------- hitandrun-0.4-2/hitandrun/NAMESPACE | 3 - hitandrun-0.4-2/hitandrun/NEWS | 30 +++++++++++ hitandrun-0.4-2/hitandrun/R/constraint.R | 6 -- hitandrun-0.4-2/hitandrun/R/hitandrun.R | 20 +++++-- hitandrun-0.4-2/hitandrun/R/sample.R | 43 ++++------------- hitandrun-0.4-2/hitandrun/R/transformSimplex.R | 6 +- hitandrun-0.4-2/hitandrun/man/eliminateRedundant.Rd |only hitandrun-0.4-2/hitandrun/man/har-constraint.Rd | 2 hitandrun-0.4-2/hitandrun/man/hitandrun-package.Rd | 1 hitandrun-0.4-2/hitandrun/man/hitandrun.Rd | 13 ++--- hitandrun-0.4-2/hitandrun/src/Makevars | 2 hitandrun-0.4-2/hitandrun/src/bbReject.c | 42 ++++++++++++---- hitandrun-0.4-2/hitandrun/src/har.c | 48 ++++++++++++------- hitandrun-0.4-2/hitandrun/src/har.h | 39 +++++---------- hitandrun-0.4-2/hitandrun/src/hypersphereSample.c |only hitandrun-0.4-2/hitandrun/src/randDir.c | 16 ------ hitandrun-0.4-2/hitandrun/src/simplexSample.c | 15 ++++- hitandrun-0.4-2/hitandrun/tests/degenerate.R |only hitandrun-0.4-2/hitandrun/tests/transform.R |only hitandrun-0.4-2/hitandrun/tests/transformSeedPoint.R |only 23 files changed, 193 insertions(+), 143 deletions(-)
Title: Extra functions to cut, label and colour dendrogram clusters
Description: This package provides extra functions to manipulate dendrograms
that build on the base functions provided by the stats package. The main
functionality it is designed to add is the ability to colour all the edges
in an object of class dendrogram according to cluster membership i.e. each
subtree is coloured, not just the terminal leaves. In addition it provides
some utility functions to cut dendrogram and hclust objects and to set/get
labels.
Author: Gregory Jefferis
Maintainer: Gregory Jefferis
Diff between dendroextras versions 0.2 dated 2014-06-08 and 0.2.1 dated 2014-08-04
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- NEWS | 6 +++++- R/colour_clusters.R | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-)
Title: Analysis of Factorial Experiments
Description: Provides convenience functions for analyzing factorial experiments
using ANOVA or mixed-models. ez.glm() and aov.car() allow convenient
calculation of between, within (i.e., repeated-measures), or mixed
between-within (i.e., split-plot) ANOVAs for data in the long format (i.e.,
one observation per row) wrapping car::Anova() (aggregating more then one
observation per individual and cell of the design), per default returning a
print ready ANOVA table. Function mixed() fits a mixed model using
lme4::lmer() and computes p-values for all effects in the model using
either the Kenward-Roger approximation of degrees of freedom (LMM only),
parametric bootstrap (LMMs and GLMMs) or likelihood ratio tests (LMMs and
GLMMs). afex uses type 3 sums of squares as default (imitating commercial
statistical software). Furthermore, compare.2.vectors() conveniently
compares two vectors using a variety of tests.
Author: Henrik Singmann [aut, cre],
Ben Bolker [ctb],
S�ren H�jsgaard [ctb],
John Fox [ctb],
Michael A. Lawrence [ctb],
Ulf Mertens [ctb]
Maintainer: Henrik Singmann
Diff between afex versions 0.9-109 dated 2014-04-24 and 0.10-113 dated 2014-08-04
DESCRIPTION | 29 +-- MD5 | 49 ++--- NAMESPACE | 7 NEWS | 28 ++ R/afex-package.R | 8 R/aov.car.R | 5 R/md_15.1-data.R |only R/mixed.R | 3 R/set_contrasts.R |only R/zzz.R | 11 - data/md_12.1.rda |binary data/md_15.1.rda |only data/md_16.1.rda |binary data/md_16.4.rda |binary data/obk.long.rda |binary man/afex-package.Rd | 37 +-- man/aov.car.Rd | 321 ++++++++-------------------------- man/compare.2.vectors.Rd | 89 ++------- man/md_12.1.Rd | 60 ++---- man/md_15.1.Rd |only man/md_16.1.Rd | 26 -- man/md_16.4.Rd | 41 ---- man/mixed.Rd | 312 ++++++++------------------------- man/nice.anova.Rd | 118 ++---------- man/obk.long.Rd | 20 -- man/round_ps.Rd | 6 man/set_sum_contrasts.Rd |only tests/testthat/test-mixed-structure.R | 16 + 28 files changed, 369 insertions(+), 817 deletions(-)
Title: Rmetrics - Analysing and Modelling Financial Assets
Description: Environment for teaching "Financial Engineering and Computational Finance"
Author: Rmetrics Core Team
Maintainer: Tobias Setz
Diff between fAssets versions 3003.81 dated 2014-03-26 and 3003.81-1 dated 2014-08-04
DESCRIPTION | 7 ++++--- MD5 | 4 ++-- R/assets-modeling.R | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-)
Title: The skew-normal and skew-t distributions
Description: Define and manipulate probability distributions of the skew-normal
family and some related ones (notably the skew-t family) and provide related
statistical methods for data fitting and diagnostics, in the univariate and
the multivariate case.
Author: Adelchi Azzalini
Maintainer: Adelchi Azzalini
Diff between sn versions 1.0-0 dated 2014-01-07 and 1.1-0 dated 2014-08-04
sn-1.0-0/sn/man/sn.Rd |only sn-1.1-0/sn/ChangeLog | 18 sn-1.1-0/sn/DESCRIPTION | 13 sn-1.1-0/sn/MD5 | 44 +- sn-1.1-0/sn/NAMESPACE | 2 sn-1.1-0/sn/R/sn-funct.R | 680 +++++++++++++++++++++------------ sn-1.1-0/sn/R/sn_S4.R | 62 ++- sn-1.1-0/sn/R/zzz.R | 3 sn-1.1-0/sn/data/ais.rda |binary sn-1.1-0/sn/data/barolo.rda |binary sn-1.1-0/sn/data/frontier.rda |binary sn-1.1-0/sn/data/wines.rda |binary sn-1.1-0/sn/man/Qpenalty.Rd | 9 sn-1.1-0/sn/man/affineTransSECdistr.Rd | 18 sn-1.1-0/sn/man/dmsn.Rd | 19 sn-1.1-0/sn/man/dp2cp.Rd | 46 +- sn-1.1-0/sn/man/dsc.Rd | 4 sn-1.1-0/sn/man/dsn.Rd | 2 sn-1.1-0/sn/man/dst.Rd | 90 +++- sn-1.1-0/sn/man/makeSECdistr.Rd | 18 sn-1.1-0/sn/man/selm.Rd | 70 ++- sn-1.1-0/sn/man/selm.fit.Rd | 51 +- sn-1.1-0/sn/man/sn-package.Rd |only sn-1.1-0/sn/man/sn-st.info.Rd | 16 24 files changed, 773 insertions(+), 392 deletions(-)
Title: Functions for phonetics in R.
Description: The functions contained in this package are intended to facilitate the organization, display, and analysis of the sorts of data frequently encountered in phonetics research and experimentation, including the easy creation of IPA vowel plots. Some functions also allow for the creation and manipulation of sounds saved as WAV files.
Author: Santiago Barreda
Maintainer: Santiago Barreda
Diff between phonTools versions 0.2-1.2 dated 2014-05-11 and 0.2-2.0 dated 2014-08-04
DESCRIPTION | 10 +-- MD5 | 150 ++++++++++++++++++++++++----------------------- R/FIRfilter.R | 13 +++- R/Ffilter.R | 30 +++++++-- R/fastacf.R | 2 R/findformants.R | 10 ++- R/formanttrack.R |only R/loadsound.R | 5 - R/lpc.R | 5 - R/makesound.R | 2 R/peakfind.R | 24 ++++--- R/pitchtrack.R |only R/plot.sound.R | 16 +---- R/plot.spectrogram.R | 10 +-- R/powertrack.R |only R/preemphasis.R | 9 ++ R/pwelch.R | 2 R/resample.R | 9 ++ R/rmvtnorm.R | 34 +++++----- R/sdellipse.R | 4 - R/sinusoid.R | 8 ++ R/spectralslice.R | 8 +- R/spectrogram.R | 8 +- R/synthfilter.R | 8 ++ R/vowelsynth.R | 4 - R/vplot.R |only R/writesound.R | 4 + data/sound.rda |binary man/FIRfilter.Rd | 2 man/Ffilter.Rd | 2 man/PSTM.Rd | 2 man/combocalc.Rd | 2 man/createtemplate.Rd | 2 man/errorbars.Rd | 2 man/fastacf.Rd | 2 man/findformants.Rd | 6 - man/formanttrack.Rd |only man/freqresponse.Rd | 2 man/hotelling.test.Rd | 2 man/imputeformants.Rd | 2 man/interpolate.Rd | 2 man/ldboundary.Rd | 2 man/ldclassify.Rd | 2 man/loadsound.Rd | 2 man/loadtable.Rd | 2 man/lpc.Rd | 2 man/makeFIR.Rd | 2 man/makesound.Rd | 2 man/multiplot.Rd | 2 man/normalize.Rd | 2 man/normalize.compare.Rd | 2 man/ntypes.Rd | 2 man/peakfind.Rd | 4 - man/phasor.Rd | 2 man/pickIPA.Rd | 2 man/pitchtrack.Rd |only man/polezero.Rd | 2 man/powertrack.Rd |only man/preemphasis.Rd | 2 man/pwelch.Rd | 2 man/rcr.Rd | 2 man/reduce.fraction.Rd | 2 man/resample.Rd | 2 man/rmvtnorm.Rd | 2 man/rotate.Rd | 2 man/sdellipse.Rd | 6 - man/selectslice.Rd | 2 man/sinc.Rd | 2 man/sinusoid.Rd | 3 man/snip.Rd | 2 man/spectralslice.Rd | 2 man/spectrogram.Rd | 2 man/synthfilter.Rd | 2 man/vowelplot.Rd | 7 +- man/vowelsynth.Rd | 2 man/vplot.Rd |only man/windowfunc.Rd | 2 man/writesound.Rd | 2 man/xsampatoIPA.Rd | 2 man/zeros.Rd | 2 80 files changed, 282 insertions(+), 205 deletions(-)
More information about W3CMarkupValidator at CRAN
Permanent link
Title: Symbolic central and noncentral moments of the multivariate
normal distribution
Description: Symbolic central and non-central moments of the multivariate normal distribution. Computes a standard representation, LateX code, and values at specified mean and covariance matrices.
Author: Kem Phillips
Maintainer: Kem Phillips
Diff between symmoments versions 1.1 dated 2014-02-23 and 1.2 dated 2014-08-04
symmoments-1.1/symmoments/inst/CITATION |only symmoments-1.1/symmoments/inst/doc/moments.bib |only symmoments-1.1/symmoments/inst/doc/symmoments.Rnw |only symmoments-1.1/symmoments/vignettes/symmoments.Rnw |only symmoments-1.2/symmoments/DESCRIPTION | 16 symmoments-1.2/symmoments/MD5 | 35 symmoments-1.2/symmoments/NAMESPACE | 17 symmoments-1.2/symmoments/R/symmoments.R | 1186 ++++++++++ symmoments-1.2/symmoments/build/vignette.rds |binary symmoments-1.2/symmoments/inst/doc/symmoments.R | 107 symmoments-1.2/symmoments/inst/doc/symmoments.pdf |binary symmoments-1.2/symmoments/inst/doc/symmoments.rnw |only symmoments-1.2/symmoments/man/convert.mpoly.Rd |only symmoments-1.2/symmoments/man/convert.multipol.Rd |only symmoments-1.2/symmoments/man/evaluate_expected.polynomial.Rd |only symmoments-1.2/symmoments/man/evaluate_noncentral.Rd |only symmoments-1.2/symmoments/man/integrate.polynomial.Rd |only symmoments-1.2/symmoments/man/make.all.moments.Rd |only symmoments-1.2/symmoments/man/symmoments-package.Rd | 113 symmoments-1.2/symmoments/man/toLatex_noncentral.Rd |only symmoments-1.2/symmoments/man/toNewick.Rd |only symmoments-1.2/symmoments/man/tomatching.Rd |only symmoments-1.2/symmoments/man/tomoment.Rd |only symmoments-1.2/symmoments/man/tounsorted.Rd |only symmoments-1.2/symmoments/vignettes/jss.dtx |only symmoments-1.2/symmoments/vignettes/jsslogo.jpg |only symmoments-1.2/symmoments/vignettes/moments.bib | 61 symmoments-1.2/symmoments/vignettes/symmoments.rnw |only 28 files changed, 1488 insertions(+), 47 deletions(-)
Title: Statistical inference for partially observed Markov processes
Description: Inference methods for partially-observed Markov processes
Author: Aaron A. King [aut, cre],
Edward L. Ionides [aut],
Carles Breto [aut],
Stephen P. Ellner [ctb],
Matthew J. Ferrari [ctb],
Bruce E. Kendall [ctb],
Michael Lavine [ctb],
Dao Nguyen [ctb],
Daniel C. Reuman [ctb],
Helen Wearing [ctb],
Simon N. Wood [ctb]
Maintainer: Aaron A. King
Diff between pomp versions 0.53-1 dated 2014-06-30 and 0.53-5 dated 2014-08-04
pomp-0.53-1/pomp/inst/CHANGES_0.29-1.txt |only pomp-0.53-1/pomp/inst/ChangeLog |only pomp-0.53-1/pomp/inst/O_CHANGES |only pomp-0.53-5/pomp/DESCRIPTION | 12 ++++++------ pomp-0.53-5/pomp/MD5 | 13 +++++-------- pomp-0.53-5/pomp/build/pomp.pdf |binary pomp-0.53-5/pomp/data/LondonYorke.rda |binary pomp-0.53-5/pomp/inst/TODO | 7 ------- pomp-0.53-5/pomp/inst/doc/index.html | 3 ++- 9 files changed, 13 insertions(+), 22 deletions(-)
Title: R interface to NLopt
Description:
nloptr is an R interface to NLopt. NLopt is a free/open-source library for
nonlinear optimization, providing a common interface for a number of
different free optimization routines available online as well as original
implementations of various other algorithms.
See http://ab-initio.mit.edu/wiki/index.php/NLopt_Introduction for more
information on the available algorithms. During installation on Unix the
NLopt code is downloaded and compiled from the NLopt website.
Author: Jelmer Ypma
Maintainer: Jelmer Ypma
Diff between nloptr versions 1.0.0 dated 2014-02-16 and 1.0.4 dated 2014-08-04
nloptr-1.0.0/nloptr/data |only nloptr-1.0.0/nloptr/man/nloptr.default.options.Rd |only nloptr-1.0.0/nloptr/src/Makevars |only nloptr-1.0.0/nloptr/tests/testthat/example.R |only nloptr-1.0.0/nloptr/tests/testthat/hs023.R |only nloptr-1.0.0/nloptr/tests/testthat/hs071.R |only nloptr-1.0.0/nloptr/tests/testthat/parameters.R |only nloptr-1.0.0/nloptr/tests/testthat/simple.R |only nloptr-1.0.0/nloptr/tests/testthat/systemofeq.R |only nloptr-1.0.4/nloptr/CHANGELOG | 155 +- nloptr-1.0.4/nloptr/DESCRIPTION | 26 nloptr-1.0.4/nloptr/MD5 | 128 +- nloptr-1.0.4/nloptr/NAMESPACE | 48 nloptr-1.0.4/nloptr/R/auglag.R | 188 +-- nloptr-1.0.4/nloptr/R/check.derivatives.R | 183 +-- nloptr-1.0.4/nloptr/R/cobyla.R | 148 +- nloptr-1.0.4/nloptr/R/direct.R | 140 +- nloptr-1.0.4/nloptr/R/finite.diff.R | 34 nloptr-1.0.4/nloptr/R/global.R | 226 ++-- nloptr-1.0.4/nloptr/R/gradients.R | 104 - nloptr-1.0.4/nloptr/R/is.nloptr.R | 370 +++--- nloptr-1.0.4/nloptr/R/lbfgs.R | 76 - nloptr-1.0.4/nloptr/R/mlsl.R | 105 + nloptr-1.0.4/nloptr/R/mma.R | 104 - nloptr-1.0.4/nloptr/R/nloptions.R | 84 - nloptr-1.0.4/nloptr/R/nloptr.R | 585 +++++------ nloptr-1.0.4/nloptr/R/nloptr.add.default.options.R | 126 +- nloptr-1.0.4/nloptr/R/nloptr.get.default.options.R |only nloptr-1.0.4/nloptr/R/nloptr.print.options.R | 65 - nloptr-1.0.4/nloptr/R/nm.R | 94 - nloptr-1.0.4/nloptr/R/print.nloptr.R | 26 nloptr-1.0.4/nloptr/R/slsqp.R | 128 +- nloptr-1.0.4/nloptr/R/tnewton.R | 98 - nloptr-1.0.4/nloptr/R/varmetric.R | 84 - nloptr-1.0.4/nloptr/README.md |only nloptr-1.0.4/nloptr/build/vignette.rds |binary nloptr-1.0.4/nloptr/cleanup |only nloptr-1.0.4/nloptr/configure |only nloptr-1.0.4/nloptr/configure.ac |only nloptr-1.0.4/nloptr/inst/CITATION | 40 nloptr-1.0.4/nloptr/inst/doc/nloptr.pdf |binary nloptr-1.0.4/nloptr/man/auglag.Rd | 258 ++-- nloptr-1.0.4/nloptr/man/bobyqa.Rd | 108 +- nloptr-1.0.4/nloptr/man/cobyla.Rd | 150 +- nloptr-1.0.4/nloptr/man/crs2lm.Rd | 180 +-- nloptr-1.0.4/nloptr/man/direct.Rd | 208 +-- nloptr-1.0.4/nloptr/man/gradients.Rd | 86 - nloptr-1.0.4/nloptr/man/is.nloptr.Rd | 62 - nloptr-1.0.4/nloptr/man/isres.Rd | 142 +- nloptr-1.0.4/nloptr/man/lbfgs.Rd | 134 +- nloptr-1.0.4/nloptr/man/mlsl.Rd | 206 +-- nloptr-1.0.4/nloptr/man/mma.Rd | 192 +-- nloptr-1.0.4/nloptr/man/neldermead.Rd | 144 +- nloptr-1.0.4/nloptr/man/newuoa.Rd | 104 - nloptr-1.0.4/nloptr/man/nloptions.Rd | 70 - nloptr-1.0.4/nloptr/man/nloptr-package.Rd | 306 ++--- nloptr-1.0.4/nloptr/man/nloptr.Rd | 546 +++++----- nloptr-1.0.4/nloptr/man/nloptr.get.default.options.Rd |only nloptr-1.0.4/nloptr/man/sbplx.Rd | 128 +- nloptr-1.0.4/nloptr/man/slsqp.Rd | 184 +-- nloptr-1.0.4/nloptr/man/stogo.Rd | 122 +- nloptr-1.0.4/nloptr/man/tnewton.Rd | 126 +- nloptr-1.0.4/nloptr/man/varmetric.Rd | 124 +- nloptr-1.0.4/nloptr/src/Makevars.in |only nloptr-1.0.4/nloptr/src/Makevars.win | 5 nloptr-1.0.4/nloptr/src/nloptr.c | 394 +++---- nloptr-1.0.4/nloptr/tests/test-all.R | 3 nloptr-1.0.4/nloptr/tests/testthat/test-banana-global.R | 33 nloptr-1.0.4/nloptr/tests/testthat/test-banana.R | 137 +- nloptr-1.0.4/nloptr/tests/testthat/test-derivative-checker.R | 2 nloptr-1.0.4/nloptr/tests/testthat/test-example.R |only nloptr-1.0.4/nloptr/tests/testthat/test-hs023.R |only nloptr-1.0.4/nloptr/tests/testthat/test-hs071.R |only nloptr-1.0.4/nloptr/tests/testthat/test-parameters.R |only nloptr-1.0.4/nloptr/tests/testthat/test-simple.R |only nloptr-1.0.4/nloptr/tests/testthat/test-systemofeq.R |only 76 files changed, 3776 insertions(+), 3743 deletions(-)
Title: Geostatistics using SpatialPoints and rasters
Description: This package provides to geostatistical modelling facilities using raster and SpatialPoints objects.
Author: Patrick Brown
Maintainer: Patrick Brown
Diff between geostatsp versions 0.9.9 dated 2014-07-10 and 0.9.999 dated 2014-08-04
DESCRIPTION | 12 - MD5 | 44 ++-- NAMESPACE | 2 R/RFsimulate.R | 19 +- R/asImRaster.R | 2 R/informationLgm.R | 2 R/krige.R | 435 +------------------------------------------------ R/lgm.R | 11 - R/logLikGradient.R | 6 R/loglikLgm.R | 16 + R/profLlgm.R | 4 man/RFsimulate.Rd | 9 - man/excProb.Rd | 4 man/krige.Rd | 35 +-- man/lgm.Rd | 19 -- man/likfitLgm.Rd | 24 +- man/profLlgm.Rd | 2 man/stackRasterList.Rd | 2 tests/RFsimulate.R | 6 tests/krige.R | 43 ++-- tests/lgm.R | 25 +- tests/likfitLgm.R | 10 - tests/profLlgm.R | 2 23 files changed, 162 insertions(+), 572 deletions(-)
Title: Get energy data from the UK Dept of Energy and Climate Change
Description: decctools provides functions for retrieving energy
statistics from the United Kingdom Department of Energy and Climate
Change and related data sources. The current version focuses on
total final energy consumption statistics at the local authority, MSOA,
and LSOA geographies. Methods for calculating the generation mix of
grid electricity and its associated carbon intensity are also provided.
Author: James Keirstead
Maintainer: James Keirstead
Diff between decctools versions 0.1.6 dated 2014-05-07 and 0.2.0 dated 2014-08-04
decctools-0.1.6/decctools/man/get_LAD_population.Rd |only decctools-0.1.6/decctools/man/get_LSOA_population.Rd |only decctools-0.1.6/decctools/man/get_MSOA_population.Rd |only decctools-0.1.6/decctools/man/get_lookup_table.Rd |only decctools-0.1.6/decctools/man/get_master_LSOA_params_list.Rd |only decctools-0.1.6/decctools/man/get_master_MSOA_params_list.Rd |only decctools-0.1.6/decctools/man/get_valid_years.Rd |only decctools-0.2.0/decctools/DESCRIPTION | 10 decctools-0.2.0/decctools/MD5 | 77 +- decctools-0.2.0/decctools/NAMESPACE | 46 - decctools-0.2.0/decctools/NEWS | 107 +- decctools-0.2.0/decctools/R/carbon-intensity.r | 289 ++++--- decctools-0.2.0/decctools/R/decctools.r | 266 +++++-- decctools-0.2.0/decctools/R/lad.r | 406 ++++++----- decctools-0.2.0/decctools/R/lsoa.r | 220 +---- decctools-0.2.0/decctools/R/msoa.r | 230 +----- decctools-0.2.0/decctools/R/soa.r |only decctools-0.2.0/decctools/R/utils.r | 360 +++++---- decctools-0.2.0/decctools/README.md | 120 ++- decctools-0.2.0/decctools/data/LAD_metadata.rda |binary decctools-0.2.0/decctools/data/params.csv |only decctools-0.2.0/decctools/data/scotland_igz.csv |only decctools-0.2.0/decctools/inst/CITATION | 2 decctools-0.2.0/decctools/man/LAD_metadata.Rd | 242 +++--- decctools-0.2.0/decctools/man/carbon_intensities.Rd | 41 - decctools-0.2.0/decctools/man/clean_decc_data.Rd | 40 - decctools-0.2.0/decctools/man/decctools.Rd | 38 - decctools-0.2.0/decctools/man/get_LAD_data.Rd | 112 +-- decctools-0.2.0/decctools/man/get_LAD_metadata.Rd |only decctools-0.2.0/decctools/man/get_LAD_years.Rd |only decctools-0.2.0/decctools/man/get_LSOA_data.Rd | 72 + decctools-0.2.0/decctools/man/get_LSOA_metadata.Rd |only decctools-0.2.0/decctools/man/get_LSOA_years.Rd |only decctools-0.2.0/decctools/man/get_MSOA_data.Rd | 81 +- decctools-0.2.0/decctools/man/get_MSOA_metadata.Rd |only decctools-0.2.0/decctools/man/get_MSOA_years.Rd |only decctools-0.2.0/decctools/man/get_SOA_data.Rd |only decctools-0.2.0/decctools/man/get_SOA_metadata.Rd |only decctools-0.2.0/decctools/man/get_SOA_years.Rd |only decctools-0.2.0/decctools/man/get_geo_lookup.Rd |only decctools-0.2.0/decctools/man/get_grid_carbon.Rd | 65 - decctools-0.2.0/decctools/man/get_grid_mix.Rd | 110 +- decctools-0.2.0/decctools/man/get_last_date.Rd | 28 decctools-0.2.0/decctools/man/get_package_name.Rd | 27 decctools-0.2.0/decctools/man/get_params_list.Rd |only decctools-0.2.0/decctools/man/get_remote_file.Rd | 48 - decctools-0.2.0/decctools/man/is_urban.Rd |only decctools-0.2.0/decctools/man/params.Rd |only decctools-0.2.0/decctools/man/parse_raw_SOA_data.Rd |only decctools-0.2.0/decctools/man/process_tab.Rd |only decctools-0.2.0/decctools/man/scotland_igz.Rd |only decctools-0.2.0/decctools/man/validate_SOA_level.Rd |only decctools-0.2.0/decctools/man/validate_directory.Rd | 33 53 files changed, 1617 insertions(+), 1453 deletions(-)
Title: Intermittent Time Series Forecasting
Description: This package contains functions for analysing and forecasting intermittent demand/slow moving items time series.
Author: Nikolaos Kourentzes and Fotios Petropoulos
Maintainer: Nikolaos Kourentzes
Diff between tsintermittent versions 1.2 dated 2014-07-16 and 1.3 dated 2014-08-04
ChangeLog | 8 +++ DESCRIPTION | 8 +-- MD5 | 20 ++++----- R/crost.R | 102 +++++++++++++++++++++++++++++----------------- R/imapa.R | 129 ++++++++++++++++++++++++++++++++++++++++++++--------------- R/sexsm.R | 66 +++++++++++++++++------------- R/tsb.R | 86 ++++++++++++++++++++++----------------- man/crost.Rd | 2 man/imapa.Rd | 9 +++- man/sexsm.Rd | 2 man/tsb.Rd | 2 11 files changed, 285 insertions(+), 149 deletions(-)
More information about tsintermittent at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-06-08 2.1.1
2011-02-03 2.1
2010-09-30 2.0
Title: Color-based plots for multivariate visualization
Description: This package provides functions for color-based visualization of multivariate data, i.e. colorgrams or heatmaps. Lower-level functions are provided to map numeric values to colors, display a matrix as an array of colors, and draw color keys. Higher-level plotting functions are provided to generate a bivariate histogram, a dendrogram aligned with a color-coded matrix, a triangular distance matrix, and more.
Author: Aron Eklund
Maintainer: Aron Eklund
Diff between squash versions 1.0.1 dated 2011-08-15 and 1.0.6 dated 2014-08-04
DESCRIPTION | 17 +++------ MD5 | 23 ++++++------ NAMESPACE |only NEWS | 28 +++++++++++++++ R/distogram.R | 1 R/squash.R | 92 +++++++++++++++++++++++++++++---------------------- man/ColorPalettes.Rd | 3 + man/cimage.Rd | 13 +++---- man/colorgram.Rd | 12 +++--- man/distogram.Rd | 8 ++-- man/makecmap.Rd | 23 ++++++++---- man/prettyInt.Rd | 6 +-- man/trianglegram.Rd | 1 13 files changed, 140 insertions(+), 87 deletions(-)
Title: Simulation and Analysis of Random Fields
Description: Simulation of Gaussian and extreme value random fields;
conditional simulation; kriging; maximum likelihood estimation
Author: Martin Schlather [aut, cre], Alexander Malinowski [aut], Marco Oesting [aut], Daphne Boecker [aut], Kirstin Strokorb [aut], Sebastian Engelke [aut], Johannes Martini [aut], Felix Ballani [aut], Peter Menck [aut], Sebastian Gross [aut], Ulrike Ober [ctb], Katharina Burmeister [ctb], Juliane Manitz [ctb], Paulo Ribeiro [ctb], Richard Singleton [ctb], Ben Pfaff [ctb], R Core Team [ctb]
Maintainer: Martin Schlather
Diff between RandomFields versions 3.0.30 dated 2014-07-25 and 3.0.32 dated 2014-08-04
DESCRIPTION | 6 MD5 | 154 +++++----- NAMESPACE | 93 ++++-- R/Crossvalidation.R | 6 R/Methods-RFestimation.R | 26 - R/Methods-RFmodel.R | 6 R/Methods-RFsp.R | 38 +- R/RFsp-plots.R | 463 ++++++++++++++++--------------- R/fitgauss.R | 11 R/getNset.R | 50 +++ R/internal_use.R | 33 -- R/kriging.R | 4 R/rf.R | 6 man/Baysian.Rd | 2 man/Gaussian.Rd | 5 man/Maxstable.Rd | 7 man/RFcrossvalidate.Rd | 32 -- man/RFdistr.Rd | 1 man/RFfit-class.Rd | 7 man/RFfit.Rd | 9 man/RFformula.Rd | 6 man/RFgetModelInfo.Rd | 27 - man/RFoptions.Rd | 4 man/RFratiotest.Rd | 6 man/RFsimulate.more.examples.Rd | 1 man/RFsimulate.sophisticated.examples.Rd | 1 man/RFspatialGridDataFrame-class.Rd | 6 man/RMbrownresnick.Rd | 2 man/RMcauchy.Rd | 4 man/RMparswm.Rd | 2 man/RMuser.Rd | 5 man/RPschlather.Rd | 2 man/RPsmith.Rd | 4 man/Specific.Rd | 2 man/obsolete.Rd | 3 man/papers.GSPSJ06.Rd | 8 man/papers.S02.Rd | 7 man/papers.S10.Rd | 70 ++-- man/papers.SBS14.Rd | 70 +++- man/papers.SS11.Rd | 1 man/plot-method.Rd | 234 ++++++++------- src/Brown.cc | 120 +++----- src/Covariance.h | 62 ++-- src/D.H.cc | 6 src/Families.cc | 146 ++++----- src/Gneiting.cc | 86 ++--- src/Huetchen.cc | 48 +-- src/InternalCov.cc | 42 +- src/KeyInfo.cc | 165 +++++------ src/MLE.cc | 2 src/Makevars.in | 2 src/Primitive.cc | 110 +++---- src/RF.h | 219 +++++++++----- src/Specific.cc | 6 src/auxiliary.cc | 20 - src/circulant.cc | 76 +---- src/direct.cc | 26 - src/empvario.cc | 1 src/extremes.cc | 100 +++--- src/families.h | 18 - src/gauss.cc | 82 ++--- src/getNset.cc | 162 ++++++++-- src/hyperplan.cc | 20 - src/initNerror.cc | 13 src/metropolis.cc | 4 src/nugget.cc | 21 - src/operator.cc | 91 ++---- src/plusmalS.cc | 308 +++++++------------- src/primitive.h | 44 +- src/randomshape.h | 144 ++++----- src/sequential.cc | 26 - src/simu.cc | 81 ++--- src/spectral.cc | 61 ++-- src/startGetNset.cc | 64 ++-- src/tbm.cc | 26 - src/trend.cc | 78 ++--- src/userinterfaces.cc | 52 --- src/variogramAndCo.cc | 99 +++--- 78 files changed, 2049 insertions(+), 2006 deletions(-)
Title: Supervised and unsupervised self-organising maps
Description: Supervised and unsupervised self-organising maps
Author: Ron Wehrens
Maintainer: Ron Wehrens
Diff between kohonen versions 2.0.14 dated 2013-12-12 and 2.0.15 dated 2014-08-04
kohonen-2.0.14/kohonen/CHANGES |only kohonen-2.0.15/kohonen/DESCRIPTION | 8 ++++---- kohonen-2.0.15/kohonen/MD5 | 4 ++-- kohonen-2.0.15/kohonen/NEWS |only 4 files changed, 6 insertions(+), 6 deletions(-)
Title: Chemometrics with R - Multivariate Data Analysis in the Natural
Sciences and Life Sciences
Description: The package provides functions and scripts used in the book "Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and Life Sciences" by Ron Wehrens, Springer (2011).
Author: Ron Wehrens
Maintainer: Ron Wehrens
Diff between ChemometricsWithR versions 0.1.7 dated 2012-10-12 and 0.1.8 dated 2014-08-04
ChemometricsWithR-0.1.7/ChemometricsWithR/CHANGES |only ChemometricsWithR-0.1.8/ChemometricsWithR/DESCRIPTION | 15 ++++++--------- ChemometricsWithR-0.1.8/ChemometricsWithR/MD5 | 11 ++++++----- ChemometricsWithR-0.1.8/ChemometricsWithR/NAMESPACE | 4 +--- ChemometricsWithR-0.1.8/ChemometricsWithR/NEWS |only ChemometricsWithR-0.1.8/ChemometricsWithR/R/optim.R | 2 +- ChemometricsWithR-0.1.8/ChemometricsWithR/TODO |only ChemometricsWithR-0.1.8/ChemometricsWithR/inst/CITATION | 9 ++++----- 8 files changed, 18 insertions(+), 23 deletions(-)
More information about ChemometricsWithR at CRAN
Permanent link
Title: Functions for medical statistics book with some demographic data
Description: Several utility functions for the book entitled
"Practices of Medical and Health Data Analysis using R"
(Pearson Education Japan, 2007) with Japanese demographic
data and some demographic analysis related functions.
Author: Minato Nakazawa
Maintainer: Minato Nakazawa
Diff between fmsb versions 0.4.5 dated 2014-06-14 and 0.5.0 dated 2014-08-04
DESCRIPTION | 8 ++--- MD5 | 16 +++++------ NAMESPACE | 1 NEWS | 7 +++++ R/demogjpn.R | 74 ++++++++++++++++++++++++++++++++++++++++-------------- R/fmsb.R | 22 +++++++++++----- man/Jvital.Rd | 3 ++ man/lifetable.Rd | 9 +++++- man/radarchart.Rd | 7 +++-- 9 files changed, 107 insertions(+), 40 deletions(-)
Title: Boost C++ header files
Description: Boost provides free peer-reviewed portable C++ source
libraries. A large part of Boost is provided as C++ template code
which is resolved entirely at compile-time without linking. This
package aims to provide the most useful subset of Boost libraries
for template use among CRAN package. By placing these libraries in
this package, we offer a more efficient distribution system for CRAN
as replication of this code in the sources of other packages is
avoided.
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane
Maintainer: Dirk Eddelbuettel
Diff between BH versions 1.54.0-2 dated 2014-04-14 and 1.54.0-3 dated 2014-08-04
ChangeLog | 16 ++++++++++++ DESCRIPTION | 8 +++--- MD5 | 31 +++++++++++++++++++++---- inst/NEWS.Rd | 10 +++++++- inst/include/boost/heap |only inst/include/boost/parameter.hpp |only inst/include/boost/parameter/aux_/cast.hpp |only inst/include/boost/parameter/aux_/preprocessor |only inst/include/boost/parameter/macros.hpp |only inst/include/boost/parameter/match.hpp |only inst/include/boost/parameter/preprocessor.hpp |only man/BH-package.Rd | 4 +-- 12 files changed, 58 insertions(+), 11 deletions(-)