Fri, 20 Jul 2018

Package summarytools updated to version 0.8.6 with previous version 0.8.5 dated 2018-06-17

Title: Tools to Quickly and Neatly Summarize Data
Description: Data frame summaries, cross-tabulations, weight-enabled frequency tables and common univariate statistics in concise tables available in a variety of formats (plain ASCII, Markdown and HTML). A good point-of-entry for exploring data, both for experienced and new R users.
Author: Dominic Comtois
Maintainer: Dominic Comtois <dominic.comtois@gmail.com>

Diff between summarytools versions 0.8.5 dated 2018-06-17 and 0.8.6 dated 2018-07-20

 DESCRIPTION                                        |    6 
 MD5                                                |   40 
 NEWS                                               |  117 
 R/ctable.R                                         |    4 
 R/descr.R                                          |    8 
 R/dfSummary.R                                      |   13 
 R/freq.R                                           |    4 
 R/print.summarytools.R                             |    8 
 build/vignette.rds                                 |binary
 inst/doc/Introduction.html                         |  651 ++--
 inst/doc/Recommendations-rmarkdown.html            |  564 ++-
 inst/includes/stylesheets/bootstrap-grid.css       |  923 ++++--
 inst/includes/stylesheets/bootstrap-grid.min.css   |    8 
 inst/includes/stylesheets/bootstrap-reboot.css     |   37 
 inst/includes/stylesheets/bootstrap-reboot.min.css |    8 
 inst/includes/stylesheets/bootstrap.css            | 3183 ++++++++++++---------
 inst/includes/stylesheets/bootstrap.min.css        |    8 
 man/ctable.Rd                                      |    4 
 man/descr.Rd                                       |    4 
 man/dfSummary.Rd                                   |    6 
 man/freq.Rd                                        |    4 
 21 files changed, 3522 insertions(+), 2078 deletions(-)

More information about summarytools at CRAN
Permanent link

Package redland updated to version 1.0.17-10 with previous version 1.0.17-9 dated 2016-12-14

Title: RDF Library Bindings in R
Description: Provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). RDF is described at <http://www.w3.org/TR/rdf-primer>. This package supports RDF by implementing an R interface to the Redland RDF C library, described at <http://librdf.org/docs/api/index.html>. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.
Author: Matthew B. Jones [aut, cre], Peter Slaughter [aut], Jeroen Ooms [aut], Carl Boettiger [aut], Scott Chamberlain [aut], David Beckett [cph], University of Bristol [cph], Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>

Diff between redland versions 1.0.17-9 dated 2016-12-14 and 1.0.17-10 dated 2018-07-20

 redland-1.0.17-10/redland/DESCRIPTION                                 |   18 
 redland-1.0.17-10/redland/MD5                                         |  141 ++--
 redland-1.0.17-10/redland/NAMESPACE                                   |   10 
 redland-1.0.17-10/redland/NEWS                                        |   13 
 redland-1.0.17-10/redland/R/Node.R                                    |   61 +
 redland-1.0.17-10/redland/R/Query.R                                   |  114 +++
 redland-1.0.17-10/redland/R/Serializer.R                              |    2 
 redland-1.0.17-10/redland/R/Statement.R                               |   15 
 redland-1.0.17-10/redland/R/World.R                                   |    2 
 redland-1.0.17-10/redland/R/mergeNamespace_roclet.R                   |   27 
 redland-1.0.17-10/redland/R/redland-package.R                         |   26 
 redland-1.0.17-10/redland/README.md                                   |    6 
 redland-1.0.17-10/redland/build/vignette.rds                          |binary
 redland-1.0.17-10/redland/configure                                   |   13 
 redland-1.0.17-10/redland/inst/WORDLIST                               |only
 redland-1.0.17-10/redland/inst/doc/redland_overview.html              |  330 ++++++++--
 redland-1.0.17-10/redland/man/Model-class.Rd                          |   11 
 redland-1.0.17-10/redland/man/Model-initialize.Rd                     |    3 
 redland-1.0.17-10/redland/man/Node-class.Rd                           |   15 
 redland-1.0.17-10/redland/man/Node-initialize.Rd                      |   13 
 redland-1.0.17-10/redland/man/Parser-class.Rd                         |   11 
 redland-1.0.17-10/redland/man/Parser-initialize.Rd                    |    3 
 redland-1.0.17-10/redland/man/Query-class.Rd                          |   25 
 redland-1.0.17-10/redland/man/Query-initialize.Rd                     |    3 
 redland-1.0.17-10/redland/man/QueryResults-class.Rd                   |   11 
 redland-1.0.17-10/redland/man/QueryResults-initialize.Rd              |    3 
 redland-1.0.17-10/redland/man/Serializer-class.Rd                     |   15 
 redland-1.0.17-10/redland/man/Serializer-initialize.Rd                |    3 
 redland-1.0.17-10/redland/man/Statement-class.Rd                      |   17 
 redland-1.0.17-10/redland/man/Statement-initialize.Rd                 |    7 
 redland-1.0.17-10/redland/man/Storage-class.Rd                        |    9 
 redland-1.0.17-10/redland/man/Storage-initialize.Rd                   |    3 
 redland-1.0.17-10/redland/man/World-class.Rd                          |    9 
 redland-1.0.17-10/redland/man/World-initialize.Rd                     |    3 
 redland-1.0.17-10/redland/man/addStatement.Rd                         |    1 
 redland-1.0.17-10/redland/man/executeQuery.Rd                         |    3 
 redland-1.0.17-10/redland/man/freeModel.Rd                            |    1 
 redland-1.0.17-10/redland/man/freeParser.Rd                           |    1 
 redland-1.0.17-10/redland/man/freeQuery.Rd                            |    1 
 redland-1.0.17-10/redland/man/freeQueryResults.Rd                     |    1 
 redland-1.0.17-10/redland/man/freeSerializer.Rd                       |    1 
 redland-1.0.17-10/redland/man/freeStatement.Rd                        |    1 
 redland-1.0.17-10/redland/man/freeStorage.Rd                          |    1 
 redland-1.0.17-10/redland/man/freeWorld.Rd                            |    1 
 redland-1.0.17-10/redland/man/getBlankNodeId.Rd                       |    1 
 redland-1.0.17-10/redland/man/getNextResult.Rd                        |    1 
 redland-1.0.17-10/redland/man/getNodeType.Rd                          |    1 
 redland-1.0.17-10/redland/man/getNodeValue.Rd                         |only
 redland-1.0.17-10/redland/man/getQueryResultsLimit.Rd                 |    1 
 redland-1.0.17-10/redland/man/getResults.Rd                           |only
 redland-1.0.17-10/redland/man/getTermType.Rd                          |    1 
 redland-1.0.17-10/redland/man/is.null.externalptr.Rd                  |    1 
 redland-1.0.17-10/redland/man/mergeNamespace_roclet.Rd                |   12 
 redland-1.0.17-10/redland/man/parseFileIntoModel.Rd                   |    1 
 redland-1.0.17-10/redland/man/redland.Rd                              |   27 
 redland-1.0.17-10/redland/man/roclet_output.roclet_mergeNamespace.Rd  |only
 redland-1.0.17-10/redland/man/roclet_process.roclet_mergeNamespace.Rd |only
 redland-1.0.17-10/redland/man/serializeToCharacter.Rd                 |    1 
 redland-1.0.17-10/redland/man/serializeToFile.Rd                      |    3 
 redland-1.0.17-10/redland/man/setNameSpace.Rd                         |    1 
 redland-1.0.17-10/redland/man/setQueryResultsLimit.Rd                 |    3 
 redland-1.0.17-10/redland/man/writeResults.Rd                         |only
 redland-1.0.17-10/redland/src/Makevars.win                            |    4 
 redland-1.0.17-10/redland/src/redland.c                               |   97 +-
 redland-1.0.17-10/redland/tests/spelling.R                            |only
 redland-1.0.17-10/redland/tests/testthat/test.Model.R                 |   18 
 redland-1.0.17-10/redland/tests/testthat/test.Node.R                  |   66 +-
 redland-1.0.17-10/redland/tests/testthat/test.Parser.R                |   16 
 redland-1.0.17-10/redland/tests/testthat/test.Query.R                 |  184 +++++
 redland-1.0.17-10/redland/tests/testthat/test.Serializer.R            |   22 
 redland-1.0.17-10/redland/tests/testthat/test.Statement.R             |   42 -
 redland-1.0.17-10/redland/tests/testthat/test.Storage.R               |    8 
 redland-1.0.17-10/redland/tests/testthat/test.World.R                 |    6 
 redland-1.0.17-10/redland/tests/testthat/test.redland_base.R          |   36 -
 redland-1.0.17-9/redland/man/roc_output.mergeNamespace.Rd             |only
 redland-1.0.17-9/redland/man/roc_process.mergeNamespace.Rd            |only
 76 files changed, 1076 insertions(+), 431 deletions(-)

More information about redland at CRAN
Permanent link

Package FKF updated to version 0.1.5 with previous version 0.1.4 dated 2018-07-13

Title: Fast Kalman Filter
Description: This is a fast and flexible implementation of the Kalman filter, which can deal with NAs. It is entirely written in C and relies fully on linear algebra subroutines contained in BLAS and LAPACK. Due to the speed of the filter, the fitting of high-dimensional linear state space models to large datasets becomes possible. This package also contains a plot function for the visualization of the state vector and graphical diagnostics of the residuals.
Author: David Luethi, Philipp Erb, Simon Otziger
Maintainer: Paul Smith <paul@waternumbers.co.uk>

Diff between FKF versions 0.1.4 dated 2018-07-13 and 0.1.5 dated 2018-07-20

 ChangeLog                     |    9 +++++++++
 DESCRIPTION                   |    8 ++++----
 MD5                           |   12 ++++++------
 R/fkf.R                       |    2 +-
 inst/unitTests/runit.filter.R |    2 +-
 man/fkf.Rd                    |    2 +-
 tests/doRUnit.R               |   12 ++++++------
 7 files changed, 28 insertions(+), 19 deletions(-)

More information about FKF at CRAN
Permanent link

Package distances updated to version 0.1.3 with previous version 0.1.2 dated 2017-05-23

Title: Tools for Distance Metrics
Description: Provides tools for constructing, manipulating and using distance metrics.
Author: Fredrik Savje [aut, cre]
Maintainer: Fredrik Savje <fredrik.savje@yale.edu>

Diff between distances versions 0.1.2 dated 2017-05-23 and 0.1.3 dated 2018-07-20

 DESCRIPTION                   |   12 ++---
 MD5                           |   12 ++---
 NAMESPACE                     |    1 
 NEWS.md                       |    8 ++-
 R/methods.R                   |   16 ++++++
 src/libann/Makefile           |    4 +
 tests/testthat/test_methods.R |   99 +++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 136 insertions(+), 16 deletions(-)

More information about distances at CRAN
Permanent link

Package brms updated to version 2.4.0 with previous version 2.3.1 dated 2018-06-05

Title: Bayesian Regression Models using 'Stan'
Description: Fit Bayesian generalized (non-)linear multivariate multilevel models using 'Stan' for full Bayesian inference. A wide range of distributions and link functions are supported, allowing users to fit -- among others -- linear, robust linear, count data, survival, response times, ordinal, zero-inflated, hurdle, and even self-defined mixture models all in a multilevel context. Further modeling options include non-linear and smooth terms, auto-correlation structures, censored data, meta-analytic standard errors, and quite a few more. In addition, all parameters of the response distribution can be predicted in order to perform distributional regression. Prior specifications are flexible and explicitly encourage users to apply prior distributions that actually reflect their beliefs. Model fit can easily be assessed and compared with posterior predictive checks and leave-one-out cross-validation. References: Bürkner (2017) <doi:10.18637/jss.v080.i01>; Carpenter et al. (2017) <doi:10.18637/jss.v076.i01>.
Author: Paul-Christian Bürkner [aut, cre]
Maintainer: Paul-Christian Bürkner <paul.buerkner@gmail.com>

Diff between brms versions 2.3.1 dated 2018-06-05 and 2.4.0 dated 2018-07-20

 DESCRIPTION                            |    8 
 MD5                                    |  157 ++++-----
 NAMESPACE                              |    9 
 R/brm.R                                |   49 ++
 R/brm_multiple.R                       |   17 
 R/brmsfit-helpers.R                    |   42 +-
 R/brmsfit-methods.R                    |  203 ++++++++---
 R/brmsformula.R                        |  118 +++---
 R/correlations.R                       |    4 
 R/data-helpers.R                       |   58 +--
 R/data-predictor.R                     |  122 ++++---
 R/exclude_pars.R                       |   15 
 R/extract_draws.R                      |  106 ++++--
 R/families.R                           |   11 
 R/family-lists.R                       |    9 
 R/fitted.R                             |    8 
 R/formula-helpers.R                    |   15 
 R/generics.R                           |    2 
 R/hypothesis.R                         |    7 
 R/log_lik.R                            |    3 
 R/loo-helpers.R                        |    6 
 R/make_stancode.R                      |   13 
 R/make_standata.R                      |    1 
 R/marginal_effects-helpers.R           |   28 -
 R/marginal_smooths-helpers.R           |   15 
 R/misc-methods.R                       |   12 
 R/misc.R                               |   87 ++++
 R/predict.R                            |    3 
 R/predictor.R                          |  280 ++++++++++------
 R/priors.R                             |  128 ++++---
 R/re-syntax-helpers.R                  |   67 +--
 R/rename_pars.R                        |   50 +-
 R/restructure.R                        |   24 +
 R/sp-syntax-helpers.R                  |   20 -
 R/stan-likelihood.R                    |   87 +++-
 R/stan-predictor.R                     |  424 ++++++++++++------------
 R/stan-prior.R                         |  122 ++++---
 R/stanvars.R                           |  138 +++++--
 R/sysdata.rda                          |binary
 R/validate.R                           |  148 ++++----
 README.md                              |    6 
 build/vignette.rds                     |binary
 inst/doc/brms_customfamilies.html      |  414 +++++++++++++++++------
 inst/doc/brms_distreg.html             |  450 ++++++++++++++++++-------
 inst/doc/brms_families.html            |  188 ++++++++++
 inst/doc/brms_missings.Rmd             |    6 
 inst/doc/brms_missings.html            |  368 ++++++++++++++++-----
 inst/doc/brms_monotonic.html           |  458 +++++++++++++++++++-------
 inst/doc/brms_multilevel.pdf           |binary
 inst/doc/brms_multivariate.html        |  456 +++++++++++++++++++-------
 inst/doc/brms_nonlinear.html           |  496 ++++++++++++++++++++--------
 inst/doc/brms_overview.pdf             |binary
 inst/doc/brms_phylogenetics.html       |  575 ++++++++++++++++++++++-----------
 man/bayes_R2.brmsfit.Rd                |   62 ---
 man/bayes_factor.brmsfit.Rd            |   11 
 man/bridge_sampler.brmsfit.Rd          |   11 
 man/brm.Rd                             |   26 -
 man/brm_multiple.Rd                    |   70 +++-
 man/brmsformula-helpers.Rd             |   11 
 man/brmsformula.Rd                     |   10 
 man/fitted.brmsfit.Rd                  |    4 
 man/get_prior.Rd                       |    2 
 man/gp.Rd                              |   11 
 man/horseshoe.Rd                       |    4 
 man/hypothesis.Rd                      |    2 
 man/lasso.Rd                           |    2 
 man/loo_R2.brmsfit.Rd                  |only
 man/make_stancode.Rd                   |   15 
 man/make_standata.Rd                   |    2 
 man/post_prob.brmsfit.Rd               |   11 
 man/prior_samples.Rd                   |    2 
 man/set_prior.Rd                       |   33 -
 man/stanvar.Rd                         |   32 +
 tests/testthat/tests.brm.R             |    4 
 tests/testthat/tests.brmsfit-methods.R |   21 -
 tests/testthat/tests.brmsformula.R     |    2 
 tests/testthat/tests.make_stancode.R   |  190 ++++++++--
 tests/testthat/tests.make_standata.R   |   49 ++
 tests/testthat/tests.priors.R          |    7 
 vignettes/brms_missings.Rmd            |    6 
 80 files changed, 4579 insertions(+), 2054 deletions(-)

More information about brms at CRAN
Permanent link

New package TDAstats with initial version 0.1.0
Package: TDAstats
Type: Package
Title: Pipeline for Topological Data Analysis
Version: 0.1.0
Authors@R: c( person("Raoul", "Wadhwa", email = "raoulwadhwa@gmail.com", role = c("aut", "cre")), person("Andrew", "Dhawan", role = "aut"), person("Drew", "Williamson", role = "aut"), person("Jacob", "Scott", role = "aut"))
Description: A comprehensive toolset for any useR conducting topological data analysis, specifically via the calculation of persistent homology in a Vietoris-Rips complex. The tools this package currently provides can be conveniently split into three main sections: (1) calculating persistent homology; (2) conducting statistical inference on persistent homology calculations; (3) visualizing persistent homology and statistical inference. For a general background on computing persistent homology for topological data analysis, see Otter et al. (2017) <doi:10.1140/epjds/s13688-017-0109-5>. To learn more about how the permutation test is used for nonparametric statistical inference in topological data analysis, read Robinson & Turner (2017) <doi:10.1007/s41468-017-0008-7>. To learn more about how TDAstats calculates persistent homology, you can visit the GitHub repository for Ripser, the software that works behind the scenes at <https://github.com/Ripser/ripser>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: ggplot2 (>= 2.2.1), Rcpp (>= 0.12.15)
URL: https://github.com/rrrlw/TDAstats
BugReports: https://github.com/rrrlw/TDAstats/issues
LinkingTo: Rcpp
RoxygenNote: 6.0.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2018-07-20 16:46:18 UTC; rrrlw
Author: Raoul Wadhwa [aut, cre], Andrew Dhawan [aut], Drew Williamson [aut], Jacob Scott [aut]
Maintainer: Raoul Wadhwa <raoulwadhwa@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 17:50:02 UTC

More information about TDAstats at CRAN
Permanent link

Package stringi updated to version 1.2.4 with previous version 1.2.3 dated 2018-06-12

Title: Character String Processing Facilities
Description: Allows for fast, correct, consistent, portable, as well as convenient character string/text processing in every locale and any native encoding. Owing to the use of the 'ICU' library, the package provides 'R' users with platform-independent functions known to 'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available features include: pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, Unicode normalization, date-time formatting and parsing, and many more.
Author: Marek Gagolewski [aut, cre], Bartek Tartanus [ctb], and other contributors (stringi source code); IBM and other contributors (ICU4C source code); Unicode, Inc. (Unicode Character Database)
Maintainer: Marek Gagolewski <gagolews@rexamine.com>

Diff between stringi versions 1.2.3 dated 2018-06-12 and 1.2.4 dated 2018-07-20

 DESCRIPTION            |    8 +++---
 INSTALL                |   25 ++++----------------
 MD5                    |   22 +++++++++--------
 NEWS                   |    9 +++++++
 R/length.R             |   12 +++------
 configure              |   61 +++++++++++++++++++++++++++++++++++++++++++++----
 man/stri_isempty.Rd    |    3 --
 man/stri_length.Rd     |    5 +---
 man/stri_numbytes.Rd   |    3 --
 man/stri_width.Rd      |    1 
 src/icu61/data         |only
 src/uconfig_local.h.in |   12 +++++++++
 12 files changed, 108 insertions(+), 53 deletions(-)

More information about stringi at CRAN
Permanent link

New package SpNetPrep with initial version 1.0
Package: SpNetPrep
Title: Linear Network Preprocessing for Spatial Statistics
Version: 1.0
Author: Alvaro Briz-Redon
Maintainer: Alvaro Briz-Redon <alvaro.briz@uv.es>
Description: Launches a Shiny application that allows users to carry out some of the steps that are required to curate both a linear network object based on a road structure and a point pattern that lies on such a network, becoming two previous steps to the performance of a spatial statistics analysis.
Depends: R (>= 3.5.0)
License: GPL-2
Imports: spatstat, leaflet, shiny, sp, raster, maptools
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: no
Packaged: 2018-07-20 15:47:37 UTC; Alvaro
Repository: CRAN
Date/Publication: 2018-07-20 18:00:07 UTC

More information about SpNetPrep at CRAN
Permanent link

Package sampler updated to version 0.2.2 with previous version 0.2.0 dated 2018-05-31

Title: Sample Design, Drawing & Data Analysis Using Data Frames
Description: Determine sample sizes, draw samples, and conduct data analysis using data frames. It specifically enables you to determine simple random sample sizes, stratified sample sizes, and complex stratified sample sizes using a secondary variable such as population; draw simple random samples and stratified random samples from sampling data frames; determine which observations are missing from a random sample, missing by strata, duplicated within a dataset; and perform data analysis, including proportions, margins of error and upper and lower bounds for simple, stratified and cluster sample designs.
Author: Michael Baldassaro
Maintainer: Michael Baldassaro <mbaldassaro@gmail.com>

Diff between sampler versions 0.2.0 dated 2018-05-31 and 0.2.2 dated 2018-07-20

 DESCRIPTION  |    8 -
 MD5          |   12 +-
 NAMESPACE    |    3 
 R/sampler.R  |    2 
 R/ssamp.R    |   14 +-
 README.md    |  304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 man/ssamp.Rd |    3 
 7 files changed, 322 insertions(+), 24 deletions(-)

More information about sampler at CRAN
Permanent link

New package rhierbaps with initial version 1.0.0
Package: rhierbaps
Type: Package
Title: Clustering Genetic Sequence Data Using the HierBAPS Algorithm
Version: 1.0.0
Authors@R: person("Gerry", "Tonkin-Hill", email = "g.tonkinhill@gmail.com", role = c("cre", "aut"))
Description: Implements the hierarchical Bayesian analysis of populations structure (hierBAPS) algorithm of Cheng et al. (2013) <doi:10.1093/molbev/mst028> for clustering DNA sequences from multiple sequence alignments in FASTA format. The implementation includes improved defaults and plotting capabilities and unlike the original 'MATLAB' version removes singleton SNPs by default.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: ape, dplyr, purrr, utils, ggplot2, LambertW
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, ggtree, phytools, testthat
VignetteBuilder: knitr
URL: https://github.com/gtonkinhill/rhierbaps
BugReports: https://github.com/gtonkinhill/rhierbaps/issues
NeedsCompilation: no
Packaged: 2018-07-16 22:36:58 UTC; gt4
Author: Gerry Tonkin-Hill [cre, aut]
Maintainer: Gerry Tonkin-Hill <g.tonkinhill@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 18:00:03 UTC

More information about rhierbaps at CRAN
Permanent link

Package Rfast updated to version 1.9.1 with previous version 1.9.0 dated 2018-05-14

Title: A Collection of Efficient and Extremely Fast R Functions
Description: A collection of fast (utility) functions for data analysis. Column- and row- wise means, medians, variances, minimums, maximums, many t, F and G-square tests, many regressions (normal, logistic, Poisson), are some of the many fast functions.
Author: Manos Papadakis, Michail Tsagris, Marios Dimitriadis, Stefanos Fafalios, Ioannis Tsamardinos, Matteo Fasiolo, Giorgos Borboudakis, John Burkardt, Changliang Zou, Kleanthi Lakiotaki and Christina Chatzipantsiou.
Maintainer: Manos Papadakis <papadakm95@gmail.com>

Diff between Rfast versions 1.9.0 dated 2018-05-14 and 1.9.1 dated 2018-07-20

 Rfast-1.9.0/Rfast/R/colrow.zero.R             |only
 Rfast-1.9.0/Rfast/man/colrow.zero.Rd          |only
 Rfast-1.9.0/Rfast/src/Log.cpp                 |only
 Rfast-1.9.0/Rfast/src/Match.cpp               |only
 Rfast-1.9.0/Rfast/src/Order.cpp               |only
 Rfast-1.9.0/Rfast/src/Outer.cpp               |only
 Rfast-1.9.0/Rfast/src/Round.cpp               |only
 Rfast-1.9.0/Rfast/src/Var.cpp                 |only
 Rfast-1.9.0/Rfast/src/bic_fs_reg.cpp          |only
 Rfast-1.9.0/Rfast/src/bs_reg.cpp              |only
 Rfast-1.9.0/Rfast/src/calc_bic_fs_reg.cpp     |only
 Rfast-1.9.0/Rfast/src/calc_bic_fs_reg.h       |only
 Rfast-1.9.0/Rfast/src/calc_bs_reg.cpp         |only
 Rfast-1.9.0/Rfast/src/calc_bs_reg.h           |only
 Rfast-1.9.0/Rfast/src/calc_k_nn.cpp           |only
 Rfast-1.9.0/Rfast/src/calc_k_nn.h             |only
 Rfast-1.9.0/Rfast/src/calc_k_nn_cv.cpp        |only
 Rfast-1.9.0/Rfast/src/calc_k_nn_cv.h          |only
 Rfast-1.9.0/Rfast/src/calc_pc_skel.cpp        |only
 Rfast-1.9.0/Rfast/src/calc_pc_skel.h          |only
 Rfast-1.9.0/Rfast/src/calc_perm_cor.cpp       |only
 Rfast-1.9.0/Rfast/src/calc_perm_cor.h         |only
 Rfast-1.9.0/Rfast/src/col_row_zero.cpp        |only
 Rfast-1.9.0/Rfast/src/columns_rows.cpp        |only
 Rfast-1.9.0/Rfast/src/count_value.cpp         |only
 Rfast-1.9.0/Rfast/src/eachcol_apply.cpp       |only
 Rfast-1.9.0/Rfast/src/eachrow.cpp             |only
 Rfast-1.9.0/Rfast/src/fs_reg.cpp              |only
 Rfast-1.9.0/Rfast/src/fs_reg_ext.cpp          |only
 Rfast-1.9.0/Rfast/src/fs_reg_ext.h            |only
 Rfast-1.9.0/Rfast/src/fs_reg_st.cpp           |only
 Rfast-1.9.0/Rfast/src/fs_reg_st.h             |only
 Rfast-1.9.0/Rfast/src/mad2.cpp                |only
 Rfast-1.9.0/Rfast/src/mat_mat.cpp             |only
 Rfast-1.9.0/Rfast/src/mat_mult.cpp            |only
 Rfast-1.9.0/Rfast/src/med.cpp                 |only
 Rfast-1.9.0/Rfast/src/min_max.cpp             |only
 Rfast-1.9.0/Rfast/src/min_max_freq.cpp        |only
 Rfast-1.9.0/Rfast/src/nth.cpp                 |only
 Rfast-1.9.0/Rfast/src/only_glm.cpp            |only
 Rfast-1.9.0/Rfast/src/only_glm.h              |only
 Rfast-1.9.0/Rfast/src/perm_cor.cpp            |only
 Rfast-1.9.0/Rfast/src/squareform.cpp          |only
 Rfast-1.9.0/Rfast/src/submatrix.cpp           |only
 Rfast-1.9.0/Rfast/src/sum_mat_op_mat.cpp      |only
 Rfast-1.9.0/Rfast/src/symmetric.cpp           |only
 Rfast-1.9.0/Rfast/src/transpose.cpp           |only
 Rfast-1.9.1/Rfast/DESCRIPTION                 |   10 
 Rfast-1.9.1/Rfast/MD5                         |  482 +++++++++------------
 Rfast-1.9.1/Rfast/NAMESPACE                   |    2 
 Rfast-1.9.1/Rfast/NEWS.md                     |   43 +
 Rfast-1.9.1/Rfast/R/AddToNamespace.R          |    2 
 Rfast-1.9.1/Rfast/R/Diag.fill.R               |    4 
 Rfast-1.9.1/Rfast/R/Diag.matrix.R             |    4 
 Rfast-1.9.1/Rfast/R/Digamma.R                 |    2 
 Rfast-1.9.1/Rfast/R/Dist.R                    |    4 
 Rfast-1.9.1/Rfast/R/Lbeta.R                   |    2 
 Rfast-1.9.1/Rfast/R/Lchoose.R                 |    2 
 Rfast-1.9.1/Rfast/R/Lgamma.R                  |    2 
 Rfast-1.9.1/Rfast/R/Log.R                     |    2 
 Rfast-1.9.1/Rfast/R/Norm.R                    |    2 
 Rfast-1.9.1/Rfast/R/Order.R                   |    4 
 Rfast-1.9.1/Rfast/R/Outer.R                   |    2 
 Rfast-1.9.1/Rfast/R/Pmax.R                    |    2 
 Rfast-1.9.1/Rfast/R/Pmin.R                    |    2 
 Rfast-1.9.1/Rfast/R/Pmin_Pmax.R               |    2 
 Rfast-1.9.1/Rfast/R/Rank.R                    |    2 
 Rfast-1.9.1/Rfast/R/RemoveFromNamespace.R     |    2 
 Rfast-1.9.1/Rfast/R/Round.R                   |    2 
 Rfast-1.9.1/Rfast/R/Sort.R                    |   12 
 Rfast-1.9.1/Rfast/R/Sort.int.R                |    2 
 Rfast-1.9.1/Rfast/R/Table.R                   |    8 
 Rfast-1.9.1/Rfast/R/Table.sign.R              |    2 
 Rfast-1.9.1/Rfast/R/Trigamma.R                |    2 
 Rfast-1.9.1/Rfast/R/Var.R                     |    4 
 Rfast-1.9.1/Rfast/R/XopY.sum.R                |    4 
 Rfast-1.9.1/Rfast/R/apply.condition.R         |    2 
 Rfast-1.9.1/Rfast/R/as_integer.R              |    2 
 Rfast-1.9.1/Rfast/R/bcdcor.R                  |    2 
 Rfast-1.9.1/Rfast/R/bic.fs.reg.R              |    2 
 Rfast-1.9.1/Rfast/R/binary_search.R           |    4 
 Rfast-1.9.1/Rfast/R/bincomb.R                 |    2 
 Rfast-1.9.1/Rfast/R/bs.reg.R                  |    2 
 Rfast-1.9.1/Rfast/R/cauchy.mle.R              |   37 -
 Rfast-1.9.1/Rfast/R/checkAliases.R            |    2 
 Rfast-1.9.1/Rfast/R/checkExamples.R           |    2 
 Rfast-1.9.1/Rfast/R/checkNamespace.R          |    2 
 Rfast-1.9.1/Rfast/R/checkTF.R                 |    2 
 Rfast-1.9.1/Rfast/R/checkUsage.R              |    2 
 Rfast-1.9.1/Rfast/R/chi2Test.R                |    2 
 Rfast-1.9.1/Rfast/R/chi2Test_univariate.R     |    2 
 Rfast-1.9.1/Rfast/R/chi2tests.R               |    2 
 Rfast-1.9.1/Rfast/R/cholesky.R                |    4 
 Rfast-1.9.1/Rfast/R/colAll.R                  |    4 
 Rfast-1.9.1/Rfast/R/colAny.R                  |    2 
 Rfast-1.9.1/Rfast/R/colCountValues.R          |    4 
 Rfast-1.9.1/Rfast/R/colCumMaxs.R              |    2 
 Rfast-1.9.1/Rfast/R/colCumMins.R              |    2 
 Rfast-1.9.1/Rfast/R/colCumProds.R             |    2 
 Rfast-1.9.1/Rfast/R/colCumSums.R              |    2 
 Rfast-1.9.1/Rfast/R/colFalse.R                |    2 
 Rfast-1.9.1/Rfast/R/colMads.R                 |    4 
 Rfast-1.9.1/Rfast/R/colMaxs.R                 |    6 
 Rfast-1.9.1/Rfast/R/colMedians.R              |    4 
 Rfast-1.9.1/Rfast/R/colMins.R                 |    6 
 Rfast-1.9.1/Rfast/R/colMinsMaxs.R             |    2 
 Rfast-1.9.1/Rfast/R/colOrder.R                |    4 
 Rfast-1.9.1/Rfast/R/colPmax.R                 |    2 
 Rfast-1.9.1/Rfast/R/colPmin.R                 |    2 
 Rfast-1.9.1/Rfast/R/colRanks.R                |    4 
 Rfast-1.9.1/Rfast/R/colShuffle.R              |    2 
 Rfast-1.9.1/Rfast/R/colTabulate.R             |    2 
 Rfast-1.9.1/Rfast/R/colTrue.R                 |    2 
 Rfast-1.9.1/Rfast/R/colTrueFalse.R            |    2 
 Rfast-1.9.1/Rfast/R/coldiffs.R                |    2 
 Rfast-1.9.1/Rfast/R/colmeans.R                |    4 
 Rfast-1.9.1/Rfast/R/colnth.R                  |    6 
 Rfast-1.9.1/Rfast/R/colprods.R                |    2 
 Rfast-1.9.1/Rfast/R/colrange.R                |    4 
 Rfast-1.9.1/Rfast/R/colrow.value.R            |only
 Rfast-1.9.1/Rfast/R/colsums.R                 |    4 
 Rfast-1.9.1/Rfast/R/columns.R                 |    2 
 Rfast-1.9.1/Rfast/R/cor.fbed.R                |    8 
 Rfast-1.9.1/Rfast/R/cor.fsreg.R               |    6 
 Rfast-1.9.1/Rfast/R/design_matrix.R           |    4 
 Rfast-1.9.1/Rfast/R/dirknn.R                  |    2 
 Rfast-1.9.1/Rfast/R/dista.R                   |    6 
 Rfast-1.9.1/Rfast/R/dvar.R                    |    2 
 Rfast-1.9.1/Rfast/R/eachcol.apply.R           |    2 
 Rfast-1.9.1/Rfast/R/eachrow.R                 |    2 
 Rfast-1.9.1/Rfast/R/eigs.sym.R                |    2 
 Rfast-1.9.1/Rfast/R/floyd.R                   |    2 
 Rfast-1.9.1/Rfast/R/freq.max.R                |    4 
 Rfast-1.9.1/Rfast/R/freq.min.R                |    4 
 Rfast-1.9.1/Rfast/R/fs.reg.R                  |    2 
 Rfast-1.9.1/Rfast/R/g2Test.R                  |    2 
 Rfast-1.9.1/Rfast/R/g2Test_perm.R             |    2 
 Rfast-1.9.1/Rfast/R/g2Test_univariate.R       |    2 
 Rfast-1.9.1/Rfast/R/g2Test_univariate_perm.R  |    2 
 Rfast-1.9.1/Rfast/R/g2tests.R                 |    2 
 Rfast-1.9.1/Rfast/R/g2tests_perm.R            |    2 
 Rfast-1.9.1/Rfast/R/geom.regs.R               |    2 
 Rfast-1.9.1/Rfast/R/glm_logistic.R            |    2 
 Rfast-1.9.1/Rfast/R/glm_poisson.R             |    2 
 Rfast-1.9.1/Rfast/R/group.all.R               |    2 
 Rfast-1.9.1/Rfast/R/group.any.R               |    2 
 Rfast-1.9.1/Rfast/R/group.mad.R               |    2 
 Rfast-1.9.1/Rfast/R/group.max.R               |    2 
 Rfast-1.9.1/Rfast/R/group.mean.R              |    2 
 Rfast-1.9.1/Rfast/R/group.med.R               |    2 
 Rfast-1.9.1/Rfast/R/group.min.R               |    2 
 Rfast-1.9.1/Rfast/R/group.min_max.R           |    2 
 Rfast-1.9.1/Rfast/R/group.sum.R               |    2 
 Rfast-1.9.1/Rfast/R/group.var.R               |    2 
 Rfast-1.9.1/Rfast/R/hash.find.R               |    2 
 Rfast-1.9.1/Rfast/R/hash.list.R               |    2 
 Rfast-1.9.1/Rfast/R/hash2list.R               |    2 
 Rfast-1.9.1/Rfast/R/is.symmetric.R            |    2 
 Rfast-1.9.1/Rfast/R/is_element.R              |    4 
 Rfast-1.9.1/Rfast/R/is_integer.R              |    2 
 Rfast-1.9.1/Rfast/R/knn.R                     |    2 
 Rfast-1.9.1/Rfast/R/knn.cv.R                  |    2 
 Rfast-1.9.1/Rfast/R/logistic_only.R           |    4 
 Rfast-1.9.1/Rfast/R/lower_tri.R               |    6 
 Rfast-1.9.1/Rfast/R/lower_tri.assign.R        |    2 
 Rfast-1.9.1/Rfast/R/mad2.R                    |    2 
 Rfast-1.9.1/Rfast/R/mahala.R                  |    2 
 Rfast-1.9.1/Rfast/R/mat.mat.R                 |    2 
 Rfast-1.9.1/Rfast/R/mat.mult.R                |    2 
 Rfast-1.9.1/Rfast/R/match.coefs.R             |    2 
 Rfast-1.9.1/Rfast/R/med.R                     |    2 
 Rfast-1.9.1/Rfast/R/min_max.R                 |    4 
 Rfast-1.9.1/Rfast/R/multinom.regs.R           |    2 
 Rfast-1.9.1/Rfast/R/negative.R                |    2 
 Rfast-1.9.1/Rfast/R/normlog.reg.R             |    2 
 Rfast-1.9.1/Rfast/R/normlog.regs.R            |    3 
 Rfast-1.9.1/Rfast/R/nth.R                     |    6 
 Rfast-1.9.1/Rfast/R/odds.R                    |    2 
 Rfast-1.9.1/Rfast/R/omp.R                     |  451 ++++++++++---------
 Rfast-1.9.1/Rfast/R/ompr.R                    |  162 +++----
 Rfast-1.9.1/Rfast/R/pc.skel.R                 |    2 
 Rfast-1.9.1/Rfast/R/permcor.R                 |    2 
 Rfast-1.9.1/Rfast/R/permutation.R             |    2 
 Rfast-1.9.1/Rfast/R/permutation.next.R        |    2 
 Rfast-1.9.1/Rfast/R/permutation.prev.R        |    2 
 Rfast-1.9.1/Rfast/R/poisson_only.R            |    4 
 Rfast-1.9.1/Rfast/R/positive.R                |    2 
 Rfast-1.9.1/Rfast/R/positive.negative.R       |    2 
 Rfast-1.9.1/Rfast/R/prop.reg.R                |    2 
 Rfast-1.9.1/Rfast/R/prop.regs.R               |    2 
 Rfast-1.9.1/Rfast/R/qpois.reg.R               |    2 
 Rfast-1.9.1/Rfast/R/qpois.regs.R              |    2 
 Rfast-1.9.1/Rfast/R/quasi.poisson_only.R      |    2 
 Rfast-1.9.1/Rfast/R/rbing.R                   |    2 
 Rfast-1.9.1/Rfast/R/read.directory.R          |    2 
 Rfast-1.9.1/Rfast/R/read.examples.R           |    2 
 Rfast-1.9.1/Rfast/R/regression.R              |   19 
 Rfast-1.9.1/Rfast/R/rep_col.R                 |    2 
 Rfast-1.9.1/Rfast/R/rep_row.R                 |    2 
 Rfast-1.9.1/Rfast/R/rint.mle.R                |    2 
 Rfast-1.9.1/Rfast/R/rint.reg.R                |    2 
 Rfast-1.9.1/Rfast/R/rint.regs.R               |    2 
 Rfast-1.9.1/Rfast/R/rowAll.R                  |    4 
 Rfast-1.9.1/Rfast/R/rowAny.R                  |    2 
 Rfast-1.9.1/Rfast/R/rowCountValues.R          |    4 
 Rfast-1.9.1/Rfast/R/rowFalse.R                |    2 
 Rfast-1.9.1/Rfast/R/rowMads.R                 |    4 
 Rfast-1.9.1/Rfast/R/rowMaxs.R                 |    4 
 Rfast-1.9.1/Rfast/R/rowMedians.R              |    4 
 Rfast-1.9.1/Rfast/R/rowMins.R                 |    4 
 Rfast-1.9.1/Rfast/R/rowMinsMaxs.R             |    2 
 Rfast-1.9.1/Rfast/R/rowOrder.R                |    4 
 Rfast-1.9.1/Rfast/R/rowRanks.R                |    4 
 Rfast-1.9.1/Rfast/R/rowShuffle.R              |    2 
 Rfast-1.9.1/Rfast/R/rowTabulate.R             |    2 
 Rfast-1.9.1/Rfast/R/rowTrue.R                 |    2 
 Rfast-1.9.1/Rfast/R/rowTrueFalse.R            |    2 
 Rfast-1.9.1/Rfast/R/rowmeans.R                |    2 
 Rfast-1.9.1/Rfast/R/rownth.R                  |    6 
 Rfast-1.9.1/Rfast/R/rowprods.R                |    2 
 Rfast-1.9.1/Rfast/R/rowrange.R                |    4 
 Rfast-1.9.1/Rfast/R/rows.R                    |    2 
 Rfast-1.9.1/Rfast/R/rowsums.R                 |    4 
 Rfast-1.9.1/Rfast/R/sort_mat.R                |    8 
 Rfast-1.9.1/Rfast/R/sort_unique.R             |    5 
 Rfast-1.9.1/Rfast/R/sort_unique.length.R      |    2 
 Rfast-1.9.1/Rfast/R/spat.med.R                |    2 
 Rfast-1.9.1/Rfast/R/spatmed.reg.R             |    4 
 Rfast-1.9.1/Rfast/R/spml.mle.R                |    2 
 Rfast-1.9.1/Rfast/R/spml.regs.R               |    2 
 Rfast-1.9.1/Rfast/R/squareform.R              |    5 
 Rfast-1.9.1/Rfast/R/submatrix.R               |    2 
 Rfast-1.9.1/Rfast/R/topological_sort.R        |    2 
 Rfast-1.9.1/Rfast/R/total.dist.R              |    2 
 Rfast-1.9.1/Rfast/R/total.dista.R             |    2 
 Rfast-1.9.1/Rfast/R/transpose.R               |    4 
 Rfast-1.9.1/Rfast/R/univglms2.R               |    6 
 Rfast-1.9.1/Rfast/R/upper_tri.R               |    8 
 Rfast-1.9.1/Rfast/R/upper_tri.assign.R        |    2 
 Rfast-1.9.1/Rfast/R/varcomps.mle.R            |    2 
 Rfast-1.9.1/Rfast/R/vecdist.R                 |    2 
 Rfast-1.9.1/Rfast/R/weib.reg.R                |    2 
 Rfast-1.9.1/Rfast/R/weibull.mle.R             |    2 
 Rfast-1.9.1/Rfast/R/which.is.R                |only
 Rfast-1.9.1/Rfast/R/which_isFactor.R          |    2 
 Rfast-1.9.1/Rfast/man/Rfast-package.Rd        |    9 
 Rfast-1.9.1/Rfast/man/XopY.sum.Rd             |    8 
 Rfast-1.9.1/Rfast/man/boot.ttest2.Rd          |    4 
 Rfast-1.9.1/Rfast/man/colnth.Rd               |    4 
 Rfast-1.9.1/Rfast/man/colrow.value.Rd         |only
 Rfast-1.9.1/Rfast/man/permcor.Rd              |    6 
 Rfast-1.9.1/Rfast/man/which_isFactor.Rd       |   16 
 Rfast-1.9.1/Rfast/src/cholesky.cpp            |  170 +++++--
 Rfast-1.9.1/Rfast/src/col_row_utilities.cpp   |  161 +++++--
 Rfast-1.9.1/Rfast/src/col_row_utilities_p.cpp |   78 ++-
 Rfast-1.9.1/Rfast/src/cts.cpp                 |  502 +++-------------------
 Rfast-1.9.1/Rfast/src/cts.h                   |   14 
 Rfast-1.9.1/Rfast/src/cts_rf.cpp              |only
 Rfast-1.9.1/Rfast/src/cts_rf.h                |only
 Rfast-1.9.1/Rfast/src/each.cpp                |only
 Rfast-1.9.1/Rfast/src/init.c                  |   30 -
 Rfast-1.9.1/Rfast/src/k_nn.cpp                |  466 ++++++++++++++++++--
 Rfast-1.9.1/Rfast/src/k_nn.h                  |only
 Rfast-1.9.1/Rfast/src/matrices.cpp            |only
 Rfast-1.9.1/Rfast/src/pc_skel.cpp             |  592 ++++++++++++++++++++++++--
 Rfast-1.9.1/Rfast/src/pc_skel.h               |only
 Rfast-1.9.1/Rfast/src/sf.cpp                  |only
 Rfast-1.9.1/Rfast/src/sw_regs.cpp             |only
 Rfast-1.9.1/Rfast/src/sw_regs.h               |only
 Rfast-1.9.1/Rfast/src/templates.h             |  174 +++++++
 Rfast-1.9.1/Rfast/src/topological_sort.cpp    |   39 +
 Rfast-1.9.1/Rfast/src/utilities.cpp           |only
 272 files changed, 2521 insertions(+), 1483 deletions(-)

More information about Rfast at CRAN
Permanent link

Package plotly updated to version 4.8.0 with previous version 4.7.1 dated 2017-07-29

Title: Create Interactive Web Graphics via 'plotly.js'
Description: Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser.
Author: Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Chris Parmer [aut], Toby Hocking [aut], Scott Chamberlain [aut], Karthik Ram [aut], Marianne Corvellec [aut], Pedro Despouy [aut], Plotly Technologies Inc. [cph]
Maintainer: Carson Sievert <cpsievert1@gmail.com>

Diff between plotly versions 4.7.1 dated 2017-07-29 and 4.8.0 dated 2018-07-20

 plotly-4.7.1/plotly/R/coord.R                                          |only
 plotly-4.7.1/plotly/R/ggplotly-legacy.R                                |only
 plotly-4.7.1/plotly/demo/crosstalk-highlight-binned-target.R           |only
 plotly-4.7.1/plotly/man/get_l.Rd                                       |only
 plotly-4.7.1/plotly/man/get_x.Rd                                       |only
 plotly-4.7.1/plotly/man/get_y.Rd                                       |only
 plotly-4.8.0/plotly/DESCRIPTION                                        |   29 
 plotly-4.8.0/plotly/MD5                                                |  266 +++--
 plotly-4.8.0/plotly/NAMESPACE                                          |   32 
 plotly-4.8.0/plotly/NEWS.md                                            |   65 +
 plotly-4.8.0/plotly/R/add.R                                            |  281 +++--
 plotly-4.8.0/plotly/R/animate.R                                        |    6 
 plotly-4.8.0/plotly/R/data.R                                           |    9 
 plotly-4.8.0/plotly/R/dev.R                                            |   10 
 plotly-4.8.0/plotly/R/export.R                                         |   37 
 plotly-4.8.0/plotly/R/ggplotly.R                                       |  175 +--
 plotly-4.8.0/plotly/R/group2NA.R                                       |    9 
 plotly-4.8.0/plotly/R/helpers.R                                        |   24 
 plotly-4.8.0/plotly/R/highlight.R                                      |   42 
 plotly-4.8.0/plotly/R/imports.R                                        |    3 
 plotly-4.8.0/plotly/R/layers2traces.R                                  |   93 +
 plotly-4.8.0/plotly/R/layout.R                                         |   59 +
 plotly-4.8.0/plotly/R/mathjax.R                                        |only
 plotly-4.8.0/plotly/R/orca.R                                           |only
 plotly-4.8.0/plotly/R/partial_bundles.R                                |only
 plotly-4.8.0/plotly/R/plotly.R                                         |  223 +++-
 plotly-4.8.0/plotly/R/plotly_build.R                                   |  480 ++++++----
 plotly-4.8.0/plotly/R/plotly_data.R                                    |   26 
 plotly-4.8.0/plotly/R/plotly_example.R                                 |   22 
 plotly-4.8.0/plotly/R/sf.R                                             |  237 ++--
 plotly-4.8.0/plotly/R/shiny.R                                          |   14 
 plotly-4.8.0/plotly/R/subplots.R                                       |   33 
 plotly-4.8.0/plotly/R/sysdata.rda                                      |binary
 plotly-4.8.0/plotly/R/toRGB.R                                          |    2 
 plotly-4.8.0/plotly/R/utils.R                                          |  283 ++++-
 plotly-4.8.0/plotly/README.md                                          |  177 ++-
 plotly-4.8.0/plotly/data/res_mn.rda                                    |only
 plotly-4.8.0/plotly/demo/00Index                                       |   41 
 plotly-4.8.0/plotly/demo/animation-tour-USArrests.R                    |   16 
 plotly-4.8.0/plotly/demo/crosstalk-filter-dynamic-axis.R               |    2 
 plotly-4.8.0/plotly/demo/crosstalk-filter-lines.R                      |    2 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-binned-target-a.R         |only
 plotly-4.8.0/plotly/demo/crosstalk-highlight-binned-target-b.R         |only
 plotly-4.8.0/plotly/demo/crosstalk-highlight-binned-target-c.R         |only
 plotly-4.8.0/plotly/demo/crosstalk-highlight-epl-2.R                   |only
 plotly-4.8.0/plotly/demo/crosstalk-highlight-epl.R                     |    3 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-ggpairs.R                 |    7 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-ggplotly.R                |   24 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-intro.R                   |   65 -
 plotly-4.8.0/plotly/demo/crosstalk-highlight-leaflet.R                 |    6 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-pipeline.R                |   15 
 plotly-4.8.0/plotly/demo/crosstalk-highlight-subplot.R                 |    3 
 plotly-4.8.0/plotly/demo/custom-javascript.R                           |only
 plotly-4.8.0/plotly/demo/sf-dt.R                                       |only
 plotly-4.8.0/plotly/demo/sf-geo.R                                      |only
 plotly-4.8.0/plotly/demo/sf-ggplot2.R                                  |only
 plotly-4.8.0/plotly/demo/sf-mapbox-data.R                              |only
 plotly-4.8.0/plotly/demo/sf-mapbox-layout.R                            |only
 plotly-4.8.0/plotly/demo/sf-mapbox-style.R                             |only
 plotly-4.8.0/plotly/demo/sf-plotly-3D-globe.R                          |only
 plotly-4.8.0/plotly/demo/sf-plotly-storms.R                            |only
 plotly-4.8.0/plotly/inst/CITATION                                      |only
 plotly-4.8.0/plotly/inst/examples/rmd/MathJax                          |only
 plotly-4.8.0/plotly/inst/examples/rmd/printing/index.Rmd               |    2 
 plotly-4.8.0/plotly/inst/examples/shiny/MathJax                        |only
 plotly-4.8.0/plotly/inst/examples/shiny/async                          |only
 plotly-4.8.0/plotly/inst/examples/shiny/event_data_persist             |only
 plotly-4.8.0/plotly/inst/examples/shiny/ggplotly_sizing                |only
 plotly-4.8.0/plotly/inst/htmlwidgets/lib/mathjax                       |only
 plotly-4.8.0/plotly/inst/htmlwidgets/lib/plotlyjs/LICENSE              |    2 
 plotly-4.8.0/plotly/inst/htmlwidgets/lib/plotlyjs/locales              |only
 plotly-4.8.0/plotly/inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js |   77 -
 plotly-4.8.0/plotly/inst/htmlwidgets/plotly.js                         |  200 +++-
 plotly-4.8.0/plotly/inst/plotlyjs.R                                    |   70 -
 plotly-4.8.0/plotly/man/TeX.Rd                                         |only
 plotly-4.8.0/plotly/man/add_annotations.Rd                             |   13 
 plotly-4.8.0/plotly/man/add_fun.Rd                                     |   25 
 plotly-4.8.0/plotly/man/add_trace.Rd                                   |  146 ++-
 plotly-4.8.0/plotly/man/animation.Rd                                   |    4 
 plotly-4.8.0/plotly/man/config.Rd                                      |   39 
 plotly-4.8.0/plotly/man/export.Rd                                      |   35 
 plotly-4.8.0/plotly/man/figures                                        |only
 plotly-4.8.0/plotly/man/ggplotly.Rd                                    |   24 
 plotly-4.8.0/plotly/man/highlight.Rd                                   |   27 
 plotly-4.8.0/plotly/man/highlight_key.Rd                               |only
 plotly-4.8.0/plotly/man/orca.Rd                                        |only
 plotly-4.8.0/plotly/man/partial_bundle.Rd                              |only
 plotly-4.8.0/plotly/man/plot_geo.Rd                                    |    6 
 plotly-4.8.0/plotly/man/plot_ly.Rd                                     |  128 +-
 plotly-4.8.0/plotly/man/plot_mapbox.Rd                                 |    3 
 plotly-4.8.0/plotly/man/plotly_json.Rd                                 |    9 
 plotly-4.8.0/plotly/man/res_mn.Rd                                      |only
 plotly-4.8.0/plotly/man/toWebGL.Rd                                     |    2 
 plotly-4.8.0/plotly/tests/testthat.R                                   |    8 
 plotly-4.8.0/plotly/tests/testthat/test-animate-highlight.R            |   99 +-
 plotly-4.8.0/plotly/tests/testthat/test-api.R                          |    5 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-contour.R               |   13 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-device.R                |    2 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-facets.R                |   13 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-heatmap.R               |   13 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-labels.R                |    7 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-lines.R                 |    8 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-point.R                 |   13 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-resize.R                |only
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-sf.R                    |   62 +
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-ticks.R                 |    4 
 plotly-4.8.0/plotly/tests/testthat/test-ggplot-tooltip.R               |    4 
 plotly-4.8.0/plotly/tests/testthat/test-plotly-color.R                 |   14 
 plotly-4.8.0/plotly/tests/testthat/test-plotly-colorbar.R              |  152 +++
 plotly-4.8.0/plotly/tests/testthat/test-plotly-data.R                  |    2 
 plotly-4.8.0/plotly/tests/testthat/test-plotly-internals.R             |    7 
 plotly-4.8.0/plotly/tests/testthat/test-plotly-name.R                  |only
 plotly-4.8.0/plotly/tests/testthat/test-plotly-partial-bundles.R       |only
 plotly-4.8.0/plotly/tests/testthat/test-plotly-pie.R                   |   18 
 plotly-4.8.0/plotly/tests/testthat/test-plotly-sf.R                    |only
 plotly-4.8.0/plotly/tests/testthat/test-plotly-size.R                  |only
 plotly-4.8.0/plotly/tests/testthat/test-plotly-splom.R                 |only
 plotly-4.8.0/plotly/tests/testthat/test-plotly-subplot.R               |    8 
 plotly-4.8.0/plotly/tests/testthat/test-plotly.R                       |   94 +
 119 files changed, 2751 insertions(+), 1428 deletions(-)

More information about plotly at CRAN
Permanent link

Package WVPlots updated to version 1.0.2 with previous version 1.0.1 dated 2018-07-11

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 1.0.1 dated 2018-07-11 and 1.0.2 dated 2018-07-20

 DESCRIPTION                      |    8 +++----
 MD5                              |   42 +++++++++++++++++++--------------------
 NEWS.md                          |    4 +++
 R/FitHistoryPlot.R               |    4 +--
 R/PRPlot.R                       |    2 -
 R/ROC.R                          |   12 +++++------
 R/WVPlots.R                      |    5 ++--
 R/wv_gapply.R                    |    4 +--
 README.md                        |    2 -
 inst/doc/WVPlots_concept.Rmd     |    2 -
 inst/doc/WVPlots_concept.html    |    6 ++---
 inst/doc/WVPlots_examples.Rmd    |    4 +--
 inst/doc/WVPlots_examples.html   |    8 +++----
 man/ROCPlot.Rd                   |    2 -
 man/ROCPlotPair.Rd               |    2 -
 man/ROCPlotPair2.Rd              |    2 -
 man/WVPlots.Rd                   |    5 ++--
 man/plot_Keras_fit_trajectory.Rd |    2 -
 man/plot_fit_trajectory.Rd       |    2 -
 man/plotlyROC.Rd                 |    2 -
 vignettes/WVPlots_concept.Rmd    |    2 -
 vignettes/WVPlots_examples.Rmd   |    4 +--
 22 files changed, 66 insertions(+), 60 deletions(-)

More information about WVPlots at CRAN
Permanent link

Package simmer updated to version 4.0.0 with previous version 3.8.0 dated 2018-05-01

Title: Discrete-Event Simulation for R
Description: A process-oriented and trajectory-based Discrete-Event Simulation (DES) package for R. It is designed as a generic yet powerful framework. The architecture encloses a robust and fast simulation core written in 'C++' with automatic monitoring capabilities. It provides a rich and flexible R API that revolves around the concept of trajectory, a common path in the simulation model for entities of the same type.
Author: Iñaki Ucar [aut, cph, cre] (<https://orcid.org/0000-0001-6403-5550>), Bart Smeets [aut, cph]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>

Diff between simmer versions 3.8.0 dated 2018-05-01 and 4.0.0 dated 2018-07-20

 simmer-3.8.0/simmer/LICENSE                                                |only
 simmer-3.8.0/simmer/R/monitor.R                                            |only
 simmer-3.8.0/simmer/src/activity.h                                         |only
 simmer-3.8.0/simmer/src/entity.h                                           |only
 simmer-3.8.0/simmer/src/monitor.h                                          |only
 simmer-3.8.0/simmer/src/policy.h                                           |only
 simmer-3.8.0/simmer/src/process.h                                          |only
 simmer-3.8.0/simmer/src/resource.h                                         |only
 simmer-3.8.0/simmer/src/simmer.cpp                                         |only
 simmer-3.8.0/simmer/src/simmer.h                                           |only
 simmer-3.8.0/simmer/src/simulator.h                                        |only
 simmer-4.0.0/simmer/DESCRIPTION                                            |    8 
 simmer-4.0.0/simmer/MD5                                                    |  196 +-
 simmer-4.0.0/simmer/NAMESPACE                                              |    1 
 simmer-4.0.0/simmer/NEWS.md                                                |   22 
 simmer-4.0.0/simmer/R/RcppExports.R                                        |  248 +--
 simmer-4.0.0/simmer/R/generators.R                                         |   18 
 simmer-4.0.0/simmer/R/monitor-class.R                                      |only
 simmer-4.0.0/simmer/R/schedule-class.R                                     |   17 
 simmer-4.0.0/simmer/R/simmer-class.R                                       |   25 
 simmer-4.0.0/simmer/R/simmer-methods.R                                     |   24 
 simmer-4.0.0/simmer/R/simmer.R                                             |   18 
 simmer-4.0.0/simmer/R/trajectory-activities.R                              |   38 
 simmer-4.0.0/simmer/R/trajectory-class.R                                   |   40 
 simmer-4.0.0/simmer/R/trajectory-methods.R                                 |   19 
 simmer-4.0.0/simmer/R/utils.R                                              |   28 
 simmer-4.0.0/simmer/R/wrap-class.R                                         |   18 
 simmer-4.0.0/simmer/R/wrap-methods.R                                       |   17 
 simmer-4.0.0/simmer/build/vignette.rds                                     |binary
 simmer-4.0.0/simmer/inst/doc/simmer-01-introduction.html                   |   32 
 simmer-4.0.0/simmer/inst/doc/simmer-02-jss.R                               |    9 
 simmer-4.0.0/simmer/inst/doc/simmer-02-jss.Rmd                             |   16 
 simmer-4.0.0/simmer/inst/doc/simmer-02-jss.pdf                             |binary
 simmer-4.0.0/simmer/inst/doc/simmer-03-trajectories.R                      |   18 
 simmer-4.0.0/simmer/inst/doc/simmer-03-trajectories.Rmd                    |   20 
 simmer-4.0.0/simmer/inst/doc/simmer-03-trajectories.html                   |   71 
 simmer-4.0.0/simmer/inst/doc/simmer-04-bank-1.html                         |   16 
 simmer-4.0.0/simmer/inst/doc/simmer-04-bank-2.html                         |    8 
 simmer-4.0.0/simmer/inst/doc/simmer-05-simpy.html                          |   44 
 simmer-4.0.0/simmer/inst/doc/simmer-06-queueing.html                       |   42 
 simmer-4.0.0/simmer/inst/doc/simmer-07-ctmc.html                           |   10 
 simmer-4.0.0/simmer/inst/doc/simmer-08-philosophers.html                   |    8 
 simmer-4.0.0/simmer/inst/doc/simmer-aa-5G.html                             |    4 
 simmer-4.0.0/simmer/inst/include                                           |only
 simmer-4.0.0/simmer/man/log_.Rd                                            |    6 
 simmer-4.0.0/simmer/man/monitor.Rd                                         |   38 
 simmer-4.0.0/simmer/man/set_attribute.Rd                                   |    8 
 simmer-4.0.0/simmer/man/simmer.Rd                                          |    5 
 simmer-4.0.0/simmer/src/Makevars                                           |    2 
 simmer-4.0.0/simmer/src/RcppExports.cpp                                    |  820 +++++-----
 simmer-4.0.0/simmer/src/activity.cpp                                       |only
 simmer-4.0.0/simmer/src/monitor.cpp                                        |only
 simmer-4.0.0/simmer/src/process.cpp                                        |  389 ----
 simmer-4.0.0/simmer/src/resource.cpp                                       |  170 --
 simmer-4.0.0/simmer/src/simulator.cpp                                      |only
 simmer-4.0.0/simmer/tests/testthat.R                                       |   18 
 simmer-4.0.0/simmer/tests/testthat/test-chaining.R                         |   19 
 simmer-4.0.0/simmer/tests/testthat/test-convenience-funcs.R                |   17 
 simmer-4.0.0/simmer/tests/testthat/test-monitor.R                          |   19 
 simmer-4.0.0/simmer/tests/testthat/test-printing.R                         |   17 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-dataframe.R                 |   78 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-generator.R                 |   57 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-resource-preemption.R       |   17 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-resource-priorities.R       |   17 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-resource-schedule.R         |   23 
 simmer-4.0.0/simmer/tests/testthat/test-simmer-resource.R                  |   18 
 simmer-4.0.0/simmer/tests/testthat/test-simmer.R                           |   25 
 simmer-4.0.0/simmer/tests/testthat/test-simulation-1.R                     |   17 
 simmer-4.0.0/simmer/tests/testthat/test-simulation-2.R                     |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-activate-deactivate.R   |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-batch-separate.R        |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-branch.R                |   59 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-clone-synchronize.R     |   45 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-leave.R                 |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-log.R                   |   67 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-renege.R                |   64 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-rollback.R              |   25 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-seize-release.R         |   52 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-select.R                |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-send-trap.R             |   34 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-set-capacity-queue.R    |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-set-trajectory-source.R |   38 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-setattribute.R          |   31 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-setprioritization.R     |   17 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory-timeout.R               |   18 
 simmer-4.0.0/simmer/tests/testthat/test-trajectory.R                       |   18 
 simmer-4.0.0/simmer/tests/testthat/test-utils.R                            |   28 
 simmer-4.0.0/simmer/tests/testthat/test-wrap.R                             |   17 
 simmer-4.0.0/simmer/vignettes/simmer-02-jss.Rmd                            |   16 
 simmer-4.0.0/simmer/vignettes/simmer-03-trajectories.Rmd                   |   20 
 90 files changed, 2103 insertions(+), 1363 deletions(-)

More information about simmer at CRAN
Permanent link

Package lazy updated to version 1.2-16 with previous version 1.2-15 dated 2013-09-22

Title: Lazy Learning for Local Regression
Description: By combining constant, linear, and quadratic local models, lazy estimates the value of an unknown multivariate function on the basis of a set of possibly noisy samples of the function itself. This implementation of lazy learning automatically adjusts the bandwidth on a query-by-query basis through a leave-one-out cross-validation.
Author: Mauro Birattari <mbiro@ulb.ac.be> and Gianluca Bontempi <gbonte@ulb.ac.be>
Maintainer: Gianluca Bontempi <gbonte@ulb.ac.be>

Diff between lazy versions 1.2-15 dated 2013-09-22 and 1.2-16 dated 2018-07-20

 DESCRIPTION |   12 ++++++------
 MD5         |    5 +++--
 NAMESPACE   |    9 +++++++--
 src/init.c  |only
 4 files changed, 16 insertions(+), 10 deletions(-)

More information about lazy at CRAN
Permanent link

Package arsenal updated to version 1.3.0 with previous version 1.2.0 dated 2018-04-16

Title: An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Description: An Arsenal of 'R' functions for large-scale statistical summaries, which are streamlined to work within the latest reporting tools in 'R' and 'RStudio' and which use formulas and versatile summary statistics for summary tables and models. The primary functions include tableby(), a Table-1-like summary of multiple variable types 'by' the levels of a categorical variable; paired(), a Table-1-like summary of multiple variable types paired across two time points; modelsum(), which performs simple model fits on the same endpoint for many variables (univariate or adjusted for standard covariates); freqlist(), a powerful frequency table across many categorical variables; compare.data.frame(), the S3 method for comparing data.frames; and write2(), a function to output tables to a document.
Author: Ethan Heinzen [aut, cre], Jason Sinnwell [aut], Elizabeth Atkinson [aut], Tina Gunderson [aut], Gregory Dougherty [aut], Patrick Votruba [ctb], Ryan Lennon [ctb], Andrew Hanson [ctb], Krista Goergen [ctb], Emily Lundt [ctb], Brendan Broderick [ctb]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>

Diff between arsenal versions 1.2.0 dated 2018-04-16 and 1.3.0 dated 2018-07-20

 DESCRIPTION                     |   11 -
 MD5                             |  112 +++++++------
 NAMESPACE                       |   17 ++
 NEWS.md                         |   68 ++++++++
 R/arsenal.R                     |    4 
 R/formulize.R                   |    6 
 R/freqlist.R                    |    4 
 R/freqlist.internal.R           |    8 
 R/labels.R                      |    7 
 R/modelsum.R                    |  139 ++++------------
 R/modelsum.control.R            |    9 -
 R/modelsum.internal.R           |   12 +
 R/paired.R                      |only
 R/paired.control.R              |only
 R/paired.internal.R             |only
 R/paired.stat.tests.R           |only
 R/summary.modelsum.R            |   31 ++-
 R/summary.tableby.R             |   30 ++-
 R/tableby.R                     |  330 ++++++++++------------------------------
 R/tableby.control.R             |   45 ++---
 R/tableby.internal.R            |   50 +++++-
 R/tableby.stat.tests.R          |   26 +--
 R/tableby.stats.R               |   85 ++++++++--
 README.md                       |   14 +
 build/vignette.rds              |binary
 inst/doc/compare.html           |   43 +++--
 inst/doc/freqlist.html          |    2 
 inst/doc/labels.R               |    2 
 inst/doc/labels.Rmd             |    4 
 inst/doc/labels.html            |    6 
 inst/doc/modelsum.R             |   15 +
 inst/doc/modelsum.Rmd           |   24 ++
 inst/doc/modelsum.html          |  261 ++++++++++++++++++-------------
 inst/doc/paired.R               |only
 inst/doc/paired.Rmd             |only
 inst/doc/paired.html            |only
 inst/doc/tableby.R              |   19 ++
 inst/doc/tableby.Rmd            |   32 +++
 inst/doc/tableby.html           |  231 ++++++++++++++++++++++++++--
 inst/doc/write2.html            |    2 
 man/arsenal.Rd                  |    4 
 man/freqlist.Rd                 |    2 
 man/freqlist.internal.Rd        |    6 
 man/labels.Rd                   |    3 
 man/modelsum.internal.Rd        |   12 +
 man/paired.Rd                   |only
 man/paired.control.Rd           |only
 man/paired.internal.Rd          |only
 man/summary.modelsum.Rd         |   12 -
 man/summary.tableby.Rd          |   13 -
 man/tableby.Rd                  |    7 
 man/tableby.control.Rd          |   23 +-
 man/tableby.internal.Rd         |   29 +++
 man/tableby.stats.Rd            |   22 ++
 tests/testthat/test_formulize.R |   10 +
 tests/testthat/test_freqlist.R  |   15 +
 tests/testthat/test_modelsum.R  |   85 ++++++++++
 tests/testthat/test_paired.R    |only
 tests/testthat/test_tableby.R   |   99 ++++++++----
 vignettes/labels.Rmd            |    4 
 vignettes/modelsum.Rmd          |   24 ++
 vignettes/paired.Rmd            |only
 vignettes/tableby.Rmd           |   32 +++
 63 files changed, 1341 insertions(+), 710 deletions(-)

More information about arsenal at CRAN
Permanent link

Package vtreat updated to version 1.3.0 with previous version 1.2.3 dated 2018-07-11

Title: A Statistically Sound 'data.frame' Processor/Conditioner
Description: A 'data.frame' processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. 'vtreat' prepares variables so that data has fewer exceptional cases, making it easier to safely use models in production. Common problems 'vtreat' defends against: 'Inf', 'NA', too many categorical levels, rare categorical levels, and new categorical levels (levels seen during application, but not during training). Reference: "'vtreat': a data.frame Processor for Predictive Modeling", 'Zumel', 'Mount', 2016, DOI:10.5281/zenodo.1173314.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between vtreat versions 1.2.3 dated 2018-07-11 and 1.3.0 dated 2018-07-20

 DESCRIPTION                         |   14 -
 MD5                                 |  107 +++++++-----
 NAMESPACE                           |   12 +
 NEWS.md                             |    9 +
 R/design_missing_Z.R                |only
 R/mult_class.R                      |only
 R/outOfSample.R                     |   71 ++++----
 R/rquery_treatment.R                |    2 
 R/utils.R                           |    9 -
 R/vtreat.R                          |  301 ++++++++++++++++++++++--------------
 R/vtreatImpl.R                      |  141 ++++++++++------
 README.md                           |   24 +-
 build/vignette.rds                  |binary
 inst/doc/MultiClassVtreat.R         |only
 inst/doc/MultiClassVtreat.Rmd       |only
 inst/doc/MultiClassVtreat.html      |only
 inst/doc/SavingTreamentPlans.html   |    4 
 inst/doc/vtreat.Rmd                 |    4 
 inst/doc/vtreat.html                |   40 ++--
 inst/doc/vtreatCrossFrames.Rmd      |    8 
 inst/doc/vtreatCrossFrames.html     |   46 ++---
 inst/doc/vtreatGrouping.R           |   10 -
 inst/doc/vtreatGrouping.Rmd         |   10 -
 inst/doc/vtreatGrouping.html        |    4 
 inst/doc/vtreatOverfit.html         |   38 ++--
 inst/doc/vtreatRareLevels.html      |    4 
 inst/doc/vtreatScaleMode.Rmd        |    2 
 inst/doc/vtreatScaleMode.html       |   18 +-
 inst/doc/vtreatSignificance.Rmd     |    4 
 inst/doc/vtreatSignificance.html    |   22 +-
 inst/doc/vtreatSplitting.Rmd        |    6 
 inst/doc/vtreatSplitting.html       |   10 -
 inst/doc/vtreatVariableTypes.Rmd    |   12 -
 inst/doc/vtreatVariableTypes.html   |   54 +++---
 man/as_rquery_plan.Rd               |    4 
 man/buildEvalSets.Rd                |    4 
 man/designTreatmentsC.Rd            |   12 -
 man/designTreatmentsN.Rd            |   12 -
 man/designTreatmentsZ.Rd            |    8 
 man/design_missingness_treatment.Rd |only
 man/mkCrossFrameCExperiment.Rd      |    8 
 man/mkCrossFrameMExperiment.Rd      |only
 man/mkCrossFrameNExperiment.Rd      |    8 
 man/novel_value_summary.Rd          |    2 
 man/prepare.Rd                      |   67 --------
 man/prepare.multinomial_plan.Rd     |only
 man/prepare.simple_plan.Rd          |only
 man/prepare.treatmentplan.Rd        |only
 man/print.multinomial_plan.Rd       |only
 man/print.simple_plan.Rd            |only
 man/print.treatmentplan.Rd          |    2 
 man/print.vtreatment.Rd             |    2 
 man/track_values.Rd                 |    2 
 vignettes/MultiClassVtreat.Rmd      |only
 vignettes/vtreat.Rmd                |    4 
 vignettes/vtreatCrossFrames.Rmd     |    8 
 vignettes/vtreatGrouping.Rmd        |   10 -
 vignettes/vtreatScaleMode.Rmd       |    2 
 vignettes/vtreatSignificance.Rmd    |    4 
 vignettes/vtreatSplitting.Rmd       |    6 
 vignettes/vtreatVariableTypes.Rmd   |   12 -
 61 files changed, 631 insertions(+), 532 deletions(-)

More information about vtreat at CRAN
Permanent link

Package spind updated to version 2.2.0 with previous version 2.1.3 dated 2018-04-08

Title: Spatial Methods and Indices
Description: Functions for spatial methods based on generalized estimating equations (GEE) and wavelet-revised methods (WRM), functions for scaling by wavelet multiresolution regression (WMRR), conducting multi-model inference, and stepwise model selection. Further, contains functions for spatially corrected model accuracy measures.
Author: Gudrun Carl [cre, aut], Ingolf Kuehn [aut], Sam Levin [aut]
Maintainer: Sam Levin <levisc8@gmail.com>

Diff between spind versions 2.1.3 dated 2018-04-08 and 2.2.0 dated 2018-07-20

 spind-2.1.3/spind/R/Predict_GEE.R                        |only
 spind-2.1.3/spind/R/Predict_WRM.R                        |only
 spind-2.1.3/spind/R/summary_GEE.R                        |only
 spind-2.1.3/spind/R/summary_WRM.R                        |only
 spind-2.1.3/spind/man/predict.GEE.Rd                     |only
 spind-2.1.3/spind/man/predict.WRM.Rd                     |only
 spind-2.1.3/spind/man/summary.GEE.Rd                     |only
 spind-2.1.3/spind/man/summary.WRM.Rd                     |only
 spind-2.2.0/spind/DESCRIPTION                            |   16 
 spind-2.2.0/spind/MD5                                    |  100 -
 spind-2.2.0/spind/NAMESPACE                              |    5 
 spind-2.2.0/spind/R/GEE.R                                |  218 ++
 spind-2.2.0/spind/R/WRM.R                                |  269 ++-
 spind-2.2.0/spind/R/acfft.R                              |    5 
 spind-2.2.0/spind/R/adjusted.actuals.R                   |   14 
 spind-2.2.0/spind/R/data.R                               |    2 
 spind-2.2.0/spind/R/mmiGEE.R                             |   23 
 spind-2.2.0/spind/R/mmiWMRR.R                            |   21 
 spind-2.2.0/spind/R/plot_covar.R                         |   68 
 spind-2.2.0/spind/R/rvi_plot.R                           |   68 
 spind-2.2.0/spind/R/scale_WMRR.R                         |   45 
 spind-2.2.0/spind/R/spind.R                              |    2 
 spind-2.2.0/spind/R/step_spind.R                         |   33 
 spind-2.2.0/spind/R/th_dep.R                             |    6 
 spind-2.2.0/spind/R/th_indep.R                           |   87 -
 spind-2.2.0/spind/R/upscale.R                            |   13 
 spind-2.2.0/spind/R/wavecovar.R                          |   13 
 spind-2.2.0/spind/R/wavevar.R                            |   11 
 spind-2.2.0/spind/build/vignette.rds                     |binary
 spind-2.2.0/spind/inst/doc/spind_vignette.R              |   61 
 spind-2.2.0/spind/inst/doc/spind_vignette.Rmd            |   73 
 spind-2.2.0/spind/inst/doc/spind_vignette.html           | 1246 ++++++++-------
 spind-2.2.0/spind/man/GEE.Rd                             |   55 
 spind-2.2.0/spind/man/WRM.Rd                             |   58 
 spind-2.2.0/spind/man/acfft.Rd                           |    4 
 spind-2.2.0/spind/man/adjusted.actuals.Rd                |   11 
 spind-2.2.0/spind/man/covar.plot.Rd                      |   37 
 spind-2.2.0/spind/man/hook.Rd                            |    2 
 spind-2.2.0/spind/man/mmiGEE.Rd                          |   21 
 spind-2.2.0/spind/man/mmiWMRR.Rd                         |   19 
 spind-2.2.0/spind/man/rvi.plot.Rd                        |   34 
 spind-2.2.0/spind/man/scaleWMRR.Rd                       |   44 
 spind-2.2.0/spind/man/spind.Rd                           |    2 
 spind-2.2.0/spind/man/step.spind.Rd                      |   33 
 spind-2.2.0/spind/man/th.dep.Rd                          |    6 
 spind-2.2.0/spind/man/th.indep.Rd                        |   14 
 spind-2.2.0/spind/man/upscale.Rd                         |    5 
 spind-2.2.0/spind/man/wavecovar.Rd                       |   13 
 spind-2.2.0/spind/man/wavevar.Rd                         |   11 
 spind-2.2.0/spind/tests/testthat/test_GEE_WRM.R          |   24 
 spind-2.2.0/spind/tests/testthat/test_adjusted_actuals.R |   25 
 spind-2.2.0/spind/tests/testthat/test_covar_plot.R       |    9 
 spind-2.2.0/spind/tests/testthat/test_rvi_plot.R         |   10 
 spind-2.2.0/spind/tests/testthat/test_thdep_thindep.R    |   10 
 spind-2.2.0/spind/vignettes/spind_vignette.Rmd           |   73 
 55 files changed, 1974 insertions(+), 945 deletions(-)

More information about spind at CRAN
Permanent link

New package spatsoc with initial version 0.1.0
Package: spatsoc
Title: Group Animal Relocation Data by Spatial and Temporal Relationship
Version: 0.1.0
Authors@R: c( person("Alec L.", "Robitaille", role = c("aut", "cre"), email = "robit.alec@gmail.com"), person("Quinn", "Webber", role = c("aut")), person("Eric", "Vander Wal", role = c("aut")) )
Description: Detects spatial and temporal groups in GPS relocations. It can be used to convert GPS relocations to gambit-of-the-group format to build proximity-based social networks. In addition, the randomizations function provides data-stream randomization methods suitable for GPS data.
Depends: R (>= 3.4)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: data.table (>= 1.10.5), sp, rgeos, adehabitatHR, igraph, methods
Suggests: testthat, knitr, rmarkdown
SystemRequirements: GEOS (>= 3.2.0)
RoxygenNote: 6.0.1
VignetteBuilder: knitr
BugReports: https://www.gitlab.com/robit.a/spatsoc/issues
URL: https://spatsoc.gitlab.io
NeedsCompilation: no
Packaged: 2018-07-20 15:26:41 UTC; alecr
Author: Alec L. Robitaille [aut, cre], Quinn Webber [aut], Eric Vander Wal [aut]
Maintainer: Alec L. Robitaille <robit.alec@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 16:00:02 UTC

More information about spatsoc at CRAN
Permanent link

Package seplyr updated to version 0.5.9 with previous version 0.5.7 dated 2018-06-30

Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
Description: The 'seplyr' (standard evaluation plying) package supplies improved standard evaluation adapter methods for important common 'dplyr' data manipulation tasks. In addition the 'seplyr' package supplies several new "key operations bound together" methods. These include 'group_summarize()' (which combines grouping, arranging and calculation in an atomic unit), 'add_group_summaries()' (which joins grouped summaries into a 'data.frame' in a well documented manner), 'add_group_indices()' (which adds per-group identifiers to a 'data.frame' without depending on row-order), 'partition_mutate_qt()' (which optimizes mutate sequences), and 'if_else_device()' (which simulates per-row if-else blocks in expression sequences).
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between seplyr versions 0.5.7 dated 2018-06-30 and 0.5.9 dated 2018-07-20

 DESCRIPTION                      |    8 -
 MD5                              |   36 ++--
 NEWS.md                          |    8 +
 R/gather_se.R                    |   58 +++++--
 R/spread_se.R                    |   28 ++-
 inst/doc/MutatePartitioner.html  |    4 
 inst/doc/example.R               |only
 inst/doc/example.Rmd             |only
 inst/doc/example.html            |only
 inst/doc/named_map_builder.html  |    4 
 inst/doc/rename_se.Rmd           |    2 
 inst/doc/rename_se.html          |   12 -
 inst/doc/seplyr.html             |    6 
 inst/doc/using_seplyr.R          |  105 +++++++++++--
 inst/doc/using_seplyr.Rmd        |  198 ++++++++++++++++++++++----
 inst/doc/using_seplyr.html       |  297 ++++++++++++++++++++++++++++-----------
 man/gather_se.Rd                 |   17 +-
 man/spread_se.Rd                 |   18 +-
 vignettes/dplyr_rlan_example.png |only
 vignettes/rename_se.Rmd          |    2 
 vignettes/using_seplyr.Rmd       |  198 ++++++++++++++++++++++----
 21 files changed, 772 insertions(+), 229 deletions(-)

More information about seplyr at CRAN
Permanent link

Package replyr updated to version 0.9.7 with previous version 0.9.6 dated 2018-06-23

Title: Patches to Use 'dplyr' on Remote Data Sources
Description: Patches to use 'dplyr' on remote data sources ('SQL' databases, 'Spark' 2.0.0 and above) in a reliable "generic" fashion (generic meaning user code works similarly on all such sources, without needing per-source adaption). Due to the fluctuating nature of 'dplyr'/'dbplyr'/'rlang' 'APIs' this package is going into maintenance mode. Most of the 'replyr' functions are already done better by one of the non-monolithic replacement packages: 'wrapr', 'seplyr', 'rquery', or 'cdata'.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between replyr versions 0.9.6 dated 2018-06-23 and 0.9.7 dated 2018-07-20

 DESCRIPTION                     |    8 ++---
 MD5                             |   54 ++++++++++++++++++++--------------------
 NEWS.md                         |    4 ++
 R/addCol.R                      |    6 ++--
 R/bind_rows.R                   |    4 +-
 R/groupedApply.R                |    4 +-
 R/joinController.R              |    5 +--
 R/replyr.R                      |    3 +-
 R/serviceName.R                 |    4 +-
 R/summary.R                     |    2 -
 README.md                       |    8 ++---
 inst/doc/DependencySorting.html |   27 ++++++++++----------
 inst/doc/ParametricExample.html |    6 ++--
 inst/doc/coalesce.html          |    8 ++---
 inst/doc/joinController.html    |   20 +++++++-------
 inst/doc/letExample.html        |    8 ++---
 inst/doc/replyr.html            |   10 +++----
 inst/doc/summary.html           |    8 ++---
 man/addConstantColumn.Rd        |    6 ++--
 man/buildJoinPlan.Rd            |    2 -
 man/executeLeftJoinPlan.Rd      |    2 -
 man/gapply.Rd                   |    4 +-
 man/replyr.Rd                   |    3 +-
 man/replyr_get_src.Rd           |    2 -
 man/replyr_has_table.Rd         |    2 -
 man/replyr_summary.Rd           |    2 -
 man/replyr_union_all.Rd         |    4 +-
 man/tableDescription.Rd         |    2 -
 28 files changed, 111 insertions(+), 107 deletions(-)

More information about replyr at CRAN
Permanent link

New package MortalityGaps with initial version 1.0.0
Package: MortalityGaps
Type: Package
Title: The Double-Gap Life Expectancy Forecasting Model
Version: 1.0.0
Authors@R: c( person("Marius D.", "Pascariu", role = c("aut", "cre"), email = "rpascariu@outlook.com"))
Maintainer: Marius D. Pascariu <rpascariu@outlook.com>
Description: Life expectancy is highly correlated over time among countries and between males and females. These associations can be used to improve forecasts. Here we have implemented a method for forecasting female life expectancy based on analysis of the gap between female life expectancy in a country compared with the record level of female life expectancy in the world. Second, to forecast male life expectancy, the gap between male life expectancy and female life expectancy in a country is analysed. We named this method the Double-Gap model. For a detailed description of the method see Pascariu et al. (2017). <doi:10.1016/j.insmatheco.2017.09.011>.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1.2)
Imports: forecast, MASS, crch, pbapply
Suggests: knitr, rmarkdown, testthat, covr
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/mpascariu/MortalityGaps
BugReports: https://github.com/mpascariu/MortalityGaps/issues
NeedsCompilation: no
Packaged: 2018-07-17 04:24:01 UTC; mpascariu
Author: Marius D. Pascariu [aut, cre]
Repository: CRAN
Date/Publication: 2018-07-20 15:20:09 UTC

More information about MortalityGaps at CRAN
Permanent link

New package gifski with initial version 0.8.3
Package: gifski
Type: Package
Title: Highest Quality GIF Encoder
Version: 0.8.3
Authors@R: c( person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("Kornel Lesiński", role = "cph", comment = "Gifski Rust library"))
Description: Multi-threaded GIF encoder written in Rust: <https://gif.ski/>. Converts images to GIF animations using pngquant's efficient cross-frame palettes and temporal dithering with thousands of colors per frame.
License: MIT + file LICENSE
URL: https://gif.ski/ (upstream), https://github.com/r-rust/gifski (devel)
BugReports: https://github.com/r-rust/gifski/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: ggplot2, gapminder
Language: en-US
NeedsCompilation: yes
Packaged: 2018-07-20 14:30:03 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Kornel Lesiński [cph] (Gifski Rust library)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-07-20 15:10:03 UTC

More information about gifski at CRAN
Permanent link

Package cdata updated to version 0.7.3 with previous version 0.7.2 dated 2018-07-07

Title: Fluid Data Transformations
Description: Supplies higher-order fluid data transform operators that include pivot and anti-pivot as special cases. The methodology is describe in 'Zumel', 2018, "Fluid data reshaping with 'cdata'", <http://winvector.github.io/FluidData/FluidDataReshapingWithCdata.html> , doi:10.5281/zenodo.1173299 . Based on the 'DBI' database interface.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between cdata versions 0.7.2 dated 2018-07-07 and 0.7.3 dated 2018-07-20

 DESCRIPTION                |    8 ++++----
 MD5                        |   34 +++++++++++++++++-----------------
 NEWS.md                    |    4 ++++
 R/LocalOps.R               |    6 +++---
 R/RowsColsQ.R              |    6 +++---
 R/RowsColumns.R            |    2 +-
 README.md                  |    4 ++--
 inst/doc/FrameTools.Rmd    |    2 +-
 inst/doc/FrameTools.html   |   26 +++++++++++++-------------
 inst/doc/cdata.Rmd         |    2 +-
 inst/doc/cdata.html        |    8 ++++----
 man/blocks_to_rowrecs.Rd   |    4 ++--
 man/blocks_to_rowrecs_q.Rd |    4 ++--
 man/rowrecs_to_blocks.Rd   |    2 +-
 man/rowrecs_to_blocks_q.Rd |    2 +-
 man/unpivot_to_blocks.Rd   |    2 +-
 vignettes/FrameTools.Rmd   |    2 +-
 vignettes/cdata.Rmd        |    2 +-
 18 files changed, 62 insertions(+), 58 deletions(-)

More information about cdata at CRAN
Permanent link

New package anyLib with initial version 1.0.4
Package: anyLib
Type: Package
Title: Install and Load Any Package from CRAN, Bioconductor or Github
Version: 1.0.4
Authors@R: c(person("Aurelien", "Chateigner", role = c("aut", "cre"), email = "aurelien.chateigner@gmail.com"))
Description: Made to make your life simpler with packages, by installing and loading a list of packages, whether they are on CRAN, Bioconductor or github. For github, if you do not have the full path, with the maintainer name in it (e.g. "achateigner/topReviGO"), it will be able to load it but not to install it.
License: CC BY-SA 4.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
biocViews:
Imports: devtools, withr, BiocInstaller, httr, curl
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-17 11:34:27 UTC; achateigner
Author: Aurelien Chateigner [aut, cre]
Maintainer: Aurelien Chateigner <aurelien.chateigner@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 15:20:07 UTC

More information about anyLib at CRAN
Permanent link

New package wilson with initial version 2.0.1
Package: wilson
Type: Package
Title: Web-Based Interactive Omics Visualization
Version: 2.0.1
Authors@R: c( person("Hendrik", "Schultheis", email = "hendrik.schultheis@mpi-bn.mpg.de", role = c("aut", "cre")), person("Jens", "Preussner", email = "jens.preussner@mpi-bn.mpg.de", role = "aut"), person("Looso", "Mario", email = "mario.looso@mpi-bn.mpg.de", role = "aut"))
Description: Tool-set of modules for creating web-based applications that use plot based strategies to visualize and analyze multi-omics data. This package utilizes the 'shiny' and 'plotly' frameworks to provide a user friendly dashboard for interactive plotting.
URL: https://github.molgen.mpg.de/loosolab/wilson/
BugReports: https://github.molgen.mpg.de/loosolab/wilson/issues/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: shiny, data.table, ggplot2, plotly, scales, shinydashboard, DT (>= 0.3), colourpicker, RColorBrewer, shinyjs, viridis, rje, grDevices, grid, plyr, circlize, ComplexHeatmap, stats, gplots, reshape, rintrojs, RJSONIO, ggrepel (>= 0.6.12), DESeq2, rjson, FactoMineR, factoextra, heatmaply (>= 0.14.1), shinycssloaders, log4r, openssl, methods, R6
RoxygenNote: 6.0.1
biocViews:
Suggests: knitr, rmarkdown, testthat, vdiffr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-16 14:00:19 UTC; hschult
Author: Hendrik Schultheis [aut, cre], Jens Preussner [aut], Looso Mario [aut]
Maintainer: Hendrik Schultheis <hendrik.schultheis@mpi-bn.mpg.de>
Repository: CRAN
Date/Publication: 2018-07-20 15:00:02 UTC

More information about wilson at CRAN
Permanent link

Package uGMAR updated to version 2.0.3 with previous version 2.0.2 dated 2018-07-05

Title: Estimate Univariate Gaussian or Student's t Mixture Autoregressive Model
Description: Maximum likelihood estimation of univariate Gaussian Mixture Autoregressive (GMAR), Student's t Mixture Autoregressive (StMAR) and Gaussian and Student's t Mixture Autoregressive (G-StMAR) models, quantile residual tests, graphical diagnostics, forecast and simulate from GMAR, StMAR and G-StMAR processes. Also general linear constraints and restricting autoregressive parameters to be the same for all regimes are supported. Leena Kalliovirta, Mika Meitz, Pentti Saikkonen (2015) <doi:10.1111/jtsa.12108>, Leena Kalliovirta (2012) <doi:10.1111/j.1368-423X.2011.00364.x>.
Author: Savi Virolainen [aut, cre]
Maintainer: Savi Virolainen <savi.virolainen@helsinki.fi>

Diff between uGMAR versions 2.0.2 dated 2018-07-05 and 2.0.3 dated 2018-07-20

 DESCRIPTION                                 |    6 
 MD5                                         |   46 -
 R/MAINest.R                                 |  244 ++---
 R/argumentChecks.R                          |  815 +++++++++----------
 R/forecastGMAR.R                            |  494 +++++------
 R/geneticAlgorithm.R                        |  640 +++++++--------
 R/getOmega.R                                |  163 ++-
 R/loglikelihood.R                           | 1174 ++++++++++++++--------------
 R/parameterReforms.R                        |  654 +++++++--------
 R/plotGMAR.R                                |  291 +++---
 R/quantileResidualTests.R                   |  426 +++++-----
 R/quantileResiduals.R                       |  166 +--
 R/simulateGMAR.R                            |  158 +--
 inst/doc/intro-to-uGMAR.html                |    4 
 man/GAfit.Rd                                |    2 
 man/fitGMAR.Rd                              |    4 
 man/loglikelihood.Rd                        |    2 
 man/loglikelihood_int.Rd                    |    2 
 man/simulateGMAR.Rd                         |    3 
 man/standardErrors.Rd                       |    2 
 tests/testthat/test_GAfunctions.R           |  200 ++--
 tests/testthat/test_getOmega.R              |  284 +++---
 tests/testthat/test_quantileResidualTests.R |  166 +--
 tests/testthat/test_quantileResiduals.R     |  130 +--
 24 files changed, 3043 insertions(+), 3033 deletions(-)

More information about uGMAR at CRAN
Permanent link

New package spp with initial version 1.15.5
Package: spp
Type: Package
Title: ChIP-Seq Processing Pipeline
Version: 1.15.5
Author: Peter K
Date: 2018-07-19
Depends: R (>= 3.3.0), Rcpp
Imports: Rsamtools, caTools, parallel, graphics, stats
Suggests: methods
LinkingTo: Rcpp, BH (>= 1.66)
OS_type: unix
Maintainer: Peter Kharchenko <spppackage.maintenance@gmail.com>
Description: Analysis of ChIP-seq and other functional sequencing data [Kharchenko PV (2008) <DOI:10.1038/nbt.1508>].
License: GPL-2
LazyLoad: yes
Note: revised for compliance with CRAN by K.Pal and C.M.Livi
NeedsCompilation: yes
Packaged: 2018-07-20 14:33:02 UTC; clivi
Repository: CRAN
Date/Publication: 2018-07-20 14:50:02 UTC

More information about spp at CRAN
Permanent link

New package SODC with initial version 1.0
Package: SODC
Type: Package
Title: Optimal Discriminant Clustering(ODC) and Sparse Optimal Discriminant Clustering(SODC)
Version: 1.0
Date: 2013-05-15
Author: Yanhong Wang
Maintainer: Yanhong Wang <wangyanhongws@gmail.com>
Description: To implement two clustering methods, ODC and SODC, for clustering datasets using optimal scoring, can also be used as an dimension reduction tool.
License: GPL-2
Depends: magic,ppls,psych,MASS
Packaged: 2013-05-23 13:34:01 UTC; matyxwx
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-05-23 15:53:52

More information about SODC at CRAN
Permanent link

New package ppls with initial version 1.6-1.1
Package: ppls
Type: Package
Title: Penalized Partial Least Squares
Depends: R (>= 2.10), splines, MASS
Version: 1.6-1.1
Date: 2014-09-04
Author: Nicole Kraemer <kraemer_r_packages@yahoo.de> Anne-Laure Boulesteix <boulesteix@ibe.med.uni-muenchen.de>
Maintainer: ORPHANED
Description: Contains linear and nonlinear regression methods based on Partial Least Squares and Penalization Techniques. Model parameters are selected via cross-validation, and confidence intervals ans tests for the regression coefficients can be conducted via jackknifing.
License: GPL (>= 2)
Packaged: 2018-07-20 14:33:03 UTC; hornik
Repository: CRAN
NeedsCompilation: no
Date/Publication: 2018-07-20 14:38:39 UTC
X-CRAN-Original-Maintainer: Nicole Kraemer <kraemer_r_packages@yahoo.de>
X-CRAN-Comment: Orphaned and corrected on 2018-07-20 as check problems were not corrected despite reminders.

More information about ppls at CRAN
Permanent link

New package parcor with initial version 0.2-6
Package: parcor
Type: Package
Title: Regularized estimation of partial correlation matrices
Version: 0.2-6
Date: 2014-09-04
Depends: MASS, glmnet, ppls, Epi, GeneNet
Author: Nicole Kraemer, Juliane Schaefer
Maintainer: Nicole Kraemer <kraemer_r_packages@yahoo.de>
Description: The package estimates the matrix of partial correlations based on different regularized regression methods: lasso, adaptive lasso, PLS, and Ridge Regression. In addition, the package provides model selection for lasso, adaptive lasso and Ridge regression based on cross-validation.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2014-09-04 08:54:12 UTC; ga29xul
Repository: CRAN
NeedsCompilation: no
Date/Publication: 2014-09-04 13:43:30

More information about parcor at CRAN
Permanent link

New package clustRcompaR with initial version 0.2.0
Package: clustRcompaR
Type: Package
Title: Easy Interface for Clustering a Set of Documents and Exploring Group- Based Patterns
Version: 0.2.0
Date: 2018-01-23
Author: Joshua Rosenberg, Alex Lishinski
Maintainer: Alex Lishinski <alexlishinski@gmail.com>
Description: Provides an interface to perform cluster analysis on a corpus of text. Interfaces to Quanteda to assemble text corpuses easily. Deviationalizes text vectors prior to clustering using technique described by Sherin (Sherin, B. [2013]. A computational study of commonsense science: An exploration in the automated analysis of clinical interview data. Journal of the Learning Sciences, 22(4), 600-638. Chicago. <doi:10.1080/10508406.2013.836654>). Uses cosine similarity as distance metric for two stage clustering process, involving Ward's algorithm hierarchical agglomerative clustering, and k-means clustering. Selects optimal number of clusters to maximize "variance explained" by clusters, adjusted by the number of clusters. Provides plotted output of clustering results as well as printed output. Assesses "model fit" of clustering solution to a set of preexisting groups in dataset.
License: GPL-3
Depends: R (>= 3.1.3),
URL: https://github.com/alishinski/clustRcompaR
Imports: quanteda, dplyr, ggplot2, ppls
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 5.0.1
LazyData: true
NeedsCompilation: no
Packaged: 2018-01-28 19:56:04 UTC; alex
Repository: CRAN
Date/Publication: 2018-01-28 21:04:49

More information about clustRcompaR at CRAN
Permanent link

New package calibrateBinary with initial version 0.1
Package: calibrateBinary
Type: Package
Title: Calibration for Computer Experiments with Binary Responses
Version: 0.1
Date: 2018-07-16
Author: Chih-Li Sung
Maintainer: Chih-Li Sung <iamdfchile@gmail.com>
Description: Performs the calibration procedure proposed by Sung et al. (2018+) <arXiv:1806.01453>. This calibration method is particularly useful when the outputs of both computer and physical experiments are binary and the estimation for the calibration parameters is of interest.
License: GPL-2 | GPL-3
RoxygenNote: 5.0.1
Depends: R (>= 2.14.1)
Imports: GPfit, gelnet, kernlab, randtoolbox
NeedsCompilation: no
Packaged: 2018-07-16 05:40:08 UTC; apple
Repository: CRAN
Date/Publication: 2018-07-20 15:00:07 UTC

More information about calibrateBinary at CRAN
Permanent link

New package POCRE with initial version 0.5.0
Package: POCRE
Title: Penalized Orthogonal-Components Regression
Version: 0.5.0
Date: 2018-07-15
Author: Dabao Zhang, Zhongli Jiang, Zeyu Zhang
Maintainer: Dabao Zhang <zhangdb@purdue.edu>
Description: Penalized orthogonal-components regression (POCRE) is a supervised dimension reduction method for high-dimensional data. It sequentially constructs orthogonal components (with selected features) which are maximally correlated to the response residuals. POCRE can also construct common components for multiple responses and thus build up latent-variable models.
Imports: stats,utils,ggplot2 (>= 2.2.0),pracma,EbayesThresh
License: GPL-2
NeedsCompilation: no
Packaged: 2018-07-15 05:07:10 UTC; admin-zhangdb
Repository: CRAN
Date/Publication: 2018-07-20 13:20:03 UTC

More information about POCRE at CRAN
Permanent link

New package jstor with initial version 0.3.2
Package: jstor
Title: Read Data from JSTOR/DfR
Version: 0.3.2
Authors@R: person("Thomas", "Klebel", email = "t.klebel@hotmail.com", role = c("aut", "cre"))
Description: Functions and helpers to import metadata, ngrams and full-texts delivered by Data for Research by JSTOR.
Depends: R (>= 3.1)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr (>= 0.7.4), tidyr (>= 0.7.2), purrr (>= 0.2.4), xml2 (>= 1.2.0), magrittr, stringr (>= 1.3.0), readr (>= 1.0.0), tibble (>= 1.4.1), rlang (>= 0.2.0), furrr (>= 0.1.0), readxl (>= 1.0.0), curl, pryr
Suggests: testthat, covr, knitr, rmarkdown, future
BugReports: https://github.com/ropensci/jstor/issues
URL: https://github.com/ropensci/jstor, https://ropensci.github.io/jstor/
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-15 12:50:00 UTC; tklebel
Author: Thomas Klebel [aut, cre]
Maintainer: Thomas Klebel <t.klebel@hotmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 13:30:03 UTC

More information about jstor at CRAN
Permanent link

Package trimcluster updated to version 0.1-2.1 with previous version 0.1-2 dated 2007-11-05

Title: Cluster Analysis with Trimming
Description: Trimmed k-means clustering.
Author: Christian Hennig <chrish@stats.ucl.ac.uk>
Maintainer: ORPHANED

Diff between trimcluster versions 0.1-2 dated 2007-11-05 and 0.1-2.1 dated 2018-07-20

 DESCRIPTION    |   18 ++++++++++++------
 MD5            |only
 NAMESPACE      |only
 R/trimkmeans.R |    6 ++----
 4 files changed, 14 insertions(+), 10 deletions(-)

More information about trimcluster at CRAN
Permanent link

Package spant updated to version 0.11.0 with previous version 0.10.0 dated 2018-06-25

Title: MR Spectroscopy Analysis Tools
Description: Tools for reading, visualising and processing Magnetic Resonance Spectroscopy data.
Author: Martin Wilson [cre, aut], John Muschelli [ctb]
Maintainer: Martin Wilson <martin@pipegrep.co.uk>

Diff between spant versions 0.10.0 dated 2018-06-25 and 0.11.0 dated 2018-07-20

 DESCRIPTION                     |    8 -
 MD5                             |  284 ++++++++++++++++++++-------------------
 NAMESPACE                       |    1 
 NEWS.md                         |    6 
 R/amp_scaling.R                 |   11 -
 R/basis_set.R                   |   24 +--
 R/fit_display.R                 |   28 +--
 R/fitting.R                     |   32 ++--
 R/fp_corr_td.R                  |    4 
 R/image_reg.R                   |   10 -
 R/interactive_plotting.R        |   32 ++--
 R/mol_parameters.R              |   12 -
 R/mrs_data_display.R            |   41 +++--
 R/mrs_data_io.R                 |   30 ++--
 R/mrs_data_proc.R               |  286 ++++++++++++++++++++--------------------
 R/pulse_sequences.R             |   20 +-
 R/pulse_shapes.R                |    8 -
 R/qm_simulation.R               |  112 +++++++--------
 R/rats.R                        |only
 R/spant.R                       |   33 ++--
 R/utils.R                       |   58 ++++----
 R/varpro.R                      |   21 +-
 R/varpro_3_para.R               |   16 +-
 build/vignette.rds              |binary
 inst/doc/spant-intro.html       |   12 -
 man/N.Rd                        |    2 
 man/acquire.Rd                  |   10 -
 man/align.Rd                    |   14 -
 man/apodise_xy.Rd               |    2 
 man/append_dyns.Rd              |    4 
 man/apply_axes.Rd               |   14 -
 man/apply_mrs.Rd                |   14 -
 man/beta2lw.Rd                  |    8 -
 man/calc_coil_noise_cor.Rd      |    2 
 man/calc_sd_poly.Rd             |    4 
 man/calc_spec_diff.Rd           |   12 -
 man/comb_csv_results.Rd         |   12 -
 man/comb_metab_ref.Rd           |    2 
 man/conj.Rd                     |    4 
 man/crop_spec.Rd                |    2 
 man/def_N.Rd                    |    2 
 man/def_acq_paras.Rd            |   10 -
 man/def_fs.Rd                   |    2 
 man/def_ft.Rd                   |    2 
 man/def_ref.Rd                  |    2 
 man/dyns.Rd                     |    2 
 man/ecc.Rd                      |    4 
 man/est_noise_sd.Rd             |    8 -
 man/fit_diags.Rd                |   10 -
 man/fit_mrs.Rd                  |   14 -
 man/fp_phase.Rd                 |    2 
 man/fp_phase_correct.Rd         |    4 
 man/fs.Rd                       |    2 
 man/gen_F.Rd                    |   12 -
 man/gen_F_xy.Rd                 |   12 -
 man/get_acq_paras.Rd            |    2 
 man/get_dyns.Rd                 |    4 
 man/get_even_dyns.Rd            |    4 
 man/get_fh_dyns.Rd              |    8 -
 man/get_fit_map.Rd              |    8 -
 man/get_fp.Rd                   |    2 
 man/get_guassian_pulse.Rd       |   10 -
 man/get_metab.Rd                |    2 
 man/get_odd_dyns.Rd             |    4 
 man/get_ref.Rd                  |    2 
 man/get_seg_ind.Rd              |    8 -
 man/get_sh_dyns.Rd              |    8 -
 man/get_td_amp.Rd               |    6 
 man/get_uncoupled_mol.Rd        |   12 -
 man/get_voi_seg.Rd              |    6 
 man/hsvd_filt.Rd                |    6 
 man/interleave_dyns.Rd          |    8 -
 man/inv_even_dyns.Rd            |    4 
 man/inv_odd_dyns.Rd             |    4 
 man/is_fd.Rd                    |    8 -
 man/lb.Rd                       |    8 -
 man/lw2beta.Rd                  |    8 -
 man/mat2mrs_data.Rd             |   10 -
 man/mean_dyn_blocks.Rd          |    6 
 man/mean_dyn_pairs.Rd           |    4 
 man/mean_dyns.Rd                |    4 
 man/median_dyns.Rd              |    4 
 man/mrs_data2basis.Rd           |    6 
 man/mrs_data2mat.Rd             |    2 
 man/phase.Rd                    |    4 
 man/plot.fit_result.Rd          |    2 
 man/plot.mrs_data.Rd            |    4 
 man/plot_fit_slice.Rd           |   14 -
 man/plot_fit_slice_inter.Rd     |   14 -
 man/plot_slice_map.Rd           |   26 +--
 man/plot_slice_map_inter.Rd     |   22 +--
 man/ppm.Rd                      |    2 
 man/qn_states.Rd                |    8 -
 man/rats.Rd                     |only
 man/read_basis.Rd               |    6 
 man/read_lcm_coord.Rd           |    4 
 man/read_mrs.Rd                 |   12 -
 man/read_mrs_dpt.Rd             |    4 
 man/read_mrs_tqn.Rd             |   10 -
 man/read_tqn_fit.Rd             |    2 
 man/read_tqn_result.Rd          |    4 
 man/rep_array_dim.Rd            |   12 -
 man/rep_dyn.Rd                  |   10 -
 man/rep_mrs.Rd                  |   18 +-
 man/rm_dyns.Rd                  |    4 
 man/scale_amp_molar.Rd          |   10 -
 man/seconds.Rd                  |    2 
 man/seq_cpmg_ideal.Rd           |    2 
 man/seq_mega_press_ideal.Rd     |    2 
 man/seq_press_ideal.Rd          |    2 
 man/seq_pulse_acquire.Rd        |    2 
 man/seq_pulse_acquire_31p.Rd    |    2 
 man/seq_slaser_ideal.Rd         |    6 
 man/seq_spin_echo_ideal.Rd      |    2 
 man/seq_spin_echo_ideal_31p.Rd  |    2 
 man/seq_steam_ideal.Rd          |    2 
 man/set_def_acq_paras.Rd        |    8 -
 man/set_lcm_cmd.Rd              |    2 
 man/set_td_pts.Rd               |    2 
 man/set_tqn_cmd.Rd              |    2 
 man/shift.Rd                    |   10 -
 man/sim_basis.Rd                |   18 +-
 man/sim_basis_1h_brain.Rd       |   14 -
 man/sim_basis_1h_brain_press.Rd |    8 -
 man/sim_basis_tqn.Rd            |    2 
 man/sim_brain_1h.Rd             |   10 -
 man/sim_mol.Rd                  |   18 +-
 man/sim_noise.Rd                |   12 -
 man/sim_resonances.Rd           |   12 -
 man/spin_sys.Rd                 |   12 -
 man/spm_pve2categorical.Rd      |    4 
 man/stackplot.Rd                |    2 
 man/stackplot.fit_result.Rd     |    2 
 man/sum_coils.Rd                |    2 
 man/sum_dyns.Rd                 |    4 
 man/tdsr.Rd                     |    4 
 man/varpro_3_para_opts.Rd       |   16 +-
 man/varpro_opts.Rd              |   18 +-
 man/write_basis.Rd              |    4 
 man/write_basis_tqn.Rd          |    6 
 man/write_mrs_dpt_v2.Rd         |    4 
 man/zero_nzoc.Rd                |   10 -
 man/zf.Rd                       |    6 
 man/zf_xy.Rd                    |    4 
 144 files changed, 953 insertions(+), 930 deletions(-)

More information about spant at CRAN
Permanent link

Package fpc updated to version 2.1-11.1 with previous version 2.1-11 dated 2018-01-12

Title: Flexible Procedures for Clustering
Description: Various methods for clustering and cluster validation. Fixed point clustering. Linear regression clustering. Clustering by merging Gaussian mixture components. Symmetric and asymmetric discriminant projections for visualisation of the separation of groupings. Cluster validation statistics for distance based clustering including corrected Rand index. Cluster-wise cluster stability assessment. Methods for estimation of the number of clusters: Calinski-Harabasz, Tibshirani and Walther's prediction strength, Fang and Wang's bootstrap stability. Gaussian/multinomial mixture fitting for mixed continuous/categorical variables. Variable-wise statistics for cluster interpretation. DBSCAN clustering. Interface functions for many clustering methods implemented in R, including estimating the number of clusters with kmeans, pam and clara. Modality diagnosis for Gaussian mixtures. For an overview see package?fpc.
Author: Christian Hennig <c.hennig@ucl.ac.uk>
Maintainer: ORPHANED

Diff between fpc versions 2.1-11 dated 2018-01-12 and 2.1-11.1 dated 2018-07-20

 DESCRIPTION |   11 +++++++----
 MD5         |    4 ++--
 R/fixreg.R  |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)

More information about fpc at CRAN
Permanent link

Package caTools updated to version 1.17.1.1 with previous version 1.17.1 dated 2014-09-10

Title: Tools: moving window statistics, GIF, Base64, ROC AUC, etc.
Description: Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.
Author: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Maintainer: ORPHANED

Diff between caTools versions 1.17.1 dated 2014-09-10 and 1.17.1.1 dated 2018-07-20

 DESCRIPTION |   11 +++++++----
 MD5         |    4 ++--
 NAMESPACE   |   10 ++++++++--
 3 files changed, 17 insertions(+), 8 deletions(-)

More information about caTools at CRAN
Permanent link

Package BALCONY updated to version 0.2.8 with previous version 0.2.7 dated 2018-06-07

Title: Better ALignment CONsensus analYsis
Description: Facilitates the evolutionary analysis and structure conservation study of specified amino acids in proteins.
Author: Michal Stolarczyk & Alicja Pluciennik
Maintainer: Michal Stolarczyk <stolarczyk.michal93@gmail.com>

Diff between BALCONY versions 0.2.7 dated 2018-06-07 and 0.2.8 dated 2018-07-20

 DESCRIPTION                      |    6 
 MD5                              |    5 
 R/BALCONYfunctions.R             |  331 +++++++++++++++++++++++----------------
 man/get_pos_based_seq_weights.Rd |only
 4 files changed, 207 insertions(+), 135 deletions(-)

More information about BALCONY at CRAN
Permanent link

Package SPUTNIK updated to version 1.0.3.1 with previous version 1.0.2 dated 2018-03-30

Title: SPatially aUTomatic deNoising for Ims toolKit
Description: A set of tools for the peak filtering of mass spectrometry imaging data (MSI or IMS) based on spatial distribution of signal. Given a region-of-interest (ROI), representing the spatial region where the informative signal is expected to be localized, a series of filters determine which peak signals are characterized by an implausible spatial distribution. The filters reduce the dataset dimensionality and increase its information vs noise ratio, improving the quality of the unsupervised analysis results, reducing data dimensionality and simplifying the chemical interpretation.
Author: Paolo Inglese [aut, cre], Goncalo Correia [aut, ctb]
Maintainer: Paolo Inglese <p.inglese14@imperial.ac.uk>

Diff between SPUTNIK versions 1.0.2 dated 2018-03-30 and 1.0.3.1 dated 2018-07-20

 DESCRIPTION       |   10 -
 MD5               |    8 
 R/filter_count.R  |  278 ++++++++++++++---------------
 R/filter_global.R |  200 +++++++++++----------
 R/graph_funcs.R   |  513 +++++++++++++++++++++++++++---------------------------
 5 files changed, 515 insertions(+), 494 deletions(-)

More information about SPUTNIK at CRAN
Permanent link

Package insect updated to version 1.1.1 with previous version 1.1.0 dated 2018-06-24

Title: Informatic Sequence Classification Trees
Description: Provides a bioinformatics pipeline for DNA meta-barcoding analysis, including functions for sequence parsing, demultiplexing, quality filtering and probabilistic taxon assignment with informatic sequence classification trees. See Wilkinson et al (2018) <doi:10.7287/peerj.preprints.26812v1>.
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>

Diff between insect versions 1.1.0 dated 2018-06-24 and 1.1.1 dated 2018-07-20

 DESCRIPTION                   |    6 +--
 MD5                           |   42 +++++++++++------------
 R/classify.R                  |   22 +++++++-----
 R/hash.R                      |   56 +++++++++---------------------
 R/learn.R                     |    8 ++--
 R/purge.R                     |   21 +++++++----
 R/replicate.R                 |    2 -
 R/search.R                    |    1 
 R/taxonomy.R                  |   76 ++++++++++++++++++++----------------------
 R/virtualFISH.R               |    3 +
 R/virtualPCR.R                |    4 +-
 R/write.R                     |    2 +
 README.md                     |    6 +--
 build/vignette.rds            |binary
 inst/doc/insect-vignette.Rmd  |    2 -
 inst/doc/insect-vignette.html |    9 +++-
 man/classify.Rd               |    4 +-
 man/get_taxID.Rd              |   24 +++++--------
 man/hash.Rd                   |   15 --------
 man/learn.Rd                  |    6 +--
 man/purge.Rd                  |   16 ++++++--
 vignettes/insect-vignette.Rmd |    2 -
 22 files changed, 157 insertions(+), 170 deletions(-)

More information about insect at CRAN
Permanent link

Package ggstance updated to version 0.3.1 with previous version 0.3 dated 2016-11-16

Title: Horizontal 'ggplot2' Components
Description: A 'ggplot2' extension that provides flipped components: horizontal versions of 'Stats' and 'Geoms', and vertical versions of 'Positions'.
Author: Lionel Henry [aut, cre], Hadley Wickham [aut], Winston Chang [aut], RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>

Diff between ggstance versions 0.3 dated 2016-11-16 and 0.3.1 dated 2018-07-20

 DESCRIPTION                                                   |   21 
 MD5                                                           |  126 
 NAMESPACE                                                     |   25 
 NEWS.md                                                       |   36 
 R/flip-aes.R                                                  |    6 
 R/geom-barh.R                                                 |    6 
 R/geom-boxploth.R                                             |   62 
 R/geom-colh.R                                                 |only
 R/geom-crossbarh.R                                            |    6 
 R/geom-errorbarh.R                                            |    4 
 R/geom-linerangeh.R                                           |    4 
 R/geom-pointrangeh.R                                          |    8 
 R/geom-violinh.R                                              |   47 
 R/ggstance.R                                                  |    3 
 R/position-dodge2v.R                                          |only
 R/position-dodgev.R                                           |   60 
 R/position-jitterdodgev.R                                     |   30 
 R/position-stackv.R                                           |    8 
 R/position.R                                                  |   34 
 R/stat-boxploth.R                                             |    8 
 R/stat-counth.R                                               |    1 
 R/stat-summaryh.R                                             |   76 
 man/draw_key.Rd                                               |    5 
 man/geom_barh.Rd                                              |   45 
 man/geom_boxploth.Rd                                          |   97 
 man/geom_histogramh.Rd                                        |   51 
 man/geom_linerangeh.Rd                                        |   36 
 man/geom_violinh.Rd                                           |   35 
 man/ggstance-ggproto.Rd                                       |   13 
 man/hmisc_h.Rd                                                |only
 man/mean_se_h.Rd                                              |only
 man/position-vertical.Rd                                      |   41 
 man/stat_binh.Rd                                              |   51 
 man/stat_boxploth.Rd                                          |   39 
 man/stat_counth.Rd                                            |   33 
 man/stat_summaryh.Rd                                          |   33 
 man/stat_xdensity.Rd                                          |   39 
 tests/figs/deps.txt                                           |    5 
 tests/figs/geoms/facet-grid-with-free-scales.svg              |  132 
 tests/figs/geoms/geom-barh-facet-wrap.svg                     |  112 
 tests/figs/geoms/geom-barh-with-count-stat.svg                |only
 tests/figs/geoms/geom-barh.svg                                |   74 
 tests/figs/geoms/geom-boxploth-and-continuous-y-scale.svg     |only
 tests/figs/geoms/geom-boxploth-facet-wrap-with-fill.svg       | 1672 +++++-----
 tests/figs/geoms/geom-boxploth-with-fill.svg                  |  288 -
 tests/figs/geoms/geom-boxploth.svg                            |  152 
 tests/figs/geoms/geom-colh.svg                                |only
 tests/figs/geoms/geom-crossbarh.svg                           |   82 
 tests/figs/geoms/geom-errorbarh.svg                           |   86 
 tests/figs/geoms/geom-histogramh-position-nudge-with-fill.svg |  254 -
 tests/figs/geoms/geom-histogramh-position-stack-with-fill.svg |  140 
 tests/figs/geoms/geom-histogramh.svg                          |   78 
 tests/figs/geoms/geom-linerangeh.svg                          |   70 
 tests/figs/geoms/geom-pointrangeh-facet-wrap.svg              |  112 
 tests/figs/geoms/geom-pointrangeh-position-dodgev.svg         |   82 
 tests/figs/geoms/geom-pointrangeh.svg                         |   82 
 tests/figs/geoms/geom-violinh-draw-quantiles.svg              |only
 tests/figs/geoms/geom-violinh-facet-wrap.svg                  |  134 
 tests/figs/geoms/geom-violinh.svg                             |   80 
 tests/figs/geoms/scales.svg                                   |   82 
 tests/figs/positions/position-dodge.svg                       |  118 
 tests/figs/positions/position-jitterdodge.svg                 |  300 -
 tests/figs/positions/position-stackv-with-hjust-argument.svg  |only
 tests/figs/stats/stat-summaryh-with-fun-data.svg              |   70 
 tests/figs/stats/stat-summaryh-with-fun-x.svg                 |   58 
 tests/figs/stats/stat-summaryh-with-median-hilow-h.svg        |only
 tests/testthat/test-geoms.R                                   |   24 
 tests/testthat/test-positions.R                               |   22 
 tests/testthat/test-stats.R                                   |   18 
 69 files changed, 2925 insertions(+), 2491 deletions(-)

More information about ggstance at CRAN
Permanent link

Package forestControl updated to version 0.2.0 with previous version 0.1.1 dated 2018-02-19

Title: Approximate False Positive Rate Control in Selection Frequency for Random Forest
Description: Approximate false positive rate control in selection frequency for random forest using the methods described by Ender Konukoglu and Melanie Ganz (2014) <arXiv:1410.2838>. Methods for calculating the selection frequency threshold at false positive rates and selection frequency false positive rate feature selection.
Author: Tom Wilson [aut, cre], Jasen Finch [aut]
Maintainer: Tom Wilson <tpw2@aber.ac.uk>

Diff between forestControl versions 0.1.1 dated 2018-02-19 and 0.2.0 dated 2018-07-20

 DESCRIPTION                   |   12 ++++++------
 MD5                           |   18 +++++++++---------
 NAMESPACE                     |    4 ++++
 NEWS.md                       |    6 ++++++
 R/forestControl.R             |    2 +-
 R/fpr_fs.R                    |   10 +++++++---
 R/selection_freqs.R           |    9 ++++-----
 inst/forestControl-manual.pdf |binary
 man/fpr_fs.Rd                 |    2 +-
 man/selection_freqs.Rd        |    2 +-
 10 files changed, 39 insertions(+), 26 deletions(-)

More information about forestControl at CRAN
Permanent link

New package rcheology with initial version 3.5.1.0
Package: rcheology
Version: 3.5.1.0
Title: Data on Base Packages for Current and Previous Versions of R
Description: Provides a dataset of functions in all base packages of R versions 2.0.0 onwards.
Authors@R: person("David", "Hugh-Jones", , "davidhughjones@gmail.com", c("aut", "cre"))
License: CC0
URL: https://github.com/hughjonesd/rcheology
BugReports: https://github.com/hughjonesd/rcheology/issues
Depends: R(>= 2.10)
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-07-13 21:42:25 UTC; david
Author: David Hugh-Jones [aut, cre]
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-20 09:50:03 UTC

More information about rcheology at CRAN
Permanent link

New package polyPK with initial version 3.1.0
Package: polyPK
Type: Package
Title: The Pharmacokinetics (PK) of Multi-Component Drugs Using a Metabolomics Approach
Version: 3.1.0
Author: Mengci Li, Shouli Wang, Guoxiang Xie, Tianlu Chen and Wei Jia
Maintainer: Tianlu Chen <chentianlu@sjtu.edu.cn>
Description: Poly-PK strategy is a new strategy of pharmacokinetic analysis of multi-component drugs (Guoxiang Xie, Tianlu Chen, Wei Jia, et al. (2012)<doi:10.1021/pr300318m>; Ke Lan, Guoxiang Xie and Wei Jia. (2013)<doi:10.1155/2013/819147>). This package is the first implementation of the Poly-PK strategy with 10 easy-to-use functions.
License: GPL-2
Encoding: UTF-8
LazyData: TRUE
Imports: imputeLCMD,plyr,sqldf,gplots,corrplot,circlize,mixOmics,pkr,Hmisc,ropls
Depends: impute,pcaMethods,xlsx
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-11 06:39:00 UTC; limengci
Repository: CRAN
Date/Publication: 2018-07-11 07:30:06 UTC

More information about polyPK at CRAN
Permanent link

New package openVA with initial version 1.0.5
Package: openVA
Type: Package
Title: Automated Method for Verbal Autopsy
Version: 1.0.5
Date: 2018-07-06
Author: Zehang Li, Tyler McCormick, Sam Clark
Maintainer: Zehang Li <lizehang@uw.edu>
Depends: R (>= 3.4.0)
Imports: InterVA5 (>= 1.0.1), InSilicoVA (>= 1.1.3), InterVA4 (>= 1.7.3), Tariff (>= 1.0.1), ggplot2, crayon, cli, purrr
Suggests: nbc4va
Description: Implements multiple existing open-source algorithms for coding cause of death from verbal autopsies. It also provides tools for data manipulation tasks commonly used in Verbal Autopsy analysis and implements easy graphical visualization of individual and population level statistics.
License: GPL-2
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-07 05:07:51 UTC; zehangli
Repository: CRAN
Date/Publication: 2018-07-07 16:20:08 UTC

More information about openVA at CRAN
Permanent link

Package foreign updated to version 0.8-71 with previous version 0.8-70.2 dated 2018-07-18

Title: Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', 'dBase', ...
Description: Reading and writing data stored by some versions of 'Epi Info', 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', and for reading and writing some 'dBase' files.
Author: R Core Team [aut, cph, cre], Roger Bivand [ctb, cph], Vincent J. Carey [ctb, cph], Saikat DebRoy [ctb, cph], Stephen Eglen [ctb, cph], Rajarshi Guha [ctb, cph], Swetlana Herbrandt [ctb], Nicholas Lewin-Koh [ctb, cph], Mark Myatt [ctb, cph], Ben Pfaff [ctb], Brian Quistorff [ctb], Frank Warmerdam [ctb, cph], Stephen Weigand [ctb, cph], Free Software Foundation, Inc. [cph]
Maintainer: R Core Team <R-core@R-project.org>

Diff between foreign versions 0.8-70.2 dated 2018-07-18 and 0.8-71 dated 2018-07-20

 ChangeLog   |   18 ++++++++++++------
 DESCRIPTION |    8 ++++----
 MD5         |    6 +++---
 src/spss.c  |    2 +-
 4 files changed, 20 insertions(+), 14 deletions(-)

More information about foreign at CRAN
Permanent link

Package BNSP updated to version 2.0.7 with previous version 2.0.6 dated 2018-06-12

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.6 dated 2018-06-12 and 2.0.7 dated 2018-07-20

 DESCRIPTION         |    8 ++++----
 MD5                 |   14 +++++++-------
 R/mvrm.R            |   34 ++++++++++++++++++++++------------
 man/BNSP-package.Rd |    4 ++--
 man/dpmj.Rd         |    9 +++++++--
 src/OneResLtnt.c    |   14 +++++++++-----
 src/mvrmGAM.c       |    7 ++++---
 src/pdfs.h          |    2 +-
 8 files changed, 56 insertions(+), 36 deletions(-)

More information about BNSP at CRAN
Permanent link

Package samr (with last version 2.0) was removed from CRAN

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

2011-06-29 2.0
2010-03-13 1.28
2010-01-04 1.27
2008-09-28 1.26
2007-06-07 1.25

Permanent link
Package rda (with last version 1.0.2-2) was removed from CRAN

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

2012-07-02 1.0.2-2
2012-06-30 1.0.2-1
2009-04-29 1.0.2
2009-03-01 1.0.1
2006-02-14 1.0

Permanent link
Package ppls (with last version 1.6-1) was removed from CRAN

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

2014-09-04 1.6-1
2013-08-20 1.6-0
2013-07-25 1.5.1
2011-04-27 1.05
2009-11-12 1.04
2009-01-24 1.03
2008-07-08 1.02
2008-04-15 1.01
2007-10-07 1.0

Permanent link
Package sskm (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-03-03 1.0.0

Permanent link
Package sparcl (with last version 1.0.3) was removed from CRAN

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

2013-01-04 1.0.3
2011-12-07 1.0.2
2010-05-16 1.0.1
2009-12-02 1.0

Permanent link
Package lumberjack updated to version 0.3.0 with previous version 0.2.0 dated 2017-08-08

Title: Track Changes in Data
Description: A function composition ('pipe') operator and extensible framework that allows for easy logging of changes in data.
Author: Mark van der Loo [aut, cre]
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>

Diff between lumberjack versions 0.2.0 dated 2017-08-08 and 0.3.0 dated 2018-07-20

 lumberjack-0.2.0/lumberjack/tests/testthat/simple_log.csv                  |only
 lumberjack-0.3.0/lumberjack/DESCRIPTION                                    |    7 
 lumberjack-0.3.0/lumberjack/MD5                                            |   46 
 lumberjack-0.3.0/lumberjack/NAMESPACE                                      |    1 
 lumberjack-0.3.0/lumberjack/NEWS                                           |   12 
 lumberjack-0.3.0/lumberjack/R/cellwise.R                                   |   12 
 lumberjack-0.3.0/lumberjack/R/expression_logger.R                          |only
 lumberjack-0.3.0/lumberjack/R/filedump.R                                   |    2 
 lumberjack-0.3.0/lumberjack/R/lumberjack.R                                 |   19 
 lumberjack-0.3.0/lumberjack/build/vignette.rds                             |binary
 lumberjack-0.3.0/lumberjack/inst/doc/extending.R                           |   24 
 lumberjack-0.3.0/lumberjack/inst/doc/extending.Rmd                         |   40 
 lumberjack-0.3.0/lumberjack/inst/doc/extending.html                        |  531 +++++---
 lumberjack-0.3.0/lumberjack/inst/doc/intro.R                               |   55 
 lumberjack-0.3.0/lumberjack/inst/doc/intro.Rmd                             |  106 +
 lumberjack-0.3.0/lumberjack/inst/doc/intro.html                            |  646 +++++++---
 lumberjack-0.3.0/lumberjack/man/cellwise.Rd                                |   23 
 lumberjack-0.3.0/lumberjack/man/expression_logger.Rd                       |only
 lumberjack-0.3.0/lumberjack/man/filedump.Rd                                |    5 
 lumberjack-0.3.0/lumberjack/man/grapes-greater-than-greater-than-grapes.Rd |   17 
 lumberjack-0.3.0/lumberjack/man/lumberjack.Rd                              |    2 
 lumberjack-0.3.0/lumberjack/man/simple.Rd                                  |   10 
 lumberjack-0.3.0/lumberjack/tests/testthat/test_expressionlogger.R         |only
 lumberjack-0.3.0/lumberjack/tests/testthat/test_logging_infra.R            |   20 
 lumberjack-0.3.0/lumberjack/vignettes/extending.Rmd                        |   40 
 lumberjack-0.3.0/lumberjack/vignettes/intro.Rmd                            |  106 +
 26 files changed, 1136 insertions(+), 588 deletions(-)

More information about lumberjack at CRAN
Permanent link

New package ggvoronoi with initial version 0.8.0
Package: ggvoronoi
Version: 0.8.0
Date: 2018-07-14
Title: Voronoi Diagrams and Heatmaps with 'ggplot2'
Author: Robert C. Garrett [aut, cre], Austin Nar [aut], Thomas J. Fisher [aut]
Maintainer: Robert C. Garrett <garretrc@miamioh.edu>
Authors@R: c(person("Robert C.", "Garrett", email = "garretrc@miamioh.edu", role = c("aut", "cre")), person("Austin", "Nar", email = "narar@miamioh.edu", role = c("aut")), person("Thomas J.", "Fisher", email = "fishert4@miamioh.edu", role = c("aut")))
Description: Easy creation and manipulation of Voronoi diagrams using 'deldir' with visualization in 'ggplot2'.
Depends: R (>= 2.10), ggplot2 (>= 2.2.0)
Imports: deldir, sp, rgeos, raster, methods
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Suggests: knitr, rmarkdown, ggmap, dplyr, scales
VignetteBuilder: knitr
URL: https://github.com/garretrc/ggvoronoi/
NeedsCompilation: no
Packaged: 2018-07-14 20:12:30 UTC; garretrc
Repository: CRAN
Date/Publication: 2018-07-20 08:20:06 UTC

More information about ggvoronoi at CRAN
Permanent link

Package LncPath (with last version 1.0) was removed from CRAN

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

2016-05-16 1.0

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

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

2010-08-23 1.1
2009-01-14 1.0

Permanent link
Package SparseLearner (with last version 1.0-2) was removed from CRAN

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

2015-11-17 1.0-2
2015-10-13 1.0.1
2015-10-10 1.0

Permanent link
Package imputeR (with last version 2.0) was removed from CRAN

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

2017-03-12 2.0

Permanent link
Package SODC (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-05-23 1.0

Permanent link
Package R2G2 (with last version 1.0-2) was removed from CRAN

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

2013-04-23 1.0-2
2012-10-02 1.0-1
2012-03-28 1.0

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

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

2016-07-11 1.0

Permanent link
Package plsRbeta (with last version 0.2.2) was removed from CRAN

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

2018-06-11 0.2.2
2018-06-02 0.2.1

Permanent link
Package diffusionMap (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:

2014-02-20 1.1-0

Permanent link
Package mFilter (with last version 0.1-3) was removed from CRAN

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

2007-11-06 0.1-3
2006-11-14 0.1-2

Permanent link
Package parcor (with last version 0.2-6) was removed from CRAN

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

2014-09-04 0.2-6
2014-08-14 0.2-5
2013-08-20 0.2-4
2012-07-26 0.2-3

Permanent link
Package polyPK (with last version 3.1.0) was removed from CRAN

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

2018-07-11 3.1.0
2017-12-18 3.0.0
2017-10-22 2.0.0
2017-07-04 1.0.0

Permanent link
Package plsdof (with last version 0.2-7) was removed from CRAN

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

2014-09-04 0.2-7
2013-03-19 0.2-6
2013-02-06 0.2-5
2012-11-23 0.2-4
2012-07-26 0.2-3
2011-04-28 0.2-2
2010-06-03 0.2-1
2010-02-23 0.2-0
2009-11-27 0.1-1
2009-11-16 0.1

Permanent link
Package c060 (with last version 0.2-4) was removed from CRAN

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

2014-12-11 0.2-4
2014-01-22 0.2-3
2013-04-16 0.2

Permanent link
Package lqa (with last version 1.0-3) was removed from CRAN

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

2010-07-24 1.0-3
2010-04-18 1.0-2

Permanent link
Package clustRcompaR (with last version 0.2.0) was removed from CRAN

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

2018-01-28 0.2.0
2017-01-06 0.1.0

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

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

2017-09-22 2.1

Permanent link
Package eLNNpaired (with last version 0.2.3) was removed from CRAN

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

2017-04-09 0.2.3

Permanent link
Package BPEC (with last version 1.2.1) was removed from CRAN

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

2018-04-03 1.2.1
2018-03-22 1.2
2017-08-22 1.1
2016-04-06 1.0

Permanent link
Package openVA (with last version 1.0.5) was removed from CRAN

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

2018-07-07 1.0.5
2018-05-16 1.0.4
2017-01-07 1.0.3
2016-11-19 1.0.2
2016-03-28 1.0.1
2016-03-12 1.0

Permanent link
Package vagalumeR updated to version 0.1.3 with previous version 0.1.1 dated 2017-10-08

Title: Access to the 'Vagalume' API
Description: Provides access to the 'Vagalume' API <https://api.vagalume.com.br>. The data extracted is basically lyrics of songs and information about artists/bands.
Author: Bruna Wundervald
Maintainer: Bruna Wundervald <brunadaviesw@gmail.com>

Diff between vagalumeR versions 0.1.1 dated 2017-10-08 and 0.1.3 dated 2018-07-20

 DESCRIPTION        |   10 +++++-----
 MD5                |   28 ++++++++++++++--------------
 NAMESPACE          |    5 -----
 R/artistInfo.R     |   16 ++++++++++++----
 R/discography.R    |   29 +++++++++++++++++++----------
 R/lyrics.R         |   30 ++++++++++++++++++++----------
 R/relatedInfo.R    |   27 ++++++++++++++++++---------
 R/songNames.R      |   23 ++++++++++++++++-------
 R/topLyrics.R      |   25 +++++++++++++++++--------
 man/artistInfo.Rd  |    7 +++++--
 man/discography.Rd |    7 +++++--
 man/lyrics.Rd      |    9 ++++++---
 man/relatedInfo.Rd |    7 +++++--
 man/songNames.Rd   |    7 +++++--
 man/topLyrics.Rd   |    7 +++++--
 15 files changed, 152 insertions(+), 85 deletions(-)

More information about vagalumeR at CRAN
Permanent link

Package spm updated to version 1.1.1 with previous version 1.1.0 dated 2018-03-20

Title: Spatial Predictive Modeling
Description: Introduction to some novel accurate hybrid methods of geostatistical and machine learning methods for spatial predictive modelling. It contains two commonly used geostatistical methods, two machine learning methods, four hybrid methods and two averaging methods. For each method, two functions are provided. One function is for assessing the predictive errors and accuracy of the method based on cross-validation. The other one is for generating spatial predictions using the method. For details please see: Li, J., Potter, A., Huang, Z., Daniell, J. J. and Heap, A. (2010) <https:www.ga.gov.au/metadata-gateway/metadata/record/gcat_71407> Li, J., Heap, A. D., Potter, A., Huang, Z. and Daniell, J. (2011) <doi:10.1016/j.csr.2011.05.015> Li, J., Heap, A. D., Potter, A. and Daniell, J. (2011) <doi:10.1016/j.envsoft.2011.07.004> Li, J., Potter, A., Huang, Z. and Heap, A. (2012) <https:www.ga.gov.au/metadata-gateway/metadata/record/74030>.
Author: Jin Li [aut, cre]
Maintainer: Jin Li <jin.li@ga.gov.au>

Diff between spm versions 1.1.0 dated 2018-03-20 and 1.1.1 dated 2018-07-20

 DESCRIPTION            |    8 ++--
 MD5                    |   96 ++++++++++++++++++++++++-------------------------
 R/gbmidwcv.R           |    7 ++-
 R/gbmidwpred.R         |    7 ++-
 R/gbmokcv.R            |    7 ++-
 R/gbmokgbmidwcv.R      |    8 ++--
 R/gbmokgbmidwpred.R    |    8 ++--
 R/gbmokpred.R          |    7 ++-
 R/idwcv.R              |    2 -
 R/idwpred.R            |    2 -
 R/okcv.R               |    2 -
 R/okpred.R             |    2 -
 R/rfidwcv.R            |    7 ++-
 R/rfidwpred.R          |    7 ++-
 R/rfokcv.R             |    4 +-
 R/rfokpred.R           |    7 ++-
 R/rfokrfidwcv.R        |    4 +-
 R/rfokrfidwpred.R      |    8 ++--
 R/rgidwcv.R            |    4 +-
 R/rgidwpred.R          |    4 +-
 R/rgokcv.R             |    4 +-
 R/rgokpred.R           |    4 +-
 R/rgokrgidwcv.R        |    4 +-
 R/rgokrgidwpred.R      |    4 +-
 inst/doc/spm.Rmd       |    2 -
 inst/doc/spm.html      |    8 ++--
 man/gbmidwcv.Rd        |    7 ++-
 man/gbmidwpred.Rd      |    7 ++-
 man/gbmokcv.Rd         |    7 ++-
 man/gbmokgbmidwcv.Rd   |    8 ++--
 man/gbmokgbmidwpred.Rd |    8 ++--
 man/gbmokpred.Rd       |    7 ++-
 man/idwcv.Rd           |    2 -
 man/idwpred.Rd         |    2 -
 man/okcv.Rd            |    2 -
 man/okpred.Rd          |    2 -
 man/rfidwcv.Rd         |    7 ++-
 man/rfidwpred.Rd       |    7 ++-
 man/rfokcv.Rd          |    4 +-
 man/rfokpred.Rd        |    7 ++-
 man/rfokrfidwcv.Rd     |    4 +-
 man/rfokrfidwpred.Rd   |    8 ++--
 man/rgidwcv.Rd         |    4 +-
 man/rgidwpred.Rd       |    4 +-
 man/rgokcv.Rd          |    4 +-
 man/rgokpred.Rd        |    4 +-
 man/rgokrgidwcv.Rd     |    4 +-
 man/rgokrgidwpred.Rd   |    4 +-
 vignettes/spm.Rmd      |    2 -
 49 files changed, 184 insertions(+), 158 deletions(-)

More information about spm at CRAN
Permanent link

Package gam updated to version 1.16 with previous version 1.15 dated 2018-02-25

Title: Generalized Additive Models
Description: Functions for fitting and working with generalized additive models, as described in chapter 7 of "Statistical Models in S" (Chambers and Hastie (eds), 1991), and "Generalized Additive Models" (Hastie and Tibshirani, 1990).
Author: Trevor Hastie
Maintainer: Trevor Hastie <hastie@stanford.edu>

Diff between gam versions 1.15 dated 2018-02-25 and 1.16 dated 2018-07-20

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 R/random.R  |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

More information about gam at CRAN
Permanent link

Package qualtRics (with last version 3.0) was removed from CRAN

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

2018-02-05 3.0
2017-10-27 2.2
2017-06-16 2.0
2017-04-26 1.0
2016-11-29 0.3
2016-10-18 0.1

Permanent link
Package bnclassify (with last version 0.4.0) was removed from CRAN

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

2018-05-08 0.4.0
2018-01-12 0.3.4

Permanent link
Package SensMap (with last version 0.6) was removed from CRAN

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

2018-02-01 0.6
2018-01-29 0.5

Permanent link
Package giRaph (with last version 0.1.2) was removed from CRAN

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

2012-02-13 0.1.2
2008-02-17 0.1-1
2007-04-19 0.0.1.3

Permanent link
Package tmlenet (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:

2015-09-28 0.1.0

Permanent link
Package DescribeDisplay (with last version 0.2.5) was removed from CRAN

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

2016-01-15 0.2.5
2013-07-18 0.2.4

Permanent link
Package phyndr (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:

2015-08-18 0.1.0

Permanent link
Package synthACS (with last version 1.4.2) was removed from CRAN

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

2018-05-01 1.4.2
2017-02-12 1.0.1
2016-09-14 1.0.0
2016-06-28 0.5.4
2016-06-24 0.4.4

Permanent link
Package spark (with last version 2.0.0) was removed from CRAN

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

2017-07-20 2.0.0
2015-07-12 1.0.1
2014-10-14 1.0.0

Permanent link
Package ltmle (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-12-13 1.0-1
2017-10-06 1.0-0
2017-08-24 0.9-10
2017-06-21 0.9-9-3
2016-11-17 0.9-9
2016-04-20 0.9-8
2016-02-25 0.9-7
2015-05-29 0.9-6
2015-05-07 0.9-5
2014-04-22 0.9.3-1
2013-12-12 0.9.3
2013-10-18 0.9.1
2013-05-06 0.9

Permanent link
Package sparsediscrim (with last version 0.2.4) was removed from CRAN

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

2017-08-14 0.2.4

Permanent link
Package collapsibleTree (with last version 0.1.6) was removed from CRAN

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

2017-09-23 0.1.6
2017-07-23 0.1.5
2017-03-22 0.1.4

Permanent link
Package SurvRank (with last version 0.1) was removed from CRAN

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

2015-08-26 0.1

Permanent link
Package stationaRy (with last version 0.4.1) was removed from CRAN

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

2015-10-22 0.4.1
2015-10-12 0.4
2015-06-23 0.3
2015-06-17 0.2

Permanent link
Package trelliscope (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:

2017-09-20 0.9.8
2016-10-03 0.9.7
2016-03-25 0.9.4

Permanent link

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