Sun, 01 May 2016

Package RWeather (with last version 0.4) was removed from CRAN

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

2012-09-27 0.4
2012-09-13 0.3-1
2011-11-25 0.3

Permanent link
Package unfoldr updated to version 0.5 with previous version 0.3 dated 2015-07-07

Title: Stereological Unfolding for Spheroidal Particles
Description: Stereological unfolding as implemented in this package consists in the estimation of the joint size-shape-orientation distribution of spheroidal shaped particles based on the same measured quantities of corresponding planar section profiles. A single trivariate discretized version of the (stereological) integral equation in the case of prolate and oblate spheroids is solved numerically by the EM algorithm. The estimation of diameter distribution of spheres from planar sections (Wicksell's corpuscle problem) is also implemented. Further, the package provides routines for the simulation of a Poisson germ- grain process with either spheroids or spheres as grains together with functions for planar sections. For the purpose of exact simulation a bivariate size-shape distribution is implemented.
Author: Markus Baaske [aut, cre], Felix Ballani [ctb]
Maintainer: Markus Baaske <markus.baaske@math.tu-freiberg.de>

Diff between unfoldr versions 0.3 dated 2015-07-07 and 0.5 dated 2016-05-01

 unfoldr-0.3/unfoldr/data                              |only
 unfoldr-0.3/unfoldr/inst/examples/data.R              |only
 unfoldr-0.3/unfoldr/man/getAngle.Rd                   |only
 unfoldr-0.3/unfoldr/man/spheroids.Rd                  |only
 unfoldr-0.5/unfoldr/DESCRIPTION                       |   27 
 unfoldr-0.5/unfoldr/MD5                               |   96 +-
 unfoldr-0.5/unfoldr/NAMESPACE                         |   14 
 unfoldr-0.5/unfoldr/R/sphere.R                        |   50 -
 unfoldr-0.5/unfoldr/R/spheroid.R                      |  202 +++--
 unfoldr-0.5/unfoldr/R/unfolding.R                     |   40 -
 unfoldr-0.5/unfoldr/inst/examples/coeffarray.R        |    5 
 unfoldr-0.5/unfoldr/inst/examples/sim.R               |   31 
 unfoldr-0.5/unfoldr/inst/examples/sphere.R            |    4 
 unfoldr-0.5/unfoldr/inst/examples/unfold.R            |    6 
 unfoldr-0.5/unfoldr/man/binning1d.Rd                  |    4 
 unfoldr-0.5/unfoldr/man/binning3d.Rd                  |    2 
 unfoldr-0.5/unfoldr/man/coefficientMatrixSpheres.Rd   |    2 
 unfoldr-0.5/unfoldr/man/coefficientMatrixSpheroids.Rd |   26 
 unfoldr-0.5/unfoldr/man/em.saltykov.Rd                |    6 
 unfoldr-0.5/unfoldr/man/em.spheroids.Rd               |   10 
 unfoldr-0.5/unfoldr/man/getMaxRadius.Rd               |only
 unfoldr-0.5/unfoldr/man/getSphereSystem.Rd            |    2 
 unfoldr-0.5/unfoldr/man/getSpheroidSystem.Rd          |    2 
 unfoldr-0.5/unfoldr/man/parameterEstimates.Rd         |    2 
 unfoldr-0.5/unfoldr/man/parameters3d.Rd               |    2 
 unfoldr-0.5/unfoldr/man/planarSection.Rd              |    2 
 unfoldr-0.5/unfoldr/man/sectionProfiles.Rd            |    2 
 unfoldr-0.5/unfoldr/man/setbreaks.Rd                  |    4 
 unfoldr-0.5/unfoldr/man/setupSphereSystem.Rd          |    6 
 unfoldr-0.5/unfoldr/man/setupSpheroidSystem.Rd        |   21 
 unfoldr-0.5/unfoldr/man/simModel3d.Rd                 |only
 unfoldr-0.5/unfoldr/man/simSphereSystem.Rd            |   22 
 unfoldr-0.5/unfoldr/man/simSpheroidSystem.Rd          |   74 +-
 unfoldr-0.5/unfoldr/man/trivarHist.Rd                 |   22 
 unfoldr-0.5/unfoldr/man/unfold.Rd                     |   24 
 unfoldr-0.5/unfoldr/man/updateIntersections.Rd        |only
 unfoldr-0.5/unfoldr/man/verticalSection.Rd            |    2 
 unfoldr-0.5/unfoldr/src/GeometricPrimitives.cpp       |  229 ++++++
 unfoldr-0.5/unfoldr/src/GeometricPrimitives.h         |  359 +++++++---
 unfoldr-0.5/unfoldr/src/Intersector.cpp               |   21 
 unfoldr-0.5/unfoldr/src/Intersector.h                 |    6 
 unfoldr-0.5/unfoldr/src/Rheaders.h                    |   13 
 unfoldr-0.5/unfoldr/src/SimEllipsoid.cpp              |  634 ++++++++++++++----
 unfoldr-0.5/unfoldr/src/SimEllipsoid.h                |   30 
 unfoldr-0.5/unfoldr/src/SimSphere.cpp                 |  222 ++++--
 unfoldr-0.5/unfoldr/src/SimSphere.h                   |   25 
 unfoldr-0.5/unfoldr/src/Utils.cpp                     |   32 
 unfoldr-0.5/unfoldr/src/Utils.h                       |   68 +
 unfoldr-0.5/unfoldr/src/Vector.h                      |   60 +
 unfoldr-0.5/unfoldr/src/ellipt.cpp                    |    8 
 unfoldr-0.5/unfoldr/src/unfold.cpp                    |   73 +-
 unfoldr-0.5/unfoldr/src/unfold.h                      |   10 
 52 files changed, 1848 insertions(+), 654 deletions(-)

More information about unfoldr at CRAN
Permanent link

Package sensitivity updated to version 1.12 with previous version 1.11.1 dated 2015-06-12

Title: Global Sensitivity Analysis of Model Outputs
Description: A collection of functions for factor screening, global sensitivity analysis and reliability sensitivity analysis. Most of the functions have to be applied on model with scalar output, but several functions support multi-dimensional outputs.
Author: Gilles Pujol, Bertrand Iooss, Alexandre Janon with contributions from Khalid Boumhaout, Sebastien Da Veiga, Jana Fruth, Laurent Gilquin, Joseph Guillaume, Loic Le Gratiet, Paul Lemaitre, Bernardo Ramos, Taieb Touati, Frank Weber
Maintainer: Bertrand Iooss <biooss@yahoo.fr>

Diff between sensitivity versions 1.11.1 dated 2015-06-12 and 1.12 dated 2016-05-01

 DESCRIPTION                |   14 +-
 MD5                        |   30 +++--
 NAMESPACE                  |   25 +++-
 R/PLI.R                    |    2 
 R/morris.R                 |  112 +++++++++++++++++---
 R/soboljansen.R            |  183 +++++++++++++++++++++++++--------
 R/sobolmartinez.R          |  245 ++++++++++++++++++++++++++++++---------------
 R/soboltouati.R            |only
 R/support.R                |only
 R/testmodels.R             |  192 +++++++++++++++++++++--------------
 man/PLI.Rd                 |   13 +-
 man/morris.Rd              |  137 +++++++++++++++++++++----
 man/sensitivity-package.Rd |   21 ++-
 man/soboljansen.Rd         |   49 ++++++++-
 man/sobolmartinez.Rd       |   57 +++++++++-
 man/soboltouati.Rd         |only
 man/support.Rd             |only
 man/testmodels.Rd          |   64 +++++++++++
 18 files changed, 859 insertions(+), 285 deletions(-)

More information about sensitivity at CRAN
Permanent link

Package rio updated to version 0.4.0 with previous version 0.3.0 dated 2016-01-14

Title: A Swiss-Army Knife for Data I/O
Description: Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate.
Author: Jason Becker [ctb], Chung-hong Chan [aut], Geoffrey CH Chan [ctb], Thomas J. Leeper [aut, cre], Christopher Gandrud [ctb], Andrew MacDonald [ctb], Ista Zahn [ctb]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>

Diff between rio versions 0.3.0 dated 2016-01-14 and 0.4.0 dated 2016-05-01

 rio-0.3.0/rio/tests/testthat/test_export.R         |only
 rio-0.3.0/rio/tests/testthat/test_import.R         |only
 rio-0.4.0/rio/DESCRIPTION                          |   32 +-
 rio-0.4.0/rio/MD5                                  |   98 +++++---
 rio-0.4.0/rio/NAMESPACE                            |   68 +++++
 rio-0.4.0/rio/NEWS                                 |   78 ++++++
 rio-0.4.0/rio/R/cleanup_haven.R                    |only
 rio-0.4.0/rio/R/compression.R                      |only
 rio-0.4.0/rio/R/convert.R                          |    6 
 rio-0.4.0/rio/R/convert_google_url.R               |only
 rio-0.4.0/rio/R/export.R                           |  123 ++--------
 rio-0.4.0/rio/R/export_methods.R                   |only
 rio-0.4.0/rio/R/fwf2.R                             |   98 ++++----
 rio-0.4.0/rio/R/gather_attrs.R                     |only
 rio-0.4.0/rio/R/import.R                           |  253 ++-------------------
 rio-0.4.0/rio/R/import_methods.R                   |only
 rio-0.4.0/rio/R/remote_to_local.R                  |only
 rio-0.4.0/rio/R/set_class.R                        |    4 
 rio-0.4.0/rio/R/unsupported.R                      |   22 +
 rio-0.4.0/rio/R/utils.R                            |  100 --------
 rio-0.4.0/rio/README.md                            |  100 ++++----
 rio-0.4.0/rio/build/vignette.rds                   |binary
 rio-0.4.0/rio/inst/CITATION                        |   33 +-
 rio-0.4.0/rio/inst/doc/rio.Rmd                     |    9 
 rio-0.4.0/rio/inst/doc/rio.html                    |   25 +-
 rio-0.4.0/rio/inst/examples/example.csvy           |   38 +--
 rio-0.4.0/rio/inst/examples/example2.csvy          |only
 rio-0.4.0/rio/inst/examples/example3.csvy          |only
 rio-0.4.0/rio/inst/examples/noheader.csv           |   20 -
 rio-0.4.0/rio/man/convert.Rd                       |   84 +++---
 rio-0.4.0/rio/man/export.Rd                        |   22 +
 rio-0.4.0/rio/man/extensions.Rd                    |only
 rio-0.4.0/rio/man/gather_attrs.Rd                  |only
 rio-0.4.0/rio/man/import.Rd                        |   26 +-
 rio-0.4.0/rio/man/rio.Rd                           |    2 
 rio-0.4.0/rio/po/R-rio.pot                         |   69 ++---
 rio-0.4.0/rio/tests/test-all.R                     |    6 
 rio-0.4.0/rio/tests/testthat/test_compress.R       |only
 rio-0.4.0/rio/tests/testthat/test_convert.R        |    4 
 rio-0.4.0/rio/tests/testthat/test_errors.R         |    7 
 rio-0.4.0/rio/tests/testthat/test_format_R.R       |only
 rio-0.4.0/rio/tests/testthat/test_format_arff.R    |only
 rio-0.4.0/rio/tests/testthat/test_format_csv.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_csvy.R    |only
 rio-0.4.0/rio/tests/testthat/test_format_dbf.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_dif.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_dta.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_fortran.R |only
 rio-0.4.0/rio/tests/testthat/test_format_fwf.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_html.R    |only
 rio-0.4.0/rio/tests/testthat/test_format_json.R    |only
 rio-0.4.0/rio/tests/testthat/test_format_mtp.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_ods.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_psv.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_rdata.R   |only
 rio-0.4.0/rio/tests/testthat/test_format_rds.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_rec.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_sas.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_sav.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_syd.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_tsv.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_xls.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_xml.R     |only
 rio-0.4.0/rio/tests/testthat/test_format_yml.R     |only
 rio-0.4.0/rio/tests/testthat/test_gather_attrs.R   |only
 rio-0.4.0/rio/tests/testthat/test_guess.R          |   38 +--
 rio-0.4.0/rio/tests/testthat/test_identical.R      |   14 +
 rio-0.4.0/rio/tests/testthat/test_matrix.R         |only
 rio-0.4.0/rio/tests/testthat/test_remote.R         |   44 +--
 rio-0.4.0/rio/vignettes/rio.Rmd                    |    9 
 70 files changed, 669 insertions(+), 763 deletions(-)

More information about rio at CRAN
Permanent link

Package opencpu updated to version 1.5.6 with previous version 1.5.4 dated 2016-03-08

Title: Embedded Scientific Computing and Reproducible Research with R
Description: The OpenCPU system exposes an http API for embedded scientific computing with R. The server can run either as a single-user development server within the interactive R session, or as a multi-user linux stack based on rApache and NGINX. The current R package implements the core of the system. When loaded in R, it automatically initiates the single-user server and displays the web address in the console. The OpenCPU website has more detailed API documentation.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>

Diff between opencpu versions 1.5.4 dated 2016-03-08 and 1.5.6 dated 2016-05-01

 DESCRIPTION                  |   40 ++++++++---------
 MD5                          |  101 +++++++++++++++++++++----------------------
 NAMESPACE                    |   14 -----
 NEWS                         |    6 ++
 R/execute_file.R             |    7 +-
 R/getfromURL.R               |    4 -
 R/gist_list.R                |    4 -
 R/gist_load.R                |    6 +-
 R/github_list.R              |    4 -
 R/httpget.R                  |    6 +-
 R/httpget_apps.R             |    4 -
 R/httpget_bioc.R             |    4 -
 R/httpget_cran.R             |    4 -
 R/httpget_gist.R             |    2 
 R/httpget_github.R           |    2 
 R/httpget_info.R             |    2 
 R/httpget_library.R          |    4 -
 R/httpget_object.R           |   16 +++++-
 R/httpget_package.R          |    4 -
 R/httpget_package_data.R     |    6 +-
 R/httpget_package_man.R      |    6 +-
 R/httpget_package_r.R        |    4 -
 R/httpget_session.R          |    4 -
 R/httpget_session_graphics.R |    2 
 R/httpget_session_r.R        |    4 -
 R/httpget_session_tar.R      |    2 
 R/httpget_session_zip.R      |    4 -
 R/httpget_static.R           |    2 
 R/httpget_tmp.R              |    4 -
 R/httpget_user.R             |    2 
 R/listallusers.R             |    2 
 R/mail_CI.R                  |    2 
 R/multipart.R                |    4 -
 R/opencpu.R                  |   10 ----
 R/parse_arg.R                |    2 
 R/parse_post.R               |    2 
 R/request.R                  |    2 
 R/rhttpd.R                   |    2 
 R/send_index.R               |    4 -
 R/session.R                  |    2 
 R/stub.R                     |only
 R/tryCatch_capture_stack.R   |    2 
 R/updatebioc.R               |    2 
 R/updatecran.R               |    2 
 R/userlibpath.R              |    2 
 R/utils.R                    |    4 -
 build/vignette.rds           |binary
 inst/doc/opencpu-paper.pdf   |binary
 inst/doc/opencpu-server.pdf  |binary
 man/cleanup.Rd               |    4 -
 man/opencpu.Rd               |    4 -
 man/rhttpd.Rd                |    2 
 52 files changed, 163 insertions(+), 165 deletions(-)

More information about opencpu at CRAN
Permanent link

Package MLmetrics updated to version 1.1.0 with previous version 1.0.0 dated 2015-05-02

Title: Machine Learning Evaluation Metrics
Description: A collection of evaluation metrics, including loss, score and utility functions, that measure regression, classification and ranking performance.
Author: Yachen Yan [aut, cre]
Maintainer: Yachen Yan <yanyachen21@gmail.com>

Diff between MLmetrics versions 1.0.0 dated 2015-05-02 and 1.1.0 dated 2016-05-01

 MLmetrics-1.0.0/MLmetrics/man/R2_score.Rd         |only
 MLmetrics-1.1.0/MLmetrics/DESCRIPTION             |   12 
 MLmetrics-1.1.0/MLmetrics/MD5                     |   65 ++-
 MLmetrics-1.1.0/MLmetrics/NAMESPACE               |   21 +
 MLmetrics-1.1.0/MLmetrics/R/Classification.R      |  378 +++++++++++++++-------
 MLmetrics-1.1.0/MLmetrics/R/Count.R               |only
 MLmetrics-1.1.0/MLmetrics/R/Rank.R                |only
 MLmetrics-1.1.0/MLmetrics/R/Regression.R          |  148 ++++++--
 MLmetrics-1.1.0/MLmetrics/R/Utils.R               |only
 MLmetrics-1.1.0/MLmetrics/man/AUC.Rd              |   19 -
 MLmetrics-1.1.0/MLmetrics/man/Accuracy.Rd         |   15 
 MLmetrics-1.1.0/MLmetrics/man/Area_Under_Curve.Rd |only
 MLmetrics-1.1.0/MLmetrics/man/ConfusionDF.Rd      |   15 
 MLmetrics-1.1.0/MLmetrics/man/ConfusionMatrix.Rd  |   15 
 MLmetrics-1.1.0/MLmetrics/man/F1_Score.Rd         |   13 
 MLmetrics-1.1.0/MLmetrics/man/FBeta_Score.Rd      |   13 
 MLmetrics-1.1.0/MLmetrics/man/GainAUC.Rd          |only
 MLmetrics-1.1.0/MLmetrics/man/Gini.Rd             |   13 
 MLmetrics-1.1.0/MLmetrics/man/KS_Stat.Rd          |only
 MLmetrics-1.1.0/MLmetrics/man/LiftAUC.Rd          |only
 MLmetrics-1.1.0/MLmetrics/man/LogLoss.Rd          |   15 
 MLmetrics-1.1.0/MLmetrics/man/MAE.Rd              |   12 
 MLmetrics-1.1.0/MLmetrics/man/MAPE.Rd             |only
 MLmetrics-1.1.0/MLmetrics/man/MLmetrics.Rd        |    4 
 MLmetrics-1.1.0/MLmetrics/man/MSE.Rd              |   12 
 MLmetrics-1.1.0/MLmetrics/man/MedianAE.Rd         |   12 
 MLmetrics-1.1.0/MLmetrics/man/MedianAPE.Rd        |only
 MLmetrics-1.1.0/MLmetrics/man/MultiLogLoss.Rd     |   14 
 MLmetrics-1.1.0/MLmetrics/man/NormalizedGini.Rd   |only
 MLmetrics-1.1.0/MLmetrics/man/PRAUC.Rd            |only
 MLmetrics-1.1.0/MLmetrics/man/Possion_LogLoss.Rd  |only
 MLmetrics-1.1.0/MLmetrics/man/Precision.Rd        |   13 
 MLmetrics-1.1.0/MLmetrics/man/R2_Score.Rd         |only
 MLmetrics-1.1.0/MLmetrics/man/RAE.Rd              |   12 
 MLmetrics-1.1.0/MLmetrics/man/RMSE.Rd             |   12 
 MLmetrics-1.1.0/MLmetrics/man/RMSLE.Rd            |   12 
 MLmetrics-1.1.0/MLmetrics/man/RMSPE.Rd            |only
 MLmetrics-1.1.0/MLmetrics/man/RRSE.Rd             |   12 
 MLmetrics-1.1.0/MLmetrics/man/Recall.Rd           |   13 
 MLmetrics-1.1.0/MLmetrics/man/Sensitivity.Rd      |only
 MLmetrics-1.1.0/MLmetrics/man/Specificity.Rd      |only
 MLmetrics-1.1.0/MLmetrics/man/ZeroOneLoss.Rd      |   17 
 42 files changed, 581 insertions(+), 306 deletions(-)

More information about MLmetrics at CRAN
Permanent link

New package lvplot with initial version 0.2.0
Package: lvplot
Version: 0.2.0
Title: Letter Value 'Boxplots'
Description: Implements the letter value 'boxplot' which extends the standard 'boxplot' to deal with both larger and smaller number of data points by dynamically selecting the appropriate number of letter values to display.
Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("Heike", "Hofmann", , "hofmann@iastate.edu", "aut") )
License: GPL (>= 2)
Depends: R (>= 2.14)
Imports: ggplot2 (>= 2.0.0), grid, RColorBrewer
Suggests: depth
RoxygenNote: 5.0.1
LazyData: true
LazyDataCompression: xz
NeedsCompilation: no
Packaged: 2016-05-01 16:20:54 UTC; hadley
Author: Hadley Wickham [aut, cre], Heike Hofmann [aut]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-05-01 18:56:01

More information about lvplot at CRAN
Permanent link

New package ljr with initial version 1.4-0
Package: ljr
Version: 1.4-0
Date: 2016-4-30
Title: Logistic Joinpoint Regression
Author: Michal Czajkowski, Ryan Gill, Greg Rempala
Maintainer: Ryan Gill <ryan.gill@louisville.edu>
Description: Fits and tests logistic joinpoint models.
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2016-05-01 00:09:41 UTC; vbrutac
Repository: CRAN
Date/Publication: 2016-05-01 18:55:59

More information about ljr at CRAN
Permanent link

Package HelpersMG updated to version 1.5 with previous version 1.4 dated 2016-01-08

Title: Tools for Earth Meteorological Analysis
Description: Contains many functions useful for managing 'NetCDF' files (see http://en.wikipedia.org/wiki/NetCDF), get tide levels on any point of the globe, get moon phase and time for sun rise and fall, analyse and reconstruct periodic time series of temperature with irregular sinusoidal pattern, show scales and wind rose in plot with change of color of text, Metropolis-Hastings algorithm for Bayesian MCMC analysis, plot graphs or boxplot with error bars, search files in disk by there names or their content, read the contents of all files from a folder at one time.
Author: Marc Girondot
Maintainer: Marc Girondot <marc.girondot@u-psud.fr>

Diff between HelpersMG versions 1.4 dated 2016-01-08 and 1.5 dated 2016-05-01

 HelpersMG-1.4/HelpersMG/R/dmnbinom.R             |only
 HelpersMG-1.4/HelpersMG/R/which2D.R              |only
 HelpersMG-1.4/HelpersMG/man/dmnbinom.Rd          |only
 HelpersMG-1.4/HelpersMG/man/which2D.Rd           |only
 HelpersMG-1.5/HelpersMG/DESCRIPTION              |    8 +--
 HelpersMG-1.5/HelpersMG/MD5                      |   52 +++++++++++++----------
 HelpersMG-1.5/HelpersMG/NAMESPACE                |    9 +++
 HelpersMG-1.5/HelpersMG/NEWS                     |   20 +++++++-
 HelpersMG-1.5/HelpersMG/R/HelpersMG-package.R    |    4 -
 HelpersMG-1.5/HelpersMG/R/MHalgoGen.R            |   12 ++---
 HelpersMG-1.5/HelpersMG/R/asc.R                  |    3 -
 HelpersMG-1.5/HelpersMG/R/chr.R                  |    1 
 HelpersMG-1.5/HelpersMG/R/dSnbinom.R             |only
 HelpersMG-1.5/HelpersMG/R/dist.entropic.R        |only
 HelpersMG-1.5/HelpersMG/R/getTableAddressing.R   |only
 HelpersMG-1.5/HelpersMG/R/growlnotify.R          |    9 ---
 HelpersMG-1.5/HelpersMG/R/pSnbinom.R             |only
 HelpersMG-1.5/HelpersMG/R/permutations.R         |only
 HelpersMG-1.5/HelpersMG/R/qSnbinom.R             |only
 HelpersMG-1.5/HelpersMG/R/rSnbinom.R             |only
 HelpersMG-1.5/HelpersMG/R/read_folder.R          |   39 +++++++++--------
 HelpersMG-1.5/HelpersMG/R/symmetricize.R         |only
 HelpersMG-1.5/HelpersMG/R/tide.info.R            |    2 
 HelpersMG-1.5/HelpersMG/man/HelpersMG-package.Rd |    4 -
 HelpersMG-1.5/HelpersMG/man/MHalgoGen.Rd         |    4 -
 HelpersMG-1.5/HelpersMG/man/asc.Rd               |    3 +
 HelpersMG-1.5/HelpersMG/man/chr.Rd               |    3 +
 HelpersMG-1.5/HelpersMG/man/dSnbinom.Rd          |only
 HelpersMG-1.5/HelpersMG/man/dist.entropic.Rd     |only
 HelpersMG-1.5/HelpersMG/man/growlnotify.Rd       |    4 -
 HelpersMG-1.5/HelpersMG/man/pSnbinom.Rd          |only
 HelpersMG-1.5/HelpersMG/man/qSnbinom.Rd          |only
 HelpersMG-1.5/HelpersMG/man/rSnbinom.Rd          |only
 HelpersMG-1.5/HelpersMG/man/read_folder.Rd       |   28 +++++++-----
 HelpersMG-1.5/HelpersMG/man/symmetricize.Rd      |only
 HelpersMG-1.5/HelpersMG/man/tide.info.Rd         |    2 
 36 files changed, 125 insertions(+), 82 deletions(-)

More information about HelpersMG at CRAN
Permanent link

Package biwavelet updated to version 0.19.1 with previous version 0.17.10 dated 2015-05-05

Title: Conduct Univariate and Bivariate Wavelet Analyses
Description: This is a port of the WTC MATLAB package written by Aslak Grinsted and the wavelet program written by Christopher Torrence and Gibert P. Compo. This package can be used to perform univariate and bivariate (cross-wavelet, wavelet coherence, wavelet clustering) analyses.
Author: Tarik C. Gouhier, Aslak Grinsted, Viliam Simko
Maintainer: Tarik C. Gouhier <tarik.gouhier@gmail.com>

Diff between biwavelet versions 0.17.10 dated 2015-05-05 and 0.19.1 dated 2016-05-01

 biwavelet-0.17.10/biwavelet/R/meshgrid.R               |only
 biwavelet-0.17.10/biwavelet/R/zzz.R                    |only
 biwavelet-0.17.10/biwavelet/data/enviro.data.RData     |only
 biwavelet-0.17.10/biwavelet/man/meshgrid.Rd            |only
 biwavelet-0.19.1/biwavelet/DESCRIPTION                 |   19 
 biwavelet-0.19.1/biwavelet/MD5                         |  134 +++--
 biwavelet-0.19.1/biwavelet/NAMESPACE                   |   67 +-
 biwavelet-0.19.1/biwavelet/R/RcppExports.R             |only
 biwavelet-0.19.1/biwavelet/R/ar1.spectrum.R            |   34 +
 biwavelet-0.19.1/biwavelet/R/biwavelet-internal.R      |  250 +++++-----
 biwavelet-0.19.1/biwavelet/R/biwavelet-package.R       |only
 biwavelet-0.19.1/biwavelet/R/check.data.R              |   98 ++--
 biwavelet-0.19.1/biwavelet/R/convolve2D.R              |   75 ++-
 biwavelet-0.19.1/biwavelet/R/phase.plot.R              |   99 +++-
 biwavelet-0.19.1/biwavelet/R/plot.biwavelet.R          |  407 ++++++++++-------
 biwavelet-0.19.1/biwavelet/R/pwtc.R                    |  271 +++++++----
 biwavelet-0.19.1/biwavelet/R/row_quantile.R            |only
 biwavelet-0.19.1/biwavelet/R/smooth.wavelet.R          |  107 ++--
 biwavelet-0.19.1/biwavelet/R/wclust.R                  |   65 ++
 biwavelet-0.19.1/biwavelet/R/wdist.R                   |   73 ++-
 biwavelet-0.19.1/biwavelet/R/wt.R                      |  207 +++++---
 biwavelet-0.19.1/biwavelet/R/wt.bases.R                |  146 ++++--
 biwavelet-0.19.1/biwavelet/R/wt.sig.R                  |  276 +++++++----
 biwavelet-0.19.1/biwavelet/R/wtc.R                     |  266 +++++++----
 biwavelet-0.19.1/biwavelet/R/wtc.sig.R                 |  173 +++++--
 biwavelet-0.19.1/biwavelet/R/wtc_sig_parallel.R        |only
 biwavelet-0.19.1/biwavelet/R/xwt.R                     |  215 ++++++--
 biwavelet-0.19.1/biwavelet/README.md                   |only
 biwavelet-0.19.1/biwavelet/data/enviro.data.rda        |only
 biwavelet-0.19.1/biwavelet/inst/CITATION               |    8 
 biwavelet-0.19.1/biwavelet/inst/NEWS.Rd                |   17 
 biwavelet-0.19.1/biwavelet/man/MOTHERS.Rd              |only
 biwavelet-0.19.1/biwavelet/man/ar1.spectrum.Rd         |   44 -
 biwavelet-0.19.1/biwavelet/man/ar1_ma0_sim.Rd          |only
 biwavelet-0.19.1/biwavelet/man/arrow.Rd                |only
 biwavelet-0.19.1/biwavelet/man/biwavelet-package.Rd    |  145 ++----
 biwavelet-0.19.1/biwavelet/man/check.data.Rd           |   59 +-
 biwavelet-0.19.1/biwavelet/man/check.datum.Rd          |only
 biwavelet-0.19.1/biwavelet/man/convolve2D.Rd           |   62 +-
 biwavelet-0.19.1/biwavelet/man/convolve2D_typeopen.Rd  |only
 biwavelet-0.19.1/biwavelet/man/enviro.data.Rd          |   59 +-
 biwavelet-0.19.1/biwavelet/man/get_minroots.Rd         |only
 biwavelet-0.19.1/biwavelet/man/phase.plot.Rd           |   61 +-
 biwavelet-0.19.1/biwavelet/man/plot.biwavelet.Rd       |  316 ++++++-------
 biwavelet-0.19.1/biwavelet/man/pwtc.Rd                 |  221 ++++-----
 biwavelet-0.19.1/biwavelet/man/rcpp_wt_bases_dog.Rd    |only
 biwavelet-0.19.1/biwavelet/man/rcpp_wt_bases_morlet.Rd |only
 biwavelet-0.19.1/biwavelet/man/rcpp_wt_bases_paul.Rd   |only
 biwavelet-0.19.1/biwavelet/man/row_quantile.Rd         |only
 biwavelet-0.19.1/biwavelet/man/smooth.wavelet.Rd       |   62 +-
 biwavelet-0.19.1/biwavelet/man/wclust.Rd               |   81 +--
 biwavelet-0.19.1/biwavelet/man/wdist.Rd                |   70 +-
 biwavelet-0.19.1/biwavelet/man/wt.Rd                   |  164 +++---
 biwavelet-0.19.1/biwavelet/man/wt.bases.Rd             |   55 --
 biwavelet-0.19.1/biwavelet/man/wt.bases.dog.Rd         |only
 biwavelet-0.19.1/biwavelet/man/wt.bases.morlet.Rd      |only
 biwavelet-0.19.1/biwavelet/man/wt.bases.paul.Rd        |only
 biwavelet-0.19.1/biwavelet/man/wt.sig.Rd               |  100 +---
 biwavelet-0.19.1/biwavelet/man/wtc.Rd                  |  199 +++-----
 biwavelet-0.19.1/biwavelet/man/wtc.sig.Rd              |  112 ++--
 biwavelet-0.19.1/biwavelet/man/wtc_sig_parallel.Rd     |only
 biwavelet-0.19.1/biwavelet/man/xwt.Rd                  |  195 +++-----
 biwavelet-0.19.1/biwavelet/src                         |only
 biwavelet-0.19.1/biwavelet/tests                       |only
 biwavelet-0.19.1/biwavelet/vignettes                   |only
 65 files changed, 2973 insertions(+), 2039 deletions(-)

More information about biwavelet at CRAN
Permanent link

Package clusterSEs updated to version 2.2 with previous version 2.1 dated 2015-08-05

Title: Calculate Cluster-Robust p-Values and Confidence Intervals
Description: Calculate p-values and confidence intervals using cluster-adjusted t-statistics (based on Ibragimov and Muller 2010, Journal of Business and Economic Statistics 28(4)), pairs cluster bootstrapped t-statistics, and wild cluster bootstrapped t-statistics (the latter two techniques based on Cameron, Gelbach, and Miller 2008, Review of Economics and Statistics 90(3)). Procedures are included for use with GLM, ivreg, plm (pooling or fixed effects), and mlogit models.
Author: Justin Esarey [aut, cre]
Maintainer: Justin Esarey <justin@justinesarey.com>

Diff between clusterSEs versions 2.1 dated 2015-08-05 and 2.2 dated 2016-05-01

 DESCRIPTION               |   15 +++++++++++----
 MD5                       |   28 ++++++++++++++--------------
 NAMESPACE                 |    2 +-
 R/clusterBS.plm.R         |   17 +++++------------
 R/clusterwild.plm.R       |   20 ++++++--------------
 man/cluster.bs.glm.Rd     |    2 +-
 man/cluster.bs.ivreg.Rd   |    6 +++---
 man/cluster.bs.mlogit.Rd  |    2 +-
 man/cluster.bs.plm.Rd     |   23 ++++++++---------------
 man/cluster.im.glm.Rd     |    2 +-
 man/cluster.im.ivreg.Rd   |    2 +-
 man/cluster.im.mlogit.Rd  |    2 +-
 man/cluster.wild.glm.Rd   |    2 +-
 man/cluster.wild.ivreg.Rd |    6 +++---
 man/cluster.wild.plm.Rd   |   22 +++++++---------------
 15 files changed, 64 insertions(+), 87 deletions(-)

More information about clusterSEs at CRAN
Permanent link


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