Thu, 24 May 2018

Package WVPlots updated to version 1.0.0 with previous version 0.3.2 dated 2018-05-08

Title: Common Plots for Analysis
Description: Select data analysis plots, under a standardized calling interface implemented on top of 'ggplot2' and 'plotly'. Plots of interest include: 'ROC', gain curve, scatter plot with marginal distributions, conditioned scatter plot with marginal densities, box and stem with matching theoretical distribution, and density with matching theoretical distribution.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between WVPlots versions 0.3.2 dated 2018-05-08 and 1.0.0 dated 2018-05-24

 WVPlots-0.3.2/WVPlots/man/calcPR.Rd                         |only
 WVPlots-0.3.2/WVPlots/man/graphROC.Rd                       |only
 WVPlots-1.0.0/WVPlots/DESCRIPTION                           |   15 
 WVPlots-1.0.0/WVPlots/MD5                                   |  118 ++---
 WVPlots-1.0.0/WVPlots/NAMESPACE                             |    4 
 WVPlots-1.0.0/WVPlots/NEWS.md                               |   14 
 WVPlots-1.0.0/WVPlots/R/BinaryYScatterPlot.R                |   17 
 WVPlots-1.0.0/WVPlots/R/ClevelandDotPlot.R                  |   26 -
 WVPlots-1.0.0/WVPlots/R/ConditionalSmoothedScatterPlot.R    |   25 -
 WVPlots-1.0.0/WVPlots/R/DiscreteDistribution.R              |   13 
 WVPlots-1.0.0/WVPlots/R/DistributionPlot.R                  |  117 +++--
 WVPlots-1.0.0/WVPlots/R/DoubleDensity.R                     |   24 -
 WVPlots-1.0.0/WVPlots/R/DoubleHistogram.R                   |   17 
 WVPlots-1.0.0/WVPlots/R/FitHistoryPlot.R                    |   57 +-
 WVPlots-1.0.0/WVPlots/R/GainCurve.R                         |  120 +++--
 WVPlots-1.0.0/WVPlots/R/HexBinPlot.R                        |only
 WVPlots-1.0.0/WVPlots/R/LogLogPlot.R                        |   11 
 WVPlots-1.0.0/WVPlots/R/PRPlot.R                            |   28 +
 WVPlots-1.0.0/WVPlots/R/ROC.R                               |  264 ++++++++----
 WVPlots-1.0.0/WVPlots/R/ScatterBoxPlot.R                    |   51 +-
 WVPlots-1.0.0/WVPlots/R/ScatterHist.R                       |  101 ++--
 WVPlots-1.0.0/WVPlots/R/ScatterHistC.R                      |   53 +-
 WVPlots-1.0.0/WVPlots/R/ShadedDensity.R                     |   12 
 WVPlots-1.0.0/WVPlots/R/ShadowHist.R                        |only
 WVPlots-1.0.0/WVPlots/R/ShadowPlot.R                        |only
 WVPlots-1.0.0/WVPlots/R/sharedFunctions.R                   |   90 +++-
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_concept.R            |    2 
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_concept.Rmd          |    2 
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_concept.html         |   14 
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_examples.R           |   59 ++
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_examples.Rmd         |   97 ++++
 WVPlots-1.0.0/WVPlots/inst/doc/WVPlots_examples.html        |  101 +++-
 WVPlots-1.0.0/WVPlots/man/BinaryYScatterPlot.Rd             |   11 
 WVPlots-1.0.0/WVPlots/man/ClevelandDotPlot.Rd               |   20 
 WVPlots-1.0.0/WVPlots/man/ConditionalSmoothedScatterPlot.Rd |   18 
 WVPlots-1.0.0/WVPlots/man/DiscreteDistribution.Rd           |    7 
 WVPlots-1.0.0/WVPlots/man/DoubleDensityPlot.Rd              |   17 
 WVPlots-1.0.0/WVPlots/man/DoubleHistogramPlot.Rd            |   11 
 WVPlots-1.0.0/WVPlots/man/GainCurvePlot.Rd                  |   29 +
 WVPlots-1.0.0/WVPlots/man/GainCurvePlotC.Rd                 |   30 +
 WVPlots-1.0.0/WVPlots/man/GainCurvePlotWithNotation.Rd      |   21 
 WVPlots-1.0.0/WVPlots/man/HexBinPlot.Rd                     |only
 WVPlots-1.0.0/WVPlots/man/LogLogPlot.Rd                     |   12 
 WVPlots-1.0.0/WVPlots/man/PRPlot.Rd                         |   16 
 WVPlots-1.0.0/WVPlots/man/PlotDistCountNormal.Rd            |   19 
 WVPlots-1.0.0/WVPlots/man/PlotDistDensityBeta.Rd            |   17 
 WVPlots-1.0.0/WVPlots/man/PlotDistDensityNormal.Rd          |   17 
 WVPlots-1.0.0/WVPlots/man/PlotDistHistBeta.Rd               |   27 -
 WVPlots-1.0.0/WVPlots/man/ROCPlot.Rd                        |   16 
 WVPlots-1.0.0/WVPlots/man/ROCPlotPair.Rd                    |   19 
 WVPlots-1.0.0/WVPlots/man/ROCPlotPair2.Rd                   |   19 
 WVPlots-1.0.0/WVPlots/man/ScatterBoxPlot.Rd                 |   16 
 WVPlots-1.0.0/WVPlots/man/ScatterBoxPlotH.Rd                |   20 
 WVPlots-1.0.0/WVPlots/man/ScatterHist.Rd                    |   39 +
 WVPlots-1.0.0/WVPlots/man/ScatterHistC.Rd                   |   16 
 WVPlots-1.0.0/WVPlots/man/ScatterHistN.Rd                   |   25 -
 WVPlots-1.0.0/WVPlots/man/ShadedDensity.Rd                  |    2 
 WVPlots-1.0.0/WVPlots/man/ShadowHist.Rd                     |only
 WVPlots-1.0.0/WVPlots/man/ShadowPlot.Rd                     |only
 WVPlots-1.0.0/WVPlots/man/plot_Keras_fit_trajectory.Rd      |   10 
 WVPlots-1.0.0/WVPlots/man/plot_fit_trajectory.Rd            |    9 
 WVPlots-1.0.0/WVPlots/man/plotlyROC.Rd                      |   18 
 WVPlots-1.0.0/WVPlots/vignettes/WVPlots_concept.Rmd         |    2 
 WVPlots-1.0.0/WVPlots/vignettes/WVPlots_examples.Rmd        |   97 ++++
 64 files changed, 1472 insertions(+), 560 deletions(-)

More information about WVPlots at CRAN
Permanent link

Package edgarWebR updated to version 1.0.0 with previous version 0.3.1 dated 2018-02-13

Title: SEC Filings Access
Description: A set of methods to access and parse live filing information from the U.S. Securities and Exchange Commission (SEC - <https://sec.gov>) including company and fund filings along with all associated metadata.
Author: Micah J Waldstein [aut, cre]
Maintainer: Micah J Waldstein <micah@waldste.in>

Diff between edgarWebR versions 0.3.1 dated 2018-02-13 and 1.0.0 dated 2018-05-24

 edgarWebR-0.3.1/edgarWebR/tests/cache/cgi-bin/series-878ef7.R                                           |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1041061                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1137789                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1255474                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1396009                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1399855                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/1424844                                                      |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/320193                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/37996/000003799617000013                                     |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/38264                                                        |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/39899                                                        |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/4281                                                         |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/712515                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/732712                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/794367                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/826083                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/data/878560                                                       |only
 edgarWebR-0.3.1/edgarWebR/tests/cache/searchwww.sec.gov/EDGARFSClient/jsp/EDGAR_MainAccess.jsp-87bb58.R |only
 edgarWebR-1.0.0/edgarWebR/DESCRIPTION                                                                   |   12 
 edgarWebR-1.0.0/edgarWebR/MD5                                                                           |  159 
 edgarWebR-1.0.0/edgarWebR/NAMESPACE                                                                     |   11 
 edgarWebR-1.0.0/edgarWebR/R/cik_search.R                                                                |only
 edgarWebR-1.0.0/edgarWebR/R/company_information.R                                                       |    3 
 edgarWebR-1.0.0/edgarWebR/R/company_search.R                                                            |only
 edgarWebR-1.0.0/edgarWebR/R/current_events.R                                                            |only
 edgarWebR-1.0.0/edgarWebR/R/effectiveness.R                                                             |only
 edgarWebR-1.0.0/edgarWebR/R/full_text.R                                                                 |    2 
 edgarWebR-1.0.0/edgarWebR/R/fund_search.R                                                               |   50 
 edgarWebR-1.0.0/edgarWebR/R/header_search.R                                                             |    2 
 edgarWebR-1.0.0/edgarWebR/R/parse_filing.R                                                              |  171 
 edgarWebR-1.0.0/edgarWebR/R/parse_submission.R                                                          |  157 
 edgarWebR-1.0.0/edgarWebR/R/series_search.R                                                             |only
 edgarWebR-1.0.0/edgarWebR/R/sic_codes.R                                                                 |only
 edgarWebR-1.0.0/edgarWebR/R/utils.R                                                                     |  265 
 edgarWebR-1.0.0/edgarWebR/R/variable_insurance_search.R                                                 |only
 edgarWebR-1.0.0/edgarWebR/README.md                                                                     |   75 
 edgarWebR-1.0.0/edgarWebR/build/vignette.rds                                                            |binary
 edgarWebR-1.0.0/edgarWebR/data                                                                          |only
 edgarWebR-1.0.0/edgarWebR/inst/doc/edgarWebR.R                                                          |   16 
 edgarWebR-1.0.0/edgarWebR/inst/doc/edgarWebR.Rmd                                                        |    4 
 edgarWebR-1.0.0/edgarWebR/inst/doc/edgarWebR.html                                                       |   74 
 edgarWebR-1.0.0/edgarWebR/inst/doc/parsing.Rmd                                                          |    4 
 edgarWebR-1.0.0/edgarWebR/inst/doc/parsing.html                                                         |   32 
 edgarWebR-1.0.0/edgarWebR/man/cik_search.Rd                                                             |only
 edgarWebR-1.0.0/edgarWebR/man/company_href.Rd                                                           |only
 edgarWebR-1.0.0/edgarWebR/man/company_search.Rd                                                         |only
 edgarWebR-1.0.0/edgarWebR/man/current_events.Rd                                                         |only
 edgarWebR-1.0.0/edgarWebR/man/effectiveness.Rd                                                          |only
 edgarWebR-1.0.0/edgarWebR/man/fund_search.Rd                                                            |   21 
 edgarWebR-1.0.0/edgarWebR/man/header_search.Rd                                                          |    2 
 edgarWebR-1.0.0/edgarWebR/man/parse_submission.Rd                                                       |   15 
 edgarWebR-1.0.0/edgarWebR/man/sic_codes.Rd                                                              |only
 edgarWebR-1.0.0/edgarWebR/man/submission_index_href.Rd                                                  |only
 edgarWebR-1.0.0/edgarWebR/man/variable_insurance_search.Rd                                              |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-11457c.R                                     | 8341 +++++-----
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-3731bc.R                                     | 8042 ++++-----
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-475140.R                                     |   16 
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-4f7d04.R                                     |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-85a602.R                                     | 3636 ++--
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-959b74.R                                     |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-b970eb.R                                     |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-c0b437.R                                     |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-d798f7.R                                     | 4796 ++---
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/browse-edgar-ea17e0.R                                     |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/cik_lookup-523580.R                                       |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/cik_lookup-8208af.R                                       |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/cik_lookup-f91e78.R                                       |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/current-1eb469.R                                          |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-26a524.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-29f0ec.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-66d077.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-68e025.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-6e8028.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/series-a5a977.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/srch-edgar-3ad08d.R                                       |   20 
 edgarWebR-1.0.0/edgarWebR/tests/cache/cgi-bin/srch-edgar-de72a2.R                                       |   20 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/1333712/000156218017002633/0001562180-17-002633-index.htm.R  |   16 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/31791/000095013501000920/b38210pee10-k405.txt.R              |   52 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/37996/000003799602000015/v7.txt.R                            |   28 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/37996/000003799617000084/0000037996-17-000084.txt.R          |   28 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/920760/000162828017000327/0001628280-17-000327-index.htm.R   |   16 
 edgarWebR-1.0.0/edgarWebR/tests/cache/data/933691/000093369117000309/0000933691-17-000309-index.htm.R   |   16 
 edgarWebR-1.0.0/edgarWebR/tests/cache/searchwww.sec.gov/EDGARFSClient/jsp/EDGAR_MainAccess.jsp-2c2dfe.R |only
 edgarWebR-1.0.0/edgarWebR/tests/cache/searchwww.sec.gov/EDGARFSClient/jsp/EDGAR_MainAccess.jsp-7edfa4.R | 7142 ++------
 edgarWebR-1.0.0/edgarWebR/tests/testdata                                                                |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_cik_search.R                                              |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_company_information.R                                     |    2 
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_company_search.R                                          |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_current_events.R                                          |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_effectiveness.R                                           |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_full_text.R                                               |    2 
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_fund_search.R                                             |   29 
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_parse_filing.R                                            |  198 
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_parse_submission.R                                        |   14 
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_util.R                                                    |only
 edgarWebR-1.0.0/edgarWebR/tests/testthat/test_variable_insurance_search.R                               |only
 edgarWebR-1.0.0/edgarWebR/vignettes/edgarWebR.Rmd                                                       |    4 
 edgarWebR-1.0.0/edgarWebR/vignettes/edgarWebR.md                                                        |only
 edgarWebR-1.0.0/edgarWebR/vignettes/parsing.Rmd                                                         |    4 
 99 files changed, 15440 insertions(+), 18057 deletions(-)

More information about edgarWebR at CRAN
Permanent link

Package tclust updated to version 1.4-1 with previous version 1.3-1 dated 2017-08-24

Title: Robust Trimmed Clustering
Description: Provides functions for robust trimmed clustering. The methods are described in Garcia-Escudero (2008) <doi:10.1214/07-AOS515>, Fritz et al. (2012) <doi:10.18637/jss.v047.i12> and others.
Author: Agustin Mayo Iscar, Luis Angel Garcia Escudero, Heinrich Fritz
Maintainer: Valentin Todorov <valentin.todorov@chello.at>

Diff between tclust versions 1.3-1 dated 2017-08-24 and 1.4-1 dated 2018-05-24

 ChangeLog                |   13 
 DESCRIPTION              |   11 
 MD5                      |   52 +-
 NAMESPACE                |   30 -
 R/print.tclust.R         |   22 
 build/vignette.rds       |binary
 inst/doc/tclust.R        |   16 
 inst/doc/tclust.pdf      |binary
 inst/doc/tclust.rnw      |   16 
 man/DiscrFact.Rd         |    7 
 man/ctlcurves.Rd         |    7 
 man/plot.DiscrFact.Rd    |    7 
 man/plot.ctlcurves.Rd    |   11 
 man/plot.tclust.Rd       |    9 
 man/summary.DiscrFact.Rd |    7 
 man/tclust.Rd            |    7 
 man/tkmeans.Rd           |    9 
 src/R_package.cpp        |    2 
 src/clust.cpp            |   13 
 src/clust.h              |    2 
 src/tclust.cpp           |    3 
 src/tkmeans.cpp          |   29 +
 src/tkmeans.h            |    6 
 tests/ttclust.R          |   22 
 tests/ttclust.Rout.save  | 1155 +++++++++++++++++++++++------------------------
 vignettes/tclust.bib     |   42 -
 vignettes/tclust.rnw     |   16 
 27 files changed, 801 insertions(+), 713 deletions(-)

More information about tclust at CRAN
Permanent link

Package h2o updated to version 3.18.0.11 with previous version 3.18.0.8 dated 2018-05-02

Title: R Interface for 'H2O'
Description: R scripting functionality for 'H2O', the open source math engine for big data that computes parallel distributed machine learning algorithms such as generalized linear models, gradient boosting machines, random forests, and neural networks (deep learning) within various cluster environments.
Author: Tom Kraljevic [aut, cre], H2O.ai [cph]
Maintainer: Tom Kraljevic <tomk@0xdata.com>

Diff between h2o versions 3.18.0.8 dated 2018-05-02 and 3.18.0.11 dated 2018-05-24

 h2o-3.18.0.11/h2o/DESCRIPTION                                     |    9 
 h2o-3.18.0.11/h2o/MD5                                             |  620 +++++-----
 h2o-3.18.0.11/h2o/NAMESPACE                                       |    3 
 h2o-3.18.0.11/h2o/R/frame.R                                       |  143 ++
 h2o-3.18.0.11/h2o/R/grid.R                                        |    5 
 h2o-3.18.0.11/h2o/inst/buildnum.txt                               |    2 
 h2o-3.18.0.11/h2o/man/H2OAutoML-class.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/H2OClusteringModel-class.Rd                 |    2 
 h2o-3.18.0.11/h2o/man/H2OConnection-class.Rd                      |    4 
 h2o-3.18.0.11/h2o/man/H2OConnectionMutableState.Rd                |only
 h2o-3.18.0.11/h2o/man/H2OCoxPHModel-class.Rd                      |    5 
 h2o-3.18.0.11/h2o/man/H2OCoxPHModelSummary-class.Rd               |    4 
 h2o-3.18.0.11/h2o/man/H2OFrame-Extract.Rd                         |   13 
 h2o-3.18.0.11/h2o/man/H2OFrame-class.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/H2OFrame.Rd                                 |   27 
 h2o-3.18.0.11/h2o/man/H2OGrid-class.Rd                            |    6 
 h2o-3.18.0.11/h2o/man/H2OModel-class.Rd                           |   14 
 h2o-3.18.0.11/h2o/man/H2OModelFuture-class.Rd                     |    4 
 h2o-3.18.0.11/h2o/man/H2OModelMetrics-class.Rd                    |   31 
 h2o-3.18.0.11/h2o/man/Logical-or.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/ModelAccessors.Rd                           |   31 
 h2o-3.18.0.11/h2o/man/aaa.Rd                                      |    3 
 h2o-3.18.0.11/h2o/man/and-and.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/apply.Rd                                    |    3 
 h2o-3.18.0.11/h2o/man/as.character.H2OFrame.Rd                    |    3 
 h2o-3.18.0.11/h2o/man/as.data.frame.H2OFrame.Rd                   |    3 
 h2o-3.18.0.11/h2o/man/as.factor.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/as.h2o.Rd                                   |    7 
 h2o-3.18.0.11/h2o/man/as.matrix.H2OFrame.Rd                       |    3 
 h2o-3.18.0.11/h2o/man/as.numeric.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/as.vector.H2OFrame.Rd                       |    3 
 h2o-3.18.0.11/h2o/man/australia.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/colnames.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/dim.H2OFrame.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/dimnames.H2OFrame.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o-package.Rd                              |    4 
 h2o-3.18.0.11/h2o/man/h2o.abs.Rd                                  |    5 
 h2o-3.18.0.11/h2o/man/h2o.acos.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.aggregated_frame.Rd                     |    3 
 h2o-3.18.0.11/h2o/man/h2o.aggregator.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.aic.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.all.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.anomaly.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.any.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.anyFactor.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.arrange.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.as_date.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.ascharacter.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.asfactor.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.asnumeric.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.assign.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.auc.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.automl.Rd                               |   23 
 h2o-3.18.0.11/h2o/man/h2o.betweenss.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.biases.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.bottomN.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.cbind.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.ceiling.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.centers.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.centersSTD.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.centroid_stats.Rd                       |    3 
 h2o-3.18.0.11/h2o/man/h2o.clearLog.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.clusterInfo.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.clusterIsUp.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.clusterStatus.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.cluster_sizes.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.coef.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.coef_norm.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.colnames.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.columns_by_type.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.computeGram.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.confusionMatrix.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.connect.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.cor.Rd                                  |    5 
 h2o-3.18.0.11/h2o/man/h2o.cos.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.cosh.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.coxph.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.createFrame.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.cross_validation_fold_assignment.Rd     |    3 
 h2o-3.18.0.11/h2o/man/h2o.cross_validation_holdout_predictions.Rd |    3 
 h2o-3.18.0.11/h2o/man/h2o.cross_validation_models.Rd              |    3 
 h2o-3.18.0.11/h2o/man/h2o.cross_validation_predictions.Rd         |    3 
 h2o-3.18.0.11/h2o/man/h2o.cummax.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.cummin.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.cumprod.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.cumsum.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.cut.Rd                                  |    5 
 h2o-3.18.0.11/h2o/man/h2o.day.Rd                                  |    5 
 h2o-3.18.0.11/h2o/man/h2o.dayOfWeek.Rd                            |    5 
 h2o-3.18.0.11/h2o/man/h2o.dct.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.ddply.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.decryptionSetup.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.deepfeatures.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.deeplearning.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.deepwater.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.deepwater.available.Rd                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.describe.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.diff.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.dim.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.dimnames.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.distance.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.downloadAllLogs.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.downloadCSV.Rd                          |    4 
 h2o-3.18.0.11/h2o/man/h2o.download_mojo.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.download_pojo.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.entropy.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.exp.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.exportFile.Rd                           |   19 
 h2o-3.18.0.11/h2o/man/h2o.exportHDFS.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.fillna.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.filterNACols.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.findSynonyms.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.find_row_by_threshold.Rd                |    3 
 h2o-3.18.0.11/h2o/man/h2o.find_threshold_by_max_metric.Rd         |    3 
 h2o-3.18.0.11/h2o/man/h2o.floor.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.flow.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.gainsLift.Rd                            |    7 
 h2o-3.18.0.11/h2o/man/h2o.gbm.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.getConnection.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.getFrame.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.getFutureModel.Rd                       |    3 
 h2o-3.18.0.11/h2o/man/h2o.getGLMFullRegularizationPath.Rd         |    3 
 h2o-3.18.0.11/h2o/man/h2o.getGrid.Rd                              |   11 
 h2o-3.18.0.11/h2o/man/h2o.getId.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.getModel.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.getTimezone.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.getTypes.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.getVersion.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.giniCoef.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.glm.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.glrm.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.grep.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.grid.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.group_by.Rd                             |   43 
 h2o-3.18.0.11/h2o/man/h2o.gsub.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.head.Rd                                 |    5 
 h2o-3.18.0.11/h2o/man/h2o.hist.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.hit_ratio_table.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.hour.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.ifelse.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.importFile.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.import_sql_select.Rd                    |    5 
 h2o-3.18.0.11/h2o/man/h2o.import_sql_table.Rd                     |    5 
 h2o-3.18.0.11/h2o/man/h2o.impute.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.init.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.insertMissingValues.Rd                  |    4 
 h2o-3.18.0.11/h2o/man/h2o.interaction.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.is_client.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.isax.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.ischaracter.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.isfactor.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.isnumeric.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.kfold_column.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.killMinus3.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.kmeans.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.kurtosis.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.levels.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.listTimezones.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.list_all_extensions.Rd                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.list_api_extensions.Rd                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.list_core_extensions.Rd                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.loadModel.Rd                            |    5 
 h2o-3.18.0.11/h2o/man/h2o.log.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.log10.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.log1p.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.log2.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.logAndEcho.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.logloss.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.ls.Rd                                   |    3 
 h2o-3.18.0.11/h2o/man/h2o.lstrip.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.mae.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.makeGLMModel.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.make_metrics.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.match.Rd                                |    5 
 h2o-3.18.0.11/h2o/man/h2o.max.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.mean.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.mean_per_class_error.Rd                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.mean_residual_deviance.Rd               |    3 
 h2o-3.18.0.11/h2o/man/h2o.median.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.merge.Rd                                |    5 
 h2o-3.18.0.11/h2o/man/h2o.metric.Rd                               |   19 
 h2o-3.18.0.11/h2o/man/h2o.min.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.mktime.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.month.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.mse.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.na_omit.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.nacnt.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.naiveBayes.Rd                           |    7 
 h2o-3.18.0.11/h2o/man/h2o.names.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.nchar.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.ncol.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.networkTest.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.nlevels.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.no_progress.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.nrow.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.null_deviance.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.null_dof.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.num_iterations.Rd                       |    3 
 h2o-3.18.0.11/h2o/man/h2o.num_valid_substrings.Rd                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.openLog.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.parseRaw.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.parseSetup.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.partialPlot.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.performance.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.pivot.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.prcomp.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.predict_json.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.print.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.prod.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.proj_archetypes.Rd                      |    3 
 h2o-3.18.0.11/h2o/man/h2o.quantile.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.r2.Rd                                   |    3 
 h2o-3.18.0.11/h2o/man/h2o.randomForest.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.range.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.rank_within_group_by.Rd                 |only
 h2o-3.18.0.11/h2o/man/h2o.rbind.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.reconstruct.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.relevel.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.removeAll.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.removeVecs.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.rep_len.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.residual_deviance.Rd                    |    3 
 h2o-3.18.0.11/h2o/man/h2o.residual_dof.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.rm.Rd                                   |    3 
 h2o-3.18.0.11/h2o/man/h2o.rmse.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.rmsle.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.round.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.rstrip.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.runif.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.saveModel.Rd                            |    5 
 h2o-3.18.0.11/h2o/man/h2o.saveModelDetails.Rd                     |    3 
 h2o-3.18.0.11/h2o/man/h2o.saveMojo.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.scale.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.scoreHistory.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.sd.Rd                                   |    3 
 h2o-3.18.0.11/h2o/man/h2o.sdev.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.setLevels.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.setTimezone.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.show_progress.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.shutdown.Rd                             |    4 
 h2o-3.18.0.11/h2o/man/h2o.signif.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.sin.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.skewness.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.splitFrame.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.sqrt.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.stackedEnsemble.Rd                      |    5 
 h2o-3.18.0.11/h2o/man/h2o.startLogging.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.std_coef_plot.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/h2o.stopLogging.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.str.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.stringdist.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/h2o.strsplit.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.sub.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.substring.Rd                            |    7 
 h2o-3.18.0.11/h2o/man/h2o.sum.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.summary.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.svd.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.table.Rd                                |    5 
 h2o-3.18.0.11/h2o/man/h2o.tabulate.Rd                             |    5 
 h2o-3.18.0.11/h2o/man/h2o.tan.Rd                                  |    3 
 h2o-3.18.0.11/h2o/man/h2o.tanh.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.target_encode_apply.Rd                  |    9 
 h2o-3.18.0.11/h2o/man/h2o.target_encode_create.Rd                 |    7 
 h2o-3.18.0.11/h2o/man/h2o.toFrame.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.tokenize.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.tolower.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.topN.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.tot_withinss.Rd                         |    3 
 h2o-3.18.0.11/h2o/man/h2o.totss.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.toupper.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.transform.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.trim.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.trunc.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.unique.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.var.Rd                                  |    5 
 h2o-3.18.0.11/h2o/man/h2o.varimp.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/h2o.varimp_plot.Rd                          |    3 
 h2o-3.18.0.11/h2o/man/h2o.week.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/h2o.weights.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.which.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/h2o.which_max.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.which_min.Rd                            |    3 
 h2o-3.18.0.11/h2o/man/h2o.withinss.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.word2vec.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/h2o.xgboost.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/h2o.xgboost.available.Rd                    |    3 
 h2o-3.18.0.11/h2o/man/h2o.year.Rd                                 |    3 
 h2o-3.18.0.11/h2o/man/housevotes.Rd                               |   15 
 h2o-3.18.0.11/h2o/man/iris.Rd                                     |    5 
 h2o-3.18.0.11/h2o/man/is.character.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/is.factor.Rd                                |    3 
 h2o-3.18.0.11/h2o/man/is.h2o.Rd                                   |    3 
 h2o-3.18.0.11/h2o/man/is.numeric.Rd                               |    3 
 h2o-3.18.0.11/h2o/man/names.H2OFrame.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/plot.H2OModel.Rd                            |    7 
 h2o-3.18.0.11/h2o/man/plot.H2OTabulate.Rd                         |    5 
 h2o-3.18.0.11/h2o/man/predict.H2OAutoML.Rd                        |    3 
 h2o-3.18.0.11/h2o/man/predict.H2OModel.Rd                         |    5 
 h2o-3.18.0.11/h2o/man/predict_leaf_node_assignment.H2OModel.Rd    |    5 
 h2o-3.18.0.11/h2o/man/print.H2OFrame.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/print.H2OTable.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/prostate.Rd                                 |    5 
 h2o-3.18.0.11/h2o/man/range.H2OFrame.Rd                           |    3 
 h2o-3.18.0.11/h2o/man/show-H2OCoxPHModelSummary-method.Rd         |    3 
 h2o-3.18.0.11/h2o/man/str.H2OFrame.Rd                             |    3 
 h2o-3.18.0.11/h2o/man/summary-H2OCoxPHModel-method.Rd             |    3 
 h2o-3.18.0.11/h2o/man/summary-H2OGrid-method.Rd                   |    3 
 h2o-3.18.0.11/h2o/man/summary-H2OModel-method.Rd                  |    3 
 h2o-3.18.0.11/h2o/man/use.package.Rd                              |    3 
 h2o-3.18.0.11/h2o/man/walking.Rd                                  |    7 
 h2o-3.18.0.11/h2o/man/zzz.Rd                                      |    3 
 h2o-3.18.0.8/h2o/demo/results                                     |only
 312 files changed, 926 insertions(+), 1065 deletions(-)

More information about h2o at CRAN
Permanent link

Package MVar.pt updated to version 2.0.1 with previous version 2.0.0 dated 2018-05-01

Title: Analise multivariada (brazilian portuguese)
Description: Pacote para analise multivariada, que possui funcoes que executam analise de correspondencia simples (CA) e multipla (MCA), analise de componentes principais (PCA), analise de correlacao canonica (CCA), analise fatorial (FA), escalonamento multidimensional (MDS), analise de cluster hierarquico e nao hierarquico, regressao linear, analise de multiplos fatores (MFA) para dados quantitativos, qualitativos, de frequencia (MFACT) e dados mistos, projection pursuit (PP), grant tour e outras funcoes uteis para a analise multivariada.
Author: Paulo Cesar Ossani <ossanipc@hotmail.com> Marcelo Angelo Cirillo <macufla@des.ufla.br>
Maintainer: Paulo Cesar Ossani <ossanipc@hotmail.com>

Diff between MVar.pt versions 2.0.0 dated 2018-05-01 and 2.0.1 dated 2018-05-24

 DESCRIPTION            |    8 ++--
 MD5                    |   56 ++++++++++++++--------------
 R/Biplot.R             |   33 ++++++++---------
 R/GrandTour.R          |   66 ++++++++++++++++++++--------------
 R/MDS.R                |   43 +++++++++++++---------
 R/PP_Index.R           |   18 ++++-----
 R/PP_Optimizer.R       |   14 +++----
 R/Plot.CA.R            |   37 ++++++++++++-------
 R/Plot.CCA.R           |   41 +++++++++++++--------
 R/Plot.FA.R            |   38 ++++++++++++-------
 R/Plot.MFA.R           |   67 +++++++++++++++++++++-------------
 R/Plot.PCA.R           |   32 +++++++++++-----
 R/Plot.PP.R            |   63 ++++++++++++++++++++------------
 R/Plot.Regressao.R     |   95 +++++++++++++++++++++++++------------------------
 man/Biplot.Rd          |   12 +++---
 man/Data_Cafes.Rd      |    6 ++-
 man/Data_Individuos.Rd |    6 ++-
 man/GrandTour.Rd       |   24 ++++++------
 man/MDS.Rd             |   14 +++----
 man/MVar.pt-package.Rd |    4 +-
 man/PP_Index.Rd        |    6 +--
 man/PP_Optimizer.Rd    |    4 +-
 man/Plot.CA.Rd         |    7 ++-
 man/Plot.CCA.Rd        |   10 ++---
 man/Plot.FA.Rd         |    7 ++-
 man/Plot.MFA.Rd        |   21 +++++++---
 man/Plot.PCA.Rd        |    7 ++-
 man/Plot.PP.Rd         |   32 ++++++++--------
 man/Plot.Regressao.Rd  |   16 ++++----
 29 files changed, 459 insertions(+), 328 deletions(-)

More information about MVar.pt at CRAN
Permanent link

Package rscopus updated to version 0.5.11 with previous version 0.5.3 dated 2017-10-11

Title: Scopus Database 'API' Interface
Description: Uses Elsevier 'Scopus' 'API' <https://dev.elsevier.com/sc_apis.html> to download information about authors and their citations.
Author: John Muschelli [aut, cre]
Maintainer: John Muschelli <muschellij2@gmail.com>

Diff between rscopus versions 0.5.3 dated 2017-10-11 and 0.5.11 dated 2018-05-24

 DESCRIPTION                       |   12 +-
 MD5                               |   71 ++++++++------
 NAMESPACE                         |   31 ++++++
 NEWS.md                           |    5 
 R/aaa_utils.R                     |only
 R/affil_df.R                      |   52 ++++++++--
 R/affil_list_to_df.R              |    4 
 R/affil_search.R                  |   15 ++
 R/all_possible_affils.R           |    4 
 R/author_df.R                     |  138 +++++++++++++++++++--------
 R/author_search.R                 |   82 +++++++++++++---
 R/entries_to_affil_list.R         |   10 -
 R/entries_to_citation_df.R        |   46 +++++++++
 R/entries_to_df.R                 |   81 +++++++++++++++-
 R/gen_entries_to_df.R             |only
 R/generic_elsevier_search.R       |   36 ++-----
 R/get_author_info.R               |   45 ++++++--
 R/get_next.R                      |only
 R/multi_author_info.R             |only
 R/object_retrieval.R              |   17 +--
 R/process_affil_name.R            |only
 R/replace_non_ascii.R             |  191 ++++++++++++++++++++++++++++++--------
 R/scopus_search.R                 |only
 R/subject_areas.R                 |only
 man/affil_df.Rd                   |   15 ++
 man/affil_search.Rd               |   13 ++
 man/author_df.Rd                  |   38 ++++++-
 man/author_search.Rd              |   27 ++++-
 man/author_search_by_affil.Rd     |only
 man/complete_multi_author_info.Rd |only
 man/entries_to_df.Rd              |    7 -
 man/entry_to_affil.Rd             |    2 
 man/gen_entries_to_df.Rd          |only
 man/generic_elsevier_api.Rd       |   10 -
 man/get_author_info.Rd            |    5 
 man/get_complete_author_info.Rd   |   11 +-
 man/get_links.Rd                  |only
 man/multi_author_info.Rd          |only
 man/object_retrieval.Rd           |   17 +--
 man/process_affiliation_name.Rd   |only
 man/replace_non_ascii.Rd          |    2 
 man/scopus_search.Rd              |only
 man/subject_areas.Rd              |only
 tests/testthat/test_author_df.R   |    6 -
 44 files changed, 764 insertions(+), 229 deletions(-)

More information about rscopus at CRAN
Permanent link

Package neurohcp updated to version 0.8.1 with previous version 0.8.0 dated 2018-04-11

Title: Human 'Connectome' Project Interface
Description: Downloads and reads data from Human 'Connectome' Project <https://db.humanconnectome.org> using Amazon Web Services ('AWS') 'S3' buckets.
Author: John Muschelli [aut, cre], Adi Gherman [ctb]
Maintainer: John Muschelli <muschellij2@gmail.com>

Diff between neurohcp versions 0.8.0 dated 2018-04-11 and 0.8.1 dated 2018-05-24

 DESCRIPTION             |   10 +++++-----
 MD5                     |   20 ++++++++++----------
 NEWS.md                 |    4 ++++
 R/hcp_aws_url.R         |    2 +-
 R/make_aws_call.R       |    2 +-
 R/parse_list_files.R    |    5 +++--
 build/vignette.rds      |binary
 inst/doc/hcp.html       |    4 ++--
 man/hcp_aws_url.Rd      |    2 +-
 man/make_aws_call.Rd    |    2 +-
 man/parse_list_files.Rd |    5 +++--
 11 files changed, 31 insertions(+), 25 deletions(-)

More information about neurohcp at CRAN
Permanent link

Package ncf updated to version 1.2-5 with previous version 1.2-4 dated 2018-05-06

Title: Spatial Covariance Functions
Description: R functions for analyzing spatial (cross-)covariance: the nonparametric (cross-)covariance function, the spline correlogram, the nonparametric phase coherence function, local indicators of spatial association (LISA), (Mantel) correlogram, (Partial) Mantel test.
Author: Ottar N. Bjornstad [aut, cre], Jun Cai [ctb]
Maintainer: Ottar N. Bjornstad <onb1@psu.edu>

Diff between ncf versions 1.2-4 dated 2018-05-06 and 1.2-5 dated 2018-05-24

 DESCRIPTION         |   10 +++++-----
 MD5                 |    8 ++++----
 NAMESPACE           |    1 +
 R/mSynch.R          |    2 +-
 man/print.mSynch.Rd |    1 -
 5 files changed, 11 insertions(+), 11 deletions(-)

More information about ncf at CRAN
Permanent link

Package labelled updated to version 1.1.0 with previous version 1.0.1 dated 2017-12-19

Title: Manipulating Labelled Data
Description: Work with labelled data imported from 'SPSS' or 'Stata' with 'haven' or 'foreign'.
Author: Joseph Larmarange [aut, cre], Daniel Ludecke [ctb], Hadley Wickham [ctb], Bojanowski Michał [ctb]
Maintainer: Joseph Larmarange <joseph@larmarange.net>

Diff between labelled versions 1.0.1 dated 2017-12-19 and 1.1.0 dated 2018-05-24

 DESCRIPTION                    |   12 ++++----
 MD5                            |   24 ++++++++++-------
 NAMESPACE                      |    6 ++++
 NEWS.md                        |    6 ++++
 R/copy_labels.R                |    2 +
 R/labelled.R                   |    1 
 R/na_values.R                  |    2 -
 R/recode.R                     |only
 R/remove_attributes.R          |only
 build/vignette.rds             |binary
 inst/doc/intro_labelled.html   |   57 ++++++++++++++++++++---------------------
 man/na_values.Rd               |    2 -
 man/recode.labelled.Rd         |only
 man/remove_attributes.Rd       |only
 tests/testthat/test-labelled.r |   11 +++++++
 15 files changed, 76 insertions(+), 47 deletions(-)

More information about labelled at CRAN
Permanent link

Package knitrBootstrap updated to version 1.0.2 with previous version 1.0.1 dated 2017-07-19

Title: 'knitr' Bootstrap Framework
Description: A framework to create Bootstrap <http://getbootstrap.com/> HTML reports from 'knitr' 'rmarkdown'.
Author: Jim Hester
Maintainer: Jim Hester <james.f.hester@gmail.com>

Diff between knitrBootstrap versions 1.0.1 dated 2017-07-19 and 1.0.2 dated 2018-05-24

 DESCRIPTION             |    6 +++---
 MD5                     |   24 ++++++++++++------------
 NEWS.md                 |    3 +++
 README.md               |    1 -
 build/vignette.rds      |binary
 inst/doc/cars.R         |    8 ++++----
 inst/doc/cars.Rmd       |    8 ++++----
 inst/doc/cars.html      |   28 +++++++++++++++++-----------
 inst/doc/illusions.html |   10 ++++++++--
 inst/doc/maps.html      |   18 ++++++++++++------
 inst/doc/math.html      |   10 ++++++++--
 inst/doc/two-D.html     |   24 +++++++++++++++++++-----
 vignettes/cars.Rmd      |    8 ++++----
 13 files changed, 94 insertions(+), 54 deletions(-)

More information about knitrBootstrap at CRAN
Permanent link

Package event updated to version 1.1.1 with previous version 1.1.0 dated 2016-12-06

Title: Event History Procedures and Models
Description: Functions for setting up and analyzing event history data.
Author: Bruce Swihart [cre, aut], Jim Lindsey [aut] (Jim created this package, Bruce is maintaining the CRAN version)
Maintainer: Bruce Swihart <bruce.swihart@gmail.com>

Diff between event versions 1.1.0 dated 2016-12-06 and 1.1.1 dated 2018-05-24

 DESCRIPTION      |    8 ++++----
 MD5              |    7 ++++---
 NAMESPACE        |   27 +++++++++++++--------------
 NEWS.md          |    7 +++++++
 src/event_init.c |only
 5 files changed, 28 insertions(+), 21 deletions(-)

More information about event at CRAN
Permanent link

Package utf8 updated to version 1.1.4 with previous version 1.1.3 dated 2018-01-03

Title: Unicode Text Processing
Description: Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
Author: Patrick O. Perry [aut, cph, cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)
Maintainer: Patrick O. Perry <patperry@gmail.com>

Diff between utf8 versions 1.1.3 dated 2018-01-03 and 1.1.4 dated 2018-05-24

 DESCRIPTION                                     |   12 
 MD5                                             |   24 -
 NEWS                                            |   14 
 README.md                                       |    6 
 build/vignette.rds                              |binary
 inst/doc/utf8.html                              |  376 ++++++++++++++++++------
 src/Makevars                                    |    1 
 src/as_utf8.c                                   |    2 
 src/render_table.c                              |    4 
 src/utf8lite/src/render.c                       |    3 
 src/utf8lite/tests/check_graphscan.c            |   13 
 src/utf8lite/tests/check_render.c               |   18 +
 src/utf8lite/utf8lite.xcodeproj/project.pbxproj |    4 
 13 files changed, 364 insertions(+), 113 deletions(-)

More information about utf8 at CRAN
Permanent link

Package locpol updated to version 0.7-0 with previous version 0.6-0 dated 2012-10-25

Title: Kernel Local Polynomial Regression
Description: Computes local polynomial estimators for the regression and also density. It comprises several different utilities to handle kernel estimators.
Author: Jorge Luis Ojeda Cabrera <jojeda@unizar.es>
Maintainer: Jorge Luis Ojeda Cabrera <jojeda@unizar.es>

Diff between locpol versions 0.6-0 dated 2012-10-25 and 0.7-0 dated 2018-05-24

 DESCRIPTION            |   21 +--
 MD5                    |   17 +-
 NAMESPACE              |   57 ++++++++-
 R/locpol.R             |  301 ++++++++++++++++++++++++-------------------------
 README                 |   54 +++++---
 man/denCVBwSelC.Rd     |    3 
 man/locpol.Rd          |    2 
 man/locpolSmoothers.Rd |    2 
 src/init.c             |only
 src/locpol.c           |  105 +++++++++--------
 10 files changed, 317 insertions(+), 245 deletions(-)

More information about locpol at CRAN
Permanent link

Package dfmta updated to version 1.7-0 with previous version 1.6-2 dated 2018-01-10

Title: Phase I/II Adaptive Dose-Finding Design for MTA
Description: Phase I/II adaptive dose-finding design for single-agent Molecularly Targeted Agent (MTA), according to the paper "Phase I/II Dose-Finding Design for Molecularly Targeted Agent: Plateau Determination using Adaptive Randomization", Riviere Marie-Karelle et al. (2016) <doi:10.1177/0962280216631763>.
Author: Marie-Karelle Riviere and Jacques-Henri Jourdan
Maintainer: Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org>

Diff between dfmta versions 1.6-2 dated 2018-01-10 and 1.7-0 dated 2018-05-24

 DESCRIPTION          |    8 ++++----
 MD5                  |    7 ++++---
 build                |only
 configure            |   18 +++++++++---------
 man/dfmta-package.Rd |   22 ++++++++++------------
 5 files changed, 27 insertions(+), 28 deletions(-)

More information about dfmta at CRAN
Permanent link

Package dfcomb updated to version 2.5-0 with previous version 2.4-2 dated 2018-01-10

Title: Phase I/II Adaptive Dose-Finding Design for Combination Studies
Description: Phase I/II adaptive dose-finding design for combination studies. Several methods are proposed depending on the type of combinations: (1) the combination of two cytotoxic agents, and (2) combination of a molecularly targeted agent with a cytotoxic agent.
Author: Marie-Karelle Riviere and Jacques-Henri Jourdan
Maintainer: Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org>

Diff between dfcomb versions 2.4-2 dated 2018-01-10 and 2.5-0 dated 2018-05-24

 DESCRIPTION           |    8 ++++----
 MD5                   |    7 ++++---
 build                 |only
 configure             |   18 +++++++++---------
 man/dfcomb-package.Rd |   26 ++++++++++----------------
 5 files changed, 27 insertions(+), 32 deletions(-)

More information about dfcomb at CRAN
Permanent link

Package BETS updated to version 0.4.2 with previous version 0.3.6 dated 2018-04-02

Title: Brazilian Economic Time Series
Description: It provides access to and information about the most important Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>, the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g. generating dynamic reports with a complete analysis of a series) and exporting these time series.
Author: Pedro Costa Ferreira [aut], Talitha Speranza [aut, cre], Jonatha Costa [aut], Fernando Teixeira [ctb], Daiane Marcolino [ctb]
Maintainer: Talitha Speranza <talitha.speranza@fgv.br>

Diff between BETS versions 0.3.6 dated 2018-04-02 and 0.4.2 dated 2018-05-24

 BETS-0.3.6/BETS/R/BETS.arch_test.R                 |only
 BETS-0.3.6/BETS/R/BETS.chart.R                     |only
 BETS-0.3.6/BETS/R/BETS.corrgram.R                  |only
 BETS-0.3.6/BETS/R/BETS.dashboard.R                 |only
 BETS-0.3.6/BETS/R/BETS.deflate.R                   |only
 BETS-0.3.6/BETS/R/BETS.dummy.R                     |only
 BETS-0.3.6/BETS/R/BETS.get.R                       |only
 BETS-0.3.6/BETS/R/BETS.grnn.test.R                 |only
 BETS-0.3.6/BETS/R/BETS.grnn.train.R                |only
 BETS-0.3.6/BETS/R/BETS.normalize.R                 |only
 BETS-0.3.6/BETS/R/BETS.predict.R                   |only
 BETS-0.3.6/BETS/R/BETS.report.R                    |only
 BETS-0.3.6/BETS/R/BETS.save.R                      |only
 BETS-0.3.6/BETS/R/BETS.save.sas.R                  |only
 BETS-0.3.6/BETS/R/BETS.save.spss.R                 |only
 BETS-0.3.6/BETS/R/BETS.save.stata.R                |only
 BETS-0.3.6/BETS/R/BETS.search.R                    |only
 BETS-0.3.6/BETS/R/BETS.sidra.get.R                 |only
 BETS-0.3.6/BETS/R/BETS.sidra.search.R              |only
 BETS-0.3.6/BETS/R/BETS.std_resid.R                 |only
 BETS-0.3.6/BETS/R/BETS.t_test.R                    |only
 BETS-0.3.6/BETS/R/BETS.ur_test.R                   |only
 BETS-0.3.6/BETS/man/BETS.arch_test.Rd              |only
 BETS-0.3.6/BETS/man/BETS.chart.Rd                  |only
 BETS-0.3.6/BETS/man/BETS.corrgram.Rd               |only
 BETS-0.3.6/BETS/man/BETS.dashboard.Rd              |only
 BETS-0.3.6/BETS/man/BETS.deflate.Rd                |only
 BETS-0.3.6/BETS/man/BETS.dummy.Rd                  |only
 BETS-0.3.6/BETS/man/BETS.get.Rd                    |only
 BETS-0.3.6/BETS/man/BETS.grnn.test.Rd              |only
 BETS-0.3.6/BETS/man/BETS.grnn.train.Rd             |only
 BETS-0.3.6/BETS/man/BETS.normalize.Rd              |only
 BETS-0.3.6/BETS/man/BETS.predict.Rd                |only
 BETS-0.3.6/BETS/man/BETS.report.Rd                 |only
 BETS-0.3.6/BETS/man/BETS.save.Rd                   |only
 BETS-0.3.6/BETS/man/BETS.save.sas.Rd               |only
 BETS-0.3.6/BETS/man/BETS.save.spss.Rd              |only
 BETS-0.3.6/BETS/man/BETS.save.stata.Rd             |only
 BETS-0.3.6/BETS/man/BETS.search.Rd                 |only
 BETS-0.3.6/BETS/man/BETS.sidra.get.Rd              |only
 BETS-0.3.6/BETS/man/BETS.sidra.search.Rd           |only
 BETS-0.3.6/BETS/man/BETS.std_resid.Rd              |only
 BETS-0.3.6/BETS/man/BETS.t_test.Rd                 |only
 BETS-0.3.6/BETS/man/BETS.ur_test.Rd                |only
 BETS-0.4.2/BETS/DESCRIPTION                        |   26 
 BETS-0.4.2/BETS/MD5                                |  262 ++---
 BETS-0.4.2/BETS/NAMESPACE                          |  222 ++--
 BETS-0.4.2/BETS/R/BETS.addin_en.R                  |   48 
 BETS-0.4.2/BETS/R/BETS.addin_pt.R                  |   48 
 BETS-0.4.2/BETS/R/BETSget.R                        |only
 BETS-0.4.2/BETS/R/BETSsearch.R                     |only
 BETS-0.4.2/BETS/R/arch_test.R                      |only
 BETS-0.4.2/BETS/R/chart.R                          |only
 BETS-0.4.2/BETS/R/connection.R                     |   73 -
 BETS-0.4.2/BETS/R/corrgram.R                       |only
 BETS-0.4.2/BETS/R/dashboard.R                      |only
 BETS-0.4.2/BETS/R/deflate.R                        |only
 BETS-0.4.2/BETS/R/draw.cdb.R                       |    2 
 BETS-0.4.2/BETS/R/draw.eap.R                       |    2 
 BETS-0.4.2/BETS/R/draw.gdp_unemp.R                 |   10 
 BETS-0.4.2/BETS/R/draw.iie_br.R                    |    2 
 BETS-0.4.2/BETS/R/draw.indprod.R                   |    2 
 BETS-0.4.2/BETS/R/draw.ipca.R                      |    4 
 BETS-0.4.2/BETS/R/draw.misery_index.R              |  194 +--
 BETS-0.4.2/BETS/R/draw.selic.R                     |    6 
 BETS-0.4.2/BETS/R/draw.ulc.R                       |    2 
 BETS-0.4.2/BETS/R/draw.unemp.R                     |    2 
 BETS-0.4.2/BETS/R/draw.vargdp.R                    |    2 
 BETS-0.4.2/BETS/R/dummy.R                          |only
 BETS-0.4.2/BETS/R/get.series.R                     |  310 +++---
 BETS-0.4.2/BETS/R/get.series.bacen.R               |  126 +-
 BETS-0.4.2/BETS/R/grnn.test.R                      |only
 BETS-0.4.2/BETS/R/grnn.train.R                     |only
 BETS-0.4.2/BETS/R/normalize.R                      |only
 BETS-0.4.2/BETS/R/predict.R                        |only
 BETS-0.4.2/BETS/R/report.R                         |only
 BETS-0.4.2/BETS/R/save.R                           |only
 BETS-0.4.2/BETS/R/saveSas.R                        |only
 BETS-0.4.2/BETS/R/saveSpss.R                       |only
 BETS-0.4.2/BETS/R/saveStata.R                      |only
 BETS-0.4.2/BETS/R/sidraGet.R                       |only
 BETS-0.4.2/BETS/R/sidraSearch.R                    |only
 BETS-0.4.2/BETS/R/std_resid.R                      |only
 BETS-0.4.2/BETS/R/t_test.R                         |only
 BETS-0.4.2/BETS/R/ur_test.R                        |only
 BETS-0.4.2/BETS/R/zzz.R                            |   40 
 BETS-0.4.2/BETS/build                              |only
 BETS-0.4.2/BETS/inst/analysis_GRNN.Rmd             |  782 +++++++--------
 BETS-0.4.2/BETS/inst/analysis_HOLT-WINTERS.Rmd     |  454 ++++----
 BETS-0.4.2/BETS/inst/analysis_SARIMA.Rmd           | 1062 ++++++++++-----------
 BETS-0.4.2/BETS/inst/business_cycle_dashboard.Rmd  |  460 ++++-----
 BETS-0.4.2/BETS/inst/cei.csv                       |  512 +++++-----
 BETS-0.4.2/BETS/inst/cei_comps.csv                 |   12 
 BETS-0.4.2/BETS/inst/cei_vars.csv                  |   24 
 BETS-0.4.2/BETS/inst/credentials.txt               |only
 BETS-0.4.2/BETS/inst/custom_dashboard.Rmd          |  768 +++++++--------
 BETS-0.4.2/BETS/inst/doc                           |only
 BETS-0.4.2/BETS/inst/ei_vars.csv                   |   16 
 BETS-0.4.2/BETS/inst/extraction.R                  |only
 BETS-0.4.2/BETS/inst/fix_figs.tex                  |   18 
 BETS-0.4.2/BETS/inst/graphs                        |only
 BETS-0.4.2/BETS/inst/incerteza_fgv.csv             |  414 ++++----
 BETS-0.4.2/BETS/inst/kcptr.rda                     |only
 BETS-0.4.2/BETS/inst/key.RData                     |only
 BETS-0.4.2/BETS/inst/lei.csv                       |  512 +++++-----
 BETS-0.4.2/BETS/inst/lei_comps.csv                 |   16 
 BETS-0.4.2/BETS/inst/lei_vars.csv                  |   22 
 BETS-0.4.2/BETS/inst/macro_situation_dashboard.Rmd |  398 +++----
 BETS-0.4.2/BETS/inst/mon_pib_comps.csv             |  412 ++++----
 BETS-0.4.2/BETS/inst/mon_pib_vars.csv              |  390 +++----
 BETS-0.4.2/BETS/inst/rstudio/addins.dcf            |   22 
 BETS-0.4.2/BETS/inst/sondagens_completo_fgv.csv    |  400 +++----
 BETS-0.4.2/BETS/inst/text.txt                      |   66 -
 BETS-0.4.2/BETS/inst/text2.txt                     |   34 
 BETS-0.4.2/BETS/man/BETS.Rd                        |   78 -
 BETS-0.4.2/BETS/man/BETS.addin_en.Rd               |   24 
 BETS-0.4.2/BETS/man/BETS.addin_pt.Rd               |   24 
 BETS-0.4.2/BETS/man/BETSget.Rd                     |only
 BETS-0.4.2/BETS/man/BETSsearch.Rd                  |only
 BETS-0.4.2/BETS/man/arch_test.Rd                   |only
 BETS-0.4.2/BETS/man/chart.Rd                       |only
 BETS-0.4.2/BETS/man/chart.add_basic.Rd             |   84 -
 BETS-0.4.2/BETS/man/chart.add_extra.Rd             |   76 -
 BETS-0.4.2/BETS/man/chart.add_notes.Rd             |   50 
 BETS-0.4.2/BETS/man/check.series.Rd                |   38 
 BETS-0.4.2/BETS/man/connection.Rd                  |   22 
 BETS-0.4.2/BETS/man/corrgram.Rd                    |only
 BETS-0.4.2/BETS/man/dashboard.Rd                   |only
 BETS-0.4.2/BETS/man/deflate.Rd                     |only
 BETS-0.4.2/BETS/man/draw.cap_utl.Rd                |   34 
 BETS-0.4.2/BETS/man/draw.cdb.Rd                    |   34 
 BETS-0.4.2/BETS/man/draw.cei.Rd                    |   34 
 BETS-0.4.2/BETS/man/draw.conf_lvl.Rd               |   34 
 BETS-0.4.2/BETS/man/draw.eap.Rd                    |   34 
 BETS-0.4.2/BETS/man/draw.ei_comps.Rd               |   28 
 BETS-0.4.2/BETS/man/draw.ei_vars.Rd                |   34 
 BETS-0.4.2/BETS/man/draw.gdp_comps.Rd              |   34 
 BETS-0.4.2/BETS/man/draw.gdp_mon.Rd                |   34 
 BETS-0.4.2/BETS/man/draw.gdp_unemp.Rd              |   34 
 BETS-0.4.2/BETS/man/draw.gdp_vars.Rd               |   34 
 BETS-0.4.2/BETS/man/draw.generic.Rd                |   48 
 BETS-0.4.2/BETS/man/draw.iie_br.Rd                 |   34 
 BETS-0.4.2/BETS/man/draw.indprod.Rd                |   34 
 BETS-0.4.2/BETS/man/draw.ipca.Rd                   |   34 
 BETS-0.4.2/BETS/man/draw.lab_coin.Rd               |   34 
 BETS-0.4.2/BETS/man/draw.lab_lead.Rd               |   34 
 BETS-0.4.2/BETS/man/draw.lei.Rd                    |   34 
 BETS-0.4.2/BETS/man/draw.misery_index.Rd           |   34 
 BETS-0.4.2/BETS/man/draw.selic.Rd                  |   34 
 BETS-0.4.2/BETS/man/draw.sent_ind.Rd               |   34 
 BETS-0.4.2/BETS/man/draw.survey.Rd                 |   40 
 BETS-0.4.2/BETS/man/draw.ulc.Rd                    |   28 
 BETS-0.4.2/BETS/man/draw.unemp.Rd                  |   28 
 BETS-0.4.2/BETS/man/draw.vargdp.Rd                 |   28 
 BETS-0.4.2/BETS/man/dummy.Rd                       |only
 BETS-0.4.2/BETS/man/get.series.Rd                  |   48 
 BETS-0.4.2/BETS/man/get.series.bacen.Rd            |   52 -
 BETS-0.4.2/BETS/man/grnn.test.Rd                   |only
 BETS-0.4.2/BETS/man/grnn.train.Rd                  |only
 BETS-0.4.2/BETS/man/msg.Rd                         |   52 -
 BETS-0.4.2/BETS/man/normalize.Rd                   |only
 BETS-0.4.2/BETS/man/predict.Rd                     |only
 BETS-0.4.2/BETS/man/report.Rd                      |only
 BETS-0.4.2/BETS/man/save.Rd                        |only
 BETS-0.4.2/BETS/man/saveSas.Rd                     |only
 BETS-0.4.2/BETS/man/saveSpss.Rd                    |only
 BETS-0.4.2/BETS/man/saveStata.Rd                   |only
 BETS-0.4.2/BETS/man/sidra.aux.Rd                   |   66 -
 BETS-0.4.2/BETS/man/sidraGet.Rd                    |only
 BETS-0.4.2/BETS/man/sidraSearch.Rd                 |only
 BETS-0.4.2/BETS/man/std_resid.Rd                   |only
 BETS-0.4.2/BETS/man/t_test.Rd                      |only
 BETS-0.4.2/BETS/man/ur_test.Rd                     |only
 BETS-0.4.2/BETS/vignettes                          |only
 174 files changed, 4832 insertions(+), 4805 deletions(-)

More information about BETS at CRAN
Permanent link

Package mfGARCH updated to version 0.1.3 with previous version 0.1.2 dated 2018-02-19

Title: Mixed-Frequency GARCH Models
Description: Estimating GARCH-MIDAS (MIxed-DAta-Sampling) models (Engle, Ghysels, Sohn, 2013, <doi:10.1162/REST_a_00300>) and related statistical inference, accompanying the paper "Two are better than one: volatility forecasting using multiplicative component GARCH models" by Conrad and Kleen (2018, Working Paper, <doi:10.2139/ssrn.2752354>). The GARCH-MIDAS model decomposes the conditional variance of (daily) stock returns into a short- and long-term component, where the latter may depend on an exogenous covariate sampled at a lower frequency.
Author: Onno Kleen [aut, cre]
Maintainer: Onno Kleen <r@onnokleen.de>

Diff between mfGARCH versions 0.1.2 dated 2018-02-19 and 0.1.3 dated 2018-05-24

 DESCRIPTION                  |    8 ++++----
 MD5                          |   10 +++++-----
 NAMESPACE                    |    2 ++
 R/fit_mfgarch.R              |   16 ++++++++++------
 R/generic_functions.R        |   32 +++++++++++++++++++++++++-------
 man/plot_weighting_scheme.Rd |    4 ++--
 6 files changed, 48 insertions(+), 24 deletions(-)

More information about mfGARCH at CRAN
Permanent link

Package ALEPlot updated to version 1.1 with previous version 1.0 dated 2017-11-13

Title: Accumulated Local Effects (ALE) Plots and Partial Dependence (PD) Plots
Description: Visualizes the main effects of individual predictor variables and their second-order interaction effects in black-box supervised learning models. The package creates either Accumulated Local Effects (ALE) plots and/or Partial Dependence (PD) plots, given a fitted supervised learning model.
Author: Dan Apley
Maintainer: Dan Apley <apley@northwestern.edu>

Diff between ALEPlot versions 1.0 dated 2017-11-13 and 1.1 dated 2018-05-24

 DESCRIPTION                              |    8 ++++----
 MD5                                      |   12 ++++++------
 build/partial.rdb                        |binary
 build/vignette.rds                       |binary
 inst/doc/AccumulatedLocalEffectPlot.ltx  |   16 ++++++++--------
 inst/doc/AccumulatedLocalEffectPlot.pdf  |binary
 vignettes/AccumulatedLocalEffectPlot.ltx |   16 ++++++++--------
 7 files changed, 26 insertions(+), 26 deletions(-)

More information about ALEPlot at CRAN
Permanent link

Package Rdpack updated to version 0.8-0 with previous version 0.7-0 dated 2018-03-26

Title: Update and Manipulate Rd Documentation Objects
Description: Functions for manipulation of R documentation objects, including functions reprompt() and ereprompt() for updating 'Rd' documentation for functions, methods and classes; 'Rd' macros for citations and import of references from 'bibtex' files for use in 'Rd' files and 'roxygen2' comments; and many functions for manipulation of references and Rd files.
Author: Georgi N. Boshnakov [aut, cre], Duncan Murdoch [ctb]
Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>

Diff between Rdpack versions 0.7-0 dated 2018-03-26 and 0.8-0 dated 2018-05-24

 Rdpack-0.7-0/Rdpack/man/Rd_remove_srcref.Rd                   |only
 Rdpack-0.8-0/Rdpack/DESCRIPTION                               |   19 
 Rdpack-0.8-0/Rdpack/MD5                                       |   71 -
 Rdpack-0.8-0/Rdpack/NAMESPACE                                 |    4 
 Rdpack-0.8-0/Rdpack/NEWS.md                                   |  624 +++++-----
 Rdpack-0.8-0/Rdpack/R/bib.R                                   |  142 +-
 Rdpack-0.8-0/Rdpack/R/yytransient.R                           |    3 
 Rdpack-0.8-0/Rdpack/README.md                                 |  199 ++-
 Rdpack-0.8-0/Rdpack/build/partial.rdb                         |binary
 Rdpack-0.8-0/Rdpack/build/vignette.rds                        |binary
 Rdpack-0.8-0/Rdpack/inst/REFERENCES.bib                       |    8 
 Rdpack-0.8-0/Rdpack/inst/auto                                 |only
 Rdpack-0.8-0/Rdpack/inst/doc/Inserting_bibtex_references.R    |    2 
 Rdpack-0.8-0/Rdpack/inst/doc/Inserting_bibtex_references.Rnw  |  367 ++---
 Rdpack-0.8-0/Rdpack/inst/doc/Inserting_bibtex_references.pdf  |binary
 Rdpack-0.8-0/Rdpack/inst/examples/tz.Rd                       |only
 Rdpack-0.8-0/Rdpack/man/Rd_combo.Rd                           |   10 
 Rdpack-0.8-0/Rdpack/man/Rdo_collect_metadata.Rd               |   44 
 Rdpack-0.8-0/Rdpack/man/Rdo_flatinsert.Rd                     |   29 
 Rdpack-0.8-0/Rdpack/man/Rdo_get_item_labels.Rd                |   54 
 Rdpack-0.8-0/Rdpack/man/Rdo_remove_srcref.Rd                  |only
 Rdpack-0.8-0/Rdpack/man/Rdo_reparse.Rd                        |    2 
 Rdpack-0.8-0/Rdpack/man/Rdo_sections.Rd                       |   50 
 Rdpack-0.8-0/Rdpack/man/Rdo_set_section.Rd                    |   26 
 Rdpack-0.8-0/Rdpack/man/Rdpack-package.Rd                     |  126 +-
 Rdpack-0.8-0/Rdpack/man/Rdpack_bibstyles.Rd                   |only
 Rdpack-0.8-0/Rdpack/man/Rdreplace_section.Rd                  |    6 
 Rdpack-0.8-0/Rdpack/man/append_to_Rd_list.Rd                  |   18 
 Rdpack-0.8-0/Rdpack/man/get_bibentries.Rd                     |    2 
 Rdpack-0.8-0/Rdpack/man/insert_all_ref.Rd                     |    5 
 Rdpack-0.8-0/Rdpack/man/insert_ref.Rd                         |   64 -
 Rdpack-0.8-0/Rdpack/man/makeVignetteReference.Rd              |   14 
 Rdpack-0.8-0/Rdpack/man/parse_text.Rd                         |   10 
 Rdpack-0.8-0/Rdpack/man/parse_usage_text.Rd                   |   19 
 Rdpack-0.8-0/Rdpack/man/predefined.Rd                         |   36 
 Rdpack-0.8-0/Rdpack/man/rdo_text_restore.Rd                   |   41 
 Rdpack-0.8-0/Rdpack/man/rebib.Rd                              |   13 
 Rdpack-0.8-0/Rdpack/vignettes/Inserting_bibtex_references.Rnw |  367 ++---
 Rdpack-0.8-0/Rdpack/vignettes/Inserting_bibtex_references.org |only
 Rdpack-0.8-0/Rdpack/vignettes/auto                            |only
 40 files changed, 1294 insertions(+), 1081 deletions(-)

More information about Rdpack at CRAN
Permanent link

Package uwIntroStats (with last version 0.0.5) was removed from CRAN

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

2018-04-03 0.0.5
2017-11-19 0.0.4
2016-09-22 0.0.3

Permanent link
Package tccox (with last version 0.1.0) was removed from CRAN

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

2017-12-03 0.1.0

Permanent link
Package gamlss.spatial updated to version 2.0.0 with previous version 1.3.5 dated 2018-02-17

Title: Spatial Terms in Generalized Additive Models for Location Scale and Shape Models
Description: It allows us to fit Gaussian Markov Random Field within the Generalized Additive Models for Location Scale and Shape algorithms.
Author: Fernanda De Bastiani [aut, cre, cph], Mikis Stasinopoulos [aut], Robert Rigby [aut]
Maintainer: Fernanda De Bastiani <fernandadebastiani@gmail.com>

Diff between gamlss.spatial versions 1.3.5 dated 2018-02-17 and 2.0.0 dated 2018-05-24

 DESCRIPTION                   |    8 ++++----
 MD5                           |    5 +++--
 build                         |only
 man/gamlss.spatial-package.Rd |   28 ++++++++++------------------
 4 files changed, 17 insertions(+), 24 deletions(-)

More information about gamlss.spatial at CRAN
Permanent link

New package sklarsomega with initial version 1.0
Package: sklarsomega
Type: Package
Title: Measuring Agreement Using Sklar's Omega Coefficient
Version: 1.0
Date: 2018-05-22
Author: John Hughes <jphughesjr@gmail.com>
Maintainer: John Hughes <jphughesjr@gmail.com>
Imports: hash, LaplacesDemon, Matrix, numDeriv, spam
Suggests: lattice, parallel, pbapply
Description: Provides tools for applying Sklar's Omega (Hughes, 2018) <arXiv:1706.04651> methodology to nominal, ordinal, interval, or ratio scores. The framework can accommodate any number of units, any number of coders, and missingness; and can be used to measure agreement with a gold standard, intra-coder agreement, and/or inter-coder agreement.
License: GPL (>= 2)
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2018-05-22 16:17:46 UTC; jphughesjr
Repository: CRAN
Date/Publication: 2018-05-24 13:10:46 UTC

More information about sklarsomega at CRAN
Permanent link

Package PCPS updated to version 1.0.6 with previous version 1.0.5 dated 2018-04-09

Title: Principal Coordinates of Phylogenetic Structure
Description: Set of functions for analysis of Principal Coordinates of Phylogenetic Structure (PCPS).
Author: Vanderlei Julio Debastiani
Maintainer: Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>

Diff between PCPS versions 1.0.5 dated 2018-04-09 and 1.0.6 dated 2018-05-24

 DESCRIPTION         |    8 ++++----
 MD5                 |    8 ++++----
 R/define.clade.R    |    2 +-
 R/pcps.R            |    1 +
 man/define.clade.Rd |    2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)

More information about PCPS at CRAN
Permanent link

New package MMPPsampler with initial version 1.0
Package: MMPPsampler
Type: Package
Title: Efficient Gibbs-Sampler for Markov-Modulated-Poisson-Processes
Version: 1.0
Date: 2018-05-15
Author: Henry Clausen
Maintainer: Henry Clausen <henry.clausen@ed.ac.uk>
Description: Efficient implementation of the Gibbs sampler by Fearnheard and Sherlock (2006) <DOI:10.1111/j.1467-9868.2006.00566.x> for the Markov modulated Poisson process that uses 'C++' via the 'Rcpp' interface. Fearnheard and Sherlock proposed an exact Gibbs-sampler for performing Bayesian inference on Markov Modulated Poisson processes. This package is an efficient implementation of their proposal for binned data. Furthermore, the package contains an efficient implementation of the hierarchical MMPP framework, proposed by Clausen, Adams, and Briers (2017) <https://github.com/hc2116/MMPPsampler/blob/master/Master_thesis_Henry.pdf>, that is tailored towards inference on network flow arrival data and extends Fearnheard and Sherlock's Gibbs sampler. Both frameworks harvests greatly from routines that are optimised for this specific problem in order to remain scalable and efficient for large amounts of input data. These optimised routines include matrix exponentiation and multiplication, and endpoint-conditioned Markov process sampling. Both implementations require an input vector that contains the binned observations, the length of a binning interval, the number of states of the hidden Markov process, and lose prior hyperparameters. As a return, the user receives the desired number of sample trajectories of the hidden Markov process as well as the likelihood of each trajectory.
License: GPL-3
SystemRequirements: C++11
Imports: Rcpp (>= 0.12.16), MASS (>= 7.3-48), gtools (>= 3.5.0), ggplot2(>= 2.2.1), cowplot(>= 0.9.2)
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/hc2116/MMPPsampler
NeedsCompilation: yes
Packaged: 2018-05-22 14:23:14 UTC; henryclausen
Repository: CRAN
Date/Publication: 2018-05-24 13:07:43 UTC

More information about MMPPsampler at CRAN
Permanent link

New package epiphy with initial version 0.3.4
Package: epiphy
Type: Package
Title: Analysis of Plant Disease Epidemics
Version: 0.3.4
Authors@R: c( person("Christophe", "Gigot", email = "ch.gigot@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1748-2902")))
Description: A toolbox to make it easy to analyze plant disease epidemics. It provides a common framework for plant disease intensity data recorded over time and/or space. Implemented statistical methods are currently mainly focused on spatial pattern analysis (e.g., aggregation indices, Taylor and binary power laws, distribution fitting, SADIE and mapcomp methods). See Madden LV, Hughes G, van den Bosch F (2007, ISBN: 978-089054-354-2) for further information on these methods. Several data sets that were mainly published in plant disease epidemiology literature are also included in this package.
License: MIT + file LICENSE
URL: http://epiphy.org, https://github.com/chgigot/epiphy
BugReports: https://github.com/chgigot/epiphy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
LinkingTo: Rcpp
Depends: R (>= 2.15.1)
Imports: stats, methods, utils, grDevices, ggplot2, transport, msm, pbapply, Rcpp
Suggests: magrittr, dplyr, tidyr, spdep, emdist, vegan, MASS, emdbook, knitr, rmarkdown
Collate: 'RcppExports.R' 'betabinom.R' 'data.R' 'utils.R' 'mle-factory.R' 'epiphy.R' 'intensity-classes.R' 'distr-fitting.R' 'indices.R' 'mapcomp.R' 'power-law.R' 'sadie.R' 'spatial-hier.R'
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-05-22 19:20:57 UTC; tof
Author: Christophe Gigot [aut, cre] (<https://orcid.org/0000-0002-1748-2902>)
Maintainer: Christophe Gigot <ch.gigot@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-24 13:37:06 UTC

More information about epiphy at CRAN
Permanent link

New package deeplr with initial version 0.1.0
Package: deeplr
Type: Package
Title: Interface to the 'DeepL' Translation API
Version: 0.1.0
Authors@R: person("David", "Zumbach", role = c("aut", "cre"), email = "david.zumbach@gfzb.ch")
Description: A wrapper for the 'DeepL' API (see <https://www.deepl.com/translator>), a web service that translates texts between different languages. Access to the API is subject to a monthly fee.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
URL: <https://www.deepl.com/translator
BugReports: https://github.com/zumbov2/deeplr/issues
RoxygenNote: 6.0.1
Imports: utf8, httr, tibble
Suggests: purrr, dplyr
NeedsCompilation: no
Packaged: 2018-05-21 23:39:17 UTC; David Zumbach
Author: David Zumbach [aut, cre]
Maintainer: David Zumbach <david.zumbach@gfzb.ch>
Repository: CRAN
Date/Publication: 2018-05-24 13:26:47 UTC

More information about deeplr at CRAN
Permanent link

New package SEA with initial version 1.0
Package: SEA
Type: Package
Title: Segregation Analysis
Version: 1.0
Date: 2018-5-20
Author: Zhang Ya-Wen, Du Ying-wen,Ren Wen-long and Zhang Yuan-ming
Maintainer: Yuanming Zhang<soyzhang@mail.hzau.edu.cn>
Description: A few major genes and a series of polygene are responsive for each quantitative trait. Major genes are individually identified while polygene is collectively detected. This is mixed major genes plus polygene inheritance analysis or segregation analysis (SEA). In the SEA, phenotypes from a single or multiple segregation populations along with their parents are used to fit all the possible models and the best model is viewed as the model of the trait. There are fourteen combinations of populations available. Zhang YM, Gai JY, Yang YH (2003) <doi:10.1017/S0016672303006141>.
Depends: shiny,MASS,doParallel,foreach,methods
Imports: KScorrect,kolmim,utils,stats,grDevices,graphics,data.table
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2018-05-22 04:13:59 UTC; abc
Repository: CRAN
Date/Publication: 2018-05-24 12:35:11 UTC

More information about SEA at CRAN
Permanent link

Package fastM updated to version 0.0-4 with previous version 0.0-3 dated 2018-03-10

Title: Fast Computation of Multivariate M-Estimators
Description: Implements the new algorithm for fast computation of M-scatter matrices using a partial Newton-Raphson procedure for several estimators. The algorithm is described in Duembgen, Nordhausen and Schuhmacher (2016) <doi:10.1016/j.jmva.2015.11.009>.
Author: Lutz Duembgen, Klaus Nordhausen, Heike Schuhmacher
Maintainer: Klaus Nordhausen <klaus.nordhausen@tuwien.ac.at>

Diff between fastM versions 0.0-3 dated 2018-03-10 and 0.0-4 dated 2018-05-24

 DESCRIPTION          |    8 ++++----
 MD5                  |    8 ++++----
 build/partial.rdb    |binary
 inst/ChangeLog       |    3 +++
 man/fastM-package.Rd |   17 +++++------------
 5 files changed, 16 insertions(+), 20 deletions(-)

More information about fastM at CRAN
Permanent link

New package DatabaseConnector with initial version 2.1.2
Package: DatabaseConnector
Type: Package
Title: Connecting to Various Database Platforms
Version: 2.1.2
Date: 2018-05-22
Authors@R: c( person("Martijn", "Schuemie", email = "schuemie@ohdsi.org", role = c("aut", "cre")), person("Marc", "Suchard", role = c("aut")), person("Observational Health Data Science and Informatics", role = c("cph")), person("Microsoft Inc.", role = c("cph"), comment = "SQL Server JDBC driver"), person("PostgreSQL Global Development Group", role = c("cph"), comment = "PostgreSQL JDBC driver"), person("Starschema Ltd.", role = c("cph"), comment = "BigQuery JDBC driver"), person("Oracle Inc.", role = c("cph"), comment = "Oracle JDBC driver"), person("Amazon Inc.", role = c("cph"), comment = "RedShift JDBC driver") )
Description: An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', and 'Google BigQuery'). Also includes support for fetching data as 'ffdf' objects. Uses 'Java Database Connectivity' ('JDBC') to connect to databases.
Imports: DatabaseConnectorJars, rJava, bit, ff, ffbase (>= 0.12.1), SqlRender, methods, utils, DBI, urltools
Suggests: aws.s3, uuid, R.utils, testthat, DBItest, knitr, rmarkdown,
License: Apache License
VignetteBuilder: knitr
URL: https://github.com/OHDSI/DatabaseConnector
BugReports: https://github.com/OHDSI/DatabaseConnector/issues
Copyright: See file COPYRIGHTS
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-05-22 11:51:53 UTC; mschuemi
Author: Martijn Schuemie [aut, cre], Marc Suchard [aut], Observational Health Data Science and Informatics [cph], Microsoft Inc. [cph] (SQL Server JDBC driver), PostgreSQL Global Development Group [cph] (PostgreSQL JDBC driver), Starschema Ltd. [cph] (BigQuery JDBC driver), Oracle Inc. [cph] (Oracle JDBC driver), Amazon Inc. [cph] (RedShift JDBC driver)
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Repository: CRAN
Date/Publication: 2018-05-24 12:39:39 UTC

More information about DatabaseConnector at CRAN
Permanent link

Package compound.Cox updated to version 3.11 with previous version 3.10 dated 2018-03-26

Title: Univariate Feature Selection and Compound Covariate for Predicting Survival
Description: Univariate feature selection and compound covariate methods under the Cox model with high-dimensional features (gene expressions). Available are survival data for non-small-cell lung cancer patients with gene expressions (Chen et al 2007 New Engl J Med) <DOI:10.1056/NEJMoa060096>, statistical methods in Emura et al (2012 PLoS ONE) <DOI:10.1371/journal.pone.0047627>, Emura & Chen (2016 Stat Methods Med Res) <DOI:10.1177/0962280214533378>, and Emura et al. (2018-)<submitted>. Algorithms for generating correlated gene expressions are also available.
Author: Takeshi Emura, Hsuan-Yu Chen, Shigeyuki Matsui, Yi-Hau Chen
Maintainer: Takeshi Emura <takeshiemura@gmail.com>

Diff between compound.Cox versions 3.10 dated 2018-03-26 and 3.11 dated 2018-05-24

 DESCRIPTION                 |    8 ++++----
 MD5                         |    8 ++++----
 R/uni.selection.R           |   25 ++++++++++++++++++++++---
 man/compound.Cox-package.Rd |    6 +++---
 man/uni.selection.Rd        |    5 ++++-
 5 files changed, 37 insertions(+), 15 deletions(-)

More information about compound.Cox at CRAN
Permanent link

New package cmce with initial version 0.1.0
Package: cmce
Type: Package
Title: Computer Model Calibration for Deterministic and Stochastic Simulators
Version: 0.1.0
Date: 2018-05-12
Author: Matthew T. Pratola <mpratola@stat.osu.edu> [aut, cre, cph]
Maintainer: Matthew T. Pratola <mpratola@stat.osu.edu>
Description: Implements the Bayesian calibration model described in Pratola and Chkrebtii (2018) <DOI:10.5705/ss.202016.0403> for stochastic and deterministic simulators. Additive and multiplicative discrepancy models are currently supported. See <http://www.matthewpratola.com/software> for more information and examples.
Depends: R (>= 3.2.3)
Imports: stats
License: AGPL-3
LazyData: true
NeedsCompilation: no
Packaged: 2018-05-14 14:51:54 UTC; mpratola
Repository: CRAN
Date/Publication: 2018-05-24 12:31:59 UTC

More information about cmce at CRAN
Permanent link

New package cfma with initial version 1.0
Package: cfma
Type: Package
Title: Causal Functional Mediation Analysis
Version: 1.0
Date: 2018-05-16
Author: Yi Zhao <zhaoyi1026@gmail.com>, Xi Luo <xi.rossi.luo@gmail.com>, Martin Lindquist <mal2053@gmail.com>, Brian Caffo <bcaffo@gmail.com>
Maintainer: Yi Zhao <zhaoyi1026@gmail.com>
Description: Performs causal functional mediation analysis (CFMA) for functional treatment, functional mediator, and functional outcome. This package includes two functional mediation model types: (1) a concurrent mediation model and (2) a historical influence mediation model. See Zhao et al. (2018), Functional Mediation Analysis with an Application to Functional Magnetic Resonance Imaging Data, <arXiv:1805.06923> for details.
License: GPL (>= 2)
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2018-05-22 14:15:59 UTC; yizhao
Repository: CRAN
Date/Publication: 2018-05-24 12:45:18 UTC

More information about cfma at CRAN
Permanent link

New package tabulizer with initial version 0.2.1
Package: tabulizer
Type: Package
Title: Bindings for 'Tabula' PDF Table Extractor Library
Version: 0.2.1
Authors@R: c(person("Thomas J.", "Leeper", role = "aut", email = "thosjleeper@gmail.com", comment = c(ORCID = "0000-0003-4097-6326")), person("Tom", "Paskhalis", role = "cre", email = "tpaskhalis@gmail.com", comment = c(ORCID = "0000-0001-9298-8850")), person("David", "Gohel", role = "ctb", comment = "rOpenSci reviewer"), person("Lincoln", "Mullen", role = "ctb", comment = "rOpenSci reviewer"))
Maintainer: Tom Paskhalis <tpaskhalis@gmail.com>
Description: Bindings for the 'Tabula' <http://tabula.technology/> 'Java' library, which can extract tables from PDF documents. The 'tabulizerjars' package <https://github.com/ropensci/tabulizerjars> provides versioned 'Java' .jar files, including all dependencies, aligned to releases of 'Tabula'.
License: MIT + file LICENSE
URL: https://github.com/ropensci/tabulizer
BugReports: https://github.com/ropensci/tabulizer/issues
Imports: png, rJava, tabulizerjars, tools, utils
Suggests: graphics, grDevices, knitr, miniUI, shiny, testthat
SystemRequirements: Java (>= 7.0)
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-21 14:22:01 UTC; tom
Author: Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>), Tom Paskhalis [cre] (<https://orcid.org/0000-0001-9298-8850>), David Gohel [ctb] (rOpenSci reviewer), Lincoln Mullen [ctb] (rOpenSci reviewer)
Repository: CRAN
Date/Publication: 2018-05-24 11:55:24 UTC

More information about tabulizer at CRAN
Permanent link

Package MXM updated to version 1.3.4 with previous version 1.3.3 dated 2018-03-30

Title: Feature Selection (Including Multiple Solutions) and Bayesian Networks
Description: Many feature selection methods for a wide range of response variables, including minimal, statistically-equivalent and equally-predictive feature subsets. Bayesian network algorithms and related functions are also included. The package name 'MXM' stands for "Mens eX Machina", meaning "Mind from the Machine" in Latin. Reference: Feature Selection with the R Package MXM: Discovering Statistically Equivalent Feature Subsets, Lagani, V. and Athineou, G. and Farcomeni, A. and Tsagris, M. and Tsamardinos, I. (2017). Journal of Statistical Software, 80(7). <doi:10.18637/jss.v080.i07>.
Author: Michail Tsagris [aut, cre], Ioannis Tsamardinos [aut, cph], Vincenzo Lagani [aut, cph], Giorgos Athineou [aut], Giorgos Borboudakis [ctb], Anna Roumpelaki [ctb]
Maintainer: Michail Tsagris <mtsagris@csd.uoc.gr>

Diff between MXM versions 1.3.3 dated 2018-03-30 and 1.3.4 dated 2018-05-24

 MXM-1.3.3/MXM/R/topological_sort.R               |only
 MXM-1.3.3/MXM/inst/doc/FBED_KVerrou_11_2.R       |only
 MXM-1.3.3/MXM/inst/doc/FBED_KVerrou_11_2.Rmd     |only
 MXM-1.3.3/MXM/inst/doc/FBED_KVerrou_11_2.html    |only
 MXM-1.3.3/MXM/vignettes/FBED_KVerrou_11_2.Rmd    |only
 MXM-1.3.4/MXM/DESCRIPTION                        |   11 
 MXM-1.3.4/MXM/MD5                                |  276 +++--
 MXM-1.3.4/MXM/NAMESPACE                          |   27 
 MXM-1.3.4/MXM/R/InternalMMPC.gee.R               |    2 
 MXM-1.3.4/MXM/R/InternalMMPC.temporal.R          |    4 
 MXM-1.3.4/MXM/R/InternalSES.R                    |    4 
 MXM-1.3.4/MXM/R/InternalSES.gee.R                |    2 
 MXM-1.3.4/MXM/R/InternalSES.temporal.R           |    3 
 MXM-1.3.4/MXM/R/MMPC.R                           |   13 
 MXM-1.3.4/MXM/R/MMPC.gee.R                       |   11 
 MXM-1.3.4/MXM/R/MMPC.gee.output_script.R         |    4 
 MXM-1.3.4/MXM/R/MMPC.temporal.R                  |   16 
 MXM-1.3.4/MXM/R/MMPC.temporal.output_script.R    |    4 
 MXM-1.3.4/MXM/R/MMPCoutput_script.R              |    2 
 MXM-1.3.4/MXM/R/SES.R                            |   21 
 MXM-1.3.4/MXM/R/SES.gee.R                        |    5 
 MXM-1.3.4/MXM/R/SES.temporal.R                   |   17 
 MXM-1.3.4/MXM/R/SES.temporal.opoutput_script.R   |    4 
 MXM-1.3.4/MXM/R/bbc.R                            |only
 MXM-1.3.4/MXM/R/big.gomp.R                       |only
 MXM-1.3.4/MXM/R/big.gomp.path.R                  |only
 MXM-1.3.4/MXM/R/bs.g2.R                          |only
 MXM-1.3.4/MXM/R/bs.reg.R                         |    5 
 MXM-1.3.4/MXM/R/censIndWR.R                      |    6 
 MXM-1.3.4/MXM/R/cond.regs.R                      |only
 MXM-1.3.4/MXM/R/cor.bsreg.R                      |    2 
 MXM-1.3.4/MXM/R/cor.drop1.R                      |   12 
 MXM-1.3.4/MXM/R/cv.gomp.R                        |only
 MXM-1.3.4/MXM/R/cv.mmpc.R                        |   15 
 MXM-1.3.4/MXM/R/cv.permmmpc.R                    |   17 
 MXM-1.3.4/MXM/R/cv.permses.R                     |  231 ----
 MXM-1.3.4/MXM/R/cv.ses.R                         |   45 
 MXM-1.3.4/MXM/R/cv.waldmmpc.R                    |   18 
 MXM-1.3.4/MXM/R/cv.waldses.R                     |   16 
 MXM-1.3.4/MXM/R/cvmmpc.par.R                     |   15 
 MXM-1.3.4/MXM/R/cvpermmmpc.par.R                 |   15 
 MXM-1.3.4/MXM/R/cvpermses.par.R                  |   15 
 MXM-1.3.4/MXM/R/cvses.par.R                      |   12 
 MXM-1.3.4/MXM/R/cvwaldmmpc.par.R                 |   15 
 MXM-1.3.4/MXM/R/cvwaldses.par.R                  |   15 
 MXM-1.3.4/MXM/R/ebic.bsreg.R                     |   15 
 MXM-1.3.4/MXM/R/ebic.fbed.glmm.R                 |    6 
 MXM-1.3.4/MXM/R/ebic.fbed.glmm.ordinal.R         |only
 MXM-1.3.4/MXM/R/ebic.fbed.glmm.ordinal.reps.R    |only
 MXM-1.3.4/MXM/R/ebic.fbed.glmm.reps.R            |    6 
 MXM-1.3.4/MXM/R/ebic.fbed.multinom.R             |    2 
 MXM-1.3.4/MXM/R/ebic.fbed.wr.R                   |   14 
 MXM-1.3.4/MXM/R/ebic.glmm.bsreg.R                |    4 
 MXM-1.3.4/MXM/R/ebic.glmm.ordinal.bsreg.R        |only
 MXM-1.3.4/MXM/R/ebic.glmm.ordinal.reps.bsreg.R   |only
 MXM-1.3.4/MXM/R/ebic.glmm.reps.bsreg.R           |    4 
 MXM-1.3.4/MXM/R/fbed.g2.R                        |only
 MXM-1.3.4/MXM/R/fbed.glmm.R                      |    4 
 MXM-1.3.4/MXM/R/fbed.glmm.ordinal.R              |only
 MXM-1.3.4/MXM/R/fbed.glmm.ordinal.reps.R         |only
 MXM-1.3.4/MXM/R/fbed.glmm.reg.R                  |   32 
 MXM-1.3.4/MXM/R/fbed.glmm.reps.R                 |    4 
 MXM-1.3.4/MXM/R/fbed.ordgee.R                    |   35 
 MXM-1.3.4/MXM/R/fbed.reg.R                       |   17 
 MXM-1.3.4/MXM/R/fbed.wr.R                        |   14 
 MXM-1.3.4/MXM/R/gee.ci.mm.R                      |only
 MXM-1.3.4/MXM/R/gee.mmhc.skel.R                  |only
 MXM-1.3.4/MXM/R/gee.pc.skel.R                    |only
 MXM-1.3.4/MXM/R/glmm.bsreg.R                     |    6 
 MXM-1.3.4/MXM/R/glmm.ci.mm.R                     |   68 -
 MXM-1.3.4/MXM/R/glmm.mmhc.skel.R                 |only
 MXM-1.3.4/MXM/R/glmm.ordinal.bsreg.R             |only
 MXM-1.3.4/MXM/R/glmm.ordinal.reps.bsreg.R        |only
 MXM-1.3.4/MXM/R/glmm.pc.skel.R                   |    8 
 MXM-1.3.4/MXM/R/glmm.reps.bsreg.R                |    8 
 MXM-1.3.4/MXM/R/gomp.R                           |  130 +-
 MXM-1.3.4/MXM/R/gomp.path.R                      |only
 MXM-1.3.4/MXM/R/gomp2.R                          |   82 -
 MXM-1.3.4/MXM/R/is.dag.R                         |    4 
 MXM-1.3.4/MXM/R/kfbed.reg.R                      |   86 +
 MXM-1.3.4/MXM/R/mmhc.skel.R                      |    5 
 MXM-1.3.4/MXM/R/mmpc.path.R                      |    2 
 MXM-1.3.4/MXM/R/mmpc.temporal.model.R            |   30 
 MXM-1.3.4/MXM/R/modeler.R                        |only
 MXM-1.3.4/MXM/R/ord.resid.R                      |only
 MXM-1.3.4/MXM/R/perm.mmpc.R                      |    6 
 MXM-1.3.4/MXM/R/perm.ses.R                       |   24 
 MXM-1.3.4/MXM/R/perm.univregs.R                  |    8 
 MXM-1.3.4/MXM/R/permWR.R                         |   10 
 MXM-1.3.4/MXM/R/read.big.data.R                  |only
 MXM-1.3.4/MXM/R/score.univregs.R                 |    7 
 MXM-1.3.4/MXM/R/ses.temporal.model.R             |   80 +
 MXM-1.3.4/MXM/R/testIndGEEPois.R                 |    4 
 MXM-1.3.4/MXM/R/testIndGLMMGamma.R               |only
 MXM-1.3.4/MXM/R/testIndGLMMLogistic.R            |   32 
 MXM-1.3.4/MXM/R/testIndGLMMNormLog.R             |only
 MXM-1.3.4/MXM/R/testIndGLMMOrdinal.R             |only
 MXM-1.3.4/MXM/R/testIndGLMMPois.R                |   32 
 MXM-1.3.4/MXM/R/testIndIGreg.R                   |   25 
 MXM-1.3.4/MXM/R/testIndLMM.R                     |   39 
 MXM-1.3.4/MXM/R/univariateScore.temporal.R       |    6 
 MXM-1.3.4/MXM/R/univregs.R                       |   23 
 MXM-1.3.4/MXM/R/wald.logisticregs.R              |   18 
 MXM-1.3.4/MXM/R/wald.mmpc.R                      |   13 
 MXM-1.3.4/MXM/R/wald.ses.R                       |   24 
 MXM-1.3.4/MXM/R/wald.univregs.R                  |    4 
 MXM-1.3.4/MXM/R/waldWR.R                         |    4 
 MXM-1.3.4/MXM/build/vignette.rds                 |binary
 MXM-1.3.4/MXM/inst/CITATION                      |    1 
 MXM-1.3.4/MXM/inst/doc/FBED_KVerrou_2_5.R        |only
 MXM-1.3.4/MXM/inst/doc/FBED_KVerrou_2_5.Rmd      |only
 MXM-1.3.4/MXM/inst/doc/FBED_KVerrou_2_5.html     |only
 MXM-1.3.4/MXM/inst/doc/FS_guide.ltx              |only
 MXM-1.3.4/MXM/inst/doc/FS_guide.pdf              |only
 MXM-1.3.4/MXM/inst/doc/SES_KMVerrou_11_12.Rmd    |    4 
 MXM-1.3.4/MXM/inst/doc/SES_KMVerrou_11_12.html   |   82 -
 MXM-1.3.4/MXM/inst/doc/article.ltx               | 1156 +++++++++++------------
 MXM-1.3.4/MXM/inst/doc/article.pdf               |binary
 MXM-1.3.4/MXM/inst/doc/guide.pdf                 |binary
 MXM-1.3.4/MXM/inst/doc/mxm_mmpc_tutorial.R       |  176 +--
 MXM-1.3.4/MXM/inst/doc/mxm_mmpc_tutorial.Rmd     |  242 ++--
 MXM-1.3.4/MXM/inst/doc/mxm_mmpc_tutorial.html    |  443 +++++---
 MXM-1.3.4/MXM/man/MMPC.gee.output-class.Rd       |    1 
 MXM-1.3.4/MXM/man/MMPC.temporal.output-class.Rd  |    1 
 MXM-1.3.4/MXM/man/MXM-internal.Rd                |   23 
 MXM-1.3.4/MXM/man/MXM-package.Rd                 |   39 
 MXM-1.3.4/MXM/man/MXMCondIndTests.Rd             |   45 
 MXM-1.3.4/MXM/man/SES.Rd                         |   28 
 MXM-1.3.4/MXM/man/SES.gee.output-class.Rd        |    1 
 MXM-1.3.4/MXM/man/SES.temporal.Rd                |   20 
 MXM-1.3.4/MXM/man/SES.temporal.output-class.Rd   |    1 
 MXM-1.3.4/MXM/man/bbc.Rd                         |only
 MXM-1.3.4/MXM/man/big.gomp.Rd                    |only
 MXM-1.3.4/MXM/man/bs.reg.Rd                      |    6 
 MXM-1.3.4/MXM/man/certificate.of.exclusion.Rd    |    2 
 MXM-1.3.4/MXM/man/cond.regs.Rd                   |only
 MXM-1.3.4/MXM/man/cv.gomp.Rd                     |only
 MXM-1.3.4/MXM/man/cv.ses.Rd                      |   73 -
 MXM-1.3.4/MXM/man/fbed.glmm.reg.Rd               |    3 
 MXM-1.3.4/MXM/man/fbed.reg.Rd                    |    8 
 MXM-1.3.4/MXM/man/glmm.ci.mm.Rd                  |   23 
 MXM-1.3.4/MXM/man/gomp.Rd                        |   46 
 MXM-1.3.4/MXM/man/iamb.Rd                        |    3 
 MXM-1.3.4/MXM/man/mmhc.skel.Rd                   |   50 
 MXM-1.3.4/MXM/man/mmmb.Rd                        |    3 
 MXM-1.3.4/MXM/man/mmpc.path.Rd                   |    6 
 MXM-1.3.4/MXM/man/modeler.Rd                     |only
 MXM-1.3.4/MXM/man/ord.resid.Rd                   |only
 MXM-1.3.4/MXM/man/pc.or.Rd                       |    8 
 MXM-1.3.4/MXM/man/pc.skel.Rd                     |   28 
 MXM-1.3.4/MXM/man/read.big.data.Rd               |only
 MXM-1.3.4/MXM/man/reg.fit.Rd                     |    2 
 MXM-1.3.4/MXM/man/testIndGEEReg.Rd               |    4 
 MXM-1.3.4/MXM/man/testIndGLMMReg.Rd              |   17 
 MXM-1.3.4/MXM/man/univregs.Rd                    |    2 
 MXM-1.3.4/MXM/vignettes/FBED_KVerrou_2_5.Rmd     |only
 MXM-1.3.4/MXM/vignettes/FS_guide.ltx             |only
 MXM-1.3.4/MXM/vignettes/SES_KMVerrou_11_12.Rmd   |    4 
 MXM-1.3.4/MXM/vignettes/article.ltx              | 1156 +++++++++++------------
 MXM-1.3.4/MXM/vignettes/bibliography.bib         |only
 MXM-1.3.4/MXM/vignettes/bic-eps-converted-to.pdf |only
 MXM-1.3.4/MXM/vignettes/bic.eps                  |only
 MXM-1.3.4/MXM/vignettes/mxm_mmpc_tutorial.Rmd    |  242 ++--
 163 files changed, 3177 insertions(+), 2597 deletions(-)

More information about MXM at CRAN
Permanent link

Package BiDAG updated to version 1.1.2 with previous version 1.1.1 dated 2018-03-16

Title: Bayesian Inference for Directed Acyclic Graphs (BiDAG)
Description: Implementation of a collection of MCMC methods for Bayesian structure learning of directed acyclic graphs (DAGs), both from continuous and discrete data. For efficient inference on larger DAGs, the space of DAGs is pruned according to the data. To filter the search space, the algorithm employs a hybrid approach, combining constraint-based learning with search and score. A reduced search space is initially defined on the basis of a skeleton obtained by means of the PC-algorithm, and then iteratively improved with search and score. Search and score is then performed following two approaches: Order MCMC, or Partition MCMC. The BGe score is implemented for continuous data and the BDe score is implemented for binary data. The algorithms may provide the maximum a posteriori (MAP) graph or a sample (a collection of DAGs) from the posterior distribution given the data. References: N. Friedman and D. Koller (2003) <doi:10.1023/A:1020249912095>, D. Geiger and D. Heckerman (2002) <doi:10.1214/aos/1035844981>, J. Kuipers and G. Moffa (2016) <doi:10.1080/01621459.2015.1133426>, M. Kalisch et al.(2012) <doi:10.18637/jss.v047.i11>.
Author: Polina Suter [aut, cre], Jack Kuipers [aut]
Maintainer: Polina Suter <polina.minkina@bsse.ethz.ch>

Diff between BiDAG versions 1.1.1 dated 2018-03-16 and 1.1.2 dated 2018-05-24

 DESCRIPTION          |    8 ++++----
 MD5                  |    4 ++--
 R/newbinaryscoring.R |   28 ++++++++++++++++------------
 3 files changed, 22 insertions(+), 18 deletions(-)

More information about BiDAG at CRAN
Permanent link

New package weibullness with initial version 1.18.6
Package: weibullness
Version: 1.18.6
Date: 2018-05-21
Title: Goodness-of-Fit Test for Weibull (Weibullness Test)
Authors@R: person("Chanseok","Park", email="statpnu@gmail.com", role = c("aut", "cre"))
Author: Chanseok Park [aut, cre]
Maintainer: Chanseok Park <statpnu@gmail.com>
Depends: R (>= 3.1.0)
Description: Performs a goodness-of-fit test of Weibull distribution (weibullness test). For more details, see Park (2017) <http://journals.sfu.ca/ijietap/index.php/ijie/article/view/2848>. This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (No. NRF-2017R1A2B4004169).
License: GPL-2 | GPL-3
URL: https://github.com/statpnu/R-package
LazyData: yes
NeedsCompilation: no
Packaged: 2018-05-21 01:52:05 UTC; cp
Repository: CRAN
Date/Publication: 2018-05-24 09:56:28 UTC

More information about weibullness at CRAN
Permanent link

New package TreeDep with initial version 0.1.0
Package: TreeDep
Type: Package
Title: Air Pollution Removal by Dry Deposition on Trees
Version: 0.1.0
Author: Silvestre Garcia de Jalon
Maintainer: Silvestre García de Jalón <s.garciadejalon@gmail.com>
Description: The model estimates air pollution removal by dry deposition on trees. The pollutants are nitrogen dioxide, ozone, sulphur dioxide, carbon monoxide and particulate matter. Baldocchi D (1994) <doi:10.1093/treephys/14.7-8-9.1069>. Nowak DJ, Crane DE, Stevens JC (2006) <doi:10.1016/j.ufug.2006.01.007>.
License: GPL-2
Depends: graphics, grDevices, stats, utils, lubridate
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-21 09:21:05 UTC; silvestre.garcia
Repository: CRAN
Date/Publication: 2018-05-24 09:59:25 UTC

More information about TreeDep at CRAN
Permanent link

Package rrcov updated to version 1.4-4 with previous version 1.4-3 dated 2016-09-06

Title: Scalable Robust Estimators with High Breakdown Point
Description: Robust Location and Scatter Estimation and Robust Multivariate Analysis with High Breakdown Point.
Author: Valentin Todorov <valentin.todorov@chello.at>
Maintainer: Valentin Todorov <valentin.todorov@chello.at>

Diff between rrcov versions 1.4-3 dated 2016-09-06 and 1.4-4 dated 2018-05-24

 ChangeLog              |   10 ++++++++++
 DESCRIPTION            |    8 ++++----
 MD5                    |   13 +++++++------
 NAMESPACE              |    2 +-
 build/vignette.rds     |binary
 inst/doc/rrcov.pdf     |binary
 src/rrcov_init.c       |only
 vignettes/mybiblio.bib |    8 ++++----
 8 files changed, 26 insertions(+), 15 deletions(-)

More information about rrcov at CRAN
Permanent link

Package ldat updated to version 0.2.0 with previous version 0.1.0 dated 2017-11-20

Title: Large Data Sets
Description: Tools for working with vectors and data sets that are too large to keep in memory. Extends the basic functionality provided in the 'lvec' package. Provides basis statistical functionality of 'lvec' objects, such as arithmetic operations and calculating means and sums. Also implements 'data.frame'-like objects storing its data in 'lvec' objects.
Author: Jan van der Laan
Maintainer: Jan van der Laan <djvanderlaan@unrealizedtime.nl>

Diff between ldat versions 0.1.0 dated 2017-11-20 and 0.2.0 dated 2018-05-24

 ldat-0.1.0/ldat/src/Makevars                |only
 ldat-0.1.0/ldat/src/init.cpp                |only
 ldat-0.1.0/ldat/src/r_export.h              |only
 ldat-0.2.0/ldat/DESCRIPTION                 |   15 +-
 ldat-0.2.0/ldat/MD5                         |   80 ++++++++-------
 ldat-0.2.0/ldat/NAMESPACE                   |    1 
 ldat-0.2.0/ldat/NEWS                        |only
 ldat-0.2.0/ldat/R/RcppExports.R             |only
 ldat-0.2.0/ldat/R/match.R                   |    4 
 ldat-0.2.0/ldat/R/order_ldat.R              |    3 
 ldat-0.2.0/ldat/R/partial_sort.R            |    8 -
 ldat-0.2.0/ldat/R/slice_range.R             |    2 
 ldat-0.2.0/ldat/man/Math.lvec.Rd            |    1 
 ldat-0.2.0/ldat/man/Ops.lvec.Rd             |    1 
 ldat-0.2.0/ldat/man/append.Rd               |    3 
 ldat-0.2.0/ldat/man/as_ldat.Rd              |    1 
 ldat-0.2.0/ldat/man/chunk.ldat.Rd           |    1 
 ldat-0.2.0/ldat/man/chunkwise.Rd            |    1 
 ldat-0.2.0/ldat/man/clone.ldat.Rd           |    1 
 ldat-0.2.0/ldat/man/duplicated.Rd           |    1 
 ldat-0.2.0/ldat/man/elementwise.Rd          |    1 
 ldat-0.2.0/ldat/man/generate.Rd             |    1 
 ldat-0.2.0/ldat/man/indexing.Rd             |    5 
 ldat-0.2.0/ldat/man/is.na.lvec.Rd           |    1 
 ldat-0.2.0/ldat/man/ldat.Rd                 |    3 
 ldat-0.2.0/ldat/man/lget.ldat.Rd            |    1 
 ldat-0.2.0/ldat/man/lset.ldat.Rd            |    1 
 ldat-0.2.0/ldat/man/match.Rd                |    1 
 ldat-0.2.0/ldat/man/median.lvec.Rd          |    1 
 ldat-0.2.0/ldat/man/ops_summary.Rd          |    7 -
 ldat-0.2.0/ldat/man/order.ldat.Rd           |    1 
 ldat-0.2.0/ldat/man/partial_sort.Rd         |    3 
 ldat-0.2.0/ldat/man/quantile.lvec.Rd        |    1 
 ldat-0.2.0/ldat/man/slice_range.Rd          |    7 -
 ldat-0.2.0/ldat/man/sort.ldat.Rd            |    1 
 ldat-0.2.0/ldat/man/table.Rd                |    3 
 ldat-0.2.0/ldat/man/which.Rd                |    1 
 ldat-0.2.0/ldat/src/RcppExports.cpp         |only
 ldat-0.2.0/ldat/src/compare_visitor.h       |only
 ldat-0.2.0/ldat/src/match.cpp               |  147 +++-------------------------
 ldat-0.2.0/ldat/src/match_visitor.h         |only
 ldat-0.2.0/ldat/src/order_ldat.cpp          |  128 +++---------------------
 ldat-0.2.0/ldat/src/partial_order.cpp       |  113 ++-------------------
 ldat-0.2.0/ldat/src/partial_order_visitor.h |only
 ldat-0.2.0/ldat/src/partial_sort.cpp        |   90 ++---------------
 ldat-0.2.0/ldat/src/partial_sort_visitor.h  |only
 46 files changed, 140 insertions(+), 500 deletions(-)

More information about ldat at CRAN
Permanent link

New package DPP with initial version 0.1.2
Package: DPP
Type: Package
Title: Inference of Parameters of Normal Distributions from a Mixture of Normals
Version: 0.1.2
Authors@R: c( person("Luis M.", "Avila", email = "lmavila@gmail.com", role = c("aut","cre")), person("Michael R.", "May", email = "mikeryanmay@ucdavis.edu", role = "aut"), person("Jeff", "Ross-Ibarra", email = "rossibarra@ucdavis.edu", role = "aut"))
Description: This MCMC method takes a data numeric vector (Y) and assigns the elements of Y to a (potentially infinite) number of normal distributions. The individual normal distributions from a mixture of normals can be inferred. Following the method described in Escobar (1994) <doi:10.2307/2291223> we use a Dirichlet Process Prior (DPP) to describe stochastically our prior assumptions about the dimensionality of the data.
License: MIT + file LICENSE
Depends: methods, Rcpp (>= 0.12.4), coda, stats
Suggests: R.rsp
VignetteBuilder: R.rsp
LinkingTo: Rcpp
RcppModules: DPPmcmc,Models
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-05-24 06:17:07 UTC; lavila
Author: Luis M. Avila [aut, cre], Michael R. May [aut], Jeff Ross-Ibarra [aut]
Maintainer: Luis M. Avila <lmavila@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-24 08:38:30 UTC

More information about DPP at CRAN
Permanent link

Package Compositional updated to version 3.0 with previous version 2.9 dated 2018-03-07

Title: Compositional Data Analysis
Description: Regression, classification, contour plots, hypothesis testing and fitting of distributions for compositional data are some of the functions included. The standard textbook for such data is John Aitchison's (1986). "The statistical analysis of compositional data". Chapman & Hall.
Author: Michail Tsagris [aut, cre], Giorgos Athineou [aut]
Maintainer: Michail Tsagris <mtsagris@yahoo.gr>

Diff between Compositional versions 2.9 dated 2018-03-07 and 3.0 dated 2018-05-24

 DESCRIPTION                  |    8 +++---
 MD5                          |   14 +++++-----
 R/alfa.pcr.R                 |   55 ++++++++++++++++++++++++++++++++++++++++---
 R/alfa.reg.R                 |   26 ++++++++++----------
 R/comp.knn.R                 |    4 +--
 R/james.R                    |    4 +--
 man/Compositional-package.Rd |    4 +--
 man/alfa.pcr.Rd              |   25 ++++++++++++++-----
 8 files changed, 102 insertions(+), 38 deletions(-)

More information about Compositional at CRAN
Permanent link

Package BNSP updated to version 2.0.4 with previous version 2.0.2 dated 2017-08-28

Title: Bayesian Non- And Semi-Parametric Model Fitting
Description: Markov chain Monte Carlo algorithms for non- and semi-parametric models: 1. Dirichlet process mixtures & 2. spike-slab for variable selection in mean/variance regression models.
Author: Georgios Papageorgiou
Maintainer: Georgios Papageorgiou <gpapageo@gmail.com>

Diff between BNSP versions 2.0.2 dated 2017-08-28 and 2.0.4 dated 2018-05-24

 BNSP-2.0.2/BNSP/R/bnpglm.R            |only
 BNSP-2.0.2/BNSP/man/bnpglm.Rd         |only
 BNSP-2.0.2/BNSP/man/some.pdfs.Rd      |only
 BNSP-2.0.4/BNSP/ChangeLog             |    8 
 BNSP-2.0.4/BNSP/DESCRIPTION           |   12 
 BNSP-2.0.4/BNSP/MD5                   |   41 -
 BNSP-2.0.4/BNSP/NAMESPACE             |    9 
 BNSP-2.0.4/BNSP/R/dpmj.R              |only
 BNSP-2.0.4/BNSP/R/mvrm.R              |  266 +++++-
 BNSP-2.0.4/BNSP/man/BNSP-package.Rd   |    7 
 BNSP-2.0.4/BNSP/man/dpmj.Rd           |only
 BNSP-2.0.4/BNSP/man/mvrm.Rd           |   40 
 BNSP-2.0.4/BNSP/man/plot.mvrm.Rd      |    9 
 BNSP-2.0.4/BNSP/man/predict.mvrm.Rd   |only
 BNSP-2.0.4/BNSP/man/print.mvrm.Rd     |only
 BNSP-2.0.4/BNSP/man/summary.mvrm.Rd   |only
 BNSP-2.0.4/BNSP/src/BNSP_init.c       |   34 
 BNSP-2.0.4/BNSP/src/OneResLtnt.c      | 1394 +++++++++++++++++-----------------
 BNSP-2.0.4/BNSP/src/SpecOneRL.h       |   15 
 BNSP-2.0.4/BNSP/src/bnsp.h            |only
 BNSP-2.0.4/BNSP/src/matalg.h          |   24 
 BNSP-2.0.4/BNSP/src/mathm.h           |  172 ++--
 BNSP-2.0.4/BNSP/src/mvrmGAM.c         |   17 
 BNSP-2.0.4/BNSP/src/other.functions.h |  267 +++---
 BNSP-2.0.4/BNSP/src/pdfs.h            |   93 +-
 BNSP-2.0.4/BNSP/src/sampling.h        |   42 -
 26 files changed, 1441 insertions(+), 1009 deletions(-)

More information about BNSP at CRAN
Permanent link

Package lvec updated to version 0.2.2 with previous version 0.2.1 dated 2018-05-17

Title: Out of Memory Vectors
Description: Core functionality for working with vectors (numeric, integer, logical and character) that are too large to keep in memory. The vectors are kept (partially) on disk using memory mapping. This package contains the basic functionality for working with these memory mapped vectors (e.g. creating, indexing, ordering and sorting) and provides C++ headers which can be used by other packages to extend the functionality provided in this package.
Author: Jan van der Laan
Maintainer: Jan van der Laan <djvanderlaan@unrealizedtime.nl>

Diff between lvec versions 0.2.1 dated 2018-05-17 and 0.2.2 dated 2018-05-24

 lvec-0.2.1/lvec/src/tempfile.cpp        |only
 lvec-0.2.1/lvec/src/tempfile.h          |only
 lvec-0.2.2/lvec/DESCRIPTION             |    8 +++---
 lvec-0.2.2/lvec/MD5                     |   40 ++++++++++++++++----------------
 lvec-0.2.2/lvec/NEWS                    |    5 ++++
 lvec-0.2.2/lvec/inst/include/tempfile.h |    2 -
 lvec-0.2.2/lvec/src/as_lvec.cpp         |    1 
 lvec-0.2.2/lvec/src/as_rvec.cpp         |    2 -
 lvec-0.2.2/lvec/src/assign.cpp          |    1 
 lvec-0.2.2/lvec/src/assign_range.cpp    |    1 
 lvec-0.2.2/lvec/src/clone.cpp           |    1 
 lvec-0.2.2/lvec/src/construct.cpp       |    1 
 lvec-0.2.2/lvec/src/get_type.cpp        |    1 
 lvec-0.2.2/lvec/src/indexing.cpp        |    1 
 lvec-0.2.2/lvec/src/indexing_range.cpp  |    3 --
 lvec-0.2.2/lvec/src/lvec-init.cpp       |    6 +---
 lvec-0.2.2/lvec/src/order.cpp           |    1 
 lvec-0.2.2/lvec/src/r_export.h          |    3 --
 lvec-0.2.2/lvec/src/size.cpp            |    1 
 lvec-0.2.2/lvec/src/sort.cpp            |    1 
 lvec-0.2.2/lvec/src/strlen.cpp          |    1 
 lvec-0.2.2/lvec/src/tempfile_impl.cpp   |only
 lvec-0.2.2/lvec/src/tempfile_impl.h     |only
 23 files changed, 34 insertions(+), 46 deletions(-)

More information about lvec at CRAN
Permanent link

Package ica updated to version 1.0-2 with previous version 1.0-1 dated 2015-08-24

Title: Independent Component Analysis
Description: Independent Component Analysis (ICA) using various algorithms: FastICA, Information-Maximization (Infomax), and Joint Approximate Diagonalization of Eigenmatrices (JADE).
Author: Nathaniel E. Helwig <helwig@umn.edu>
Maintainer: Nathaniel E. Helwig <helwig@umn.edu>

Diff between ica versions 1.0-1 dated 2015-08-24 and 1.0-2 dated 2018-05-24

 ica-1.0-1/ica/R/congru.R         |only
 ica-1.0-1/ica/man/congru.Rd      |only
 ica-1.0-2/ica/ChangeLog          |   11 +++++++++++
 ica-1.0-2/ica/DESCRIPTION        |    8 ++++----
 ica-1.0-2/ica/MD5                |   29 ++++++++++++++---------------
 ica-1.0-2/ica/R/icafast.R        |    7 ++++---
 ica-1.0-2/ica/R/icaimax.R        |    9 +++++----
 ica-1.0-2/ica/R/icajade.R        |    5 +++--
 ica-1.0-2/ica/R/icaplot.R        |    5 +++--
 ica-1.0-2/ica/R/icasamp.R        |    3 ++-
 ica-1.0-2/ica/build              |only
 ica-1.0-2/ica/man/ica-package.Rd |   22 ++++++++++------------
 ica-1.0-2/ica/man/icafast.Rd     |   11 ++++++-----
 ica-1.0-2/ica/man/icaimax.Rd     |   13 +++++++------
 ica-1.0-2/ica/man/icajade.Rd     |    9 +++++----
 ica-1.0-2/ica/man/icaplot.Rd     |    5 +++--
 ica-1.0-2/ica/man/icasamp.Rd     |    3 ++-
 17 files changed, 79 insertions(+), 61 deletions(-)

More information about ica at CRAN
Permanent link

Package eegkit updated to version 1.0-3 with previous version 1.0-2 dated 2015-02-17

Title: Toolkit for Electroencephalography Data
Description: Analysis and visualization tools for electroencephalography (EEG) data. Includes functions for (i) plotting EEG caps, time courses, and spatial maps; (ii) spatial and/or temporal smoothing of EEG data; (iii) frequency domain analysis (FFT) of EEG data (iv) spatial or temporal Independent Component Analysis of EEG data, and (v) simulating event-related potential EEG data.
Author: Nathaniel E. Helwig <helwig@umn.edu>
Maintainer: Nathaniel E. Helwig <helwig@umn.edu>

Diff between eegkit versions 1.0-2 dated 2015-02-17 and 1.0-3 dated 2018-05-24

 ChangeLog             |   22 +++++++++
 DESCRIPTION           |   12 ++---
 MD5                   |   61 ++++++++++++++------------
 NAMESPACE             |   10 +++-
 R/eegcap.R            |   13 ++---
 R/eegcapdense.R       |   13 ++---
 R/eegfft.R            |only
 R/eegica.R            |    7 +-
 R/eegresample.R       |only
 R/eegsim.R            |    4 -
 R/eegsmooth.R         |    7 +-
 R/eegspace.R          |   18 ++++---
 R/eegtime.R           |   12 ++---
 R/eegtimemc.R         |  117 ++++++++++++++++++++++++++++++++++++++------------
 R/trimhead.R          |    6 +-
 R/voltcol.R           |    3 -
 build                 |only
 data/eegcoord.rda     |binary
 data/eegdense.rda     |binary
 data/eeghead.rda      |binary
 data/eegmesh.rda      |binary
 man/eegcap.Rd         |   32 +++++--------
 man/eegcapdense.Rd    |   29 ++++--------
 man/eegcoord.Rd       |    2 
 man/eegdense.Rd       |    2 
 man/eegfft.Rd         |only
 man/eegica.Rd         |   15 ++----
 man/eegkit-package.Rd |   46 +++++++++++--------
 man/eegresample.Rd    |only
 man/eegsim.Rd         |    2 
 man/eegsmooth.Rd      |    9 ++-
 man/eegspace.Rd       |   15 ++++--
 man/eegtime.Rd        |   10 ++--
 man/eegtimemc.Rd      |   26 +++++++++--
 34 files changed, 307 insertions(+), 186 deletions(-)

More information about eegkit at CRAN
Permanent link

Package mme (with last version 0.1-5) was removed from CRAN

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

2014-08-29 0.1-5
2014-01-05 0.1-4

Permanent link
Package frailtyHL (with last version 2.1) was removed from CRAN

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

2018-01-23 2.1
2012-05-12 1.1
2011-02-06 1.0

Permanent link
Package MSBVAR (with last version 0.9-3) was removed from CRAN

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

2016-11-14 0.9-3
2015-02-10 0.9-2
2014-07-25 0.9-1
2014-06-02 0.9-0

Permanent link
Package ConvCalendar (with last version 1.2) was removed from CRAN

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

2013-04-02 1.2
2010-01-20 1.1
2009-01-08 1.0

Permanent link
Package optrdd (with last version 1.0) was removed from CRAN

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

2018-02-04 1.0
2017-08-24 0.9

Permanent link
Package Bayesthresh (with last version 2.0.1) was removed from CRAN

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

2013-03-26 2.0.1

Permanent link
Package EditImputeCont (with last version 1.1.0) was removed from CRAN

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

2017-11-19 1.1.0
2016-10-31 1.0.2
2016-02-19 1.0.1
2015-06-11 1.0.0

Permanent link
Package RcmdrPlugin.BCA (with last version 0.9-8) was removed from CRAN

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

2014-09-04 0.9-8
2013-12-03 0.9-7
2013-07-15 0.9-6
2013-02-28 0.9-5
2012-02-07 0.9-4
2012-01-29 0.9-3
2011-12-28 0.9-2
2011-12-22 0.9-1
2011-05-05 0.1-4
2011-03-01 0.1-3

Permanent link
Package biospear (with last version 1.0.1) was removed from CRAN

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

2017-08-11 1.0.1
2017-05-13 1.0.0

Permanent link
Package rsig (with last version 1.0) was removed from CRAN

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

2013-10-12 1.0

Permanent link
Package rwc (with last version 1.1) was removed from CRAN

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

2017-09-20 1.1
2017-09-07 1.0

Permanent link
Package dhglm (with last version 1.7) was removed from CRAN

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

2017-05-01 1.7
2016-09-19 1.6
2015-09-18 1.5
2011-09-30 1.2

Permanent link
Package ViSiElse (with last version 1.2.0) was removed from CRAN

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

2016-08-25 1.2.0
2016-03-07 1.0.1
2016-01-12 1.0.0

Permanent link
Package DAGGER (with last version 1.4) was removed from CRAN

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

2011-08-05 1.4
2011-06-02 1.2
2011-02-19 1.1

Permanent link
Package mdhglm (with last version 1.6) was removed from CRAN

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

2016-09-19 1.6
2016-06-28 1.4
2016-03-17 1.2

Permanent link
Package FusedPCA (with last version 0.2) was removed from CRAN

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

2013-11-10 0.2
2013-10-09 0.1

Permanent link
Package fuser (with last version 1.0.0) was removed from CRAN

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

2017-08-17 1.0.0

Permanent link
Package phmm (with last version 0.7-10) was removed from CRAN

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

2017-12-14 0.7-10

Permanent link

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