Title: Analysis of Factorial Experiments
Diff between afex versions 0.4-57 dated 2013-02-11 and 0.5-71 dated 2013-05-29
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-Rogers
approximation of degrees of freedom (LMM only) or parametric
bootstrap (LMMs and GLMMs). afex uses type 3 sums of squares as
default (imitating commercial statistical software) and sets
the default contrasts to contr.sum. Furthermore,
compare.2.vectors() conveniently compares two vectors using
different statistical tests.
Author: Henrik Singmann
Maintainer: Henrik Singmann
DESCRIPTION | 15 -
MD5 | 34 +-
NEWS | 36 +++
R/afex-package.R | 8
R/aov.car.R | 226 +++++++++++--------
R/mixed.R | 507 +++++++++++++++++++++++++-------------------
R/nice.anova.R | 16 -
R/obk.long-data.R | 3
R/zzz.R | 32 --
data/obk.long.rda |binary
examples/examples.aov.car.R | 86 ++++---
examples/examples.compare.R | 4
man/afex-package.Rd | 8
man/aov.car.Rd | 126 +++++++---
man/compare.2.vectors.Rd | 4
man/mixed.Rd | 58 ++++-
man/nice.anova.Rd | 13 -
man/obk.long.Rd | 3
18 files changed, 723 insertions(+), 456 deletions(-)
Title: Wavelets statistics and transforms.
Diff between wavethresh versions 4.6.4 dated 2013-05-02 and 4.6.5 dated 2013-05-29
Description: Performs 1, 2 and 3D real and complex-valued wavelet
transforms, nondecimated transforms, wavelet packet transforms,
nondecimated wavelet packet transforms, multiple wavelet
transforms, complex-valued wavelet transforms, wavelet
shrinkage for various kinds of data, locally stationary wavelet
time series, nonstationary multiscale transfer function
modeling, density estimation.
Author: Guy Nason
Maintainer: Guy Nason
DESCRIPTION | 6 +++---
MD5 | 12 ++++++------
R/function.r | 30 +++++++++++++++++++++++-------
inst/CHANGES | 9 +++++++++
man/CWCV.rd | 4 +++-
man/threshold.wd.rd | 23 ++++++++++++++++++++---
src/functions.c | 28 +++++++++++++++++++++++++---
7 files changed, 89 insertions(+), 23 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-08-26 1.0
Title: Deal with one and two (normal) samples
Diff between OneTwoSamples versions 1.0-2 dated 2013-05-13 and 1.0-3 dated 2013-05-29
Description: In this package, we introduce an R function
one_two_sample() which can deal with one and two (normal)
samples. For one normal sample x, the function reports
descriptive statistics, plot, interval estimation and test of
hypothesis of x. For two normal samples x and y, the function
reports descriptive statistics, plot, interval estimation and
test of hypothesis of x and y, respectively. It also reports
interval estimation and test of hypothesis of mu1-mu2 (the
difference of the means of x and y) and sigma1^2 / sigma2^2
(the ratio of the variances of x and y), tests whether x and y
are from the same population, finds the correlation coefficient
of x and y if x and y have the same length.
Author: Ying-Ying Zhang (Robert)
Maintainer: Ying-Ying Zhang (Robert)
ChangeLog | 4 ++++
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++++++---
inst |only
man/OneTwoSamples-package.Rd | 4 ++--
vignettes |only
6 files changed, 21 insertions(+), 9 deletions(-)
Title: SNPs enrichment analysis
Diff between snpEnrichment versions 1.0-0 dated 2013-04-26 and 1.1-0 dated 2013-05-29
Description: Implements classes and methods for large scale SNP
enrichment analysis (e.g. SNPs associated with genes expression
in a GWAS signal)
Author: Mickael Canouil [aut, cre], Loic Yengo [ctb]
Maintainer: Mickael Canouil
snpEnrichment-1.0-0/snpEnrichment/data/transcript.txt.gz |only
snpEnrichment-1.1-0/snpEnrichment/ChangeLog |only
snpEnrichment-1.1-0/snpEnrichment/DESCRIPTION | 12
snpEnrichment-1.1-0/snpEnrichment/MD5 | 59 -
snpEnrichment-1.1-0/snpEnrichment/NAMESPACE | 1
snpEnrichment-1.1-0/snpEnrichment/R/Global.R | 316 +++++-----
snpEnrichment-1.1-0/snpEnrichment/R/chromosome.R | 17
snpEnrichment-1.1-0/snpEnrichment/R/enrichment.R | 205 +++++-
snpEnrichment-1.1-0/snpEnrichment/data/toyM1.RData |binary
snpEnrichment-1.1-0/snpEnrichment/data/toyM2.RData |binary
snpEnrichment-1.1-0/snpEnrichment/data/transcript.txt.xz |only
snpEnrichment-1.1-0/snpEnrichment/man/Chromosome-class.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/Enrichment-class.Rd | 19
snpEnrichment-1.1-0/snpEnrichment/man/GC.Rd | 2
snpEnrichment-1.1-0/snpEnrichment/man/SNP-class.Rd | 7
snpEnrichment-1.1-0/snpEnrichment/man/compareEnrichment.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/excludeSNP-methods.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/initFiles.Rd | 10
snpEnrichment-1.1-0/snpEnrichment/man/is.chromosome.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/is.enrichment.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/mclapply2.Rd | 2
snpEnrichment-1.1-0/snpEnrichment/man/plot-methods.Rd |only
snpEnrichment-1.1-0/snpEnrichment/man/reSample-methods.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/readEnrichment.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/snpEnrichment-internal.Rd | 6
snpEnrichment-1.1-0/snpEnrichment/man/snpEnrichment-package.Rd | 11
snpEnrichment-1.1-0/snpEnrichment/man/summary-methods.Rd | 4
snpEnrichment-1.1-0/snpEnrichment/man/toyM1-dataset.Rd | 12
snpEnrichment-1.1-0/snpEnrichment/man/toyM2-dataset.Rd | 12
snpEnrichment-1.1-0/snpEnrichment/man/transcript-dataset.Rd | 10
snpEnrichment-1.1-0/snpEnrichment/man/writeLD.Rd | 18
snpEnrichment-1.1-0/snpEnrichment/snpEnrichment-Ex.R | 229 +++----
snpEnrichment-1.1-0/snpEnrichment/testDev |only
33 files changed, 619 insertions(+), 361 deletions(-)
Title: Tools for Generating, Visualizing, and Analysing Link
Communities in Networks
Diff between linkcomm versions 1.0-6 dated 2012-07-06 and 1.0-7 dated 2013-05-29
Description: Link communities reveal the nested and overlapping
structure in networks, and uncover the key nodes that form
connections to multiple communities. linkcomm provides a set of
tools for generating, visualizing, and analysing link
communities in networks of arbitrary size and type. The
linkcomm package also includes tools for generating,
visualizing, and analysing Overlapping Cluster Generator (OCG)
communities.
Author: Alex T. Kalinka
Maintainer: Alex T. Kalinka
linkcomm-1.0-6/linkcomm/man/getLinkCommDensities.Rd |only
linkcomm-1.0-7/linkcomm/DESCRIPTION | 12 +-
linkcomm-1.0-7/linkcomm/MD5 | 44 ++++---
linkcomm-1.0-7/linkcomm/NAMESPACE | 4
linkcomm-1.0-7/linkcomm/NEWS | 20 +++
linkcomm-1.0-7/linkcomm/R/OCG_main.R | 55 ++++++++-
linkcomm-1.0-7/linkcomm/R/linkcomm_main.R | 99 +++++++++++++----
linkcomm-1.0-7/linkcomm/R/linkcomm_misc.R | 12 +-
linkcomm-1.0-7/linkcomm/R/linkcomm_plotting.R | 6 -
linkcomm-1.0-7/linkcomm/inst/doc/linkcomm.R |only
linkcomm-1.0-7/linkcomm/inst/doc/linkcomm.Rnw | 2
linkcomm-1.0-7/linkcomm/inst/doc/linkcomm.pdf |binary
linkcomm-1.0-7/linkcomm/man/LinkDensities.Rd |only
linkcomm-1.0-7/linkcomm/man/getEdgesIn.Rd | 2
linkcomm-1.0-7/linkcomm/man/getLinkCommunities.Rd | 35 ++++--
linkcomm-1.0-7/linkcomm/man/getNodesIn.Rd | 2
linkcomm-1.0-7/linkcomm/man/getOCG.clusters.Rd | 11 +
linkcomm-1.0-7/linkcomm/man/integer.edgelist.Rd |only
linkcomm-1.0-7/linkcomm/man/linkcomm2clustnsee.Rd |only
linkcomm-1.0-7/linkcomm/man/linkcomm2cytoscape.Rd | 7 -
linkcomm-1.0-7/linkcomm/man/newLinkCommsAt.Rd | 7 +
linkcomm-1.0-7/linkcomm/src/OCG_algorithm.c | 8 -
linkcomm-1.0-7/linkcomm/src/linkcomm_edgesims.cpp | 32 +++--
linkcomm-1.0-7/linkcomm/src/linkcomm_edgesims_all.cpp |only
linkcomm-1.0-7/linkcomm/src/linkcomm_linkdensities.cpp | 43 ++++++-
linkcomm-1.0-7/linkcomm/vignettes/linkcomm.Rnw | 2
26 files changed, 295 insertions(+), 108 deletions(-)
Title: Discrete Laplace Exponential Family
Diff between disclap versions 1.2 dated 2013-03-06 and 1.4 dated 2013-05-29
Description: Discrete Laplace exponential family for models such as a
generalized linear model
Author: Mikkel Meyer Andersen and Poul Svante Eriksen
Maintainer: Mikkel Meyer Andersen
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++-------
NEWS | 6 ++++++
R/DiscreteLaplace.R | 3 ++-
R/ddisclap.R | 7 +------
R/pdisclap.R | 34 +++++++++++++++++-----------------
R/rdisclap.R | 5 +++--
man/ddisclap.Rd | 4 ++--
8 files changed, 42 insertions(+), 39 deletions(-)
Title: Analysis of Overdispersed Data using S3 methods
Diff between aods3 versions 0.3-9 dated 2013-05-07 and 0.3-11 dated 2013-05-29
Description: This package provides functions to analyse overdispersed
counts or proportions. These functions should be considered as
complements to more sophisticated methods such as generalized
estimating equations (GEE) or generalized linear mixed effect
models (GLMM). Package aods3 is an S3 re-implementation of the
deprecated S4 package aod.
Author: Matthieu Lesnoff
Maintainer: Renaud Lancelot
DESCRIPTION | 12 +++++------
MD5 | 10 ++++-----
R/predict.R | 59 ++++++++++++++++++++++++++++++++++------------------------
inst/CITATION | 5 +---
man/aodml.Rd | 18 +++++++++++------
man/aodql.Rd | 9 ++++++--
6 files changed, 67 insertions(+), 46 deletions(-)
Title: Non-Negative Sparse PCA
Diff between nsprcomp versions 0.2 dated 2013-04-16 and 0.3 dated 2013-05-29
Description: This package implements two methods for performing a
principal component analysis (PCA) with constraints, where
non-negativity and/or sparsity constraints are enforced on the
principal axes (PAs). The function 'nsprcomp' computes one
principal component (PC) after the other. Each PA is optimized
such that the corresponding PC has maximum variance under the
given constraints. Then the data matrix is deflated using one
of several deflation methods, and the process is repeated with
the deflated data matrix to compute the next PC. In contrast,
the function 'nscumcomp' jointly computes all PCs such that the
cumulative variance is maximal, subject to an upper bound on
the divergence from orthonormality of the rotation matrix.
Both functions have the same interface as the 'prcomp' function
from the 'stats' package (plus some extra parameters), and both
return the result of the analysis as an object of class
'nsprcomp', which inherits from 'prcomp'.
Author: Christian Sigg [aut, cre], R Core team [aut]
Maintainer: Christian Sigg
nsprcomp-0.2/nsprcomp/R/nsprcomp-package.r |only
nsprcomp-0.3/nsprcomp/DESCRIPTION | 35 ++++++++++++------------
nsprcomp-0.3/nsprcomp/MD5 | 16 +++++-----
nsprcomp-0.3/nsprcomp/R/nscumcomp.R | 29 ++++++++++++++++---
nsprcomp-0.3/nsprcomp/R/nsprcomp-package.R |only
nsprcomp-0.3/nsprcomp/R/nsprcomp.R | 10 ++++++
nsprcomp-0.3/nsprcomp/inst/nscumcomp_examples.R | 7 ++--
nsprcomp-0.3/nsprcomp/inst/nsprcomp_examples.R | 6 ++--
nsprcomp-0.3/nsprcomp/man/nscumcomp.Rd | 13 ++++++--
nsprcomp-0.3/nsprcomp/man/nsprcomp.Rd | 12 ++++++--
10 files changed, 85 insertions(+), 43 deletions(-)
Title: Particle Swarm Optimisation, with focus on Environmental Models
Diff between hydroPSO versions 0.3-1-1 dated 2013-05-10 and 0.3-2 dated 2013-05-29
Description: This package implements a state-of-the-art version of the
Particle Swarm Optimisation (PSO) algorithm (SPSO-2011 and
SPSO-2007 capable). hydroPSO can be used as a replacement of
the 'optim' R function for (global) optimization of non-smooth
and non-linear functions. However, the main focus of hydroPSO
is the calibration of environmental and other real-world models
that need to be executed from the system console. hydroPSO is
model-independent, allowing the user to easily interface any
computer simulation model with the calibration engine (PSO).
hydroPSO communicates with the model through the model's own
input and output files, without requiring access to the model's
source code. Several PSO variants and controlling options are
included to fine-tune the performance of the calibration engine
to different calibration problems. An advanced sensitivity
analysis function together with user-friendly plotting
summaries facilitate the interpretation and assessment of the
calibration results. hydroPSO is parallel-capable, to alleviate
the computational burden of complex models with "long"
execution time. Bugs reports/comments/questions are very
welcomed (in English, Spanish or Italian).
Author: Mauricio Zambrano-Bigiarini [aut, cre], Rodrigo Rojas [ctb]
Maintainer: Mauricio Zambrano-Bigiarini
DESCRIPTION | 8
MD5 | 16 -
NEWS | 33 +-
R/PSO_v2013.R | 24 -
R/lhoat.R | 728 +++++++++++++++++++++++++++++++-----------------
R/pest2hydroPSO.R | 5
man/hydroPSO-package.Rd | 8
man/hydroPSO.Rd | 4
man/lhoat.Rd | 58 ++-
9 files changed, 579 insertions(+), 305 deletions(-)
Title: Distance-based measures of spatial structures
Diff between dbmss versions 1.2.4 dated 2012-12-17 and 2.0.3 dated 2013-05-29
Description: This package allows simple computation of a full set of
spatial statistic functions of distance, including classical
ones (Ripley's K and others) and more recent ones used by
spatial economists (Duranton and Overman's Kd, Marcon and
Puech's M). It relies on spatstat for core calculation.
Author: Eric Marcon, Gabriel Lang, Stephane Traissac, Florence Puech
Maintainer: Eric Marcon
dbmss-1.2.4/dbmss/R/CriticalValues.R |only
dbmss-1.2.4/dbmss/R/D.r.R |only
dbmss-1.2.4/dbmss/R/DivideByPiR2.R |only
dbmss-1.2.4/dbmss/R/K.r.R |only
dbmss-1.2.4/dbmss/R/Kd.r.R |only
dbmss-1.2.4/dbmss/R/Kinhom.r.R |only
dbmss-1.2.4/dbmss/R/Kmm.r.R |only
dbmss-1.2.4/dbmss/R/KtoL.R |only
dbmss-1.2.4/dbmss/R/L.r.R |only
dbmss-1.2.4/dbmss/R/Lmm.r.R |only
dbmss-1.2.4/dbmss/R/M.r.R |only
dbmss-1.2.4/dbmss/R/PlotResults.R |only
dbmss-1.2.4/dbmss/R/PopulationIndependence.K.R |only
dbmss-1.2.4/dbmss/R/PopulationIndependence.M.R |only
dbmss-1.2.4/dbmss/R/RandomLabeling.M.R |only
dbmss-1.2.4/dbmss/R/RandomPosition.K.R |only
dbmss-1.2.4/dbmss/R/SimulateD.R |only
dbmss-1.2.4/dbmss/R/SimulateK.R |only
dbmss-1.2.4/dbmss/R/SimulateKd.R |only
dbmss-1.2.4/dbmss/R/SimulateKinhom.R |only
dbmss-1.2.4/dbmss/R/SimulateKmm.R |only
dbmss-1.2.4/dbmss/R/SimulateM.R |only
dbmss-1.2.4/dbmss/R/Simulateg.R |only
dbmss-1.2.4/dbmss/R/g.r.R |only
dbmss-1.2.4/dbmss/man/CriticalValues.Rd |only
dbmss-1.2.4/dbmss/man/D.r.Rd |only
dbmss-1.2.4/dbmss/man/DivideByPiR2.Rd |only
dbmss-1.2.4/dbmss/man/K.r.Rd |only
dbmss-1.2.4/dbmss/man/Kd.r.Rd |only
dbmss-1.2.4/dbmss/man/Kinhom.r.Rd |only
dbmss-1.2.4/dbmss/man/Kmm.r.Rd |only
dbmss-1.2.4/dbmss/man/KtoL.Rd |only
dbmss-1.2.4/dbmss/man/L.r.Rd |only
dbmss-1.2.4/dbmss/man/Lmm.r.Rd |only
dbmss-1.2.4/dbmss/man/M.r.Rd |only
dbmss-1.2.4/dbmss/man/PlotResults.Rd |only
dbmss-1.2.4/dbmss/man/PopulationIndependence.K.Rd |only
dbmss-1.2.4/dbmss/man/PopulationIndependence.M.Rd |only
dbmss-1.2.4/dbmss/man/RandomLabeling.M.Rd |only
dbmss-1.2.4/dbmss/man/RandomPosition.K.Rd |only
dbmss-1.2.4/dbmss/man/SimulateD.Rd |only
dbmss-1.2.4/dbmss/man/SimulateK.Rd |only
dbmss-1.2.4/dbmss/man/SimulateKd.Rd |only
dbmss-1.2.4/dbmss/man/SimulateKinhom.Rd |only
dbmss-1.2.4/dbmss/man/SimulateKmm.Rd |only
dbmss-1.2.4/dbmss/man/SimulateM.Rd |only
dbmss-1.2.4/dbmss/man/Simulateg.Rd |only
dbmss-1.2.4/dbmss/man/g.r.Rd |only
dbmss-2.0.3/dbmss/DESCRIPTION | 11 -
dbmss-2.0.3/dbmss/MD5 | 153 +++++++++++-----------
dbmss-2.0.3/dbmss/NEWS |only
dbmss-2.0.3/dbmss/R/CheckdbmssArguments.R |only
dbmss-2.0.3/dbmss/R/DEnvelope.R | 27 ++-
dbmss-2.0.3/dbmss/R/Dhat.R |only
dbmss-2.0.3/dbmss/R/FillEnveloppe.R |only
dbmss-2.0.3/dbmss/R/GlobalEnvelope.R | 31 ++--
dbmss-2.0.3/dbmss/R/GoFtest.R | 21 ++-
dbmss-2.0.3/dbmss/R/KEnvelope.R | 35 ++++-
dbmss-2.0.3/dbmss/R/KdEnvelope.R | 37 ++++-
dbmss-2.0.3/dbmss/R/Kdhat.R |only
dbmss-2.0.3/dbmss/R/Khat.R |only
dbmss-2.0.3/dbmss/R/KinhomEnvelope.R | 36 ++++-
dbmss-2.0.3/dbmss/R/Kinhomhat.R |only
dbmss-2.0.3/dbmss/R/KmmEnvelope.R | 26 ++-
dbmss-2.0.3/dbmss/R/Kmmhat.R |only
dbmss-2.0.3/dbmss/R/Ktest.r | 19 ++
dbmss-2.0.3/dbmss/R/LEnvelope.R | 17 ++
dbmss-2.0.3/dbmss/R/Lhat.R |only
dbmss-2.0.3/dbmss/R/LmmEnvelope.R | 15 +-
dbmss-2.0.3/dbmss/R/Lmmhat.R |only
dbmss-2.0.3/dbmss/R/MEnvelope.R | 41 ++++-
dbmss-2.0.3/dbmss/R/Mhat.R |only
dbmss-2.0.3/dbmss/R/as.wmppp.R |only
dbmss-2.0.3/dbmss/R/as.wmppp.data.frame.R |only
dbmss-2.0.3/dbmss/R/as.wmppp.ppp.R |only
dbmss-2.0.3/dbmss/R/gEnvelope.R | 35 ++++-
dbmss-2.0.3/dbmss/R/ghat.R |only
dbmss-2.0.3/dbmss/R/is.wmppp.R |only
dbmss-2.0.3/dbmss/R/print.dbmssEnvelope.R |only
dbmss-2.0.3/dbmss/R/rPopulationIndependenceK.R |only
dbmss-2.0.3/dbmss/R/rPopulationIndependenceM.R |only
dbmss-2.0.3/dbmss/R/rRandomLabeling.R |only
dbmss-2.0.3/dbmss/R/rRandomLabelingM.R |only
dbmss-2.0.3/dbmss/R/rRandomLocation.R |only
dbmss-2.0.3/dbmss/R/rRandomPositionK.R |only
dbmss-2.0.3/dbmss/R/summary.dbmssEnvelope.R |only
dbmss-2.0.3/dbmss/R/wmppp.R |only
dbmss-2.0.3/dbmss/data/paracou16.RData |binary
dbmss-2.0.3/dbmss/man/CheckdbmssArguments.Rd |only
dbmss-2.0.3/dbmss/man/DEnvelope.Rd | 74 ++++------
dbmss-2.0.3/dbmss/man/Dhat.Rd |only
dbmss-2.0.3/dbmss/man/FillEnveloppe.Rd |only
dbmss-2.0.3/dbmss/man/GlobalEnvelope.Rd | 42 +-----
dbmss-2.0.3/dbmss/man/GoFtest.Rd | 34 +---
dbmss-2.0.3/dbmss/man/KEnvelope.Rd | 73 +++++-----
dbmss-2.0.3/dbmss/man/KdEnvelope.Rd | 84 +++++-------
dbmss-2.0.3/dbmss/man/Kdhat.Rd |only
dbmss-2.0.3/dbmss/man/Khat.Rd |only
dbmss-2.0.3/dbmss/man/KinhomEnvelope.Rd | 82 ++++++-----
dbmss-2.0.3/dbmss/man/Kinhomhat.Rd |only
dbmss-2.0.3/dbmss/man/KmmEnvelope.Rd | 66 ++++-----
dbmss-2.0.3/dbmss/man/Kmmhat.Rd |only
dbmss-2.0.3/dbmss/man/Ktest.Rd | 21 +--
dbmss-2.0.3/dbmss/man/LEnvelope.Rd | 75 +++++-----
dbmss-2.0.3/dbmss/man/Lhat.Rd |only
dbmss-2.0.3/dbmss/man/LmmEnvelope.Rd | 61 ++++----
dbmss-2.0.3/dbmss/man/Lmmhat.Rd |only
dbmss-2.0.3/dbmss/man/MEnvelope.Rd | 74 +++++-----
dbmss-2.0.3/dbmss/man/Mhat.Rd |only
dbmss-2.0.3/dbmss/man/as.wmppp.Rd |only
dbmss-2.0.3/dbmss/man/dbmss-package.Rd | 8 -
dbmss-2.0.3/dbmss/man/dbmssEnvelope.Rd |only
dbmss-2.0.3/dbmss/man/gEnvelope.Rd | 76 +++++-----
dbmss-2.0.3/dbmss/man/ghat.Rd |only
dbmss-2.0.3/dbmss/man/is.wmppp.Rd |only
dbmss-2.0.3/dbmss/man/paracou16.Rd | 19 +-
dbmss-2.0.3/dbmss/man/print.dbmssEnvelope.Rd |only
dbmss-2.0.3/dbmss/man/rPopulationIndependenceK.Rd |only
dbmss-2.0.3/dbmss/man/rPopulationIndependenceM.Rd |only
dbmss-2.0.3/dbmss/man/rRandomLabeling.Rd |only
dbmss-2.0.3/dbmss/man/rRandomLabelingM.Rd |only
dbmss-2.0.3/dbmss/man/rRandomLocation.Rd |only
dbmss-2.0.3/dbmss/man/rRandomPositionK.Rd |only
dbmss-2.0.3/dbmss/man/summary.dbmssEnvelope.Rd |only
dbmss-2.0.3/dbmss/man/wmppp.Rd |only
dbmss-2.0.3/dbmss/man/wmppp.object.Rd |only
126 files changed, 709 insertions(+), 584 deletions(-)
Title: The Boost C++ Libraries
Diff between BH versions 1.51.0-0 dated 2013-01-31 and 1.51.0-1 dated 2013-05-29
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: John W. Emerson, Michael J. Kane, Dirk Eddelbuettel, JJ
Allaire, and Romain Francois
Maintainer: Jay Emerson
BH-1.51.0-0/BH/LICENSE |only
BH-1.51.0-0/BH/LICENSE_1_0.txt |only
BH-1.51.0-1/BH/DESCRIPTION | 9
BH-1.51.0-1/BH/MD5 | 787 +++++++++-
BH-1.51.0-1/BH/inst/NEWS.Rd |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/clamp.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/cxx11 |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/hex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/minmax.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/minmax_element.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/searching |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/case_conv.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/classification.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/case_conv.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/classification.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/find_iterator.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/finder_regex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/formatter_regex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/predicate.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/detail/trim.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/erase.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/find.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/find_iterator.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/iter_find.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/join.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/predicate.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/predicate_facade.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/regex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/regex_find_format.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/split.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/std |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/std_containers_traits.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/trim.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string/trim_all.hpp |only
BH-1.51.0-1/BH/inst/include/boost/algorithm/string_regex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/blank.hpp |only
BH-1.51.0-1/BH/inst/include/boost/blank_fwd.hpp |only
BH-1.51.0-1/BH/inst/include/boost/cregex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/detail/is_incrementable.hpp |only
BH-1.51.0-1/BH/inst/include/boost/detail/templated_streams.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/all.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/detail/clone_current_exception.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/detail/exception_ptr.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/detail/is_output_streamable.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/detail/object_hex_dump.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/diagnostic_information.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_api_function.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_at_line.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_errno.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_file_handle.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_file_name.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_file_open_mode.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_nested_exception.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/errinfo_type_info_name.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/error_info.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/info.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/info_tuple.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/to_string.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception/to_string_stub.hpp |only
BH-1.51.0-1/BH/inst/include/boost/exception_ptr.hpp |only
BH-1.51.0-1/BH/inst/include/boost/foreach.hpp |only
BH-1.51.0-1/BH/inst/include/boost/foreach_fwd.hpp |only
BH-1.51.0-1/BH/inst/include/boost/format |only
BH-1.51.0-1/BH/inst/include/boost/format.hpp |only
BH-1.51.0-1/BH/inst/include/boost/function |only
BH-1.51.0-1/BH/inst/include/boost/function.hpp |only
BH-1.51.0-1/BH/inst/include/boost/function_equal.hpp |only
BH-1.51.0-1/BH/inst/include/boost/fusion |only
BH-1.51.0-1/BH/inst/include/boost/iostreams |only
BH-1.51.0-1/BH/inst/include/boost/iterator/transform_iterator.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/constants |only
BH-1.51.0-1/BH/inst/include/boost/math/distributions |only
BH-1.51.0-1/BH/inst/include/boost/math/distributions.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/policies/error_handling.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/bessel.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/beta.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/cbrt.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/cos_pi.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_i0.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_i1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_ik.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_j0.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_j1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jn.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_asym.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_series.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_k0.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_k1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_kn.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_y0.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_y1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_yn.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/erf_inv.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/gamma_inva.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/ibeta_inv_ab.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/ibeta_inverse.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/iconv.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/igamma_inverse.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/igamma_large.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/lanczos_sse2.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/lgamma_small.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/t_distribution_inv.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/detail/unchecked_factorial.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/erf.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/expm1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/factorials.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/gamma.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/hypot.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/lanczos.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/log1p.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/owens_t.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/pow.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/powm1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/prime.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/round.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/sin_pi.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/sinc.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/sqrt1pm1.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/special_functions/trunc.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/big_constant.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/detail |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/fraction.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/minima.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/precision.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/rational.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/roots.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/series.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/toms748_solve.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/traits.hpp |only
BH-1.51.0-1/BH/inst/include/boost/math/tools/tuple.hpp |only
BH-1.51.0-1/BH/inst/include/boost/mpl/begin.hpp |only
BH-1.51.0-1/BH/inst/include/boost/mpl/divides.hpp |only
BH-1.51.0-1/BH/inst/include/boost/mpl/empty_base.hpp |only
BH-1.51.0-1/BH/inst/include/boost/mpl/end.hpp |only
BH-1.51.0-1/BH/inst/include/boost/mpl/inherit.hpp |only
BH-1.51.0-1/BH/inst/include/boost/preprocessor/comparison/less.hpp |only
BH-1.51.0-1/BH/inst/include/boost/preprocessor/comparison/not_equal.hpp |only
BH-1.51.0-1/BH/inst/include/boost/random/linear_congruential.hpp |only
BH-1.51.0-1/BH/inst/include/boost/random/uniform_01.hpp |only
BH-1.51.0-1/BH/inst/include/boost/random/uniform_smallint.hpp |only
BH-1.51.0-1/BH/inst/include/boost/regex |only
BH-1.51.0-1/BH/inst/include/boost/regex.hpp |only
BH-1.51.0-1/BH/inst/include/boost/regex_fwd.hpp |only
BH-1.51.0-1/BH/inst/include/boost/test/included/test_exec_monitor.hpp |only
BH-1.51.0-1/BH/inst/include/boost/test/minimal.hpp |only
BH-1.51.0-1/BH/inst/include/boost/test/test_exec_monitor.hpp |only
BH-1.51.0-1/BH/inst/include/boost/test/unit_test.hpp |only
BH-1.51.0-1/BH/inst/include/boost/tr1 |only
BH-1.51.0-1/BH/inst/include/boost/tuple/tuple_comparison.hpp |only
BH-1.51.0-1/BH/inst/include/boost/utility/detail/result_of_iterate.hpp |only
BH-1.51.0-1/BH/inst/include/boost/utility/result_of.hpp |only
BH-1.51.0-1/BH/man/BH-package.Rd | 4
154 files changed, 790 insertions(+), 10 deletions(-)