Title: Spatial Modeling on Stream Networks
Description: Geostatistical modeling for data on stream networks, including models based on in-stream distance. Models are created using moving average constructions. Spatial linear models, including covariates, can be fit with ML or REML. Mapping and other graphical functions are included.
Author: Jay Ver Hoef and Erin Peterson
Maintainer: Jay Ver Hoef <ver.hoef@SpatialStreamNetworks.com>
Diff between SSN versions 1.1.5 dated 2015-04-18 and 1.1.6 dated 2015-08-23
DESCRIPTION | 10 +++++----- MD5 | 24 ++++++++++++------------ NAMESPACE | 9 +++++++++ R/residuals.glmssn.R | 2 +- build/vignette.rds |binary data/datalist | 2 +- data/mf04.rda |binary data/mf04p.rda |binary data/modelFits.rda |binary inst/doc/STARS.pdf |binary man/createSSN.Rd | 1 + man/plot.influenceSSN.Rd | 2 +- man/residuals.glmssn.Rd | 6 +++--- 13 files changed, 33 insertions(+), 23 deletions(-)
Title: Infrastructure for Seriation
Description: Infrastructure for seriation with an implementation of several
seriation/sequencing techniques to reorder matrices, dissimilarity
matrices, and dendrograms. Also provides (optimally) reordered heatmaps,
color images and clustering visualizations like dissimilarity plots, and
visual assessment of cluster tendency plots (VAT and iVAT).
Author: Michael Hahsler [aut, cre, cph],
Christian Buchta [aut, cph],
Kurt Hornik [aut, cph],
Fionn Murtagh [ctb, cph],
Michael Brusco [ctb, cph],
Stephanie Stahl [ctb, cph],
Hans-Friedrich Koehn [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Diff between seriation versions 1.1-1 dated 2015-06-30 and 1.1-2 dated 2015-08-23
DESCRIPTION | 9 +- MD5 | 48 +++++++------- NAMESPACE | 8 +- R/AAAparameter.R | 16 ++-- R/dissimilartiy.R | 154 +++++++++++++++++++++++++--------------------- R/permutation.R | 3 R/permutation_vector.R | 7 +- build/vignette.rds |binary data/Chameleon.rda |binary data/Irish.rda |binary data/Munsingen.rda |binary data/Psych24.rda |binary data/Townships.rda |binary data/Wood.rda |binary data/Zoo.rda |binary inst/NEWS | 12 ++- inst/doc/seriation.R | 127 ++++++++++++++++--------------------- inst/doc/seriation.Rnw | 88 ++++++++++++++------------ inst/doc/seriation.pdf |binary man/dissimilarity.Rd | 99 +++++++++++++++-------------- man/get_order.Rd | 29 +++++--- man/hmap.Rd | 3 man/permutation.Rd | 4 - man/permutation_vector.Rd | 26 +++++-- vignettes/seriation.Rnw | 88 ++++++++++++++------------ 25 files changed, 377 insertions(+), 344 deletions(-)
Title: Statistical Analysis and Data Display: Heiberger and Holland
Description: Support software for Statistical Analysis and Data Display (First Edition, Springer, ISBN 0-387-40270-5, 2004) and (Second Edition, Springer, ISBN 978-1-4939-2121-8, anticipated 2015) by Richard M. Heiberger and Burt Holland. This contemporary presentation of statistical methods features extensive use of graphical displays for exploring data and for displaying the analysis. The second edition includes redesigned graphics and additional chapters. The authors emphasize how to construct and interpret graphs, discuss principles of graphical design, and show how accompanying traditional tabular results are used to confirm the visual impressions derived directly from the graphs. Many of the graphical formats are novel and appear here for the first time in print. All chapters have exercises. All functions introduced in the book are in the package. R code for all examples, both graphs and tables, in the book is included in the scripts directory of the package.
Author: Richard M. Heiberger
Maintainer: Richard M. Heiberger <rmh@temple.edu>
Diff between HH versions 3.1-19 dated 2015-06-12 and 3.1-21 dated 2015-08-23
DESCRIPTION | 12 +- MD5 | 28 +++--- NAMESPACE | 27 ++++- NEWS | 30 ++++++ R/ancova.R | 2 R/formatHex.R |only R/normal.and.t.R | 63 +++++++++---- R/showHex.R | 198 +++++++++++++++++++++++++++++++------------ inst/scripts/hh2/PrcnApx.R | 45 ++++----- inst/scripts/hh2/RApx.R | 43 ++++----- inst/scripts/hh2/RExcelApx.R | 2 inst/scripts/hh2/conc.R | 32 +++--- inst/scripts/hh2/oway.R | 30 +++--- inst/scripts/hh2/regb.R | 6 - man/formatHex.Rd |only man/showHex.Rd | 102 ++++++++++++---------- 16 files changed, 404 insertions(+), 216 deletions(-)
Title: Fit a Spatial Occupancy Model via Gibbs Sampling
Description: Fit a spatial-temporal occupancy models using
a probit formulation instead of a traditional logit
model.
Author: Devin S. Johnson
Maintainer: Devin S. Johnson <devin.johnson@noaa.gov>
Diff between stocc versions 1.23 dated 2014-07-29 and 1.30 dated 2015-08-23
DESCRIPTION | 14 +++++++------- MD5 | 22 +++++++++++----------- NAMESPACE | 14 +++++++++++++- R/spatial.occupancy.R | 27 +++++++++------------------ R/stocc-package.R | 8 +++++--- man/habData.Rd | 3 ++- man/icar.Q.Rd | 3 ++- man/make.so.data.Rd | 3 ++- man/occupancyData.Rd | 3 ++- man/spatial.occupancy.Rd | 9 ++++----- man/stocc-package.Rd | 7 ++++--- man/visitData.Rd | 3 ++- 12 files changed, 63 insertions(+), 53 deletions(-)
Title: Interface Between GRASS 7 Geographical Information System and R
Description: Interpreted interface between GRASS 7 geographical
information system and R, based on starting R from within the GRASS GIS
environment, or running free-standing R in a temporary GRASS location;
the package provides facilities for using all GRASS commands from the
R command line. This package may not be used for GRASS 6, for which
spgrass6 should be used.
Author: Roger Bivand [cre, aut],
Rainer Krug [ctb],
Markus Neteler [ctb],
Sebastian Jeworutzki [ctb]
Maintainer: Roger Bivand <Roger.Bivand@nhh.no>
Diff between rgrass7 versions 0.1-0 dated 2015-03-11 and 0.1-2 dated 2015-08-23
ChangeLog | 222 ++++++++++++++++++++++---------------------- DESCRIPTION | 23 ++-- MD5 | 15 +- NAMESPACE | 4 R/bin_link.R | 4 R/vect_link.R | 282 +++++++++++++++++++++++++++++++++++++++++++------------- R/xml1.R | 2 inst |only man/readVECT.Rd | 35 +++++- 9 files changed, 387 insertions(+), 200 deletions(-)
Title: Global Optimization by Differential Evolution in C++
Description: An efficient C++ based implementation of the 'DEoptim'
function which performs global optimization by differential evolution.
Its creation was motivated by trying to see if the old approximation "easier,
shorter, faster: pick any two" could in fact be extended to achieving all
three goals while moving the code from plain old C to modern C++. The
initial version did in fact do so, but a good part of the gain was due to
an implicit code review which eliminated a few inefficiencies which have
since been eliminated in 'DEoptim'.
Author: Dirk Eddelbuettel extending DEoptim (by David Ardia, Katharine Mullen,
Brian Peterson, Joshua Ulrich) which itself is based on DE-Engine (by Rainer Storn)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppDE versions 0.1.2 dated 2013-12-12 and 0.1.3 dated 2015-08-23
RcppDE-0.1.2/RcppDE/demo/CompiledBenchmark.R |only RcppDE-0.1.2/RcppDE/demo/LargeBenchmark.R |only RcppDE-0.1.2/RcppDE/demo/SmallBenchmark.R |only RcppDE-0.1.3/RcppDE/ChangeLog | 32 +++++++++++++++++++++++++++ RcppDE-0.1.3/RcppDE/DESCRIPTION | 30 ++++++++++++------------- RcppDE-0.1.3/RcppDE/MD5 | 31 +++++++++++++------------- RcppDE-0.1.3/RcppDE/NAMESPACE | 11 +++++---- RcppDE-0.1.3/RcppDE/README.md | 10 +++++--- RcppDE-0.1.3/RcppDE/build/vignette.rds |binary RcppDE-0.1.3/RcppDE/demo/00Index | 10 ++++---- RcppDE-0.1.3/RcppDE/demo/c++ |only RcppDE-0.1.3/RcppDE/demo/compiled.R |only RcppDE-0.1.3/RcppDE/demo/large.R |only RcppDE-0.1.3/RcppDE/demo/small.R |only RcppDE-0.1.3/RcppDE/inst/doc/RcppDE.R | 2 - RcppDE-0.1.3/RcppDE/inst/doc/RcppDE.Rnw | 4 +-- RcppDE-0.1.3/RcppDE/inst/doc/RcppDE.pdf |binary RcppDE-0.1.3/RcppDE/man/DEoptim.Rd | 2 - RcppDE-0.1.3/RcppDE/src/devol.cpp | 2 - RcppDE-0.1.3/RcppDE/vignettes/RcppDE.Rnw | 4 +-- 20 files changed, 88 insertions(+), 50 deletions(-)
Title: Time Series Clustering with Dynamic Time Warping
Description: Time series clustering using different techniques related to the Dynamic Time Warping distance
and its corresponding lower bounds. Additionally, an implementation of k-Shape clustering is available.
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>
Diff between dtwclust versions 0.1.0 dated 2015-08-02 and 1.0.0 dated 2015-08-23
dtwclust-0.1.0/dtwclust/inst/dtwclust.pdf |only dtwclust-1.0.0/dtwclust/DESCRIPTION | 12 dtwclust-1.0.0/dtwclust/MD5 | 60 +-- dtwclust-1.0.0/dtwclust/NAMESPACE | 61 +-- dtwclust-1.0.0/dtwclust/R/DBA.R | 35 - dtwclust-1.0.0/dtwclust/R/NCCc.R | 6 dtwclust-1.0.0/dtwclust/R/SBD.R | 4 dtwclust-1.0.0/dtwclust/R/TADPole.R | 24 - dtwclust-1.0.0/dtwclust/R/dtw-lb.R | 20 - dtwclust-1.0.0/dtwclust/R/dtw2.R | 3 dtwclust-1.0.0/dtwclust/R/dtwclust-classes.R | 12 dtwclust-1.0.0/dtwclust/R/dtwclust-plot.R | 105 ++++- dtwclust-1.0.0/dtwclust/R/dtwclust.R | 237 +++++++++---- dtwclust-1.0.0/dtwclust/R/kcca-list.R |only dtwclust-1.0.0/dtwclust/R/lb-improved.R | 401 +++++++++------------- dtwclust-1.0.0/dtwclust/R/lb-keogh.R | 148 ++------ dtwclust-1.0.0/dtwclust/R/pkg.R | 235 ++++++------ dtwclust-1.0.0/dtwclust/R/reinterpolate.R | 2 dtwclust-1.0.0/dtwclust/R/shape-extraction.R | 2 dtwclust-1.0.0/dtwclust/R/utils.R | 342 ++++++++++++------ dtwclust-1.0.0/dtwclust/README.md | 36 + dtwclust-1.0.0/dtwclust/man/DBA.Rd | 8 dtwclust-1.0.0/dtwclust/man/SBD.Rd | 2 dtwclust-1.0.0/dtwclust/man/TADPole.Rd | 2 dtwclust-1.0.0/dtwclust/man/dtw_lb.Rd | 148 ++++---- dtwclust-1.0.0/dtwclust/man/dtwclust-class.Rd | 8 dtwclust-1.0.0/dtwclust/man/dtwclust-package.Rd | 13 dtwclust-1.0.0/dtwclust/man/dtwclust.Rd | 437 +++++++++++++----------- dtwclust-1.0.0/dtwclust/man/lb_improved.Rd | 3 dtwclust-1.0.0/dtwclust/man/lb_keogh.Rd | 3 dtwclust-1.0.0/dtwclust/man/plot-methods.Rd | 16 dtwclust-1.0.0/dtwclust/man/shape_extraction.Rd | 2 32 files changed, 1309 insertions(+), 1078 deletions(-)
Title: Database Preferences and Skyline Computation
Description: Routines to select and visualize the maxima for a given strict
partial order. This especially includes the computation of the Pareto
frontier, also known as (Top-k) Skyline operator, and some
generalizations (database preferences).
Author: Patrick Roocks <mail@p-roocks.de>
Maintainer: Patrick Roocks <mail@p-roocks.de>
Diff between rPref versions 0.5 dated 2015-03-20 and 0.6 dated 2015-08-23
DESCRIPTION | 10 +- MD5 | 54 ++++++------- NAMESPACE | 6 + NEWS | 18 +++- R/base-pref-macros.R | 76 +++++++++---------- R/base-pref.r | 95 ++++++++++++++++-------- R/complex-pref.r | 35 ++++---- R/pred-succ.r | 29 +++---- R/pref-classes.r | 185 ++++++++++++++++++++++++++++++++++------------- R/pref-eval.r | 84 +++++++++++---------- R/rPref.r | 24 +++--- R/show-pref.r | 53 ++++++++----- R/visualize.r | 87 ++++++++++++++++------ inst/test/test-hasse.R | 8 +- inst/test/test-pref.r | 80 ++++++++++++++++++++ inst/test/test-strings.R | 3 man/base_pref.Rd | 86 +++++++++++++++------ man/base_pref_macros.Rd | 39 ++++++--- man/complex_pref.Rd | 27 +++--- man/get_btg.Rd | 56 ++++++++++---- man/get_hasse_diag.Rd | 8 +- man/plot_front.Rd | 10 +- man/pred_succ.Rd | 31 ++++--- man/psel.Rd | 74 +++++++++--------- man/rPref.Rd | 26 +++--- man/show.pref.Rd | 20 ++--- man/show.query.Rd | 6 - src/scalagon.h | 2 28 files changed, 786 insertions(+), 446 deletions(-)
Title: Stabilized Nearest Neighbor Classifier
Description: Implement K-nearest neighbor classifier, weighted nearest neighbor classifier, bagged nearest neighbor classifier, optimal weighted nearest neighbor classifier and stabilized nearest neighbor classifier, and perform model selection via 5 fold cross-validation for them. This package also provides functions for computing the classification error and classification instability of a classification procedure.
Author: Wei Sun, Xingye Qiao, and Guang Cheng
Maintainer: Wei Sun <sunweisurrey8@gmail.com>
Diff between snn versions 1.0 dated 2015-07-28 and 1.1 dated 2015-08-23
DESCRIPTION | 8 ++++---- MD5 | 24 ++++++++++++------------ R/mybnn.R | 23 +++++++++++++++-------- R/myknn.R | 13 ++++++++++--- R/myownn.R | 23 +++++++++++++++-------- R/mysnn.R | 24 ++++++++++++++++-------- man/cv.tune.Rd | 2 +- man/mybnn.Rd | 2 +- man/myknn.Rd | 2 +- man/myownn.Rd | 2 +- man/mysnn.Rd | 2 +- man/mywnn.Rd | 2 +- man/snn-package.Rd | 2 +- 13 files changed, 79 insertions(+), 50 deletions(-)
Title: Using R to Run 'JAGS'
Description: Providing wrapper functions to implement Bayesian analysis in JAGS. Some major features include monitoring convergence of a MCMC model using Rubin and Gelman Rhat statistics, automatically running a MCMC model till it converges, and implementing parallel processing of a MCMC model for multiple chains.
Author: Yu-Sung Su <suyusung@tsinghua.edu.cn>,
Masanao Yajima <yajima@stat.ucla.edu>,
Maintainer: Yu-Sung Su <suyusung@tsinghua.edu.cn>
Diff between R2jags versions 0.5-6 dated 2015-04-21 and 0.5-7 dated 2015-08-23
CHANGELOG | 6 +++++ DESCRIPTION | 11 +++++---- MD5 | 10 ++++---- NAMESPACE | 9 +++++++ R/jags2.R | 62 +++++++++++++++++++++++++++---------------------------- R/jagsParallel.R | 38 +++++++++++++++++++++++++++++++-- 6 files changed, 92 insertions(+), 44 deletions(-)
Title: Graphical User Interface for Rprof()
Description: Show graphically the results of profiling R functions by tracking their execution time.
Author: Fernando de Villar<fdevillar@gmail.com> and Angel Rubio <arubio@ceit.es>
Maintainer: Fernando de Villar<fdevillar@gmail.com>
Diff between GUIProfiler versions 0.1.2 dated 2014-11-15 and 2.0.1 dated 2015-08-23
GUIProfiler-0.1.2/GUIProfiler/R/RRprofReport.r |only GUIProfiler-2.0.1/GUIProfiler/DESCRIPTION | 15 ++++++++------- GUIProfiler-2.0.1/GUIProfiler/MD5 | 14 +++++++------- GUIProfiler-2.0.1/GUIProfiler/NAMESPACE | 10 ++++++++-- GUIProfiler-2.0.1/GUIProfiler/R/RRprofReport.R |only GUIProfiler-2.0.1/GUIProfiler/man/GUIProfiler-package.Rd | 12 ++++++------ GUIProfiler-2.0.1/GUIProfiler/man/RRprofReport.Rd | 6 ++++-- GUIProfiler-2.0.1/GUIProfiler/man/RRprofStart.Rd | 2 +- GUIProfiler-2.0.1/GUIProfiler/man/RRprofStop.Rd | 2 +- 9 files changed, 35 insertions(+), 26 deletions(-)
Title: Empirical Likelihood Ratio for Censored/Truncated Data
Description: Empirical likelihood ratio tests for means/quantiles/hazards
from possibly censored and/or truncated data. Now does regression too.
This version contains some C code.
Author: Mai Zhou. (Art Owen for el.test(). Yifan Yang for C code.)
Maintainer: Mai Zhou <mai@ms.uky.edu>
Diff between emplik versions 1.0-1 dated 2015-04-28 and 1.0-2 dated 2015-08-23
DESCRIPTION | 6 - MD5 | 60 ++++++------- NAMESPACE | 3 man/BJnoint.Rd | 111 ++++++++++++------------- man/ROCnp.Rd | 6 + man/ROCnp2.Rd | 5 - man/RankRegTest.Rd | 150 +++++++++++++++++----------------- man/RankRegTestH.Rd | 4 man/WRegEst.Rd | 12 +- man/WRegTest.Rd | 7 + man/bjtest.Rd | 117 +++++++++++++------------- man/bjtest1d.Rd | 107 ++++++++++++------------ man/bjtestII.Rd | 6 - man/el.cen.EM.Rd | 9 -- man/el.cen.EM2.Rd | 6 + man/el.cen.test.Rd | 205 ++++++++++++++++++++++++----------------------- man/el.ltrc.EM.Rd | 213 +++++++++++++++++++++++++------------------------ man/el.test.Rd | 112 ++++++++++++------------- man/el.test.wt.Rd | 140 ++++++++++++++++---------------- man/el.test.wt2.Rd | 163 +++++++++++++++++++------------------ man/el.trun.test.Rd | 185 +++++++++++++++++++++--------------------- man/emplik-internal.Rd | 2 man/emplikH.disc.Rd | 3 man/emplikH.disc2.Rd | 6 - man/emplikH1.test.Rd | 162 ++++++++++++++++++------------------- man/emplikH2.test.Rd | 194 ++++++++++++++++++++++---------------------- man/emplikHs.disc2.Rd | 4 man/emplikHs.test2.Rd | 2 man/findUL.Rd | 5 - man/myeloma.Rd | 2 src/cumsumsurv.c | 2 31 files changed, 1023 insertions(+), 986 deletions(-)
Title: Dive Analysis and Calibration
Description: Utilities to represent, visualize, filter, analyse, and summarize
time-depth recorder (TDR) data. Miscellaneous functions for
handling location data are also provided.
Author: Sebastian P. Luque <spluque@gmail.com>
Maintainer: Sebastian P. Luque <spluque@gmail.com>
Diff between diveMove versions 1.3.9 dated 2014-02-20 and 1.4.0 dated 2015-08-23
diveMove-1.3.9/diveMove/README |only diveMove-1.4.0/diveMove/ChangeLog | 2 diveMove-1.4.0/diveMove/DESCRIPTION | 8 - diveMove-1.4.0/diveMove/MD5 | 108 +++++++++--------- diveMove-1.4.0/diveMove/NAMESPACE | 12 +- diveMove-1.4.0/diveMove/NEWS | 6 + diveMove-1.4.0/diveMove/R/AllClass.R | 2 diveMove-1.4.0/diveMove/R/AllGenerics.R | 2 diveMove-1.4.0/diveMove/R/AllMethod.R | 7 - diveMove-1.4.0/diveMove/R/austFilter.R | 2 diveMove-1.4.0/diveMove/R/bouts.R | 27 ++-- diveMove-1.4.0/diveMove/R/calibrate.R | 2 diveMove-1.4.0/diveMove/R/detDive.R | 2 diveMove-1.4.0/diveMove/R/detPhase.R | 2 diveMove-1.4.0/diveMove/R/distSpeed.R | 2 diveMove-1.4.0/diveMove/R/diveStats.R | 2 diveMove-1.4.0/diveMove/R/oneDiveStats.R | 2 diveMove-1.4.0/diveMove/R/plotTDR.R | 5 diveMove-1.4.0/diveMove/R/readLocs.R | 2 diveMove-1.4.0/diveMove/R/readTDR.R | 2 diveMove-1.4.0/diveMove/R/speedStats.R | 2 diveMove-1.4.0/diveMove/R/stampDive.R | 2 diveMove-1.4.0/diveMove/R/zoc.R | 2 diveMove-1.4.0/diveMove/R/zzz.R | 2 diveMove-1.4.0/diveMove/README.md |only diveMove-1.4.0/diveMove/build/vignette.rds |binary diveMove-1.4.0/diveMove/inst/doc/diveMove.Rnw | 2 diveMove-1.4.0/diveMove/inst/doc/diveMove.pdf |binary diveMove-1.4.0/diveMove/man/TDR-accessors.Rd | 11 + diveMove-1.4.0/diveMove/man/TDR-class.Rd | 2 diveMove-1.4.0/diveMove/man/TDRcalibrate-accessors.Rd | 2 diveMove-1.4.0/diveMove/man/TDRcalibrate-class.Rd | 2 diveMove-1.4.0/diveMove/man/austFilter.Rd | 2 diveMove-1.4.0/diveMove/man/bout-methods.Rd | 2 diveMove-1.4.0/diveMove/man/bout-misc.Rd | 2 diveMove-1.4.0/diveMove/man/bouts2MLE.Rd | 2 diveMove-1.4.0/diveMove/man/bouts2NLS.Rd | 2 diveMove-1.4.0/diveMove/man/calibrateDepth.Rd | 2 diveMove-1.4.0/diveMove/man/calibrateSpeed.Rd | 2 diveMove-1.4.0/diveMove/man/detDive-internal.Rd | 2 diveMove-1.4.0/diveMove/man/detPhase-internal.Rd | 2 diveMove-1.4.0/diveMove/man/distSpeed.Rd | 2 diveMove-1.4.0/diveMove/man/diveMove-internal.Rd | 2 diveMove-1.4.0/diveMove/man/diveMove-package.Rd | 2 diveMove-1.4.0/diveMove/man/diveStats.Rd | 2 diveMove-1.4.0/diveMove/man/dives.Rd | 2 diveMove-1.4.0/diveMove/man/extractDive-methods.Rd | 2 diveMove-1.4.0/diveMove/man/labDive-internal.Rd | 2 diveMove-1.4.0/diveMove/man/plotTDR-methods.Rd | 2 diveMove-1.4.0/diveMove/man/readLocs.Rd | 2 diveMove-1.4.0/diveMove/man/readTDR.Rd | 2 diveMove-1.4.0/diveMove/man/rqPlot.Rd | 2 diveMove-1.4.0/diveMove/man/sealLocs.Rd | 2 diveMove-1.4.0/diveMove/man/timeBudget-methods.Rd | 2 diveMove-1.4.0/diveMove/vignettes/Makefile | 2 diveMove-1.4.0/diveMove/vignettes/diveMove.Rnw | 2 56 files changed, 145 insertions(+), 127 deletions(-)
Title: Bayesian Graph Selection Based on Birth-Death MCMC Approach
Description: Bayesian inference for structure learning in undirected graphical models. The main target is to uncover complicated patterns in multivariate data wherein either continuous or discrete variables.
Author: Abdolreza Mohammadi and Ernst Wit
Maintainer: Abdolreza Mohammadi <a.mohammadi@rug.nl>
Diff between BDgraph versions 2.20 dated 2015-08-21 and 2.21 dated 2015-08-23
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- NAMESPACE | 13 +++++++------ src/BDgraph.cpp | 18 ++++++++++-------- 4 files changed, 24 insertions(+), 21 deletions(-)