Title: Tools for Supply Chain Management, Demand and Supply Planning
Description: Perform flexible and quick calculations for Demand and Supply Planning, such as projected inventories and coverages, as well as replenishment plan. For any time bucket, daily, weekly or monthly, and any granularity level, product or group of products.
Author: Nicolas Nguyen [aut, cre]
Maintainer: Nicolas Nguyen <nikonguyen@yahoo.fr>
Diff between planr versions 0.4.3 dated 2025-01-22 and 0.5.1 dated 2025-02-23
DESCRIPTION | 8 MD5 | 10 R/proj_inv.R | 1421 ++++++++++++++++++++--------------------- inst/doc/get_started.html | 38 - inst/doc/user_cases.html | 76 +- tests/testthat/test-proj_inv.R | 14 6 files changed, 798 insertions(+), 769 deletions(-)
Title: Explore Your Data with Interactive Figures
Description: A framework for creating interactive figures for data exploration.
All plots are automatically linked and support several kinds of interactive features,
including selection, zooming, panning, and parameter manipulation. The figures
can be interacted with either manually, using a mouse and a keyboard,
or by running code from inside an active R session.
Author: Adam Bartonicek [aut, cre, cph]
Maintainer: Adam Bartonicek <bartonicek@gmail.com>
Diff between plotscaper versions 0.2.6 dated 2025-01-07 and 0.2.8 dated 2025-02-23
DESCRIPTION | 6 +-- MD5 | 16 ++++---- NEWS.md | 4 ++ inst/doc/algebra.html | 12 +++--- inst/doc/available-interactions.html | 64 ++++++++++++++++---------------- inst/doc/layout.html | 16 ++++---- inst/doc/performance.html | 8 ++-- inst/doc/plotscaper.html | 16 ++++---- inst/htmlwidgets/plotscape/main.iife.js | 4 +- 9 files changed, 75 insertions(+), 71 deletions(-)
Title: Optimal Stratification of Univariate Populations
Description: The stratification of univariate populations under stratified sampling designs is implemented according to Khan et al. (2002) <doi:10.1177/0008068320020518> and Khan et al. (2015) <doi:10.1080/02664763.2015.1018674> in this library. It determines the Optimum Strata Boundaries (OSB) and Optimum Sample Sizes (OSS) for the study variable, y, using the best-fit frequency distribution of a survey variable (if data is available) or a hypothetical distribution (if data is not available). The method formulates the problem of determining the OSB as mathematical programming problem which is solved by using a dynamic programming technique. If a dataset of the population is available to the surveyor, the method estimates its best-fit distribution and determines the OSB and OSS under Neyman allocation directly. When the dataset is not available, stratification is made based on the assumption that the values of the study variable, y, are available as hypothetical realizations of proxy va [...truncated...]
Author: Karuna G. Reddy [aut, cre],
M. G. M. Khan [aut]
Maintainer: Karuna G. Reddy <karuna.reddy@usp.ac.fj>
Diff between stratifyR versions 1.0-3 dated 2021-12-07 and 1.0-4 dated 2025-02-23
stratifyR-1.0-3/stratifyR/NEWS.md |only stratifyR-1.0-3/stratifyR/README.md |only stratifyR-1.0-4/stratifyR/DESCRIPTION | 15 stratifyR-1.0-4/stratifyR/MD5 | 29 stratifyR-1.0-4/stratifyR/NAMESPACE | 22 stratifyR-1.0-4/stratifyR/R/data.R | 3 stratifyR-1.0-4/stratifyR/R/strata.data.R | 1136 +++--- stratifyR-1.0-4/stratifyR/build/vignette.rds |binary stratifyR-1.0-4/stratifyR/inst/doc/stratifyR-vignette.R | 39 stratifyR-1.0-4/stratifyR/inst/doc/stratifyR-vignette.Rmd | 2122 ++++++------- stratifyR-1.0-4/stratifyR/inst/doc/stratifyR-vignette.html | 2056 +++++++++--- stratifyR-1.0-4/stratifyR/man/anaemia.Rd | 72 stratifyR-1.0-4/stratifyR/man/strata.data.Rd | 34 stratifyR-1.0-4/stratifyR/man/strata.distr.Rd | 4 stratifyR-1.0-4/stratifyR/tests |only stratifyR-1.0-4/stratifyR/vignettes/stratifyR-vignette.Rmd | 2122 ++++++------- 16 files changed, 4299 insertions(+), 3355 deletions(-)