Thu, 10 Sep 2015

Package vegdata updated to version 0.8 with previous version 0.7 dated 2015-07-08

Title: Access Vegetation Databases and Treat Taxonomy
Description: Handling of vegetation data from Turboveg (<http://www.synbiosys.alterra.nl/turboveg/>) and other sources (<http://www.vegetweb.de>). Taxonomic harmonization given appropriate taxonomic lists (e.g. the German taxonomical standard list "GermanSL", <http://www.botanik.uni-greifswald.de/GermanSL.html>).
Author: Florian Jansen <jansen@uni-greifswald.de>
Maintainer: Florian Jansen <jansen@uni-greifswald.de>

Diff between vegdata versions 0.7 dated 2015-07-08 and 0.8 dated 2015-09-10

 vegdata-0.7/vegdata/R/ESveg.r                              |only
 vegdata-0.7/vegdata/inst/tvdata/Data/elbaue/metainfo.txt   |only
 vegdata-0.7/vegdata/inst/tvdata/Data/taxatest/metainfo.txt |only
 vegdata-0.7/vegdata/inst/tvdata/Data/taxatest/tvexport.xml |only
 vegdata-0.7/vegdata/man/ESveg.Rd                           |only
 vegdata-0.7/vegdata/vignettes/vegdata.bib                  |only
 vegdata-0.8/vegdata/DESCRIPTION                            |   10 
 vegdata-0.8/vegdata/MD5                                    |   73 +-
 vegdata-0.8/vegdata/NAMESPACE                              |    7 
 vegdata-0.8/vegdata/R/child.r                              |   18 
 vegdata-0.8/vegdata/R/monotypic.r                          |    2 
 vegdata-0.8/vegdata/R/reflist.r                            |   52 -
 vegdata-0.8/vegdata/R/syntab.r                             |    9 
 vegdata-0.8/vegdata/R/tax.r                                |   27 
 vegdata-0.8/vegdata/R/taxval.r                             |  370 +++++--------
 vegdata-0.8/vegdata/R/tv.biblio.r                          |    7 
 vegdata-0.8/vegdata/R/tv.compRefl.r                        |   14 
 vegdata-0.8/vegdata/R/tv.coverperc.r                       |    2 
 vegdata-0.8/vegdata/R/tv.obs.r                             |    2 
 vegdata-0.8/vegdata/R/tv.site.r                            |    6 
 vegdata-0.8/vegdata/R/tv.traits.r                          |   16 
 vegdata-0.8/vegdata/R/tv.veg.r                             |   16 
 vegdata-0.8/vegdata/R/tv.write.r                           |    4 
 vegdata-0.8/vegdata/R/zzz.r                                |    2 
 vegdata-0.8/vegdata/inst/ChangeLog                         |    3 
 vegdata-0.8/vegdata/inst/doc/vegdata.R                     |    7 
 vegdata-0.8/vegdata/inst/doc/vegdata.Rnw                   |   19 
 vegdata-0.8/vegdata/inst/doc/vegdata.pdf                   |binary
 vegdata-0.8/vegdata/inst/tvdata/Data/elbaue/metadata.txt   |only
 vegdata-0.8/vegdata/inst/tvdata/Data/taxatest/TvAdmin.dbf  |binary
 vegdata-0.8/vegdata/inst/tvdata/Data/taxatest/metadata.txt |only
 vegdata-0.8/vegdata/inst/tvdata/Data/taxatest/tvabund.dbf  |binary
 vegdata-0.8/vegdata/inst/tvdata/Data/taxatest/tvhabita.dbf |binary
 vegdata-0.8/vegdata/inst/tvdata/Data/taxatest/tvwin.set    |binary
 vegdata-0.8/vegdata/man/taxval.Rd                          |   17 
 vegdata-0.8/vegdata/man/tv.biblio.Rd                       |    3 
 vegdata-0.8/vegdata/man/tv.site.Rd                         |    2 
 vegdata-0.8/vegdata/man/tv.write.Rd                        |    2 
 vegdata-0.8/vegdata/man/vegdata-internal.Rd                |    1 
 vegdata-0.8/vegdata/tests/testthat/test.R                  |   62 +-
 vegdata-0.8/vegdata/vignettes/lib.bib                      |only
 vegdata-0.8/vegdata/vignettes/vegdata.Rnw                  |   19 
 42 files changed, 354 insertions(+), 418 deletions(-)

More information about vegdata at CRAN
Permanent link

Package satellite updated to version 0.2.0 with previous version 0.1.0 dated 2015-07-22

Title: Various Functions for Handling and Manipulating Remote Sensing Data
Description: This smorgasbord provides a variety of functions which are useful for handling, manipulating and visualizing remote sensing data.
Author: Thomas Nauss, Hanna Meyer, Florian Detsch, Tim Appelhans
Maintainer: Tim Appelhans <admin@environmentalinformatics-marburg.de>

Diff between satellite versions 0.1.0 dated 2015-07-22 and 0.2.0 dated 2015-09-10

 DESCRIPTION                       |   10 +++++-----
 MD5                               |   22 +++++++++++++---------
 NAMESPACE                         |    3 +++
 R/brick.R                         |only
 R/plot.R                          |    2 +-
 R/satellite-package.R             |    1 +
 R/stack.R                         |only
 R/sysdata.rda                     |binary
 build/vignette.rds                |binary
 data/l7.rda                       |binary
 data/l8.rda                       |binary
 inst/doc/landsat-calibration.html |    4 ++--
 man/brick.Rd                      |only
 man/stack.Rd                      |only
 14 files changed, 25 insertions(+), 17 deletions(-)

More information about satellite at CRAN
Permanent link

Package Rcpp updated to version 0.12.1 with previous version 0.12.0 dated 2015-07-25

Title: Seamless R and C++ Integration
Description: The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see 'citation("Rcpp")' for details on these last two.
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between Rcpp versions 0.12.0 dated 2015-07-25 and 0.12.1 dated 2015-09-10

 Rcpp-0.12.0/Rcpp/inst/unitTests/testRcppClass/R/yada.R                   |only
 Rcpp-0.12.1/Rcpp/ChangeLog                                               |  145 ++++++++
 Rcpp-0.12.1/Rcpp/DESCRIPTION                                             |    8 
 Rcpp-0.12.1/Rcpp/MD5                                                     |  140 ++++----
 Rcpp-0.12.1/Rcpp/R/Attributes.R                                          |    4 
 Rcpp-0.12.1/Rcpp/R/loadModule.R                                          |    6 
 Rcpp-0.12.1/Rcpp/build/Rcpp.pdf                                          |binary
 Rcpp-0.12.1/Rcpp/build/vignette.rds                                      |binary
 Rcpp-0.12.1/Rcpp/inst/NEWS.Rd                                            |   47 ++
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-FAQ.Rnw                                   |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-FAQ.pdf                                   |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-attributes.Rnw                            |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-attributes.pdf                            |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-extending.Rnw                             |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-extending.pdf                             |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-introduction.pdf                          |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-modules.Rnw                               |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-modules.pdf                               |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-package.Rnw                               |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-package.pdf                               |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-quickref.pdf                              |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-sugar.Rnw                                 |    2 
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-sugar.pdf                                 |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp-unitTests.pdf                             |binary
 Rcpp-0.12.1/Rcpp/inst/doc/Rcpp.bib                                       |   30 +
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp.h                                     |    2 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/Benchmark/Timer.h                     |    2 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/Dimension.h                           |    2 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/Nullable.h                            |only
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/Reference.h                           |    8 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/String.h                              |   41 ++
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/config.h                              |    4 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/utils/tinyformat.h                    |   41 ++
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/DimNameProxy.h                 |   45 +-
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/Matrix.h                       |  164 +++++++++-
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/Subsetter.h                    |   30 +
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/Vector.h                       |   66 +++-
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/const_string_proxy.h           |    7 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/converter.h                    |    2 
 Rcpp-0.12.1/Rcpp/inst/include/Rcpp/vector/string_proxy.h                 |    8 
 Rcpp-0.12.1/Rcpp/inst/include/RcppCommon.h                               |    1 
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/Matrix.cpp                           |    4 
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/Module.cpp                           |  141 ++++----
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/String.cpp                           |   20 +
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/Subset.cpp                           |   46 ++
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/Vector.cpp                           |   28 +
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/misc.cpp                             |   84 +++--
 Rcpp-0.12.1/Rcpp/inst/unitTests/cpp/modref.cpp                           |   22 -
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.Matrix.R                           |   12 
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.Module.R                           |   12 
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.Module.client.package.R            |    2 
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.String.R                           |   24 +
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.Vector.R                           |   26 +
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.misc.R                             |   23 +
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.modref.R                           |    8 
 Rcpp-0.12.1/Rcpp/inst/unitTests/runit.subset.R                           |   11 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppClass/NAMESPACE                  |    2 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppClass/R/load.R                   |    6 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppClass/man/Rcpp_class_examples.Rd |    6 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppClass/src/rcpp_module.cpp        |   44 +-
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppModule/DESCRIPTION               |    6 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppModule/R/zzz.R                   |    4 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppModule/src/Num.cpp               |   14 
 Rcpp-0.12.1/Rcpp/inst/unitTests/testRcppModule/src/rcpp_module.cpp       |   28 -
 Rcpp-0.12.1/Rcpp/src/api.cpp                                             |    6 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-FAQ.Rnw                                  |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-attributes.Rnw                           |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-extending.Rnw                            |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-modules.Rnw                              |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-package.Rnw                              |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp-sugar.Rnw                                |    2 
 Rcpp-0.12.1/Rcpp/vignettes/Rcpp.bib                                      |   30 +
 72 files changed, 1087 insertions(+), 349 deletions(-)

More information about Rcpp at CRAN
Permanent link

Package blsAPI updated to version 0.1.2 with previous version 0.1.1 dated 2014-12-31

Title: Request Data from the U.S. Bureau of Labor Statistics API
Description: Allows users to request data for one or multiple series through the U.S. Bureau of Labor Statistics API. Users provide parameters as specified in http://www.bls.gov/developers/api_signature.htm and the function returns a JSON string.
Author: Michael Silva <mike.a.silva@gmail.com>
Maintainer: Michael Silva <mike.a.silva@gmail.com>

Diff between blsAPI versions 0.1.1 dated 2014-12-31 and 0.1.2 dated 2015-09-10

 DESCRIPTION |    7 +++----
 MD5         |    4 ++--
 R/blsAPI.R  |   11 ++++++++++-
 3 files changed, 15 insertions(+), 7 deletions(-)

More information about blsAPI at CRAN
Permanent link

New package BAS with initial version 1.0.5
Package: BAS
Version: 1.0.5
Date: 2015-9-9
Title: Bayesian Model Averaging using Bayesian Adaptive Sampling
Authors@R: c(person("Merlise", "Clyde", email="clyde@stat.duke.edu", role=c("aut","cre", "cph")), person("Michael", "Littman", role="ctb"), person("Quanli", "Wang", role="ctb"), person("Joyee", "Ghosh", role="ctb"), person("Yingbo", "Li", role="ctb"))
Maintainer: Merlise Clyde <clyde@stat.duke.edu>
Depends: R (>= 3.0), stats, graphics
Suggests: MASS
Description: Package for Bayesian Model Averaging in linear models and generalized linear models using stochastic or deterministic sampling without replacement from posterior distributions. Prior distributions on coefficients are from Zellner's g-prior or mixtures of g-priors corresponding to the Zellner-Siow Cauchy Priors or the Liang et al hyper-g priors (JASA 2008) or mixtures of g-priors in GLMS of Li and Clyde 2015. Other model selection criteria include AIC and BIC. Sampling probabilities may be updated based on the sampled models using Sampling w/out Replacement or an MCMC algorithm samples models using the BAS tree structure as an efficient hash table. Allows uniform or beta-binomial prior distributions on models, and may force variables to always be included.
License: GPL (>= 3)
URL: http://www.r-project.org, http://stat.duke.edu/~clyde/BAS
Packaged: 2015-09-10 12:47:24 UTC; mclyde
Repository: CRAN
NeedsCompilation: yes
Author: Merlise Clyde [aut, cre, cph], Michael Littman [ctb], Quanli Wang [ctb], Joyee Ghosh [ctb], Yingbo Li [ctb]
Date/Publication: 2015-09-10 16:38:17

More information about BAS at CRAN
Permanent link

Package vardpoor updated to version 0.4.4 with previous version 0.4.2 dated 2015-09-07

Title: Variance Estimation for Sample Surveys by the Ultimate Cluster Method
Description: Generation of domain variables, linearisation of several nonlinear population statistics (the ratio of two totals, weighted income percentile, relative median income ratio, at-risk-of-poverty rate, at-risk-of-poverty threshold, Gini coefficient, gender pay gap, the aggregate replacement ratio, the relative median income ratio, median income below at-risk-of-poverty gap, income quintile share ratio, relative median at-risk-of-poverty gap), computation of regression residuals in case of weight calibration, variance estimation of sample surveys by the ultimate cluster method (Hansen, Hurwitz and Madow, 1953), variance estimation for longitudinal, cross-sectional measures and measures of change for single and multistage stage cluster sampling designs (Berger, Y.G.). Several other precision measures are derived - standard error, the coefficient of variation, the margin of error, confidence interval, design effect.
Author: Juris Breidaks [aut, cre], Martins Liberts [aut], Santa Ivanova [aut]
Maintainer: Juris Breidaks <Juris.Breidaks@csb.gov.lv>

Diff between vardpoor versions 0.4.2 dated 2015-09-07 and 0.4.4 dated 2015-09-10

 DESCRIPTION             |    8 ++++----
 MD5                     |   10 +++++-----
 R/lingpg.R              |   14 +++++++-------
 inst/NEWS               |    4 ++++
 man/lingpg.Rd           |    2 +-
 man/vardpoor-package.Rd |    4 ++--
 6 files changed, 23 insertions(+), 19 deletions(-)

More information about vardpoor at CRAN
Permanent link

Package lgcp updated to version 1.3-11 with previous version 1.3-9 dated 2015-02-25

Title: Log-Gaussian Cox Process
Description: Spatial and spatio-temporal modelling of point patterns using the log-Gaussian Cox process. Bayesian inference for spatial, spatiotemporal, multivariate and aggregated point processes using Markov chain Monte Carlo.
Author: B. M. Taylor, T. M. Davies, B. S. Rowlingson, P. J. Diggle. Additional code contributions from E. Pebesma.
Maintainer: Benjamin M. Taylor <b.taylor1@lancaster.ac.uk>

Diff between lgcp versions 1.3-9 dated 2015-02-25 and 1.3-11 dated 2015-09-10

 DESCRIPTION                                              |    8 
 MD5                                                      |  768 +++++++--------
 NAMESPACE                                                |   19 
 R/lgcp.R                                                 |    9 
 R/lgcpMethods.R                                          |    2 
 build/vignette.rds                                       |binary
 inst/doc/lgcp.pdf                                        |binary
 man/BetaParameters.Rd                                    |    2 
 man/C.diff.single.im.Rd                                  |    2 
 man/CovFunction.Rd                                       |    2 
 man/CovFunction.function.Rd                              |    2 
 man/CovParameters.Rd                                     |    2 
 man/Cvb.Rd                                               |    2 
 man/EvaluatePrior.Rd                                     |    2 
 man/Extract.mstppp.Rd                                    |    2 
 man/Extract.stppp.Rd                                     |    2 
 man/GAfinalise.MonteCarloAverage.Rd                      |    2 
 man/GAfinalise.Rd                                        |    2 
 man/GAfinalise.nullAverage.Rd                            |    2 
 man/GAinitialise.MonteCarloAverage.Rd                    |    2 
 man/GAinitialise.Rd                                      |    2 
 man/GAinitialise.nullAverage.Rd                          |    2 
 man/GAreturnvalue.MonteCarloAverage.Rd                   |    2 
 man/GAreturnvalue.Rd                                     |    2 
 man/GAreturnvalue.nullAverage.Rd                         |    2 
 man/GAupdate.MonteCarloAverage.Rd                        |    2 
 man/GAupdate.Rd                                          |    2 
 man/GAupdate.nullAverage.Rd                              |    2 
 man/GFfinalise.Rd                                        |    2 
 man/GFfinalise.dump2dir.Rd                               |    2 
 man/GFfinalise.nullFunction.Rd                           |    2 
 man/GFinitialise.Rd                                      |    2 
 man/GFinitialise.dump2dir.Rd                             |    2 
 man/GFinitialise.nullFunction.Rd                         |    2 
 man/GFreturnvalue.Rd                                     |    2 
 man/GFreturnvalue.dump2dir.Rd                            |    2 
 man/GFreturnvalue.nullFunction.Rd                        |    2 
 man/GFupdate.Rd                                          |    2 
 man/GFupdate.dump2dir.Rd                                 |    2 
 man/GFupdate.nullFunction.Rd                             |    2 
 man/GPdrv.Rd                                             |    2 
 man/GPdrv2.Rd                                            |    2 
 man/GPdrv2_Multitype.Rd                                  |    2 
 man/GPlist2array.Rd                                      |    2 
 man/GPrealisation.Rd                                     |    2 
 man/GammafromY.Rd                                        |    2 
 man/GaussianPrior.Rd                                     |    2 
 man/K.diff.single.Rd                                     |    2 
 man/K.u.Rd                                               |    2 
 man/K.val.Rd                                             |    2 
 man/KinhomAverage.Rd                                     |    2 
 man/LogGaussianPrior.Rd                                  |    2 
 man/MALAlgcp.Rd                                          |    2 
 man/MALAlgcpAggregateSpatial.PlusPars.Rd                 |    2 
 man/MALAlgcpMultitypeSpatial.PlusPars.Rd                 |    2 
 man/MALAlgcpSpatial.PlusPars.Rd                          |    2 
 man/MALAlgcpSpatial.Rd                                   |    2 
 man/MALAlgcpSpatioTemporal.PlusPars.Rd                   |    2 
 man/MonteCarloAverage.Rd                                 |    2 
 man/PriorSpec.Rd                                         |    2 
 man/PriorSpec.list.Rd                                    |    2 
 man/RandomFieldsCovFct.Rd                                |    2 
 man/SpatialPolygonsDataFrame.stapp.Rd                    |    2 
 man/SpikedExponentialCovFct.Rd                           |    2 
 man/YfromGamma.Rd                                        |    2 
 man/add.list.Rd                                          |    2 
 man/addTemporalCovariates.Rd                             |    2 
 man/affine.SpatialPolygonsDataFrame.Rd                   |    2 
 man/affine.fromFunction.Rd                               |    2 
 man/affine.fromSPDF.Rd                                   |    2 
 man/affine.fromXYZ.Rd                                    |    2 
 man/affine.stppp.Rd                                      |    2 
 man/aggCovInfo.ArealWeightedMean.Rd                      |    2 
 man/aggCovInfo.ArealWeightedSum.Rd                       |    2 
 man/aggCovInfo.Majority.Rd                               |    2 
 man/aggCovInfo.Rd                                        |    2 
 man/aggregateCovariateInfo.Rd                            |    2 
 man/aggregateformulaList.Rd                              |    2 
 man/andrieuthomsh.Rd                                     |    2 
 man/as.SpatialGridDataFrame.Rd                           |    2 
 man/as.SpatialGridDataFrame.fromXYZ.Rd                   |    2 
 man/as.SpatialPixelsDataFrame.Rd                         |    2 
 man/as.SpatialPixelsDataFrame.lgcpgrid.Rd                |    2 
 man/as.array.lgcpgrid.Rd                                 |    2 
 man/as.fromXYZ.Rd                                        |    2 
 man/as.fromXYZ.fromFunction.Rd                           |    2 
 man/as.im.fromFunction.Rd                                |    2 
 man/as.im.fromSPDF.Rd                                    |    2 
 man/as.im.fromXYZ.Rd                                     |    2 
 man/as.list.lgcpgrid.Rd                                  |    2 
 man/as.owin.stapp.Rd                                     |    2 
 man/as.owinlist.Rd                                       |    2 
 man/as.owinlist.SpatialPolygonsDataFrame.Rd              |    2 
 man/as.owinlist.stapp.Rd                                 |    2 
 man/as.ppp.mstppp.Rd                                     |    2 
 man/as.ppp.stppp.Rd                                      |    2 
 man/as.stppp.Rd                                          |    2 
 man/as.stppp.stapp.Rd                                    |    2 
 man/assigninterp.Rd                                      |    2 
 man/at.Rd                                                |    2 
 man/autocorr.Rd                                          |    2 
 man/autocorrMultitype.Rd                                 |    2 
 man/betavals.Rd                                          |    2 
 man/blockcircbase.Rd                                     |    2 
 man/blockcircbaseFunction.Rd                             |    2 
 man/bt.scalar.Rd                                         |    2 
 man/checkObsWin.Rd                                       |    2 
 man/chooseCellwidth.Rd                                   |    2 
 man/circulant.Rd                                         |    2 
 man/circulant.matrix.Rd                                  |    2 
 man/circulant.numeric.Rd                                 |    2 
 man/clearinterp.Rd                                       |    2 
 man/computeGradtruncSpatial.Rd                           |    2 
 man/computeGradtruncSpatioTemporal.Rd                    |    2 
 man/condProbs.Rd                                         |    2 
 man/constantInTime.Rd                                    |    2 
 man/constantInTime.numeric.Rd                            |    2 
 man/constantInTime.stppp.Rd                              |    2 
 man/constanth.Rd                                         |    2 
 man/cov.interp.fft.Rd                                    |    2 
 man/covEffects.Rd                                        |    2 
 man/d.func.Rd                                            |    2 
 man/density.stppp.Rd                                     |    2 
 man/discreteWindow.Rd                                    |    2 
 man/discreteWindow.lgcpPredict.Rd                        |    2 
 man/dump2dir.Rd                                          |    2 
 man/eigenfrombase.Rd                                     |    2 
 man/etavals.Rd                                           |    2 
 man/exceedProbs.Rd                                       |    2 
 man/exceedProbsAggregated.Rd                             |    2 
 man/expectation.Rd                                       |    2 
 man/expectation.lgcpPredict.Rd                           |    2 
 man/expectation.lgcpPredictSpatialOnlyPlusParameters.Rd  |    2 
 man/exponentialCovFct.Rd                                 |    2 
 man/extendspatialAtRisk.Rd                               |    2 
 man/extract.Rd                                           |    2 
 man/extract.lgcpPredict.Rd                               |    2 
 man/fftgrid.Rd                                           |    2 
 man/fftinterpolate.Rd                                    |    2 
 man/fftinterpolate.fromFunction.Rd                       |    2 
 man/fftinterpolate.fromSPDF.Rd                           |    2 
 man/fftinterpolate.fromXYZ.Rd                            |    2 
 man/fftmultiply.Rd                                       |    2 
 man/formulaList.Rd                                       |    2 
 man/g.diff.single.Rd                                     |    2 
 man/gOverlay.Rd                                          |    2 
 man/genFFTgrid.Rd                                        |    2 
 man/getCellCounts.Rd                                     |    2 
 man/getCounts.Rd                                         |    2 
 man/getCovParameters.GPrealisation.Rd                    |    2 
 man/getCovParameters.Rd                                  |    2 
 man/getCovParameters.list.Rd                             |    2 
 man/getLHSformulaList.Rd                                 |    2 
 man/getRotation.Rd                                       |    2 
 man/getRotation.default.Rd                               |    2 
 man/getRotation.stppp.Rd                                 |    2 
 man/getZmat.Rd                                           |    2 
 man/getZmats.Rd                                          |    2 
 man/getinterp.Rd                                         |    2 
 man/getlgcpPredictSpatialINLA.Rd                         |    2 
 man/getpolyol.Rd                                         |    2 
 man/getup.Rd                                             |    2 
 man/ginhomAverage.Rd                                     |    2 
 man/grid2spdf.Rd                                         |    2 
 man/grid2spix.Rd                                         |    2 
 man/grid2spoly.Rd                                        |    2 
 man/grid2spts.Rd                                         |    2 
 man/gridInWindow.Rd                                      |    2 
 man/gridav.Rd                                            |    2 
 man/gridav.lgcpPredict.Rd                                |    2 
 man/gridfun.Rd                                           |    2 
 man/gridfun.lgcpPredict.Rd                               |    2 
 man/gu.Rd                                                |    2 
 man/guessinterp.Rd                                       |    2 
 man/hasNext.Rd                                           |    2 
 man/hasNext.iter.Rd                                      |    2 
 man/hvals.Rd                                             |    2 
 man/hvals.lgcpPredict.Rd                                 |    2 
 man/identify.lgcpPredict.Rd                              |    2 
 man/identifygrid.Rd                                      |    2 
 man/image.lgcpgrid.Rd                                    |    2 
 man/initialiseAMCMC.Rd                                   |    2 
 man/initialiseAMCMC.andrieuthomsh.Rd                     |    2 
 man/initialiseAMCMC.constanth.Rd                         |    2 
 man/integerise.Rd                                        |    2 
 man/integerise.mstppp.Rd                                 |    2 
 man/integerise.stppp.Rd                                  |    2 
 man/intens.Rd                                            |    2 
 man/intens.lgcpPredict.Rd                                |    2 
 man/intens.lgcpSimMultitypeSpatialPlusParameters.Rd      |    2 
 man/intens.lgcpSimSpatialPlusParameters.Rd               |    2 
 man/interptypes.Rd                                       |    2 
 man/inversebase.Rd                                       |    2 
 man/is.SPD.Rd                                            |    2 
 man/is.burnin.Rd                                         |    2 
 man/is.pow2.Rd                                           |    2 
 man/is.retain.Rd                                         |    2 
 man/iteration.Rd                                         |    2 
 man/lambdaEst.Rd                                         |    2 
 man/lambdaEst.ppp.Rd                                     |    2 
 man/lambdaEst.stppp.Rd                                   |    2 
 man/lgcp-package.Rd                                      |    2 
 man/lgcpForecast.Rd                                      |    2 
 man/lgcpInits.Rd                                         |    2 
 man/lgcpPredict.Rd                                       |    2 
 man/lgcpPredictAggregateSpatialPlusPars.Rd               |    2 
 man/lgcpPredictAggregated.Rd                             |    2 
 man/lgcpPredictMultitypeSpatialPlusPars.Rd               |    2 
 man/lgcpPredictSpatial.Rd                                |    2 
 man/lgcpPredictSpatialINLA.Rd                            |    2 
 man/lgcpPredictSpatialPlusPars.Rd                        |    2 
 man/lgcpPredictSpatioTemporalPlusPars.Rd                 |    2 
 man/lgcpPrior.Rd                                         |    2 
 man/lgcpSim.Rd                                           |    2 
 man/lgcpSimMultitypeSpatialCovariates.Rd                 |    2 
 man/lgcpSimSpatial.Rd                                    |    2 
 man/lgcpSimSpatialCovariates.Rd                          |    2 
 man/lgcpbayes.Rd                                         |    2 
 man/lgcpgrid.Rd                                          |    2 
 man/lgcpgrid.array.Rd                                    |    2 
 man/lgcpgrid.list.Rd                                     |    2 
 man/lgcpgrid.matrix.Rd                                   |    2 
 man/lgcppars.Rd                                          |    2 
 man/lgcpvignette.Rd                                      |    2 
 man/loc2poly.Rd                                          |    2 
 man/loop.mcmc.Rd                                         |    2 
 man/ltar.Rd                                              |    2 
 man/matchcovariance.Rd                                   |    2 
 man/mcmcLoop.Rd                                          |    2 
 man/mcmcProgressNone.Rd                                  |    2 
 man/mcmcProgressPrint.Rd                                 |    2 
 man/mcmcProgressTextBar.Rd                               |    2 
 man/mcmcProgressTk.Rd                                    |    2 
 man/mcmcpars.Rd                                          |    2 
 man/mcmctrace.Rd                                         |    2 
 man/mcmctrace.lgcpPredict.Rd                             |    2 
 man/meanfield.Rd                                         |    2 
 man/meanfield.lgcpPredict.Rd                             |    2 
 man/meanfield.lgcpPredictINLA.Rd                         |    2 
 man/minimum.contrast.Rd                                  |    2 
 man/minimum.contrast.spatiotemporal.Rd                   |    2 
 man/mstppp.Rd                                            |    2 
 man/mstppp.list.Rd                                       |    2 
 man/mstppp.ppp.Rd                                        |    2 
 man/mstppp.stppp.Rd                                      |    2 
 man/muEst.Rd                                             |    2 
 man/multiply.list.Rd                                     |    2 
 man/my.KinhomAverage.Rd                                  |    2 
 man/my.ginhomAverage.Rd                                  |    2 
 man/neattable.Rd                                         |    2 
 man/neigh2D.Rd                                           |    2 
 man/nextStep.Rd                                          |    2 
 man/nullAverage.Rd                                       |    2 
 man/nullFunction.Rd                                      |    2 
 man/numCases.Rd                                          |    2 
 man/osppp2latlon.Rd                                      |    2 
 man/osppp2merc.Rd                                        |    2 
 man/paramprec.Rd                                         |    2 
 man/paramprecbase.Rd                                     |    2 
 man/parautocorr.Rd                                       |    2 
 man/parsummary.Rd                                        |    2 
 man/plot.fromSPDF.Rd                                     |    2 
 man/plot.fromXYZ.Rd                                      |    2 
 man/plot.lgcpAutocorr.Rd                                 |    2 
 man/plot.lgcpPredict.Rd                                  |    2 
 man/plot.lgcpQuantiles.Rd                                |    2 
 man/plot.lgcpZmat.Rd                                     |    2 
 man/plot.lgcpgrid.Rd                                     |    2 
 man/plot.mcmcdiag.Rd                                     |    2 
 man/plot.mstppp.Rd                                       |    2 
 man/plot.stppp.Rd                                        |    2 
 man/plot.temporalAtRisk.Rd                               |    2 
 man/plotExceed.Rd                                        |    2 
 man/plotExceed.array.Rd                                  |    2 
 man/plotExceed.lgcpPredict.Rd                            |    2 
 man/plotit.Rd                                            |    2 
 man/postcov.Rd                                           |    2 
 man/postcov.lgcpPredictAggregateSpatialPlusParameters.Rd |    2 
 man/postcov.lgcpPredictMultitypeSpatialPlusParameters.Rd |    2 
 man/postcov.lgcpPredictSpatialOnlyPlusParameters.Rd      |    2 
 man/postcov.lgcpPredictSpatioTemporalPlusParameters.Rd   |    2 
 man/print.dump2dir.Rd                                    |    2 
 man/print.fromFunction.Rd                                |    2 
 man/print.fromSPDF.Rd                                    |    2 
 man/print.fromXYZ.Rd                                     |    2 
 man/print.gridaverage.Rd                                 |    2 
 man/print.lgcpPredict.Rd                                 |    2 
 man/print.lgcpgrid.Rd                                    |    2 
 man/print.mcmc.Rd                                        |    2 
 man/print.mstppp.Rd                                      |    2 
 man/print.stapp.Rd                                       |    2 
 man/print.stppp.Rd                                       |    2 
 man/print.temporalAtRisk.Rd                              |    2 
 man/priorpost.Rd                                         |    2 
 man/quantile.lgcpPredict.Rd                              |    2 
 man/quantile.lgcpgrid.Rd                                 |    2 
 man/raster.lgcpgrid.Rd                                   |    2 
 man/rescale.mstppp.Rd                                    |    2 
 man/rescale.stppp.Rd                                     |    2 
 man/resetLoop.Rd                                         |    2 
 man/rgauss.Rd                                            |    2 
 man/roteffgain.Rd                                        |    2 
 man/rotmat.Rd                                            |    2 
 man/rr.Rd                                                |    2 
 man/rr.lgcpPredict.Rd                                    |    2 
 man/samplePosterior.Rd                                   |    2 
 man/segProbs.Rd                                          |    2 
 man/seintens.Rd                                          |    2 
 man/seintens.lgcpPredict.Rd                              |    2 
 man/selectObsWindow.Rd                                   |    2 
 man/selectObsWindow.default.Rd                           |    2 
 man/selectObsWindow.stppp.Rd                             |    2 
 man/serr.Rd                                              |    2 
 man/serr.lgcpPredict.Rd                                  |    2 
 man/setTxtProgressBar2.Rd                                |    2 
 man/setoutput.Rd                                         |    2 
 man/showGrid.Rd                                          |    2 
 man/showGrid.default.Rd                                  |    2 
 man/showGrid.lgcpPredict.Rd                              |    2 
 man/showGrid.stppp.Rd                                    |    2 
 man/smultiply.list.Rd                                    |    2 
 man/sparsebase.Rd                                        |    2 
 man/spatialAtRisk.Rd                                     |    2 
 man/spatialAtRisk.SpatialGridDataFrame.Rd                |    2 
 man/spatialAtRisk.SpatialPolygonsDataFrame.Rd            |    2 
 man/spatialAtRisk.bivden.Rd                              |    2 
 man/spatialAtRisk.default.Rd                             |    2 
 man/spatialAtRisk.fromXYZ.Rd                             |    2 
 man/spatialAtRisk.function.Rd                            |    2 
 man/spatialAtRisk.im.Rd                                  |    2 
 man/spatialAtRisk.lgcpgrid.Rd                            |    2 
 man/spatialIntensities.Rd                                |    2 
 man/spatialIntensities.fromSPDF.Rd                       |    2 
 man/spatialIntensities.fromXYZ.Rd                        |    2 
 man/spatialparsEst.Rd                                    |    2 
 man/stGPrealisation.Rd                                   |    2 
 man/stapp.Rd                                             |    2 
 man/stapp.SpatialPolygonsDataFrame.Rd                    |    2 
 man/stapp.list.Rd                                        |    2 
 man/stppp.Rd                                             |    2 
 man/stppp.list.Rd                                        |    2 
 man/stppp.ppp.Rd                                         |    2 
 man/summary.lgcpgrid.Rd                                  |    2 
 man/summary.mcmc.Rd                                      |    2 
 man/target.and.grad.AggregateSpatialPlusPars.Rd          |    2 
 man/target.and.grad.MultitypespatialPlusPars.Rd          |    2 
 man/target.and.grad.SpatioTemporalPlusPars.Rd            |    2 
 man/target.and.grad.spatial.Rd                           |    2 
 man/target.and.grad.spatialPlusPars.Rd                   |    2 
 man/target.and.grad.spatiotemporal.Rd                    |    2 
 man/tempRaster.Rd                                        |    2 
 man/temporalAtRisk.Rd                                    |    2 
 man/temporalAtRisk.function.Rd                           |    2 
 man/temporalAtRisk.numeric.Rd                            |    2 
 man/textsummary.Rd                                       |    2 
 man/thetaEst.Rd                                          |    2 
 man/toral.cov.mat.Rd                                     |    2 
 man/touchingowin.Rd                                      |    2 
 man/traceplots.Rd                                        |    2 
 man/transblack.Rd                                        |    2 
 man/transblue.Rd                                         |    2 
 man/transgreen.Rd                                        |    2 
 man/transred.Rd                                          |    2 
 man/txtProgressBar2.Rd                                   |    2 
 man/updateAMCMC.Rd                                       |    2 
 man/updateAMCMC.andrieuthomsh.Rd                         |    2 
 man/updateAMCMC.constanth.Rd                             |    2 
 man/varfield.Rd                                          |    2 
 man/varfield.lgcpPredict.Rd                              |    2 
 man/varfield.lgcpPredictINLA.Rd                          |    2 
 man/window.lgcpPredict.Rd                                |    2 
 man/xvals.Rd                                             |    2 
 man/xvals.SpatialGridDataFrame.Rd                        |    2 
 man/xvals.default.Rd                                     |    2 
 man/xvals.fromXYZ.Rd                                     |    2 
 man/xvals.lgcpPredict.Rd                                 |    2 
 man/yvals.Rd                                             |    2 
 man/yvals.SpatialGridDataFrame.Rd                        |    2 
 man/yvals.default.Rd                                     |    2 
 man/yvals.fromXYZ.Rd                                     |    2 
 man/yvals.lgcpPredict.Rd                                 |    2 
 man/zvals.Rd                                             |    2 
 man/zvals.SpatialGridDataFrame.Rd                        |    2 
 man/zvals.default.Rd                                     |    2 
 man/zvals.fromXYZ.Rd                                     |    2 
 385 files changed, 789 insertions(+), 773 deletions(-)

More information about lgcp at CRAN
Permanent link

Package mar1s (with last version 2.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2013-10-27 2.1
2009-06-16 2.0-1

Permanent link
Package cmrutils (with last version 1.2-2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2011-11-04 1.2-2
2009-06-18 1.2-1
2009-06-16 1.2

Permanent link
Package tm.plugin.dc updated to version 0.2-8 with previous version 0.2-7 dated 2014-06-15

Title: Text Mining Distributed Corpus Plug-In
Description: A plug-in for the text mining framework tm to support text mining in a distributed way. The package provides a convenient interface for handling distributed corpus objects based on distributed list objects.
Author: Ingo Feinerer [aut], Stefan Theussl [aut, cre]
Maintainer: Stefan Theussl <Stefan.Theussl@R-project.org>

Diff between tm.plugin.dc versions 0.2-7 dated 2014-06-15 and 0.2-8 dated 2015-09-10

 DESCRIPTION              |   10 +++++-----
 MD5                      |    8 ++++----
 NAMESPACE                |    1 +
 R/corpus.R               |    2 ++
 man/DistributedCorpus.Rd |    7 ++++---
 5 files changed, 16 insertions(+), 12 deletions(-)

More information about tm.plugin.dc at CRAN
Permanent link

Package tidyr updated to version 0.3.1 with previous version 0.3.0 dated 2015-09-08

Title: Easily Tidy Data with `spread()` and `gather()` Functions
Description: An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines.
Author: Hadley Wickham [aut, cre], RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between tidyr versions 0.3.0 dated 2015-09-08 and 0.3.1 dated 2015-09-10

 DESCRIPTION                  |    6 +++---
 MD5                          |   12 ++++++------
 R/expand.R                   |    2 +-
 inst/doc/tidy-data.html      |    4 ++--
 man/seq_range.Rd             |    4 ++--
 src/melt.cpp                 |    2 +-
 tests/testthat/test-gather.R |    8 ++++++++
 7 files changed, 23 insertions(+), 15 deletions(-)

More information about tidyr at CRAN
Permanent link

Package StatMethRank updated to version 1.3 with previous version 1.2 dated 2015-07-29

Title: Statistical Methods for Ranking Data
Description: Functions and datasets to support Mayer Alvo and Philip L.H. Yu (2014). "Statistical Methods for Ranking Data", Springer. In this packages, smaller ranks stand for more preferred items.
Author: Li Qinglong
Maintainer: Li Qinglong <liqinglong0830@163.com>

Diff between StatMethRank versions 1.2 dated 2015-07-29 and 1.3 dated 2015-09-10

 DESCRIPTION   |    8 ++++----
 MD5           |    6 +++---
 src/myrand.h  |    8 ++++----
 src/utility.h |    2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

More information about StatMethRank at CRAN
Permanent link

Package mosaic updated to version 0.11 with previous version 0.10.0 dated 2015-05-22

Title: Project MOSAIC Statistics and Mathematics Teaching Utilities
Description: Data sets and utilities from Project MOSAIC (mosaic-web.org) used to teach mathematics, statistics, computation and modeling. Funded by the NSF, Project MOSAIC is a community of educators working to tie together aspects of quantitative work that students in science, technology, engineering and mathematics will need in their professional lives, but which are usually taught in isolation, if at all.
Author: Randall Pruim <rpruim@calvin.edu>, Daniel Kaplan <kaplan@macalester.edu>, Nicholas Horton <nhorton@amherst.edu>
Maintainer: Randall Pruim <rpruim@calvin.edu>

Diff between mosaic versions 0.10.0 dated 2015-05-22 and 0.11 dated 2015-09-10

 mosaic-0.10.0/mosaic/man/fetchData.Rd                                                           |only
 mosaic-0.10.0/mosaic/man/fetchGapminder.Rd                                                      |only
 mosaic-0.10.0/mosaic/man/fetchGoogle.Rd                                                         |only
 mosaic-0.11/mosaic/DESCRIPTION                                                                  |   16 
 mosaic-0.11/mosaic/MD5                                                                          |  192 +-
 mosaic-0.11/mosaic/NAMESPACE                                                                    |   81 
 mosaic-0.11/mosaic/R/aggregatingAux.R                                                           |  160 +
 mosaic-0.11/mosaic/R/aggregatingMeta.R                                                          |  175 +
 mosaic-0.11/mosaic/R/ashplot.R                                                                  |only
 mosaic-0.11/mosaic/R/binom.test.R                                                               |    2 
 mosaic-0.11/mosaic/R/confint.R                                                                  |  167 +
 mosaic-0.11/mosaic/R/do.R                                                                       |  315 +--
 mosaic-0.11/mosaic/R/favstats.R                                                                 |    2 
 mosaic-0.11/mosaic/R/fetchData.R                                                                |  217 --
 mosaic-0.11/mosaic/R/fetchGapminder.R                                                           |   68 
 mosaic-0.11/mosaic/R/fetchGoogle.R                                                              |   90 
 mosaic-0.11/mosaic/R/frequencyPolygon.R                                                         |  135 +
 mosaic-0.11/mosaic/R/mPlots.R                                                                   |   56 
 mosaic-0.11/mosaic/R/makeFun.R                                                                  |   60 
 mosaic-0.11/mosaic/R/mosaic-package.R                                                           |   13 
 mosaic-0.11/mosaic/R/mplot.R                                                                    |   21 
 mosaic-0.11/mosaic/R/perctable.R                                                                |    9 
 mosaic-0.11/mosaic/R/plotFun.R                                                                  |  904 ++++++----
 mosaic-0.11/mosaic/R/plotModel.R                                                                |only
 mosaic-0.11/mosaic/R/pqrdata.R                                                                  |    1 
 mosaic-0.11/mosaic/R/project.R                                                                  |   34 
 mosaic-0.11/mosaic/R/read.file.R                                                                |    2 
 mosaic-0.11/mosaic/R/resample.R                                                                 |   86 
 mosaic-0.11/mosaic/R/ttest.R                                                                    |    4 
 mosaic-0.11/mosaic/README.md                                                                    |    3 
 mosaic-0.11/mosaic/build/vignette.rds                                                           |binary
 mosaic-0.11/mosaic/inst/doc/GraphicsWithMosaic.R                                                |    4 
 mosaic-0.11/mosaic/inst/doc/GraphicsWithMosaic.Rmd                                              |    4 
 mosaic-0.11/mosaic/inst/doc/GraphicsWithMosaic.html                                             |  248 +-
 mosaic-0.11/mosaic/inst/doc/LessVolume-MoreCreativity.R                                         |   64 
 mosaic-0.11/mosaic/inst/doc/LessVolume-MoreCreativity.Rmd                                       |    6 
 mosaic-0.11/mosaic/inst/doc/LessVolume-MoreCreativity.html                                      |  305 +--
 mosaic-0.11/mosaic/inst/doc/MinimalR.R                                                          |    3 
 mosaic-0.11/mosaic/inst/doc/MinimalR.Rnw                                                        |    3 
 mosaic-0.11/mosaic/inst/doc/MinimalR.pdf                                                        |binary
 mosaic-0.11/mosaic/inst/doc/Resampling.R                                                        |   42 
 mosaic-0.11/mosaic/inst/doc/Resampling.Rnw                                                      |   42 
 mosaic-0.11/mosaic/inst/doc/Resampling.pdf                                                      |binary
 mosaic-0.11/mosaic/inst/doc/mosaic-resources.Rmd                                                |    2 
 mosaic-0.11/mosaic/inst/doc/mosaic-resources.html                                               |   11 
 mosaic-0.11/mosaic/man/MAD.Rd                                                                   |    8 
 mosaic-0.11/mosaic/man/aggregating.Rd                                                           |   53 
 mosaic-0.11/mosaic/man/aggregatingAux.Rd                                                        |   20 
 mosaic-0.11/mosaic/man/aggregatingFunction1.Rd                                                  |   12 
 mosaic-0.11/mosaic/man/ashplot.Rd                                                               |only
 mosaic-0.11/mosaic/man/confint.Rd                                                               |   24 
 mosaic-0.11/mosaic/man/defunct-fetch.Rd                                                         |only
 mosaic-0.11/mosaic/man/formularise.Rd                                                           |only
 mosaic-0.11/mosaic/man/freqpolygon.Rd                                                           |   40 
 mosaic-0.11/mosaic/man/mPlotting.Rd                                                             |    6 
 mosaic-0.11/mosaic/man/makeFun.Rd                                                               |   23 
 mosaic-0.11/mosaic/man/modelVars.Rd                                                             |    2 
 mosaic-0.11/mosaic/man/mosaicformula.Rd                                                         |    5 
 mosaic-0.11/mosaic/man/mplot.Rd                                                                 |    2 
 mosaic-0.11/mosaic/man/panel.plotFun.Rd                                                         |   12 
 mosaic-0.11/mosaic/man/panel.plotFun1.Rd                                                        |   11 
 mosaic-0.11/mosaic/man/perctable.Rd                                                             |    7 
 mosaic-0.11/mosaic/man/plotFun.Rd                                                               |   11 
 mosaic-0.11/mosaic/man/plotModel.Rd                                                             |only
 mosaic-0.11/mosaic/man/pqrdata2.Rd                                                              |   17 
 mosaic-0.11/mosaic/man/project-methods.Rd                                                       |   15 
 mosaic-0.11/mosaic/man/read.file.Rd                                                             |    2 
 mosaic-0.11/mosaic/man/relm.Rd                                                                  |only
 mosaic-0.11/mosaic/vignettes/GraphicsWithMosaic.Rmd                                             |    4 
 mosaic-0.11/mosaic/vignettes/GraphicsWithMosaic_files                                           |only
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity.Rmd                                      |    6 
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/ladies5000-1.png       |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-10-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-16-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-17-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-19-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-31-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-32-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-37-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-4-1.png  |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-45-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-46-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-5-1.png  |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-50-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-51-1.png |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-6-1.png  |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-7-1.png  |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-8-1.png  |binary
 mosaic-0.11/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-9-1.png  |binary
 mosaic-0.11/mosaic/vignettes/MinimalR.Rnw                                                       |    3 
 mosaic-0.11/mosaic/vignettes/Resampling.Rnw                                                     |   42 
 mosaic-0.11/mosaic/vignettes/mosaic-resources.Rmd                                               |    2 
 92 files changed, 2227 insertions(+), 1647 deletions(-)

More information about mosaic at CRAN
Permanent link

New package marketeR with initial version 0.1.0
Package: marketeR
Version: 0.1.0
Title: Enhanced Analytics for Marketers Navigating the Ocean of Web Data
Description: Provides a web analytics toolbox for marketers using services such as Google Analytics, Facebook Insights, etc.
Author: Felix MIKAELIAN <felix.mikaelian@essec.edu>
Maintainer: Felix MIKAELIAN <felix.mikaelian@essec.edu>
Depends: R (>= 3.2.1), RGoogleAnalytics
Imports: Rfacebook, forecast, zoo, plyr, dplyr, ggplot2, xlsx, grid, scales, shiny, rmarkdown, knitr, ggthemes
License: GPL (>= 2)
URL: https://github.com/fmikaelian/marketeR
BugReports: https://github.com/fmikaelian/marketeR/issues
NeedsCompilation: no
Packaged: 2015-09-09 20:11:31 UTC; felixmikaelian
Repository: CRAN
Date/Publication: 2015-09-10 09:21:11

More information about marketeR at CRAN
Permanent link

Package kdecopula updated to version 0.1.0 with previous version 0.0.4 dated 2015-08-14

Title: Kernel Smoothing for Bivariate Copula Densities
Description: Provides fast implementations of kernel smoothing techniques for bivariate copula densities, in particular density estimation and resampling.
Author: Thomas Nagler
Maintainer: Thomas Nagler <thomas.nagler@tum.de>

Diff between kdecopula versions 0.0.4 dated 2015-08-14 and 0.1.0 dated 2015-09-10

 DESCRIPTION              |   12 ++--
 MD5                      |   12 ++--
 NAMESPACE                |    1 
 R/helpers.R              |   20 +++----
 R/kdecop.R               |  132 +++++++++++++++++++++++++++++------------------
 man/kdecop.Rd            |   10 ++-
 man/kdecopula-package.Rd |    4 -
 7 files changed, 115 insertions(+), 76 deletions(-)

More information about kdecopula at CRAN
Permanent link

Package gRain updated to version 1.2-4 with previous version 1.2-3 dated 2014-03-25

Title: Graphical Independence Networks
Description: Probability propagation in graphical independence networks, also known as probabilistic expert systems or Bayesian networks.
Author: Søren Højsgaard
Maintainer: Søren Højsgaard

Diff between gRain versions 1.2-3 dated 2014-03-25 and 1.2-4 dated 2015-09-10

 gRain-1.2-3/gRain/R/Finding.R               |only
 gRain-1.2-3/gRain/R/GraphAlgo-misc.R        |only
 gRain-1.2-3/gRain/R/gRain-utilities.R       |only
 gRain-1.2-3/gRain/R/get_gRain.R             |only
 gRain-1.2-3/gRain/R/infoPrint.R             |only
 gRain-1.2-3/gRain/R/printlist.R             |only
 gRain-1.2-3/gRain/R/random_cpt.R            |only
 gRain-1.2-3/gRain/R/simulate-grain.R        |only
 gRain-1.2-3/gRain/demo/gRain.R              |only
 gRain-1.2-4/gRain/ChangeLog                 |    6 
 gRain-1.2-4/gRain/DESCRIPTION               |   18 +
 gRain-1.2-4/gRain/MD5                       |   71 +++----
 gRain-1.2-4/gRain/NAMESPACE                 |   58 +++++-
 gRain-1.2-4/gRain/R/CPT-POT-compile.R       |  270 +++++++---------------------
 gRain-1.2-4/gRain/R/CPT-POT-extract.R       |   60 ++++--
 gRain-1.2-4/gRain/R/RcppExports.R           |only
 gRain-1.2-4/gRain/R/cptable.R               |   16 +
 gRain-1.2-4/gRain/R/display.R               |   48 ++--
 gRain-1.2-4/gRain/R/evidence.R              |only
 gRain-1.2-4/gRain/R/finding.R               |only
 gRain-1.2-4/gRain/R/grain-compile.R         |  164 +++++------------
 gRain-1.2-4/gRain/R/grain-main.R            |   45 +++-
 gRain-1.2-4/gRain/R/grain-simulate.R        |only
 gRain-1.2-4/gRain/R/grain-utilities.R       |only
 gRain-1.2-4/gRain/R/potentialList.R         |   91 ++++-----
 gRain-1.2-4/gRain/R/predict.R               |  107 ++++++-----
 gRain-1.2-4/gRain/R/propagate.R             |  138 ++++++++------
 gRain-1.2-4/gRain/R/querygrain.R            |  257 ++++++++++++++------------
 gRain-1.2-4/gRain/R/summary.R               |   41 ++--
 gRain-1.2-4/gRain/R/update.R                |   53 -----
 gRain-1.2-4/gRain/build/vignette.rds        |binary
 gRain-1.2-4/gRain/demo/00Index              |    2 
 gRain-1.2-4/gRain/demo/asia.R               |only
 gRain-1.2-4/gRain/inst/doc/gRain-intro.R    |  111 +++++------
 gRain-1.2-4/gRain/inst/doc/gRain-intro.Rnw  |  118 ++++++++----
 gRain-1.2-4/gRain/inst/doc/gRain-intro.pdf  |binary
 gRain-1.2-4/gRain/man/finding.Rd            |only
 gRain-1.2-4/gRain/man/grain.Rd              |   13 -
 gRain-1.2-4/gRain/man/internal-gRain.Rd     |   11 +
 gRain-1.2-4/gRain/man/propagate.grain.Rd    |   52 ++++-
 gRain-1.2-4/gRain/man/querygrain.Rd         |   50 ++---
 gRain-1.2-4/gRain/src                       |only
 gRain-1.2-4/gRain/vignettes/gRain-intro.Rnw |  118 ++++++++----
 43 files changed, 1000 insertions(+), 918 deletions(-)

More information about gRain at CRAN
Permanent link

New package dataonderivatives with initial version 0.2.0
Package: dataonderivatives
Type: Package
Title: Easily Source Publicly Available Data on Derivatives
Version: 0.2.0
Date: 2015-09-06
Authors@R: person("Imanuel", "Costigan", email = "i.costigan@me.com", role = c("aut", "cre"))
Description: Post-GFC derivatives reforms have lifted the veil off over-the-counter (OTC) derivative markets. Swap Execution Facilities (SEFs) and Swap Data Repositories (SDRs) now publish data on swaps that are traded on or reported to those facilities (respectively). This package provides you the ability to get this data from supported sources.
License: GPL-2
Imports: httr (>= 0.5), jsonlite (>= 0.9), lubridate (>= 1.3.3), dplyr (>= 0.4), assertthat (>= 0.1), readr (>= 0.1), downloader (>= 0.4), utils (>= 3.2.2), stats (>= 3.2.2)
Suggests: testthat (>= 0.1)
URL: https://github.com/imanuelcostigan/dataonderivatives
BugReports: https://github.com/imanuelcostigan/dataonderivatives/issues
NeedsCompilation: no
Packaged: 2015-09-10 04:46:24 UTC; m028921
Author: Imanuel Costigan [aut, cre]
Maintainer: Imanuel Costigan <i.costigan@me.com>
Repository: CRAN
Date/Publication: 2015-09-10 09:21:04

More information about dataonderivatives at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.