Title: Spatial Visualization with ggplot2
Description: A collection of functions to visualize spatial data and models
on top of static maps from various online sources (e.g Google Maps and Stamen
Maps). It includes tools common to those tasks, including functions for
geolocation and routing.
Author: David Kahle [aut, cre],
Hadley Wickham [aut]
Maintainer: David Kahle <david.kahle@gmail.com>
Diff between ggmap versions 2.5.2 dated 2015-08-21 and 2.6 dated 2015-12-19
DESCRIPTION | 20 +-- MD5 | 119 +++++++++--------- NAMESPACE | 11 + NEWS | 300 ++++++++++++++++++++++++++++------------------- R/XY2LonLat.R | 29 ++-- R/bb2bbox.R | 19 ++ R/file_drawer.R | 6 R/geocode.R | 39 +++--- R/geom_leg.R |only R/get_googlemap.R | 31 +++- R/get_map.R | 4 R/get_stamenmap.R | 4 R/gglocator.R | 4 R/ggmap.R | 57 +++++--- R/ggplot2.R | 10 - R/help.R | 7 - R/inset.R | 71 ++++++----- R/inset_raster.R | 108 ++++++++++++---- R/mapdist.R | 40 ++++-- R/qmap.R | 14 +- R/qmplot.R | 62 +++++---- R/route.R | 170 +++++++++++++++----------- R/theme_nothing.R | 30 ++-- README.md | 25 ++- man/LonLat2XY.Rd | 7 - man/OSM_scale_lookup.Rd | 5 man/XY2LonLat.Rd | 17 ++ man/bb2bbox.Rd | 23 ++- man/calc_zoom.Rd | 2 man/crime.Rd | 2 man/distQueryCheck.Rd | 2 man/file_drawer.Rd | 8 + man/geocode.Rd | 34 +++-- man/geom_leg.Rd | 190 +++++++++++++++++++++++++---- man/get_cloudmademap.Rd | 2 man/get_googlemap.Rd | 12 + man/get_map.Rd | 2 man/get_navermap.Rd | 3 man/get_openstreetmap.Rd | 3 man/get_stamenmap.Rd | 8 - man/ggimage.Rd | 3 man/gglocator.Rd | 5 man/ggmap.Rd | 54 +++++--- man/ggmapplot.Rd | 2 man/hadley.Rd | 2 man/inset.Rd | 6 man/inset_raster.Rd | 34 +++-- man/legs2route.Rd | 4 man/make_bbox.Rd | 3 man/mapdist.Rd | 39 ++++-- man/mutate_geocode.Rd | 5 man/print.ggmap.Rd | 5 man/qmap.Rd | 4 man/qmplot.Rd | 11 - man/revgeocode.Rd | 4 man/route.Rd | 41 ++---- man/routeQueryCheck.Rd | 2 man/theme_inset.Rd | 23 +-- man/theme_nothing.Rd | 8 - man/wind.Rd | 2 man/zips.Rd | 2 61 files changed, 1122 insertions(+), 637 deletions(-)
Title: 'Rcpp' Bindings to Parser for Tom's Obvious Markup Language
Description: The configuration format defined by 'TOML' (which expands to
"Tom's Obvious Markup Language") specifies an excellent format (described at
<https://github.com/toml-lang/toml>) suitable for both human editing as well
as the common uses of a machine-readable format. This package uses 'Rcpp' to
connect the 'cpptoml' parser written by Chase Geigle (in modern C++11) to R.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppTOML versions 0.0.4 dated 2015-07-16 and 0.0.5 dated 2015-12-19
ChangeLog | 16 DESCRIPTION | 8 MD5 | 16 inst/include/cpptoml.h | 1072 +++++++++++++++++++++++++++++++++++------ src/parse.cpp | 17 tests/float.Rout.save | 3 tests/float.toml | 2 tests/tomlExamples.Rout.save | 3 tests/toml_example-v0.4.0.toml | 2 9 files changed, 958 insertions(+), 181 deletions(-)
Title: Product-Limit Estimation for Censored Event History Analysis
Description: Fast and user friendly implementation of nonparametric estimators
for censored event history (survival) analysis. Kaplan-Meier and
Aalen-Johansen method.
Author: Thomas A. Gerds
Maintainer: Thomas A. Gerds <tag@biostat.ku.dk>
Diff between prodlim versions 1.5.5 dated 2015-10-05 and 1.5.7 dated 2015-12-19
DESCRIPTION | 6 - MD5 | 22 ++-- NAMESPACE | 2 R/plot.prodlim.R | 153 +++++++++++++++-------------- R/prodlim-package.R | 5 R/prodlim.R | 268 +++++++++++++++++++++++++++------------------------ R/quantile.prodlim.R | 73 +++++++------ R/redist.R |only R/stopTime.R |only R/summary.Hist.R | 23 +++- man/plot.prodlim.Rd | 24 ++-- man/prodlim.Rd | 114 ++++++++++++--------- man/redist.Rd |only man/stopTime.Rd |only 14 files changed, 379 insertions(+), 311 deletions(-)
Title: Parametric Network Enrichment Analysis
Description: Includes functions and examples to compute Parametric Network Enrichment Analysis.
Author: Mirko Signorelli, Veronica Vinciotti and Ernst C. Wit
Maintainer: Mirko Signorelli <m.signorelli@rug.nl>
Diff between pnea versions 1.2.2 dated 2015-12-11 and 1.2.3 dated 2015-12-19
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- R/pnea.R | 10 ++++++++-- 3 files changed, 14 insertions(+), 8 deletions(-)
Title: General-to-Specific (GETS) Modelling and Indicator Saturation
Methods
Description: Automated multi-path General-to-Specific (GETS) modelling of the mean and variance of a regression, and indicator saturation methods for detecting and testing for structural breaks in the mean.
Author: Genaro Sucarrat [aut, cre], Felix Pretis [aut], James Reade [aut]
Maintainer: Genaro Sucarrat <genaro.sucarrat@bi.no>
Diff between gets versions 0.3 dated 2015-11-26 and 0.4 dated 2015-12-19
DESCRIPTION | 17 +++---- MD5 | 47 +++++++++++--------- NAMESPACE | 3 - NEWS | 121 ++++++++++++++++++++++++++++++++-------------------- R/coef.arx.R | 2 R/coef.gets.R | 23 ++++----- R/eviews.R |only R/fitted.arx.R | 3 - R/getsm.R | 108 +++++++++++++++++++++++++--------------------- R/getsv.R | 14 ++++-- R/isat.R | 28 ++++++------ R/isattest.R | 1 R/ols.R | 115 ++++++++++++++++++++++++++++++++++++++++++------- R/plot.gets.R | 34 ++++++++++---- R/print.gets.R | 29 ++++++++---- R/recursive.R |only R/stata.R |only R/vcov.arx.R | 3 - man/biascorr.Rd | 9 +-- man/eviews.Rd |only man/gets-package.Rd | 9 +-- man/getsm.Rd | 2 man/iim.Rd | 6 +- man/isat.Rd | 6 -- man/isattest.Rd | 2 man/ols.Rd | 24 +++++++++- man/recursive.Rd |only 27 files changed, 386 insertions(+), 220 deletions(-)
Title: Dynamic Simulations of Autoregressive Relationships
Description: Dynamic simulations and graphical depictions of autoregressive
relationships.
Author: Christopher Gandrud [aut, cre],
Laron K. Williams [aut],
Guy D. Whitten [aut]
Maintainer: Christopher Gandrud <christopher.gandrud@gmail.com>
Diff between dynsim versions 1.2 dated 2015-07-24 and 1.2.1 dated 2015-12-19
DESCRIPTION | 16 +++++++++------- MD5 | 28 ++++++++++++++-------------- NAMESPACE | 3 +-- NEWS | 4 ++++ R/dynsimGG.R | 9 ++++----- README.md | 3 ++- build/vignette.rds |binary demo/grunfeld-examples.R | 4 ++-- inst/doc/dynsim-overview.R | 4 ++-- inst/doc/dynsim-overview.Rnw | 14 +++++++------- inst/doc/dynsim-overview.pdf |binary man/dynsim.Rd | 5 +++-- man/dynsimGG.Rd | 11 ++++++----- man/grunfeld.Rd | 2 +- vignettes/dynsim-overview.Rnw | 14 +++++++------- 15 files changed, 62 insertions(+), 55 deletions(-)
Title: Buckley-James Regression for Survival Data with High-Dimensional
Covariates
Description: Buckley-James regression for right-censoring survival data with high-dimensional covariates. Implementations for survival data include boosting with componentwise linear least squares, componentwise smoothing splines, regression trees and MARS. Other high-dimensional tools include penalized regression for survival data.
Author: Zhu Wang and others (see COPYRIGHTS)
Maintainer: Zhu Wang <zwang@connecticutchildrens.org>
Diff between bujar versions 0.1-5 dated 2015-10-27 and 0.2-1 dated 2015-12-19
.Rinstignore |only DESCRIPTION | 17 - MD5 | 31 + NAMESPACE | 12 NEWS | 35 ++ R/bstfit.R |only R/bujar.R | 821 +++++++++++++++++++++++--------------------------- R/gcv_enet.R | 2 R/predval.R |only build |only data |only inst/doc |only man/bujar-internal.Rd | 4 man/bujar.Rd | 53 +-- man/chop.Rd |only man/rchop.Rd |only vignettes |only 17 files changed, 495 insertions(+), 480 deletions(-)
Title: Infrastructure for Ordering Objects Using 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-2 dated 2015-08-23 and 1.1-3 dated 2015-12-19
DESCRIPTION | 18 - MD5 | 48 ++-- NAMESPACE | 26 +- R/AAAparameter.R | 6 R/criterion.dist.R | 28 ++ R/dissimilartiy.R | 46 +++ R/hmap.R | 56 +++- R/permute.R | 286 +++++++++++++---------- R/robinson.R |only R/seriate.dist.R | 270 +++++++++++++--------- R/seriate.matrix.R | 8 README.md |only inst/NEWS | 47 ++- inst/doc/seriation.R | 70 ++--- inst/doc/seriation.Rnw | 432 ++++++++++++++++++++---------------- inst/doc/seriation.pdf |binary inst/tests/test-dissimilarity.R |only inst/tests/test-permuation_vector.R | 22 + man/criterion.Rd | 150 +++++++----- man/dissimilarity.Rd | 13 - man/hmap.Rd | 25 +- man/permute.Rd | 32 +- man/reorder_hclust.Rd | 2 man/robinson.Rd |only man/seriate.Rd | 202 +++++++++------- vignettes/seriation.Rnw | 432 ++++++++++++++++++++---------------- vignettes/seriation.bib | 43 +++ 27 files changed, 1341 insertions(+), 921 deletions(-)
Title: Dynamic Generation of Scientific Reports
Description: The RSP markup language makes any text-based document come alive. RSP provides a powerful markup for controlling the content and output of LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and more), e.g. 'Today's date is <%=Sys.Date()%>'. Contrary to many other literate programming languages, with RSP it is straightforward to loop over mixtures of code and text sections, e.g. in month-by-month summaries. RSP has also several preprocessing directives for incorporating static and dynamic contents of external files (local or online) among other things. Functions rstring() and rcat() make it easy to process RSP strings, rsource() sources an RSP file as it was an R script, while rfile() compiles it (even online) into its final output format, e.g. rfile('report.tex.rsp') generates 'report.pdf' and rfile('report.md.rsp') generates 'report.html'. RSP is ideal for self-contained scientific reports and R package vignettes. It's easy to use - if you know how to write an R script, you'll be up and running within minutes.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between R.rsp versions 0.20.0 dated 2015-02-19 and 0.21.0 dated 2015-12-19
R.rsp-0.20.0/R.rsp/.Rinstignore |only R.rsp-0.20.0/R.rsp/R/rscript.R |only R.rsp-0.20.0/R.rsp/man/rscript.Rd |only R.rsp-0.20.0/R.rsp/tests/rscript.R |only R.rsp-0.21.0/R.rsp/DESCRIPTION | 16 - R.rsp-0.21.0/R.rsp/MD5 | 78 +++--- R.rsp-0.21.0/R.rsp/NAMESPACE | 16 - R.rsp-0.21.0/R.rsp/NEWS | 36 ++ R.rsp-0.21.0/R.rsp/R/HttpDaemon.R | 14 - R.rsp-0.21.0/R.rsp/R/HttpDaemon.processRsp.R | 15 - R.rsp-0.21.0/R.rsp/R/RspFileProduct.R | 79 ++++++ R.rsp-0.21.0/R.rsp/R/RspRSourceCode.R | 2 R.rsp-0.21.0/R.rsp/R/RspRSourceCodeFactory.R | 7 R.rsp-0.21.0/R.rsp/R/findAsciiDoc.R | 22 + R.rsp-0.21.0/R.rsp/R/findPandoc.R | 27 +- R.rsp-0.21.0/R.rsp/R/parseRVignetteMetadata.R | 7 R.rsp-0.21.0/R.rsp/R/rcode.R |only R.rsp-0.21.0/R.rsp/R/translateRspV1.R | 4 R.rsp-0.21.0/R.rsp/R/xweavetangle.R | 2 R.rsp-0.21.0/R.rsp/R/zzz.CmdArgsFunctions.R | 1 R.rsp-0.21.0/R.rsp/build/vignette.rds |binary R.rsp-0.21.0/R.rsp/inst/doc/Dynamic_document_creation_using_RSP.pdf |binary R.rsp-0.21.0/R.rsp/inst/doc/Dynamic_document_creation_using_RSP.tex.rsp | 6 R.rsp-0.21.0/R.rsp/inst/doc/RSP_intro.html | 128 ++++++---- R.rsp-0.21.0/R.rsp/inst/doc/RSP_refcard.pdf |binary R.rsp-0.21.0/R.rsp/inst/doc/RSP_refcard.tex.rsp | 2 R.rsp-0.21.0/R.rsp/inst/doc/R_packages-LaTeX_vignettes.ltx | 12 R.rsp-0.21.0/R.rsp/inst/doc/R_packages-LaTeX_vignettes.pdf |binary R.rsp-0.21.0/R.rsp/inst/doc/R_packages-RSP_vignettes.html | 4 R.rsp-0.21.0/R.rsp/inst/doc/R_packages-RSP_vignettes.md.rsp | 2 R.rsp-0.21.0/R.rsp/inst/doc/R_packages-Static_PDF_and_HTML_vignettes.pdf |binary R.rsp-0.21.0/R.rsp/inst/doc/R_packages-Vignettes_prior_to_R300.pdf |binary R.rsp-0.21.0/R.rsp/inst/rsp_LoremIpsum/LoremIpsum.tex.rsp | 1 R.rsp-0.21.0/R.rsp/inst/rsp_examples/R_packages-Static_PDF_and_HTML_vignettes.tex.rsp | 8 R.rsp-0.21.0/R.rsp/man/R.rsp-package.Rd | 2 R.rsp-0.21.0/R.rsp/man/RspDocument.Rd | 2 R.rsp-0.21.0/R.rsp/man/RspString.Rd | 2 R.rsp-0.21.0/R.rsp/man/rcode.Rd |only R.rsp-0.21.0/R.rsp/tests/rcode.R |only R.rsp-0.21.0/R.rsp/tests/rsp_tests.R | 2 R.rsp-0.21.0/R.rsp/vignettes/Dynamic_document_creation_using_RSP.tex.rsp | 6 R.rsp-0.21.0/R.rsp/vignettes/RSP_refcard.tex.rsp | 2 R.rsp-0.21.0/R.rsp/vignettes/R_packages-LaTeX_vignettes.ltx | 12 R.rsp-0.21.0/R.rsp/vignettes/R_packages-RSP_vignettes.md.rsp | 2 44 files changed, 366 insertions(+), 153 deletions(-)
Title: Geographic Data Analysis and Modeling
Description: Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported.
Author: Robert J. Hijmans [cre, aut],
Jacob van Etten [ctb],
Joe Cheng [ctb],
Matteo Mattiuzzi [ctb],
Michael Sumner [ctb],
Jonathan A. Greenberg [ctb],
Oscar Perpinan Lamigueiro [ctb],
Andrew Bevan [ctb],
Etienne B. Racine [ctb],
Ashton Shortridge [ctb]
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>
Diff between raster versions 2.4-30 dated 2015-12-10 and 2.5-2 dated 2015-12-19
ChangeLog | 7 ++++++- DESCRIPTION | 8 ++++---- MD5 | 24 ++++++++++++------------ NAMESPACE | 2 +- R/as.matrix.R | 9 +++++---- R/contour.R | 15 ++++++++++++++- R/rasterizePolygons.R | 24 ++++++++++++++++-------- R/setValues.R | 8 ++++---- R/stackApply.R | 20 +++++++++++++++++--- inst/doc/Raster.pdf |binary inst/doc/functions.pdf |binary inst/doc/rasterfile.pdf |binary man/as.matrix.Rd | 2 +- 13 files changed, 80 insertions(+), 39 deletions(-)
Title: Qualitative Comparative Analysis
Description: Starting with version 2.0, the package QCA acts as an aggregator for the various packages dealing with Qualitative Comparative Analysis. For the moment, it is a gateway to the QCAGUI package, but more related packages are expected to be loaded at runtime.
Author: Adrian Dusa [aut, cre, cph],
Alrik Thiem [aut] (from version 1.0-0, up to version 1.1-3)
Maintainer: Adrian Dusa <dusa.adrian@unibuc.ro>
Diff between QCA versions 1.1-4 dated 2014-12-28 and 2.0 dated 2015-12-19
QCA-1.1-4/QCA/R |only QCA-1.1-4/QCA/data |only QCA-1.1-4/QCA/inst/CITATION |only QCA-1.1-4/QCA/inst/TODO |only QCA-1.1-4/QCA/man/QCA-internal.Rd |only QCA-1.1-4/QCA/man/allExpressions.Rd |only QCA-1.1-4/QCA/man/calibrate.Rd |only QCA-1.1-4/QCA/man/createMatrix.Rd |only QCA-1.1-4/QCA/man/d.biodiversity.Rd |only QCA-1.1-4/QCA/man/d.education.Rd |only QCA-1.1-4/QCA/man/d.graduate.Rd |only QCA-1.1-4/QCA/man/d.health.Rd |only QCA-1.1-4/QCA/man/d.homeless.Rd |only QCA-1.1-4/QCA/man/d.jobsecurity.Rd |only QCA-1.1-4/QCA/man/d.napoleon.Rd |only QCA-1.1-4/QCA/man/d.partybans.Rd |only QCA-1.1-4/QCA/man/d.represent.Rd |only QCA-1.1-4/QCA/man/d.socialsecurity.Rd |only QCA-1.1-4/QCA/man/d.stakeholder.Rd |only QCA-1.1-4/QCA/man/d.transport.Rd |only QCA-1.1-4/QCA/man/d.urban.Rd |only QCA-1.1-4/QCA/man/deMorgan.Rd |only QCA-1.1-4/QCA/man/demoChart.Rd |only QCA-1.1-4/QCA/man/eqmcc.Rd |only QCA-1.1-4/QCA/man/factorize.Rd |only QCA-1.1-4/QCA/man/findSubsets.Rd |only QCA-1.1-4/QCA/man/findSupersets.Rd |only QCA-1.1-4/QCA/man/findTh.Rd |only QCA-1.1-4/QCA/man/getRow.Rd |only QCA-1.1-4/QCA/man/pof.Rd |only QCA-1.1-4/QCA/man/solveChart.Rd |only QCA-1.1-4/QCA/man/superSubset.Rd |only QCA-1.1-4/QCA/man/truthTable.Rd |only QCA-1.1-4/QCA/src |only QCA-2.0/QCA/DESCRIPTION | 27 ++---- QCA-2.0/QCA/MD5 | 92 +---------------------- QCA-2.0/QCA/NAMESPACE | 58 +------------- QCA-2.0/QCA/inst/ChangeLog | 3 QCA-2.0/QCA/man/QCA.package.Rd | 134 ++-------------------------------- 39 files changed, 30 insertions(+), 284 deletions(-)
Title: Selecting Variables in Regression Models
Description: A simple method
to select the best model or best subset of variables using
different types of data (binary, Gaussian or Poisson) and
applying it in different contexts (parametric or non-parametric).
Author: Marta Sestelo [aut, cre],
Nora M. Villanueva [aut],
Javier Roca-Pardinas [aut]
Maintainer: Marta Sestelo <sestelo@uvigo.es>
Diff between FWDselect versions 2.0.1 dated 2015-10-11 and 2.1.0 dated 2015-12-19
DESCRIPTION | 19 ++++++++------- MD5 | 36 ++++++++++++++-------------- NAMESPACE | 5 +++- NEWS | 13 +++++++++- R/FWDselect.R | 2 - R/print.qselection.R | 10 ++++++-- R/qselection.R | 17 +++++++++---- R/selection.R | 60 ++++++++++++++++++++++++++++++++++++++++-------- R/test.R | 33 ++++++++++++++++---------- man/FWDselect.Rd | 4 +-- man/diabetes.Rd | 3 +- man/episode.Rd | 3 +- man/plot.qselection.Rd | 2 - man/pollution.Rd | 3 +- man/print.qselection.Rd | 5 ++-- man/print.selection.Rd | 2 - man/qselection.Rd | 20 +++++++++++----- man/selection.Rd | 17 +++++++++---- man/test.Rd | 25 ++++++++++++-------- 19 files changed, 190 insertions(+), 89 deletions(-)
Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2'
Description: Some helpful extensions and modifications to the 'ggplot2'
library. In particular, this package makes it easy to combine multiple
'ggplot2' plots into one and label them with letters, e.g. A, B, C, etc.,
as is often required for scientific publications. The package also provides
a streamlined and clean theme that is used in the Wilke lab, hence the
package name, which stands for Claus O. Wilke's plot library.
Author: Claus O. Wilke [aut, cre],
Hadley Wickham [cph]
Maintainer: Claus O. Wilke <wilke@austin.utexas.edu>
Diff between cowplot versions 0.5.0 dated 2015-07-01 and 0.6.0 dated 2015-12-19
DESCRIPTION | 8 - MD5 | 42 ++++++---- NEWS | 8 + R/plot_grid.R | 16 ++- R/save.R | 167 +++++++++++++++++++++-------------------- R/setup.R | 1 R/switch_axis.R | 48 +++++++++-- R/themes.R | 36 ++++++-- TODO | 2 build/vignette.rds |binary inst/doc/axis_position.html | 80 ++++++++++++------- inst/doc/introduction.html | 126 +++++++++++++++++------------- inst/doc/plot_annotations.R |only inst/doc/plot_annotations.Rmd |only inst/doc/plot_annotations.html |only inst/doc/plot_grid.R | 22 +++-- inst/doc/plot_grid.Rmd | 27 ++++-- inst/doc/plot_grid.html | 111 ++++++++++++++++----------- inst/doc/shared_legends.R |only inst/doc/shared_legends.Rmd |only inst/doc/shared_legends.html |only man/ggsave.Rd | 7 - man/plot_grid.Rd | 11 +- vignettes/plot_annotations.Rmd |only vignettes/plot_grid.Rmd | 27 ++++-- vignettes/shared_legends.Rmd |only 26 files changed, 448 insertions(+), 291 deletions(-)
Title: Gradient Boosting
Description: Functional gradient descent algorithm for a variety of convex and nonconvex loss functions, for both classical and robust regression and classification problems. HingeBoost is implemented for binary and multi-class classification, with unequal misclassification costs for binary case. The algorithm can fit linear and nonlinear classifiers.
Author: Zhu Wang [aut, cre],
Torsten Hothorn [ctb]
Maintainer: Zhu Wang <zwang@connecticutchildrens.org>
Diff between bst versions 0.3-4 dated 2014-06-23 and 0.3-11 dated 2015-12-19
DESCRIPTION | 21 MD5 | 53 +- NAMESPACE | 17 NEWS | 31 + R/bst.R | 1279 +++++++++++++++++++++++++++++++------------------- R/mada.R | 20 R/mbst.R |only R/mhingebst.R | 34 + R/rmbst.R |only TODO |only build |only inst |only man/bst-internal.Rd | 2 man/bst.Rd | 44 + man/bst.sel.Rd | 4 man/bst_control.Rd | 25 man/cv.bst.Rd | 14 man/cv.mbst.Rd |only man/cv.mhingebst.Rd | 4 man/ex1data.Rd | 4 man/mada.Rd | 5 man/mbst.Rd |only man/nsel.mhingebst.Rd |only man/rbst.Rd |only man/rbstpath.Rd |only man/rmbst.Rd |only vignettes |only 27 files changed, 1028 insertions(+), 529 deletions(-)
Title: Algorithms for Quantitative Pedology
Description: A collection of algorithms related to modeling of soil resources, soil classification, soil profile aggregation, and visualization.
Author: Dylan Beaudette <debeaudette@ucdavis.edu>, Pierre Roudier <roudierp@landcareresearch.co.nz>
Maintainer: Dylan Beaudette <debeaudette@ucdavis.edu>
Diff between aqp versions 1.9.2 dated 2015-12-04 and 1.9.3 dated 2015-12-19
DESCRIPTION | 12 ++++++------ MD5 | 6 +++--- NEWS | 6 ++++++ R/SoilProfileCollection-methods.R | 36 ++++++++++++++++-------------------- 4 files changed, 31 insertions(+), 29 deletions(-)