Sun, 19 Sep 2021

Package VARDetect updated to version 0.1.5 with previous version 0.1.4 dated 2021-09-09

Title: Multiple Change Point Detection in Structural VAR Models
Description: Implementations of Thresholded Block Segmentation Scheme (TBSS) and Low-rank plus Sparse Two Step Procedure (LSTSP) algorithms for detecting multiple changes in structural VAR models. The package aims to address the problem of change point detection in piece-wise stationary VAR models, under different settings regarding the structure of their transition matrices (autoregressive dynamics); specifically, the following cases are included: (i) (weakly) sparse, (ii) structured sparse, and (iii) low rank plus sparse. It includes multiple algorithms and related extensions from Safikhani and Shojaie (2020) <doi:10.1080/01621459.2020.1770097> and Bai, Safikhani and Michailidis (2020) <doi:10.1109/TSP.2020.2993145>.
Author: Yue Bai [aut, cre], Peiliang Bai [aut], Abolfazl Safikhani [aut], George Michailidis [aut]
Maintainer: Yue Bai <baiyue@ufl.edu>

Diff between VARDetect versions 0.1.4 dated 2021-09-09 and 0.1.5 dated 2021-09-19

 DESCRIPTION         |    8 ++++----
 MD5                 |    4 ++--
 src/RcppExports.cpp |    5 +++++
 3 files changed, 11 insertions(+), 6 deletions(-)

More information about VARDetect at CRAN
Permanent link

Package filearray updated to version 0.1.1 with previous version 0.1.0 dated 2021-09-08

Title: File-Backed Array for Out-of-Memory Computation
Description: Stores large arrays in files to avoid occupying large memories. Implemented with super fast gigabyte-level multi-threaded reading/writing via 'OpenMP'. Supports multiple non-character data types (double, float, complex, integer, logical, and raw).
Author: Zhengjia Wang [aut, cre, cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>

Diff between filearray versions 0.1.0 dated 2021-09-08 and 0.1.1 dated 2021-09-19

 filearray-0.1.0/filearray/src/common.cpp                 |only
 filearray-0.1.1/filearray/DESCRIPTION                    |   15 
 filearray-0.1.1/filearray/MD5                            |   73 -
 filearray-0.1.1/filearray/NAMESPACE                      |    7 
 filearray-0.1.1/filearray/NEWS.md                        |   14 
 filearray-0.1.1/filearray/R/RcppExports.R                |   96 +
 filearray-0.1.1/filearray/R/aaa.R                        |    2 
 filearray-0.1.1/filearray/R/bind.R                       |only
 filearray-0.1.1/filearray/R/class_filearray.R            |  169 ++-
 filearray-0.1.1/filearray/R/filearray-package.R          |    7 
 filearray-0.1.1/filearray/R/header.R                     |   21 
 filearray-0.1.1/filearray/R/load.R                       |    6 
 filearray-0.1.1/filearray/R/map.R                        |only
 filearray-0.1.1/filearray/R/mapreduce.R                  |   15 
 filearray-0.1.1/filearray/R/methods.R                    |  146 +-
 filearray-0.1.1/filearray/R/write.R                      |   30 
 filearray-0.1.1/filearray/build                          |only
 filearray-0.1.1/filearray/inst/doc                       |only
 filearray-0.1.1/filearray/man/FileArray-class.Rd         |    1 
 filearray-0.1.1/filearray/man/S3-filearray.Rd            |   21 
 filearray-0.1.1/filearray/man/filearray.Rd               |    2 
 filearray-0.1.1/filearray/man/filearray_bind.Rd          |only
 filearray-0.1.1/filearray/man/fmap.Rd                    |only
 filearray-0.1.1/filearray/src/Makevars                   |only
 filearray-0.1.1/filearray/src/RcppExports.cpp            |  361 ++++--
 filearray-0.1.1/filearray/src/collapse.cpp               |only
 filearray-0.1.1/filearray/src/common.h                   |  310 -----
 filearray-0.1.1/filearray/src/conversion.cpp             |only
 filearray-0.1.1/filearray/src/conversion.h               |only
 filearray-0.1.1/filearray/src/core.cpp                   |only
 filearray-0.1.1/filearray/src/core.h                     |only
 filearray-0.1.1/filearray/src/defs.h                     |only
 filearray-0.1.1/filearray/src/interfaces.cpp             |only
 filearray-0.1.1/filearray/src/load.cpp                   |  806 ++++++---------
 filearray-0.1.1/filearray/src/load.h                     |only
 filearray-0.1.1/filearray/src/map.cpp                    |only
 filearray-0.1.1/filearray/src/mapreduce.cpp              |  312 ++---
 filearray-0.1.1/filearray/src/openmp.cpp                 |    5 
 filearray-0.1.1/filearray/src/openmp.h                   |    8 
 filearray-0.1.1/filearray/src/save.cpp                   |  654 ++++++------
 filearray-0.1.1/filearray/src/save.h                     |only
 filearray-0.1.1/filearray/src/serialize.cpp              |only
 filearray-0.1.1/filearray/src/serialize.h                |only
 filearray-0.1.1/filearray/src/utils.cpp                  |only
 filearray-0.1.1/filearray/src/utils.h                    |only
 filearray-0.1.1/filearray/tests/testthat/test-collapse.R |only
 filearray-0.1.1/filearray/tests/testthat/test-cpp.R      |  234 ++++
 filearray-0.1.1/filearray/tests/testthat/test-map.R      |only
 filearray-0.1.1/filearray/vignettes                      |only
 49 files changed, 1841 insertions(+), 1474 deletions(-)

More information about filearray at CRAN
Permanent link

Package sunburstR updated to version 2.1.6 with previous version 2.1.5 dated 2020-10-08

Title: Sunburst 'Htmlwidget'
Description: Make interactive 'd3.js' sequence sunburst diagrams in R with the convenience and infrastructure of an 'htmlwidget'.
Author: Mike Bostock [aut, cph] (d3.js library, http://d3js.org), Kerry Rodden [aut, cph] (sequences library in htmlwidgets/lib, https://gist.github.com/kerryrodden/7090426), Kevin Warne [aut, cph] (d2b sunburst library in htmlwidgets/lib, https://github.com/d2bjs/d2b), Kent Russell [aut, cre] (R interface), Florian Breitwieser [ctb] (R interface), CJ Yetman [ctb] (R interface, <https://orcid.org/0000-0001-5099-9500>)
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>

Diff between sunburstR versions 2.1.5 dated 2020-10-08 and 2.1.6 dated 2021-09-19

 DESCRIPTION                         |   11 
 MD5                                 |   12 
 NEWS.md                             |    4 
 README.md                           |    2 
 build/vignette.rds                  |binary
 inst/doc/sunburst-2-0-0.html        |12040 ------------------------------------
 inst/htmlwidgets/lib/d2b/d2b.min.js |    2 
 7 files changed, 96 insertions(+), 11975 deletions(-)

More information about sunburstR at CRAN
Permanent link

Package SimInf updated to version 8.4.0 with previous version 8.3.2 dated 2021-06-30

Title: A Framework for Data-Driven Stochastic Disease Spread Simulations
Description: Provides an efficient and very flexible framework to conduct data-driven epidemiological modeling in realistic large scale disease spread simulations. The framework integrates infection dynamics in subpopulations as continuous-time Markov chains using the Gillespie stochastic simulation algorithm and incorporates available data such as births, deaths and movements as scheduled events at predefined time-points. Using C code for the numerical solvers and 'OpenMP' (if available) to divide work over multiple processors ensures high performance when simulating a sample outcome. One of our design goals was to make the package extendable and enable usage of the numerical solvers from other R extension packages in order to facilitate complex epidemiological research. The package contains template models and can be extended with user-defined models. For more details see the paper by Widgren, Bauer, Eriksson and Engblom (2019) <doi:10.18637/jss.v091.i12>. The package also provides functionality to fit models to time series data using the Approximate Bayesian Computation Sequential Monte Carlo ('ABC-SMC') algorithm of Toni and others (2009) <doi:10.1098/rsif.2008.0172>.
Author: Stefan Widgren [aut, cre] (<https://orcid.org/0000-0001-5745-2284>), Robin Eriksson [aut] (<https://orcid.org/0000-0002-4291-712X>), Stefan Engblom [aut] (<https://orcid.org/0000-0002-3614-1732>), Pavol Bauer [aut] (<https://orcid.org/0000-0003-4328-7171>), Thomas Rosendal [ctb] (<https://orcid.org/0000-0002-6576-9668>), Attractive Chaos [cph] (Author of 'kvec.h'.)
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>

Diff between SimInf versions 8.3.2 dated 2021-06-30 and 8.4.0 dated 2021-09-19

 DESCRIPTION                    |   18 +--
 MD5                            |   49 ++++-----
 NAMESPACE                      |    9 +
 NEWS.md                        |   14 ++
 R/SimInf_events.R              |  217 +++++++++++++++++++----------------------
 R/SimInf_model.R               |  143 ++++++++++++---------------
 R/abc.R                        |    8 -
 R/classes.R                    |only
 R/punchcard.R                  |   45 +++++---
 build/partial.rdb              |binary
 build/vignette.rds             |binary
 inst/doc/SimInf.pdf            |binary
 inst/doc/scheduled-events.html |  110 +++++++++++++-------
 man/SimInf_events-class.Rd     |    2 
 man/SimInf_model-class.Rd      |    2 
 man/events.Rd                  |    3 
 man/gdata-set.Rd               |    3 
 man/gdata.Rd                   |    3 
 man/ldata.Rd                   |    3 
 man/punchcard-set.Rd           |    3 
 man/select_matrix-set.Rd       |    3 
 man/select_matrix.Rd           |    3 
 man/shift_matrix-set.Rd        |    3 
 man/shift_matrix.Rd            |    3 
 tests/SIR.R                    |    9 -
 tests/SimInf_model.R           |    5 
 26 files changed, 362 insertions(+), 296 deletions(-)

More information about SimInf at CRAN
Permanent link

Package splines2 updated to version 0.4.5 with previous version 0.4.4 dated 2021-08-16

Title: Regression Spline Functions and Classes
Description: Constructs basis matrix of B-splines, M-splines, I-splines, convex splines (C-splines), periodic M-splines, natural cubic splines, generalized Bernstein polynomials, and their integrals (except C-splines) and derivatives of given order by close-form recursive formulas. It also contains a C++ head-only library integrated with Rcpp. See Wang and Yan (2021) <doi:10.6339/21-JDS1020> for details.
Author: Wenjie Wang [aut, cre] (<https://orcid.org/0000-0003-0363-3180>), Jun Yan [aut] (<https://orcid.org/0000-0003-4401-7296>)
Maintainer: Wenjie Wang <wang@wwenjie.org>

Diff between splines2 versions 0.4.4 dated 2021-08-16 and 0.4.5 dated 2021-09-19

 DESCRIPTION                                 |    6 +-
 MD5                                         |   14 ++---
 NEWS.md                                     |   13 ++++-
 README.md                                   |   69 +++++++++++++++-------------
 inst/CITATION                               |    2 
 inst/doc/splines2-intro.html                |    4 -
 inst/doc/splines2-wi-rcpp.html              |    4 -
 inst/include/splines2Armadillo/SplineBase.h |   36 ++++++--------
 8 files changed, 79 insertions(+), 69 deletions(-)

More information about splines2 at CRAN
Permanent link

Package redist updated to version 3.1.4 with previous version 3.1.3 dated 2021-09-14

Title: Simulation Methods for Legislative Redistricting
Description: Enables researchers to sample redistricting plans from a pre-specified target distribution using Sequential Monte Carlo and Markov Chain Monte Carlo algorithms. The package allows for the implementation of various constraints in the redistricting process such as geographic compactness and population parity requirements. Tools for analysis such as computation of various summary statistics and plotting functionality are also included. The package implements methods described in Fifield, Higgins, Imai and Tarr (2020) <doi:10.1080/10618600.2020.1739532>, Fifield, Imai, Kawahara, and Kenny (2020) <doi:10.1080/2330443X.2020.1791773>, and McCartan and Imai (2020) <arXiv:2008.06131>.
Author: Christopher T. Kenny [aut, cre], Cory McCartan [aut], Ben Fifield [aut], Kosuke Imai [aut], Jun Kawahara [ctb], Alexander Tarr [ctb], Michael Higgins [ctb]
Maintainer: Christopher T. Kenny <christopherkenny@fas.harvard.edu>

Diff between redist versions 3.1.3 dated 2021-09-14 and 3.1.4 dated 2021-09-19

 DESCRIPTION               |    8 ++++----
 MD5                       |    8 ++++----
 NEWS.md                   |    3 +++
 inst/doc/glossary.html    |    4 ++--
 tests/testthat/test_smc.R |   10 ++++++----
 5 files changed, 19 insertions(+), 14 deletions(-)

More information about redist at CRAN
Permanent link

Package PupillometryR updated to version 0.0.4 with previous version 0.0.3 dated 2020-06-12

Title: A Unified Pipeline for Pupillometry Data
Description: Provides a unified pipeline to clean, prepare, plot, and run basic analyses on pupillometry experiments.
Author: Samuel Forbes [aut, cre], David Robinson [ctb]
Maintainer: Samuel Forbes <samuel.h.forbes@gmail.com>

Diff between PupillometryR versions 0.0.3 dated 2020-06-12 and 0.0.4 dated 2021-09-19

 DESCRIPTION                              |    8 
 MD5                                      |   25 
 NEWS.md                                  |   18 
 R/baseline_data.R                        |    6 
 R/calculate_mean_pupil_size.R            |   18 
 R/functional_data.R                      |   46 +
 R/subset_data.R                          |   13 
 README.md                                |   27 -
 build/vignette.rds                       |binary
 inst/CITATION                            |only
 inst/doc/PupillometryR.Rmd               |    8 
 inst/doc/PupillometryR.html              |  795 ++++++++++++-------------------
 man/figures/README-unnamed-chunk-2-1.png |binary
 vignettes/PupillometryR.Rmd              |    8 
 14 files changed, 432 insertions(+), 540 deletions(-)

More information about PupillometryR at CRAN
Permanent link

Package dtwSat updated to version 0.2.7 with previous version 0.2.6 dated 2020-03-02

Title: Time-Weighted Dynamic Time Warping for Satellite Image Time Series Analysis
Description: Provides an implementation of the Time-Weighted Dynamic Time Warping (TWDTW) method for land cover mapping using satellite image time series. TWDTW compares unclassified satellite image time series with a set of known temporal patterns (e.g. phenological cycles associated with the vegetation). Using 'dtwSat' the user can build temporal patterns for land cover types, apply the TWDTW analysis for satellite datasets, visualize the results of the time series analysis, produce land cover maps, create temporal plots for land cover change, and compute accuracy assessment metrics.
Author: Victor Maus [aut, cre] (<https://orcid.org/0000-0002-7385-4723>), Marius Appel [ctb] (<https://orcid.org/0000-0001-5281-3896>), Nikolas Kuschnig [ctb] (<https://orcid.org/0000-0002-6642-2543>), Toni Giorgino [ctb]
Maintainer: Victor Maus <vwmaus1@gmail.com>

Diff between dtwSat versions 0.2.6 dated 2020-03-02 and 0.2.7 dated 2021-09-19

 dtwSat-0.2.6/dtwSat/R/twdtwApplyParallel.R            |only
 dtwSat-0.2.6/dtwSat/man/twdtwApplyParallel.Rd         |only
 dtwSat-0.2.6/dtwSat/man/twdtw_reduce_time.Rd          |only
 dtwSat-0.2.7/dtwSat/DESCRIPTION                       |   19 +--
 dtwSat-0.2.7/dtwSat/MD5                               |  106 ++++++++----------
 dtwSat-0.2.7/dtwSat/NAMESPACE                         |    6 -
 dtwSat-0.2.7/dtwSat/NEWS.md                           |   10 +
 dtwSat-0.2.7/dtwSat/R/getTimeSeries.R                 |    2 
 dtwSat-0.2.7/dtwSat/R/linearWeight.R                  |    2 
 dtwSat-0.2.7/dtwSat/R/logisticWeight.R                |    4 
 dtwSat-0.2.7/dtwSat/R/methods.R                       |   17 --
 dtwSat-0.2.7/dtwSat/R/miscellaneous.R                 |    2 
 dtwSat-0.2.7/dtwSat/R/plotCostMatrix.R                |    6 -
 dtwSat-0.2.7/dtwSat/R/plotPaths.R                     |    4 
 dtwSat-0.2.7/dtwSat/R/twdtw.R                         |    2 
 dtwSat-0.2.7/dtwSat/R/twdtwApply.R                    |   16 +-
 dtwSat-0.2.7/dtwSat/R/twdtwAssess.R                   |    4 
 dtwSat-0.2.7/dtwSat/R/twdtw_reduce_time.R             |   54 ++++-----
 dtwSat-0.2.7/dtwSat/R/zzz.R                           |    1 
 dtwSat-0.2.7/dtwSat/build/partial.rdb                 |binary
 dtwSat-0.2.7/dtwSat/man/MOD13Q1.MT.yearly.patterns.Rd |    4 
 dtwSat-0.2.7/dtwSat/man/MOD13Q1.patterns.list.Rd      |    6 -
 dtwSat-0.2.7/dtwSat/man/MOD13Q1.ts.Rd                 |    6 -
 dtwSat-0.2.7/dtwSat/man/MOD13Q1.ts.labels.Rd          |    6 -
 dtwSat-0.2.7/dtwSat/man/MOD13Q1.ts.list.Rd            |    6 -
 dtwSat-0.2.7/dtwSat/man/createPatterns.Rd             |   25 +++-
 dtwSat-0.2.7/dtwSat/man/get.Rd                        |   10 -
 dtwSat-0.2.7/dtwSat/man/getTimeSeries.Rd              |    4 
 dtwSat-0.2.7/dtwSat/man/logisticWeight.Rd             |    2 
 dtwSat-0.2.7/dtwSat/man/plot.Rd                       |    4 
 dtwSat-0.2.7/dtwSat/man/plotAccuracy.Rd               |   10 +
 dtwSat-0.2.7/dtwSat/man/plotAdjustedArea.Rd           |    9 +
 dtwSat-0.2.7/dtwSat/man/plotAlignments.Rd             |    9 +
 dtwSat-0.2.7/dtwSat/man/plotArea.Rd                   |   12 +-
 dtwSat-0.2.7/dtwSat/man/plotChanges.Rd                |   10 +
 dtwSat-0.2.7/dtwSat/man/plotClassification.Rd         |    9 +
 dtwSat-0.2.7/dtwSat/man/plotCostMatrix.Rd             |    8 +
 dtwSat-0.2.7/dtwSat/man/plotMapSamples.Rd             |   14 --
 dtwSat-0.2.7/dtwSat/man/plotMaps.Rd                   |   10 +
 dtwSat-0.2.7/dtwSat/man/plotMatches.Rd                |   11 +
 dtwSat-0.2.7/dtwSat/man/plotPaths.Rd                  |    3 
 dtwSat-0.2.7/dtwSat/man/reexports.Rd                  |    2 
 dtwSat-0.2.7/dtwSat/man/resampleTimeSeries.Rd         |    1 
 dtwSat-0.2.7/dtwSat/man/shiftDates.Rd                 |    1 
 dtwSat-0.2.7/dtwSat/man/subset.Rd                     |    4 
 dtwSat-0.2.7/dtwSat/man/twdtwApply.Rd                 |   88 ++++++++++----
 dtwSat-0.2.7/dtwSat/man/twdtwAssess.Rd                |   54 ++++-----
 dtwSat-0.2.7/dtwSat/man/twdtwAssessment-class.Rd      |    1 
 dtwSat-0.2.7/dtwSat/man/twdtwClassify.Rd              |   55 +++++----
 dtwSat-0.2.7/dtwSat/man/twdtwCrossValidate.Rd         |    1 
 dtwSat-0.2.7/dtwSat/man/twdtwCrossValidation-class.Rd |    1 
 dtwSat-0.2.7/dtwSat/man/twdtwMatches-class.Rd         |    4 
 dtwSat-0.2.7/dtwSat/man/twdtwRaster-class.Rd          |   15 +-
 dtwSat-0.2.7/dtwSat/man/twdtwReduceTime.Rd            |only
 dtwSat-0.2.7/dtwSat/man/twdtwTimeSeries-class.Rd      |    1 
 dtwSat-0.2.7/dtwSat/man/twdtwXtable.Rd                |   32 ++++-
 56 files changed, 398 insertions(+), 295 deletions(-)

More information about dtwSat at CRAN
Permanent link

Package coronavirus updated to version 0.3.30 with previous version 0.3.22 dated 2021-05-29

Title: The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset
Description: Provides a daily summary of the Coronavirus (COVID-19) cases by state/province. Data source: Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus <https://systems.jhu.edu/research/public-health/ncov/>.
Author: Rami Krispin [aut, cre], Jarrett Byrnes [aut] (<https://orcid.org/0000-0002-9791-9472>)
Maintainer: Rami Krispin <rami.krispin@gmail.com>

Diff between coronavirus versions 0.3.22 dated 2021-05-29 and 0.3.30 dated 2021-09-19

 coronavirus-0.3.22/coronavirus/man/figures/total_cases.png           |only
 coronavirus-0.3.22/coronavirus/man/figures/total_cases.svg           |only
 coronavirus-0.3.22/coronavirus/man/figures/treemap_conf.png          |only
 coronavirus-0.3.30/coronavirus/DESCRIPTION                           |    8 
 coronavirus-0.3.30/coronavirus/MD5                                   |   33 
 coronavirus-0.3.30/coronavirus/NEWS.md                               |   70 +-
 coronavirus-0.3.30/coronavirus/R/data.R                              |   45 +
 coronavirus-0.3.30/coronavirus/R/data_refresh.R                      |    2 
 coronavirus-0.3.30/coronavirus/R/refresh_coronvirus.R                |   28 
 coronavirus-0.3.30/coronavirus/README.md                             |  342 ++++++----
 coronavirus-0.3.30/coronavirus/data/coronavirus.rda                  |binary
 coronavirus-0.3.30/coronavirus/data/covid19_vaccine.rda              |only
 coronavirus-0.3.30/coronavirus/inst/doc/update_dataset_function.R    |    7 
 coronavirus-0.3.30/coronavirus/inst/doc/update_dataset_function.Rmd  |   12 
 coronavirus-0.3.30/coronavirus/inst/doc/update_dataset_function.html |   53 -
 coronavirus-0.3.30/coronavirus/man/covid19_vaccine.Rd                |only
 coronavirus-0.3.30/coronavirus/man/figures/brazil_cases.svg          |only
 coronavirus-0.3.30/coronavirus/man/figures/top20_countries.svg       |only
 coronavirus-0.3.30/coronavirus/man/figures/treemap_conf.svg          |    2 
 coronavirus-0.3.30/coronavirus/tests/testthat/test-data_valid.R      |   15 
 coronavirus-0.3.30/coronavirus/vignettes/update_dataset_function.Rmd |   12 
 21 files changed, 433 insertions(+), 196 deletions(-)

More information about coronavirus at CRAN
Permanent link

Package coop updated to version 0.6-3 with previous version 0.6-2 dated 2019-04-22

Title: Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations
Description: Fast implementations of the co-operations: covariance, correlation, and cosine similarity. The implementations are fast and memory-efficient and their use is resolved automatically based on the input data, handled by R's S3 methods. Full descriptions of the algorithms and benchmarks are available in the package vignettes.
Author: Drew Schmidt [aut, cre], Christian Heckendorf [ctb] (Caught some memory errors.)
Maintainer: Drew Schmidt <wrathematics@gmail.com>

Diff between coop versions 0.6-2 dated 2019-04-22 and 0.6-3 dated 2021-09-19

 coop-0.6-2/coop/configure            |only
 coop-0.6-2/coop/configure.ac         |only
 coop-0.6-2/coop/configure.win        |only
 coop-0.6-3/coop/ChangeLog            |    3 ++
 coop-0.6-3/coop/DESCRIPTION          |    6 ++---
 coop-0.6-3/coop/MD5                  |   25 +++++++++-------------
 coop-0.6-3/coop/README.md            |    4 +--
 coop-0.6-3/coop/src/R_checks.c       |    3 +-
 coop-0.6-3/coop/src/R_naomit.c       |    3 +-
 coop-0.6-3/coop/src/R_wrapper.c      |    9 +++++---
 coop-0.6-3/coop/src/dense.c          |    3 +-
 coop-0.6-3/coop/src/dense_inplace.c  |    4 ++-
 coop-0.6-3/coop/src/dense_pairwise.c |   39 ++++++++++++++++++++---------------
 coop-0.6-3/coop/src/scale.c          |    3 +-
 coop-0.6-3/coop/src/utils/fill.h     |    5 ++--
 15 files changed, 62 insertions(+), 45 deletions(-)

More information about coop at CRAN
Permanent link

Package AdhereRViz updated to version 0.2.0 with previous version 0.1.0 dated 2020-05-16

Title: Adherence to Medications
Description: Interactive graphical user interface (GUI) for the package 'AdhereR', allowing the user to access different data sources, to explore the patterns of medication use therein, and the computation of various measures of adherence. It is implemented using Shiny and HTML/CSS/JavaScript.
Author: Dan Dediu [aut, cre], Alexandra Dima [aut], Samuel Allemann [aut]
Maintainer: Dan Dediu <ddediu@gmail.com>

Diff between AdhereRViz versions 0.1.0 dated 2020-05-16 and 0.2.0 dated 2021-09-19

 AdhereRViz-0.1.0/AdhereRViz/inst/interactivePlotShiny/www/adherer-logo.png |only
 AdhereRViz-0.2.0/AdhereRViz/DESCRIPTION                                    |   21 
 AdhereRViz-0.2.0/AdhereRViz/MD5                                            |   33 
 AdhereRViz-0.2.0/AdhereRViz/NAMESPACE                                      |   92 
 AdhereRViz-0.2.0/AdhereRViz/R/adhererviz.R                                 |   75 
 AdhereRViz-0.2.0/AdhereRViz/build/vignette.rds                             |binary
 AdhereRViz-0.2.0/AdhereRViz/inst/CITATION                                  |   40 
 AdhereRViz-0.2.0/AdhereRViz/inst/doc/adherer_interctive_plots.R            |  272 
 AdhereRViz-0.2.0/AdhereRViz/inst/doc/adherer_interctive_plots.Rmd          | 1294 -
 AdhereRViz-0.2.0/AdhereRViz/inst/doc/adherer_interctive_plots.html         | 1873 -
 AdhereRViz-0.2.0/AdhereRViz/inst/interactivePlotShiny/app.R                | 9788 +++++-----
 AdhereRViz-0.2.0/AdhereRViz/inst/interactivePlotShiny/r-code-highlight.css |  142 
 AdhereRViz-0.2.0/AdhereRViz/inst/interactivePlotShiny/rsconnect            |only
 AdhereRViz-0.2.0/AdhereRViz/inst/interactivePlotShiny/www/AdhereR-logo.png |only
 AdhereRViz-0.2.0/AdhereRViz/man/plot_interactive_cma.Rd                    |  340 
 AdhereRViz-0.2.0/AdhereRViz/vignettes/adherer_interctive_plots.Rmd         | 1294 -
 AdhereRViz-0.2.0/AdhereRViz/vignettes/shiny-groups-panel-1.jpg             |only
 AdhereRViz-0.2.0/AdhereRViz/vignettes/shiny-groups-panel-2.jpg             |only
 AdhereRViz-0.2.0/AdhereRViz/vignettes/shiny-medgroups-plot.jpg             |only
 AdhereRViz-0.2.0/AdhereRViz/vignettes/shiny-medgroups-select.jpg           |only
 20 files changed, 7956 insertions(+), 7308 deletions(-)

More information about AdhereRViz at CRAN
Permanent link

Package acled.api updated to version 1.1.4 with previous version 1.1.3 dated 2021-03-28

Title: Automated Retrieval of ACLED Conflict Event Data
Description: Access and manage the application programming interface (API) of the Armed Conflict Location & Event Data Project (ACLED) at <https://acleddata.com/>. The package makes it easy to retrieve a user-defined sample (or all of the available data) of ACLED, enabling a seamless integration of regular data updates into the research work flow. It requires a minimal number of dependencies. See the package's README file for a note on replicability when drawing on ACLED data. When using this package, you acknowledge that you have read ACLED's terms and conditions of use, and that you agree with their attribution requirements.
Author: Christoph Dworschak [aut, cre] (<https://orcid.org/0000-0003-0196-9545>), Rob Williams [ctb] (<https://orcid.org/0000-0001-9259-3883>)
Maintainer: Christoph Dworschak <dworschak@posteo.de>

Diff between acled.api versions 1.1.3 dated 2021-03-28 and 1.1.4 dated 2021-09-19

 DESCRIPTION                 |   13 +--
 MD5                         |   17 ++--
 NAMESPACE                   |    1 
 NEWS.md                     |    8 +
 R/acled.api.R               |   48 +++++++++--
 R/acled.api.internal.R      |    2 
 R/supp.fun.R                |   17 +++-
 README.md                   |   42 ++++-----
 man/get.api.regions.Rd      |only
 tests/testthat/test-acled.R |  186 ++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 285 insertions(+), 49 deletions(-)

More information about acled.api at CRAN
Permanent link

Package recosystem updated to version 0.5 with previous version 0.4.5 dated 2021-05-14

Title: Recommender System using Matrix Factorization
Description: R wrapper of the 'libmf' library <https://www.csie.ntu.edu.tw/~cjlin/libmf/> for recommender system using matrix factorization. It is typically used to approximate an incomplete matrix using the product of two matrices in a latent space. Other common names for this task include "collaborative filtering", "matrix completion", "matrix recovery", etc. High performance multi-core parallel computing is supported in this package.
Author: Yixuan Qiu, David Cortes, Chih-Jen Lin, Yu-Chin Juan, Wei-Sheng Chin, Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other contributors. See file AUTHORS for details.
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>

Diff between recosystem versions 0.4.5 dated 2021-05-14 and 0.5 dated 2021-09-19

 DESCRIPTION                |   16 +-
 MD5                        |   44 +++---
 NAMESPACE                  |    6 
 R/DataSource.R             |   39 ++++-
 R/RecoModel.R              |    6 
 R/RecoSys.R                |  294 ++++++++++++++++++++++++++++-----------------
 README.md                  |    1 
 build/vignette.rds         |binary
 inst/NEWS.Rd               |   14 +-
 inst/doc/introduction.Rmd  |   11 -
 inst/doc/introduction.html |  100 +++++----------
 man/data_source.Rd         |   29 +++-
 man/output.Rd              |    3 
 man/predict.Rd             |   20 ++-
 man/train.Rd               |   25 +++
 man/tune.Rd                |    3 
 src/mf.cpp                 |    4 
 src/reco-predict.cpp       |   32 +++-
 src/reco-train.cpp         |   56 ++++++++
 src/reco-utils.h           |   16 ++
 src/register_routines.c    |    2 
 src/register_routines.h    |    2 
 vignettes/introduction.Rmd |   11 -
 23 files changed, 480 insertions(+), 254 deletions(-)

More information about recosystem at CRAN
Permanent link

Package LCCR updated to version 1.1 with previous version 1.0 dated 2021-08-23

Title: Latent Class Capture Recapture Models
Description: Estimation of latent class models with individual covariates for capture recapture data. See Forcina and Bartolucci (2021)<arxiv:2106.03811>.
Author: Francesco Bartolucci [aut, cre], Antonio Forcina [aut]
Maintainer: Francesco Bartolucci <francesco.bartolucci@unipg.it>

Diff between LCCR versions 1.0 dated 2021-08-23 and 1.1 dated 2021-09-19

 DESCRIPTION              |    8 +--
 MD5                      |   29 ++++++------
 NAMESPACE                |    3 -
 R/design_matrix_logit.R  |    5 ++
 R/design_matrix_loglin.R |   17 ++++---
 R/estLCCR.R              |  113 ++++++++++++++++-------------------------------
 R/freq_data.R            |only
 R/lkLCCR.R               |only
 R/plot.confLCCR.R        |    2 
 R/print.confLCCR.R       |    4 +
 R/print.estLCCR.R        |    1 
 R/summary.confLCCR.R     |    4 +
 R/summary.estLCCR.R      |   39 ++++++++++++----
 build/partial.rdb        |binary
 man/aggr_data.Rd         |    6 ++
 man/estLCCR.Rd           |    6 ++
 man/freq_data.Rd         |only
 17 files changed, 126 insertions(+), 111 deletions(-)

More information about LCCR at CRAN
Permanent link

Package MultivariateAnalysis updated to version 0.4.2 with previous version 0.4.1 dated 2021-09-03

Title: Pacote Para Analise Multivariada
Description: Package with multivariate analysis methodologies for experiment evaluation. The package estimates dissimilarity measures, builds dendrograms, obtains MANOVA, principal components, canonical variables, etc. (Pacote com metodologias de analise multivariada para avaliação de experimentos. O pacote estima medidas de dissimilaridade, construi de dendogramas, obtem a MANOVA, componentes principais, variáveis canônicas, etc.)
Author: Alcinei Mistico Azevedo [aut, cre] (<https://orcid.org/0000-0001-5196-0851>)
Maintainer: Alcinei Mistico Azevedo <alcineimistico@hotmail.com>

Diff between MultivariateAnalysis versions 0.4.1 dated 2021-09-03 and 0.4.2 dated 2021-09-19

 DESCRIPTION                                       |    6 ++---
 MD5                                               |   26 +++++++++++-----------
 NEWS.md                                           |    4 +++
 R/MANOVA.R                                        |    2 -
 R/VariaveisCanonicas.R                            |    2 -
 R/VariaveisCanonicas2.R                           |    2 -
 inst/doc/Exemplo_dados_DBC_Misto.html             |   10 ++++----
 inst/doc/Exemplo_dados_binarios.html              |    8 +++---
 inst/doc/Exemplo_dados_misto.html                 |   12 +++++-----
 inst/doc/Exemplo_dados_multicategoricos.html      |    4 +--
 inst/doc/Exemplo_dados_quantitativos_DBC.html     |    6 ++---
 inst/doc/Exemplo_dados_quantitativos_DIC.html     |    8 +++---
 inst/doc/Exemplo_dados_quantitativos_FAT_DBC.html |    6 ++---
 inst/doc/Exemplo_dados_quantitativos_Med.html     |    4 +--
 14 files changed, 52 insertions(+), 48 deletions(-)

More information about MultivariateAnalysis at CRAN
Permanent link

Package haploR updated to version 4.0.6 with previous version 4.0.4 dated 2021-09-06

Title: Query 'HaploReg', 'RegulomeDB'
Description: A set of utilities for querying 'HaploReg' <https://pubs.broadinstitute.org/mammals/haploreg/haploreg.php>, 'RegulomeDB' <https://www.regulomedb.org/regulome-search/> web-based tools. The package connects to 'HaploReg', 'RegulomeDB' searches and downloads results, without opening web pages, directly from R environment. Results are stored in a data frame that can be directly used in various kinds of downstream analyses.
Author: Ilya Y. Zhbannikov [aut, cre], Konstantin G. Arbeev [aut], Anatoliy I. Yashin [aut]
Maintainer: Ilya Y. Zhbannikov <ilya.zhbannikov@duke.edu>

Diff between haploR versions 4.0.4 dated 2021-09-06 and 4.0.6 dated 2021-09-19

 DESCRIPTION                   |    8 -
 MD5                           |   24 ++--
 R/haploreg.R                  |  192 ++++++++++++++++++++--------------
 R/regulome.R                  |   13 +-
 R/regulomeSearch.R            |   23 +---
 R/regulomeSummary.R           |    3 
 R/utils.R                     |    2 
 build/vignette.rds            |binary
 inst/NEWS                     |    4 
 inst/doc/haplor-vignette.R    |   70 ++++++------
 inst/doc/haplor-vignette.Rmd  |   10 -
 inst/doc/haplor-vignette.html |  231 ++++--------------------------------------
 vignettes/haplor-vignette.Rmd |   10 -
 13 files changed, 217 insertions(+), 373 deletions(-)

More information about haploR at CRAN
Permanent link

Package beastier updated to version 2.4.8 with previous version 2.4.7 dated 2021-09-07

Title: Call 'BEAST2'
Description: 'BEAST2' (<https://www.beast2.org>) is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/protein data and many model priors to create a posterior of jointly estimated phylogenies and parameters. 'BEAST2' is a command-line tool. This package provides a way to call 'BEAST2' from an 'R' function call.
Author: Richèl J.C. Bilderbeek [aut, cre] (<https://orcid.org/0000-0003-1107-7049>), Joëlle Barido-Sottani [rev] (Joëlle reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/209), David Winter [rev] (David reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/209), Jason Griffiths [ctb] (<https://orcid.org/0000-0002-1667-8233>), Thijs Janzen [ctb]
Maintainer: Richèl J.C. Bilderbeek <richel@richelbilderbeek.nl>

Diff between beastier versions 2.4.7 dated 2021-09-07 and 2.4.8 dated 2021-09-19

 DESCRIPTION                     |    6 +-
 MD5                             |    8 +--
 R/check_empty_beastier_folder.R |    2 
 inst/WORDLIST                   |    1 
 inst/doc/demo.html              |   97 +---------------------------------------
 5 files changed, 13 insertions(+), 101 deletions(-)

More information about beastier at CRAN
Permanent link

Package rnpn (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:

2021-04-07 1.2.1

Permanent link
New package nmarank with initial version 0.2-3
Package: nmarank
Title: Complex Hierarchy Questions in Network Meta-Analysis
Version: 0.2-3
Date: 2021-09-16
Depends: R (>= 3.3.1), meta (>= 4.19-1), netmeta (>= 1.5-0), data.tree, mvtnorm, tidyr
Imports: dplyr, tibble, rlang
Suggests: testthat
Author: Adriani Nikolakopoulou [aut], Guido Schwarzer [aut] (<https://orcid.org/0000-0001-6214-9087>), Theodoros Papakonstantinou [aut, cre] (<https://orcid.org/0000-0002-6630-6817>)
Maintainer: Theodoros Papakonstantinou <dev@tpapak.com>
URL: https://github.com/esm-ispm-unibe-ch/nmarank
Description: Derives the most frequent hierarchies along with their probability of occurrence. One can also define complex hierarchy criteria and calculate their probability. Methodology based on Papakonstantinou et al. (2021) <DOI:10.21203/rs.3.rs-858140/v1>.
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-09-17 08:08:14 UTC; tosku
Repository: CRAN
Date/Publication: 2021-09-19 07:20:02 UTC

More information about nmarank at CRAN
Permanent link

New package coreheat with initial version 0.2.2
Package: coreheat
Title: Correlation Heatmaps
Version: 0.2.2
Date: 2021-09-13
Author: Vidal Fey [aut, cre], Henri Sara [aut]
Maintainer: Vidal Fey <vidal.fey@gmail.com>
Description: Create correlation heatmaps from a numeric matrix. Ensembl Gene ID row names can be converted to Gene Symbols using, e.g., BioMart. Optionally, data can be clustered and filtered by correlation, tree cutting and/or number of missing values. Genes of interest can be highlighted in the plot and correlation significance be indicated by asterisks encoding corresponding P-Values. Plot dimensions and label measures are adjusted automatically by default. The plot features rely on the heatmap.n2() function in the 'heatmapFlex' package.
Depends: Biobase
Imports: WGCNA, heatmapFlex, convertid (>= 0.1.3), methods, graphics, grDevices
License: GPL-3
Encoding: UTF-8
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-13 09:15:42 UTC; fsvife
Repository: CRAN
Date/Publication: 2021-09-19 07:20:05 UTC

More information about coreheat at CRAN
Permanent link

Package MoBPS (with last version 1.6.54) was removed from CRAN

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

2021-08-23 1.6.54

Permanent link
Package RefFreeEWAS (with last version 2.2) was removed from CRAN

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

2018-12-14 2.2
2017-02-25 2.1
2016-01-29 2.0
2014-07-31 1.3
2014-03-05 1.2
2013-12-04 1.01

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

2019-10-03 0.1.0

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

2021-05-10 1.0.2
2019-02-07 1.0.1
2018-05-07 1.0.0

Permanent link
Package basifoR (with last version 0.3) was removed from CRAN

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

2021-03-05 0.3

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

2021-05-02 1.0.1
2021-04-18 1.0.0
2021-01-08 0.9.9
2020-08-03 0.9.8

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

2019-12-18 1.1.0
2018-10-30 1.0.0

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

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

2017-11-22 0.1.0

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

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

2021-06-12 1.2.0
2021-01-13 1.1.2
2020-03-31 1.1.1
2019-08-05 1.1.0

Permanent link
New package SEAA with initial version 0.9.6
Package: SEAA
Title: Splicing Efficiency Analysis and Annotation
Version: 0.9.6
Description: The aim of 'SEAA' is to provide convenient and rapid splicing efficiency calculation and splicing sites annotation function using next generation sequencing data. Aligned files and a processed splicing sites annotation file are needed. The task can be finished in several minutes using multi-core computing with the assistance of 'Rsubread'. Plots of splicing status type and Cumulative Distribution Function (CDF) and annotated valid splicing efficiency can be exported.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
biocViews:
Imports: clusterProfiler, ggforce, ggplot2, ggpubr, ggrepel, grDevices, gridExtra, org.Hs.eg.db, org.Mm.eg.db, reshape2, Rsubread, stats, tidyr, utils
Suggests: testthat (>= 3.0.0)
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2021-09-17 06:09:45 UTC; wzx
Author: Zixiang Wang [aut, cre] (<https://orcid.org/0000-0001-5252-9764>), Zhaojian Liu [aut]
Maintainer: Zixiang Wang <wangzixiang@mail.sdu.edu.cn>
Repository: CRAN
Date/Publication: 2021-09-19 06:30:02 UTC

More information about SEAA at CRAN
Permanent link

Package jsTreeR updated to version 1.4.0 with previous version 1.3.1 dated 2021-08-14

Title: A Wrapper of the JavaScript Library 'jsTree'
Description: Creates interactive trees that can be included in 'Shiny' apps and R markdown documents. A tree allows to represent hierarchical data (e.g. the contents of a directory). Similar to the 'shinyTree' package but offers more features and options, such as the grid extension, restricting the drag-and-drop behavior, and settings for the search functionality. It is possible to attach some data to the nodes of a tree and then to get these data in 'Shiny' when a node is selected. Also provides a 'Shiny' gadget allowing to manipulate one or more folders.
Author: Stéphane Laurent [aut, cre], jQuery contributors [ctb, cph] (jQuery), Ivan Bozhanov [ctb, cph] (jsTree), Vedran Opacic [ctb, cph] (jsTree bootstrap theme), Avi Deitcher [ctb, cph] (jsTreeGrid), Philip Hutchison [ctb, cph] (PDFObject), Terence Eden [ctb, cph] (SuperTinyIcons)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>

Diff between jsTreeR versions 1.3.1 dated 2021-08-14 and 1.4.0 dated 2021-09-19

 DESCRIPTION                                                        |    6 +--
 MD5                                                                |   18 ++++-----
 NEWS.md                                                            |    7 +++
 R/internal.R                                                       |   13 ++++++
 R/jstree.R                                                         |   20 ++++++++--
 inst/examples/filtering/global.R                                   |   10 +++--
 inst/htmlwidgets/lib/jstree/dist/jstree.min.js                     |   12 +++---
 inst/htmlwidgets/lib/jstree/dist/themes/default-dark/style.min.css |    2 -
 inst/htmlwidgets/lib/jstree/dist/themes/default/style.min.css      |    2 -
 man/jstree.Rd                                                      |    6 ++-
 10 files changed, 68 insertions(+), 28 deletions(-)

More information about jsTreeR at CRAN
Permanent link

Package shadowtext updated to version 0.0.9 with previous version 0.0.8 dated 2021-04-23

Title: Shadow Text Grob and Layer
Description: Implement shadowtextGrob() for 'grid' and geom_shadowtext() layer for 'ggplot2'. These functions create/draw text grob with background shadow.
Author: Guangchuang Yu [aut, cre]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between shadowtext versions 0.0.8 dated 2021-04-23 and 0.0.9 dated 2021-09-19

 DESCRIPTION               |    6 +++---
 MD5                       |   12 +++++++-----
 NAMESPACE                 |    1 +
 NEWS.md                   |only
 R/geom-shadowtext.R       |    8 +++++++-
 build/vignette.rds        |binary
 inst/doc/shadowtext.html  |    4 ++--
 man/ggproto-shadowtext.Rd |only
 8 files changed, 20 insertions(+), 11 deletions(-)

More information about shadowtext at CRAN
Permanent link

Package dycdtools updated to version 0.3.0 with previous version 0.2.0 dated 2020-10-27

Title: Tools for DYRESM-CAEDYM Model Development: Calibration Assistant and Post-Processing
Description: Tools for DYRESM-CAEDYM model development, including assisting with calibrating selected model parameters and visualising model output through time series plot, profile plot, contour plot, and scatter plot.
Author: Songyan Yu [aut, cre] (<https://orcid.org/0000-0001-5765-7060>), Christopher McBride [ctb], Marieke Frassl [ctb]
Maintainer: Songyan Yu <sunny.yu@griffith.edu.au>

Diff between dycdtools versions 0.2.0 dated 2020-10-27 and 0.3.0 dated 2021-09-19

 DESCRIPTION                  |    8 +-
 LICENSE                      |    2 
 MD5                          |   41 +++++-----
 NEWS.md                      |    3 
 R/Fun_Contour-plot_sim.R     |   26 +++---
 R/Fun_Contour-plot_sim_obs.R |   48 +++++++-----
 R/test.R                     |only
 man/calib.assist.Rd          |  144 ++++++++++++++++++-------------------
 man/change_input_file.Rd     |   36 ++++-----
 man/delete.space.Rd          |   28 +++----
 man/ext.output.Rd            |   74 +++++++++----------
 man/hgt.to.dpt.Rd            |   28 +++----
 man/interpol.Rd              |   72 +++++++++---------
 man/objective.fun.Rd         |   76 +++++++++----------
 man/obs_temp.Rd              |   52 ++++++-------
 man/output_name.Rd           |   48 ++++++------
 man/plot_cont.Rd             |  147 +++++++++++++++++++------------------
 man/plot_cont_comp.Rd        |  167 +++++++++++++++++++++----------------------
 man/plot_prof.Rd             |  148 +++++++++++++++++++-------------------
 man/plot_scatter.Rd          |  146 ++++++++++++++++++-------------------
 man/plot_ts.Rd               |  162 ++++++++++++++++++++---------------------
 man/run.iteration.Rd         |   32 ++++----
 22 files changed, 753 insertions(+), 735 deletions(-)

More information about dycdtools at CRAN
Permanent link

Package dttr2 updated to version 0.4.0 with previous version 0.3.0 dated 2020-07-10

Title: Manipulate Date, POSIXct and hms Vectors
Description: Manipulates date ('Date'), date time ('POSIXct') and time ('hms') vectors. Date/times are considered discrete and are floored whenever encountered. Times are wrapped and time zones are maintained unless explicitly altered by the user.
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>), Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>

Diff between dttr2 versions 0.3.0 dated 2020-07-10 and 0.4.0 dated 2021-09-19

 dttr2-0.3.0/dttr2/tests/testthat/test-base-Date.R      |only
 dttr2-0.4.0/dttr2/DESCRIPTION                          |   20 -
 dttr2-0.4.0/dttr2/MD5                                  |  280 +++++++++--------
 dttr2-0.4.0/dttr2/NAMESPACE                            |   25 +
 dttr2-0.4.0/dttr2/NEWS.md                              |   19 +
 dttr2-0.4.0/dttr2/R/add.R                              |   10 
 dttr2-0.4.0/dttr2/R/aggregate.R                        |    7 
 dttr2-0.4.0/dttr2/R/check.R                            |    5 
 dttr2-0.4.0/dttr2/R/chk.R                              |    1 
 dttr2-0.4.0/dttr2/R/complete.R                         |    9 
 dttr2-0.4.0/dttr2/R/completed.R                        |    7 
 dttr2-0.4.0/dttr2/R/date-add-time.R                    |   14 
 dttr2-0.4.0/dttr2/R/date-time.R                        |   19 -
 dttr2-0.4.0/dttr2/R/date.R                             |    8 
 dttr2-0.4.0/dttr2/R/day-decimal.R                      |only
 dttr2-0.4.0/dttr2/R/day.R                              |   15 
 dttr2-0.4.0/dttr2/R/days-in-month.R                    |only
 dttr2-0.4.0/dttr2/R/days-in-year.R                     |only
 dttr2-0.4.0/dttr2/R/dayte-time.R                       |    7 
 dttr2-0.4.0/dttr2/R/dayte.R                            |    6 
 dttr2-0.4.0/dttr2/R/decade.R                           |only
 dttr2-0.4.0/dttr2/R/deprecated.R                       |    5 
 dttr2-0.4.0/dttr2/R/diff.R                             |   18 -
 dttr2-0.4.0/dttr2/R/doy-decimal.R                      |only
 dttr2-0.4.0/dttr2/R/doy.R                              |    5 
 dttr2-0.4.0/dttr2/R/feb29-to-28.R                      |   11 
 dttr2-0.4.0/dttr2/R/floor.R                            |    8 
 dttr2-0.4.0/dttr2/R/floored.R                          |    8 
 dttr2-0.4.0/dttr2/R/hour-decimal.R                     |only
 dttr2-0.4.0/dttr2/R/hour.R                             |    6 
 dttr2-0.4.0/dttr2/R/internal.R                         |    5 
 dttr2-0.4.0/dttr2/R/is.R                               |    1 
 dttr2-0.4.0/dttr2/R/leap-year.R                        |only
 dttr2-0.4.0/dttr2/R/minute-decimal.R                   |only
 dttr2-0.4.0/dttr2/R/minute.R                           |    6 
 dttr2-0.4.0/dttr2/R/month-decimal.R                    |only
 dttr2-0.4.0/dttr2/R/month.R                            |   15 
 dttr2-0.4.0/dttr2/R/na.R                               |    1 
 dttr2-0.4.0/dttr2/R/season.R                           |   49 +-
 dttr2-0.4.0/dttr2/R/second.R                           |    5 
 dttr2-0.4.0/dttr2/R/seq.R                              |    8 
 dttr2-0.4.0/dttr2/R/study-year.R                       |   15 
 dttr2-0.4.0/dttr2/R/subtract.R                         |   15 
 dttr2-0.4.0/dttr2/R/sys-date-time.R                    |    4 
 dttr2-0.4.0/dttr2/R/sys-date.R                         |    4 
 dttr2-0.4.0/dttr2/R/sys-time.R                         |    4 
 dttr2-0.4.0/dttr2/R/sys.R                              |only
 dttr2-0.4.0/dttr2/R/template.R                         |only
 dttr2-0.4.0/dttr2/R/time.R                             |    9 
 dttr2-0.4.0/dttr2/R/tz.R                               |   17 -
 dttr2-0.4.0/dttr2/R/units.R                            |   16 
 dttr2-0.4.0/dttr2/R/wday.R                             |    7 
 dttr2-0.4.0/dttr2/R/wrap.R                             |    4 
 dttr2-0.4.0/dttr2/R/year-decimal.R                     |only
 dttr2-0.4.0/dttr2/R/year.R                             |   20 -
 dttr2-0.4.0/dttr2/README.md                            |   16 
 dttr2-0.4.0/dttr2/inst/WORDLIST                        |   17 -
 dttr2-0.4.0/dttr2/man/NA_POSIXct_.Rd                   |    1 
 dttr2-0.4.0/dttr2/man/check_tz.Rd                      |    7 
 dttr2-0.4.0/dttr2/man/chk_time.Rd                      |    5 
 dttr2-0.4.0/dttr2/man/dtt_add_units.Rd                 |   11 
 dttr2-0.4.0/dttr2/man/dtt_adjust_tz.Rd                 |    8 
 dttr2-0.4.0/dttr2/man/dtt_adjust_units.Rd              |   10 
 dttr2-0.4.0/dttr2/man/dtt_aggregate.Rd                 |    5 
 dttr2-0.4.0/dttr2/man/dtt_complete.Rd                  |   10 
 dttr2-0.4.0/dttr2/man/dtt_completed.Rd                 |   10 
 dttr2-0.4.0/dttr2/man/dtt_date.Rd                      |   22 -
 dttr2-0.4.0/dttr2/man/dtt_date_add_time.Rd             |   11 
 dttr2-0.4.0/dttr2/man/dtt_date_time.Rd                 |   10 
 dttr2-0.4.0/dttr2/man/dtt_day.Rd                       |    8 
 dttr2-0.4.0/dttr2/man/dtt_day_decimal.Rd               |only
 dttr2-0.4.0/dttr2/man/dtt_days_in_month.Rd             |only
 dttr2-0.4.0/dttr2/man/dtt_days_in_year.Rd              |only
 dttr2-0.4.0/dttr2/man/dtt_dayte.Rd                     |    8 
 dttr2-0.4.0/dttr2/man/dtt_dayte_time.Rd                |    8 
 dttr2-0.4.0/dttr2/man/dtt_daytt.Rd                     |    8 
 dttr2-0.4.0/dttr2/man/dtt_decade.Rd                    |only
 dttr2-0.4.0/dttr2/man/dtt_default_tz.Rd                |    7 
 dttr2-0.4.0/dttr2/man/dtt_diff.Rd                      |    4 
 dttr2-0.4.0/dttr2/man/dtt_doy.Rd                       |    9 
 dttr2-0.4.0/dttr2/man/dtt_doy_decimal.Rd               |only
 dttr2-0.4.0/dttr2/man/dtt_doy_to_date.Rd               |    7 
 dttr2-0.4.0/dttr2/man/dtt_feb29_to_28.Rd               |    7 
 dttr2-0.4.0/dttr2/man/dtt_floor.Rd                     |   13 
 dttr2-0.4.0/dttr2/man/dtt_floored.Rd                   |   13 
 dttr2-0.4.0/dttr2/man/dtt_hour.Rd                      |    8 
 dttr2-0.4.0/dttr2/man/dtt_hour_decimal.Rd              |only
 dttr2-0.4.0/dttr2/man/dtt_is_date.Rd                   |    6 
 dttr2-0.4.0/dttr2/man/dtt_is_date_time.Rd              |    6 
 dttr2-0.4.0/dttr2/man/dtt_leap_year.Rd                 |only
 dttr2-0.4.0/dttr2/man/dtt_minute.Rd                    |    8 
 dttr2-0.4.0/dttr2/man/dtt_minute_decimal.Rd            |only
 dttr2-0.4.0/dttr2/man/dtt_month.Rd                     |    8 
 dttr2-0.4.0/dttr2/man/dtt_month_decimal.Rd             |only
 dttr2-0.4.0/dttr2/man/dtt_season.Rd                    |    3 
 dttr2-0.4.0/dttr2/man/dtt_second.Rd                    |    6 
 dttr2-0.4.0/dttr2/man/dtt_seq.Rd                       |    5 
 dttr2-0.4.0/dttr2/man/dtt_set_tz.Rd                    |    8 
 dttr2-0.4.0/dttr2/man/dtt_study_year.Rd                |    3 
 dttr2-0.4.0/dttr2/man/dtt_subtract_units.Rd            |    8 
 dttr2-0.4.0/dttr2/man/dtt_sys_date.Rd                  |    6 
 dttr2-0.4.0/dttr2/man/dtt_sys_date_time.Rd             |    6 
 dttr2-0.4.0/dttr2/man/dtt_sys_time.Rd                  |    6 
 dttr2-0.4.0/dttr2/man/dtt_time.Rd                      |   20 +
 dttr2-0.4.0/dttr2/man/dtt_tz.Rd                        |    9 
 dttr2-0.4.0/dttr2/man/dtt_units.Rd                     |    6 
 dttr2-0.4.0/dttr2/man/dtt_units_per_unit.Rd            |    9 
 dttr2-0.4.0/dttr2/man/dtt_year.Rd                      |    8 
 dttr2-0.4.0/dttr2/man/dtt_year_decimal.Rd              |only
 dttr2-0.4.0/dttr2/man/dttr2-package.Rd                 |   20 -
 dttr2-0.4.0/dttr2/man/figures/logo.png                 |only
 dttr2-0.4.0/dttr2/man/is_date_time.Rd                  |    6 
 dttr2-0.4.0/dttr2/man/params.Rd                        |only
 dttr2-0.4.0/dttr2/tests/testthat/test-POSIXct.R        |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-add.R            |    3 
 dttr2-0.4.0/dttr2/tests/testthat/test-aggregate.R      |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-base.R           |only
 dttr2-0.4.0/dttr2/tests/testthat/test-check.R          |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-complete.R       |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-completed.R      |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-date-add-time.R  |    6 
 dttr2-0.4.0/dttr2/tests/testthat/test-date-time.R      |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-date.R           |   12 
 dttr2-0.4.0/dttr2/tests/testthat/test-day-decimal.R    |only
 dttr2-0.4.0/dttr2/tests/testthat/test-day.R            |   14 
 dttr2-0.4.0/dttr2/tests/testthat/test-days-in-month.R  |only
 dttr2-0.4.0/dttr2/tests/testthat/test-days-in-year.R   |only
 dttr2-0.4.0/dttr2/tests/testthat/test-dayte-time.R     |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-dayte.R          |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-decade.R         |only
 dttr2-0.4.0/dttr2/tests/testthat/test-diff.R           |   12 
 dttr2-0.4.0/dttr2/tests/testthat/test-doy-decimal.R    |only
 dttr2-0.4.0/dttr2/tests/testthat/test-doy.R            |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-feb29-to-28.R    |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-floor.R          |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-floored.R        |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-hms.R            |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-hour-decimal.R   |only
 dttr2-0.4.0/dttr2/tests/testthat/test-hour.R           |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-internal.R       |    4 
 dttr2-0.4.0/dttr2/tests/testthat/test-is.R             |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-leap-year.R      |only
 dttr2-0.4.0/dttr2/tests/testthat/test-minute-decimal.R |only
 dttr2-0.4.0/dttr2/tests/testthat/test-minute.R         |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-month-decimal.R  |only
 dttr2-0.4.0/dttr2/tests/testthat/test-month.R          |   14 
 dttr2-0.4.0/dttr2/tests/testthat/test-season.R         |   26 -
 dttr2-0.4.0/dttr2/tests/testthat/test-second.R         |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-seq.R            |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-study-year.R     |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-subtract.R       |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-time.R           |   28 +
 dttr2-0.4.0/dttr2/tests/testthat/test-tz.R             |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-units.R          |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-utils.R          |    7 
 dttr2-0.4.0/dttr2/tests/testthat/test-wday.R           |   32 +
 dttr2-0.4.0/dttr2/tests/testthat/test-wrap.R           |    2 
 dttr2-0.4.0/dttr2/tests/testthat/test-year-decimal.R   |only
 dttr2-0.4.0/dttr2/tests/testthat/test-year.R           |   14 
 159 files changed, 866 insertions(+), 470 deletions(-)

More information about dttr2 at CRAN
Permanent link


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