Title: Short Asynchronous Time-Series Analysis
Description: A graphical and automated pipeline for the analysis
of short time-series in R ('santaR'). This approach is designed to accommodate asynchronous
time sampling (i.e. different time points for different individuals),
inter-individual variability, noisy measurements and large numbers of variables.
Based on a smoothing splines functional model, 'santaR' is able to detect variables
highlighting significantly different temporal trajectories between study groups.
Designed initially for metabolic phenotyping, 'santaR' is also suited for other Systems Biology
disciplines. Command line and graphical analysis (via a 'shiny' application) enable fast and
parallel automated analysis and reporting, intuitive visualisation and comprehensive plotting
options for non-specialist users.
Author: Arnaud Wolfer [aut, cre] ,
Timothy Ebbels [ctb],
Joe Cheng [ctb]
Maintainer: Arnaud Wolfer <adwolfer@gmail.com>
Diff between santaR versions 1.2.2 dated 2022-05-23 and 1.2.4 dated 2024-03-06
santaR-1.2.2/santaR/vignettes/file3eac108b893.html |only santaR-1.2.2/santaR/vignettes/file3eac2035654c.html |only santaR-1.2.2/santaR/vignettes/file3eac490a1211.html |only santaR-1.2.2/santaR/vignettes/file3eac50e54547.html |only santaR-1.2.2/santaR/vignettes/file3eac6eaa7a38.html |only santaR-1.2.2/santaR/vignettes/file3eac79a54222.html |only santaR-1.2.2/santaR/vignettes/file495459c86ac2.html |only santaR-1.2.2/santaR/vignettes/file49547f98451a.html |only santaR-1.2.2/santaR/vignettes/file54b03fa44385.html |only santaR-1.2.2/santaR/vignettes/file54b0425d69f8.html |only santaR-1.2.4/santaR/DESCRIPTION | 23 santaR-1.2.4/santaR/MD5 | 83 +- santaR-1.2.4/santaR/NAMESPACE | 2 santaR-1.2.4/santaR/R/df_search.R | 6 santaR-1.2.4/santaR/R/santaR_auto_summary.R | 2 santaR-1.2.4/santaR/R/zzz.R | 2 santaR-1.2.4/santaR/README.md | 5 santaR-1.2.4/santaR/build/vignette.rds |binary santaR-1.2.4/santaR/inst/NEWS | 4 santaR-1.2.4/santaR/inst/doc/advanced-command-line-functions.R | 28 santaR-1.2.4/santaR/inst/doc/advanced-command-line-functions.html | 264 ++++---- santaR-1.2.4/santaR/inst/doc/automated-command-line.R | 12 santaR-1.2.4/santaR/inst/doc/automated-command-line.html | 194 +++--- santaR-1.2.4/santaR/inst/doc/getting-started.R | 8 santaR-1.2.4/santaR/inst/doc/getting-started.html | 134 ++-- santaR-1.2.4/santaR/inst/doc/plotting-options.R | 12 santaR-1.2.4/santaR/inst/doc/plotting-options.html | 318 +++++----- santaR-1.2.4/santaR/inst/doc/prepare-input-data.R | 28 santaR-1.2.4/santaR/inst/doc/prepare-input-data.html | 194 +++--- santaR-1.2.4/santaR/inst/doc/selecting-optimal-df.R | 6 santaR-1.2.4/santaR/inst/doc/selecting-optimal-df.html | 238 +++---- santaR-1.2.4/santaR/inst/doc/theoretical-background.R | 4 santaR-1.2.4/santaR/inst/doc/theoretical-background.html | 233 +++---- santaR-1.2.4/santaR/man/get_eigen_spline.Rd | 2 santaR-1.2.4/santaR/man/get_param_evolution.Rd | 2 santaR-1.2.4/santaR/man/plot_nbTP_histogram.Rd | 2 santaR-1.2.4/santaR/man/plot_param_evolution.Rd | 2 santaR-1.2.4/santaR/man/santaR.Rd | 3 santaR-1.2.4/santaR/man/santaR_auto_summary.Rd | 2 santaR-1.2.4/santaR/tests/testthat/test_dfSearch-AIC_smooth_spline.R | 24 santaR-1.2.4/santaR/tests/testthat/test_dfSearch-AICc_smooth_spline.R | 24 santaR-1.2.4/santaR/tests/testthat/test_dfSearch-BIC_smooth_spline.R | 24 santaR-1.2.4/santaR/tests/testthat/test_dfSearch-get_eigen_DFoverlay_list.R | 32 - santaR-1.2.4/santaR/tests/testthat/test_dfSearch-get_param_evolution.R | 4 santaR-1.2.4/santaR/tests/testthat/test_dfSearch-plot_nbTP_histogram.R | 18 santaR-1.2.4/santaR/vignettes/file2ff87a51604b.html |only santaR-1.2.4/santaR/vignettes/file574c2c4530f.html |only santaR-1.2.4/santaR/vignettes/file574c557d7eb3.html |only santaR-1.2.4/santaR/vignettes/file574c62506403.html |only santaR-1.2.4/santaR/vignettes/file574c6d774269.html |only 50 files changed, 1000 insertions(+), 939 deletions(-)
Title: Fast R and C++ Access to NIfTI Images
Description: Provides very fast read and write access to images stored in the
NIfTI-1, NIfTI-2 and ANALYZE-7.5 formats, with seamless synchronisation
of in-memory image objects between compiled C and interpreted R code. Also
provides a simple image viewer, and a C/C++ API that can be used by other
packages. Not to be confused with 'RNiftyReg', which performs image
registration and applies spatial transformations.
Author: Jon Clayden [cre, aut] ,
Bob Cox [aut],
Mark Jenkinson [aut],
Matt Hall [ctb],
Rick Reynolds [ctb],
Kate Fissell [ctb],
Jean-loup Gailly [cph],
Mark Adler [cph]
Maintainer: Jon Clayden <code@clayden.org>
Diff between RNifti versions 1.6.0 dated 2024-02-15 and 1.6.1 dated 2024-03-06
RNifti-1.6.0/RNifti/tests/testthat/Rplots.pdf |only RNifti-1.6.1/RNifti/DESCRIPTION | 8 ++++---- RNifti-1.6.1/RNifti/MD5 | 7 +++---- RNifti-1.6.1/RNifti/NEWS | 6 ++++++ RNifti-1.6.1/RNifti/src/main.cpp | 7 ++++++- 5 files changed, 19 insertions(+), 9 deletions(-)
Title: Nonlinear Nonparametric Statistics
Description: Nonlinear nonparametric statistics using partial moments. Partial moments are the elements of variance and asymptotically approximate the area of f(x). These robust statistics provide the basis for nonlinear analysis while retaining linear equivalences. NNS offers: Numerical integration, Numerical differentiation, Clustering, Correlation, Dependence, Causal analysis, ANOVA, Regression, Classification, Seasonality, Autoregressive modeling, Normalization, Stochastic dominance and Advanced Monte Carlo sampling. All routines based on: Viole, F. and Nawrocki, D. (2013), Nonlinear Nonparametric Statistics: Using Partial Moments (ISBN: 1490523995).
Author: Fred Viole [aut, cre],
Roberto Spadim [ctb]
Maintainer: Fred Viole <ovvo.financial.systems@gmail.com>
Diff between NNS versions 10.6 dated 2024-02-20 and 10.7 dated 2024-03-06
DESCRIPTION | 8 MD5 | 63 +-- NAMESPACE | 1 R/ARMA.R | 16 R/ARMA_optim.R | 42 +- R/Boost.R | 2 R/Causation.R | 2 R/Dependence.R | 41 +- R/Internal_Functions.R | 1 R/NNS_VAR.R | 4 R/Nowcast.R | 3 R/Partition_Map.R | 25 - R/RcppExports.R | 8 R/Regression.R | 60 --- R/Stack.R | 26 - R/dy_d_wrt.R | 35 - R/dy_dx.R | 84 ++-- R/gvload.R | 5 README.md | 4 inst/doc/NNSvignette_Classification.html | 57 +-- inst/doc/NNSvignette_Clustering_and_Regression.html | 199 ++++++++--- inst/doc/NNSvignette_Correlation_and_Dependence.html | 6 inst/doc/NNSvignette_Forecasting.R | 67 +-- inst/doc/NNSvignette_Forecasting.Rmd | 68 +-- inst/doc/NNSvignette_Forecasting.html | 109 +++--- inst/doc/NNSvignette_Sampling.R | 24 - man/NNS.nowcast.Rd | 1 man/dy.dx.Rd | 16 src/RcppExports.cpp | 26 + src/fast_lm.cpp |only src/partial_moments.cpp | 335 +++++++++---------- tests/testthat/Rplots.pdf |binary vignettes/NNSvignette_Forecasting.Rmd | 68 +-- 33 files changed, 782 insertions(+), 624 deletions(-)
Title: Local Principal Curve Methods
Description: Fitting multivariate data patterns with local principal curves, including tools for data compression (projection) and measuring goodness-of-fit; with some additional functions for mean shift clustering. See Einbeck, Tutz and Evers (2005) <doi:10.1007/s11222-005-4073-8> and Ameijeiras-Alonso and Einbeck (2023) <doi:10.1007/s11634-023-00575-1>.
Author: Jochen Einbeck and Ludger Evers
Maintainer: Jochen Einbeck <jochen.einbeck@durham.ac.uk>
Diff between LPCM versions 0.47-3 dated 2023-01-06 and 0.47-4 dated 2024-03-06
DESCRIPTION | 10 - MD5 | 26 +-- NEWS.md | 8 R/followx.R | 302 ++++++++++++++++++------------------- R/lpc.R | 422 ++++++++++++++++++++++++++-------------------------- README.md | 4 man/LPCM-package.Rd | 7 man/Rc.Rd | 4 man/coverage.Rd | 6 man/followx.Rd | 150 +++++++++--------- man/gaia.Rd | 2 man/ms.Rd | 5 man/plot.lpc.Rd | 3 man/print.lpc.Rd | 2 14 files changed, 484 insertions(+), 467 deletions(-)
Title: Reconstruction Set Test
Description: Contains logic for sample-level variable set scoring using randomized reduced rank reconstruction error.
Frost, H. Robert (2023) "Reconstruction Set Test (RESET): a computationally efficient method for
single sample gene set testing based on randomized reduced rank reconstruction error" <doi:10.1101/2023.04.03.535366>.
Author: H. Robert Frost [aut, cre]
Maintainer: H. Robert Frost <rob.frost@dartmouth.edu>
Diff between RESET versions 0.2.2 dated 2024-03-03 and 1.0.0 dated 2024-03-06
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- NAMESPACE | 2 +- NEWS | 5 +++++ R/SeuratWrapperForRESET.R | 14 ++++++++++++-- build/vignette.rds |binary inst/doc/RESET_PBMC3K_BioCarta_LogNormalization.pdf |binary inst/doc/RESET_pbmc_small.pdf |binary 8 files changed, 28 insertions(+), 13 deletions(-)
Title: Rcmdr Support for the HH Package
Description: Rcmdr menu support for many of the functions in the HH package.
The focus is on menu items for functions we use in our introductory
courses.
Author: Richard M. Heiberger, with contributions from Burt Holland
Maintainer: Richard M. Heiberger <rmh@temple.edu>
Diff between RcmdrPlugin.HH versions 1.1-50 dated 2024-03-06 and 1.1-51 dated 2024-03-06
RcmdrPlugin.HH-1.1-50/RcmdrPlugin.HH/man/global.Rd |only RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/DESCRIPTION | 8 ++--- RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/MD5 | 11 +++---- RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/NAMESPACE | 2 - RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/NEWS | 21 ++++++++++++++ RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/R/globals.R | 25 ----------------- RcmdrPlugin.HH-1.1-51/RcmdrPlugin.HH/build/partial.rdb |binary 7 files changed, 32 insertions(+), 35 deletions(-)
More information about RcmdrPlugin.HH at CRAN
Permanent link
Title: Estimating Peer Effects Using Partial Network Data
Description: Implements IV-estimator and Bayesian estimator for linear-in-means Spatial Autoregressive (SAR) model (see LeSage, 1997 <doi:10.1177/016001769702000107>; Lee, 2004 <doi:10.1111/j.1468-0262.2004.00558.x>; Bramoullé et al., 2009 <doi:10.1016/j.jeconom.2008.12.021>), while assuming that only a partial information about the network structure is available. Examples are when the adjacency matrix is not fully observed or when only consistent estimation of the network formation model is available (see Boucher and Houndetoungan <https://ahoundetoungan.com/files/Papers/PartialNetwork.pdf>).
Author: Vincent Boucher [aut],
Aristide Houndetoungan [cre, aut]
Maintainer: Aristide Houndetoungan <ariel92and@gmail.com>
Diff between PartialNetwork versions 1.0.2 dated 2023-08-22 and 1.0.3 dated 2024-03-06
DESCRIPTION | 16 ++++++++-------- MD5 | 30 +++++++++++++++--------------- NEWS.md | 5 ++++- R/PartialNetwork.R | 4 ++-- R/removeIDs.R | 6 +++++- R/smmSAR.R | 20 ++++++++++---------- build/partial.rdb |binary build/vignette.rds |binary inst/doc/PartialNetwork_vignette.R | 8 ++++---- inst/doc/PartialNetwork_vignette.pdf |binary inst/include/tools.h | 2 +- man/PartialNetwork-package.Rd | 6 +++--- man/remove.ids.Rd | 5 +++-- src/smm.cpp | 2 +- src/toolsbayes.cpp | 2 +- src/updatenet.cpp | 8 ++++---- 16 files changed, 61 insertions(+), 53 deletions(-)
More information about PartialNetwork at CRAN
Permanent link
Title: A Metabolomics Analysis Tool for Intuitive Figures and
Convenient Metadata Collection
Description: Facilitates the creation of intuitive figures to describe metabolomics data by utilizing Kyoto Encyclopedia of Genes and Genomes (KEGG) hierarchy data, and gathers functional orthology and gene data from the KEGG-REST API.
Author: Connor Tiffany [aut, cre]
Maintainer: Connor Tiffany <tiffanyc1@chop.edu>
Diff between omu versions 1.1.1 dated 2023-10-16 and 1.1.2 dated 2024-03-06
DESCRIPTION | 10 +++++----- MD5 | 4 ++-- build/vignette.rds |binary 3 files changed, 7 insertions(+), 7 deletions(-)
Title: Efficient Sequential and Batch Estimation of Univariate and
Bivariate Probability Density Functions and Cumulative
Distribution Functions along with Quantiles (Univariate) and
Nonparametric Correlation (Bivariate)
Description: Facilitates estimation of full univariate and bivariate
probability density functions and cumulative distribution functions along with
full quantile functions (univariate) and nonparametric correlation
(bivariate) using Hermite series based estimators. These estimators are
particularly useful in the sequential setting (both stationary and
non-stationary) and one-pass batch estimation setting for large data sets.
Based on: Stephanou, Michael, Varughese, Melvin and Macdonald, Iain. "Sequential quantiles via Hermite series density estimation." Electronic Journal of Statistics 11.1 (2017): 570-607 <doi:10.1214/17-EJS1245>,
Stephanou, Michael and Varughese, Melvin. "On the properties of Hermite series based distribution function estimators." Metrika (2020) <doi:10.1007/s00184-020-00785-z> and Stephanou, Michael and Varughese, Melvin. "Sequential estimation of Spearman rank correlation using Hermite series estimators." Journal of Multivariate Analysis (2021) <doi:10.1016/j.jmv [...truncated...]
Author: Michael Stephanou [aut, cre],
Melvin Varughese [ctb]
Maintainer: Michael Stephanou <michael.stephanou@gmail.com>
Diff between hermiter versions 2.3.0 dated 2023-05-08 and 2.3.1 dated 2024-03-06
DESCRIPTION | 10 LICENSE | 2 MD5 | 68 NAMESPACE | 132 NEWS.md | 248 R/RcppExports.R | 310 - R/hermite_estimator.R | 836 +- R/hermite_estimator_bivar.R | 1570 ++--- R/hermite_estimator_univar.R | 1514 ++--- R/utils.R | 548 - R/utils_general.R | 750 +- README.md | 1571 ++--- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 36 inst/doc/hermiter.R | 1176 +-- inst/doc/hermiter.Rmd | 1808 +++--- inst/doc/hermiter.html | 7765 ++++++++++++-------------- man/hermite_normalization.Rd | 46 man/hermiter-package.Rd | 20 man/kendall.Rd | 66 man/kendall.hermite_estimator_bivar.Rd | 48 man/standardizeInputsEW.Rd | 60 src/hermite_utils.cpp | 8 tests/testthat.R | 8 tests/testthat/test_hermite_estimator.R | 2128 +++---- tests/testthat/test_hermite_estimator_bivar.R | 3174 +++++----- tests/testthat/test_utilities_general.R | 1284 ++-- vignettes/cdf_bivar_static.png |binary vignettes/cdf_convenience_fnc.png |only vignettes/cdf_static.png |binary vignettes/hermiter.Rmd | 1808 +++--- vignettes/pdf_bivar_static.png |binary vignettes/pdf_convenience_fnc.png |only vignettes/pdf_static.png |binary vignettes/quantile_static.png |binary 36 files changed, 13441 insertions(+), 13553 deletions(-)
Title: Earth Observation Data Cubes from Satellite Image Collections
Description: Processing collections of Earth observation images as on-demand multispectral, multitemporal raster data cubes. Users
define cubes by spatiotemporal extent, resolution, and spatial reference system and let 'gdalcubes' automatically apply cropping, reprojection, and
resampling using the 'Geospatial Data Abstraction Library' ('GDAL'). Implemented functions on data cubes include reduction over space and time,
applying arithmetic expressions on pixel band values, moving window aggregates over time, filtering by space, time, bands, and predicates on pixel values,
exporting data cubes as 'netCDF' or 'GeoTIFF' files, plotting, and extraction from spatial and or spatiotemporal features.
All computational parts are implemented in C++, linking to the 'GDAL', 'netCDF', 'CURL', and 'SQLite' libraries.
See Appel and Pebesma (2019) <doi:10.3390/data4030092> for further details.
Author: Marius Appel [aut, cre] ,
Edzer Pebesma [ctb] ,
Roger Bivand [ctb],
Jeroen Ooms [ctb] ,
Lewis Van Winkle [cph],
Ole Christian Eidheim [cph],
Howard Hinnant [cph],
Adrian Colomitchi [cph],
Florian Dang [cph],
Paul Thompson [cph],
Tomasz Kaminski [cph] [...truncated...]
Maintainer: Marius Appel <marius.appel@hs-bochum.de>
Diff between gdalcubes versions 0.6.4 dated 2023-04-14 and 0.7.0 dated 2024-03-06
gdalcubes-0.6.4/gdalcubes/inst/formats/MAXAR.json |only gdalcubes-0.6.4/gdalcubes/man/gdalcubes_version.Rd |only gdalcubes-0.6.4/gdalcubes/man/window_time.cube.Rd |only gdalcubes-0.6.4/gdalcubes/src/gdalcubes/src/swarm.cpp |only gdalcubes-0.6.4/gdalcubes/src/gdalcubes/src/swarm.h |only gdalcubes-0.6.4/gdalcubes/src/gdalcubes/src/vector_queries.cpp |only gdalcubes-0.6.4/gdalcubes/src/gdalcubes/src/vector_queries.h |only gdalcubes-0.7.0/gdalcubes/DESCRIPTION | 17 gdalcubes-0.7.0/gdalcubes/LICENSE | 2 gdalcubes-0.7.0/gdalcubes/MD5 | 463 +++--- gdalcubes-0.7.0/gdalcubes/NAMESPACE | 7 gdalcubes-0.7.0/gdalcubes/NEWS.md | 11 gdalcubes-0.7.0/gdalcubes/R/RcppExports.R | 24 gdalcubes-0.7.0/gdalcubes/R/apply_pixel.R | 59 gdalcubes-0.7.0/gdalcubes/R/apply_time.R | 49 gdalcubes-0.7.0/gdalcubes/R/coerce.R | 66 gdalcubes-0.7.0/gdalcubes/R/config.R | 10 gdalcubes-0.7.0/gdalcubes/R/cube.R | 14 gdalcubes-0.7.0/gdalcubes/R/extract.R | 27 gdalcubes-0.7.0/gdalcubes/R/gdalcubes.R | 4 gdalcubes-0.7.0/gdalcubes/R/predict.R |only gdalcubes-0.7.0/gdalcubes/R/reduce.R | 108 + gdalcubes-0.7.0/gdalcubes/R/stac.R | 314 ++-- gdalcubes-0.7.0/gdalcubes/R/window.R | 192 ++ gdalcubes-0.7.0/gdalcubes/R/zzz.R | 1 gdalcubes-0.7.0/gdalcubes/build/vignette.rds |binary gdalcubes-0.7.0/gdalcubes/configure | 35 gdalcubes-0.7.0/gdalcubes/configure.ac | 3 gdalcubes-0.7.0/gdalcubes/inst/CITATION | 44 gdalcubes-0.7.0/gdalcubes/inst/COPYRIGHTS | 92 - gdalcubes-0.7.0/gdalcubes/inst/doc/gc01_MODIS.R | 17 gdalcubes-0.7.0/gdalcubes/inst/doc/gc01_MODIS.Rmd | 11 gdalcubes-0.7.0/gdalcubes/inst/doc/gc01_MODIS.html | 544 ++++--- gdalcubes-0.7.0/gdalcubes/inst/formats/CHIRPS_v2_0_daily_p05_tif.json | 34 gdalcubes-0.7.0/gdalcubes/inst/formats/CHIRPS_v2_0_monthly_p05_tif.json | 34 gdalcubes-0.7.0/gdalcubes/inst/formats/ESA_CCI_SM_ACTIVE.json | 96 - gdalcubes-0.7.0/gdalcubes/inst/formats/ESA_CCI_SM_PASSIVE.json | 96 - gdalcubes-0.7.0/gdalcubes/inst/formats/GPM_IMERG_3B_DAY_GIS_V06A.json | 80 - gdalcubes-0.7.0/gdalcubes/inst/formats/L8_L1TP.json | 120 - gdalcubes-0.7.0/gdalcubes/inst/formats/L8_SR.json | 158 +- gdalcubes-0.7.0/gdalcubes/inst/formats/MxD09GA.json | 96 - gdalcubes-0.7.0/gdalcubes/inst/formats/MxD10A2.json | 44 gdalcubes-0.7.0/gdalcubes/inst/formats/MxD11A1.json | 72 gdalcubes-0.7.0/gdalcubes/inst/formats/MxD11A2.json | 88 - gdalcubes-0.7.0/gdalcubes/inst/formats/MxD13A2.json | 84 - gdalcubes-0.7.0/gdalcubes/inst/formats/MxD13A3.json | 84 - gdalcubes-0.7.0/gdalcubes/inst/formats/MxD13Q1.json | 104 - gdalcubes-0.7.0/gdalcubes/inst/formats/MxD14A2.json | 42 gdalcubes-0.7.0/gdalcubes/inst/formats/PlanetScope_3B_AnalyticMS_SR.json | 72 gdalcubes-0.7.0/gdalcubes/inst/formats/S5P_NO2.json |only gdalcubes-0.7.0/gdalcubes/inst/formats/Sentinel2_L1C.json | 158 +- gdalcubes-0.7.0/gdalcubes/inst/formats/Sentinel2_L1C_AWS.json | 160 +- gdalcubes-0.7.0/gdalcubes/inst/formats/Sentinel2_L2A.json | 164 +- gdalcubes-0.7.0/gdalcubes/inst/formats/Sentinel2_L2A_THEIA.json | 118 - gdalcubes-0.7.0/gdalcubes/inst/ny_samples.gpkg |only gdalcubes-0.7.0/gdalcubes/inst/scripts/f_predict.R |only gdalcubes-0.7.0/gdalcubes/inst/scripts/worker.R | 1 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_aggregate_space.R | 120 - gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_aggregate_time.R | 122 - gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_apply_pixel.R | 78 - gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_as_json.R | 32 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_crop.R | 52 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_cube_view.R | 134 - gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_reduce_space.R | 3 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_reduce_time.R | 4 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_rename_bands.R | 24 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_selection.R | 98 - gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_slice_space.R | 24 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_slice_time.R | 24 gdalcubes-0.7.0/gdalcubes/inst/tinytest/test_window_space.R |only gdalcubes-0.7.0/gdalcubes/man/add_collection_format.Rd | 50 gdalcubes-0.7.0/gdalcubes/man/add_images.Rd | 74 - gdalcubes-0.7.0/gdalcubes/man/aggregate_space.Rd | 112 - gdalcubes-0.7.0/gdalcubes/man/aggregate_time.Rd | 100 - gdalcubes-0.7.0/gdalcubes/man/animate.Rd | 134 - gdalcubes-0.7.0/gdalcubes/man/apply_pixel.Rd | 100 - gdalcubes-0.7.0/gdalcubes/man/apply_pixel.array.Rd | 66 gdalcubes-0.7.0/gdalcubes/man/apply_pixel.cube.Rd | 168 +- gdalcubes-0.7.0/gdalcubes/man/apply_time.Rd | 130 - gdalcubes-0.7.0/gdalcubes/man/apply_time.array.Rd | 72 gdalcubes-0.7.0/gdalcubes/man/apply_time.cube.Rd | 157 +- gdalcubes-0.7.0/gdalcubes/man/as.data.frame.cube.Rd |only gdalcubes-0.7.0/gdalcubes/man/as_array.Rd | 80 - gdalcubes-0.7.0/gdalcubes/man/as_json.Rd | 72 gdalcubes-0.7.0/gdalcubes/man/bands.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/chunk_apply.Rd | 114 - gdalcubes-0.7.0/gdalcubes/man/collection_formats.Rd | 54 gdalcubes-0.7.0/gdalcubes/man/create_image_collection.Rd | 164 +- gdalcubes-0.7.0/gdalcubes/man/crop.Rd | 130 - gdalcubes-0.7.0/gdalcubes/man/cube_view.Rd | 158 +- gdalcubes-0.7.0/gdalcubes/man/dim.cube.Rd | 70 gdalcubes-0.7.0/gdalcubes/man/dimension_bounds.Rd | 68 gdalcubes-0.7.0/gdalcubes/man/dimension_values.Rd | 68 gdalcubes-0.7.0/gdalcubes/man/dimensions.Rd | 70 gdalcubes-0.7.0/gdalcubes/man/dot-copy_cube.Rd | 42 gdalcubes-0.7.0/gdalcubes/man/extent.Rd | 66 gdalcubes-0.7.0/gdalcubes/man/extract_geom.Rd | 215 +- gdalcubes-0.7.0/gdalcubes/man/fill_time.Rd | 94 - gdalcubes-0.7.0/gdalcubes/man/filter_geom.Rd | 126 - gdalcubes-0.7.0/gdalcubes/man/filter_pixel.Rd | 98 - gdalcubes-0.7.0/gdalcubes/man/gdalcubes.Rd | 30 gdalcubes-0.7.0/gdalcubes/man/gdalcubes_gdal_has_geos.Rd | 28 gdalcubes-0.7.0/gdalcubes/man/gdalcubes_gdalformats.Rd | 28 gdalcubes-0.7.0/gdalcubes/man/gdalcubes_gdalversion.Rd | 28 gdalcubes-0.7.0/gdalcubes/man/gdalcubes_options.Rd | 144 - gdalcubes-0.7.0/gdalcubes/man/gdalcubes_selection.Rd | 180 +- gdalcubes-0.7.0/gdalcubes/man/gdalcubes_set_gdal_config.Rd | 46 gdalcubes-0.7.0/gdalcubes/man/image_collection.Rd | 62 gdalcubes-0.7.0/gdalcubes/man/image_mask.Rd | 94 - gdalcubes-0.7.0/gdalcubes/man/join_bands.Rd | 98 - gdalcubes-0.7.0/gdalcubes/man/json_cube.Rd | 102 - gdalcubes-0.7.0/gdalcubes/man/memsize.Rd | 68 gdalcubes-0.7.0/gdalcubes/man/names.cube.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/nbands.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/ncdf_cube.Rd | 92 - gdalcubes-0.7.0/gdalcubes/man/nt.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/nx.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/ny.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/pack_minmax.Rd | 72 gdalcubes-0.7.0/gdalcubes/man/plot.cube.Rd | 218 +- gdalcubes-0.7.0/gdalcubes/man/predict.cube.Rd |only gdalcubes-0.7.0/gdalcubes/man/print.cube.Rd | 62 gdalcubes-0.7.0/gdalcubes/man/print.cube_view.Rd | 44 gdalcubes-0.7.0/gdalcubes/man/print.image_collection.Rd | 60 gdalcubes-0.7.0/gdalcubes/man/proj4.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/raster_cube.Rd | 123 - gdalcubes-0.7.0/gdalcubes/man/read_chunk_as_array.Rd | 102 - gdalcubes-0.7.0/gdalcubes/man/reduce_space.Rd | 94 - gdalcubes-0.7.0/gdalcubes/man/reduce_space.array.Rd | 72 gdalcubes-0.7.0/gdalcubes/man/reduce_space.cube.Rd | 131 + gdalcubes-0.7.0/gdalcubes/man/reduce_time.Rd | 92 - gdalcubes-0.7.0/gdalcubes/man/reduce_time.array.Rd | 68 gdalcubes-0.7.0/gdalcubes/man/reduce_time.cube.Rd | 167 +- gdalcubes-0.7.0/gdalcubes/man/rename_bands.Rd | 98 - gdalcubes-0.7.0/gdalcubes/man/select_bands.Rd | 94 - gdalcubes-0.7.0/gdalcubes/man/select_time.Rd | 90 - gdalcubes-0.7.0/gdalcubes/man/size.Rd | 70 gdalcubes-0.7.0/gdalcubes/man/slice_space.Rd | 92 - gdalcubes-0.7.0/gdalcubes/man/slice_time.Rd | 92 - gdalcubes-0.7.0/gdalcubes/man/srs.Rd | 64 gdalcubes-0.7.0/gdalcubes/man/st_as_stars.cube.Rd | 76 - gdalcubes-0.7.0/gdalcubes/man/stac_image_collection.Rd | 109 - gdalcubes-0.7.0/gdalcubes/man/stack_cube.Rd | 157 +- gdalcubes-0.7.0/gdalcubes/man/window_space.Rd |only gdalcubes-0.7.0/gdalcubes/man/window_time.Rd | 50 gdalcubes-0.7.0/gdalcubes/man/write_chunk_from_array.Rd | 96 - gdalcubes-0.7.0/gdalcubes/man/write_ncdf.Rd | 152 +- gdalcubes-0.7.0/gdalcubes/man/write_tif.Rd | 158 +- gdalcubes-0.7.0/gdalcubes/src/Makevars.in | 1 gdalcubes-0.7.0/gdalcubes/src/Makevars.ucrt | 8 gdalcubes-0.7.0/gdalcubes/src/Makevars.win | 1 gdalcubes-0.7.0/gdalcubes/src/RcppExports.cpp | 73 - gdalcubes-0.7.0/gdalcubes/src/gdalcubes.cpp | 63 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/aggregate_space.cpp | 11 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/aggregate_space.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/aggregate_time.cpp | 11 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/aggregate_time.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/apply_pixel.cpp | 5 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/apply_pixel.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/build_info.h | 12 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/collection_format.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/collection_format.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/config.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/config.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/coord_types.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/crop.cpp | 8 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/crop.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/cube.cpp | 730 +++++----- gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/cube.h | 298 ---- gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/cube_factory.cpp | 60 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/cube_factory.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/datetime.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/datetime.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/dummy.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/dummy.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/error.cpp | 58 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/error.h | 49 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/extract_geom.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/extract_geom.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filesystem.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filesystem.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/fill_time.cpp | 23 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filter_geom.cpp | 10 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filter_geom.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filter_pixel.cpp | 6 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/filter_pixel.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/fscache_cube.h |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/gdalcubes.cpp | 5 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/gdalcubes.h | 4 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection.cpp | 61 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection_cube.cpp | 108 + gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection_cube.h | 9 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection_ops.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/image_collection_ops.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/join_bands.cpp | 12 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/join_bands.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/ncdf_cube.cpp | 19 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/ncdf_cube.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/progress.cpp |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/progress.h | 67 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/reduce_space.cpp | 13 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/reduce_space.h | 37 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/reduce_time.cpp | 13 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/reduce_time.h | 36 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/rename_bands.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/rename_bands.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/select_bands.cpp | 11 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/select_bands.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/select_time.cpp | 8 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/simple_cube.cpp | 33 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/simple_cube.h | 8 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/slice_space.cpp | 1 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/slice_space.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/slice_time.cpp | 1 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/slice_time.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_chunk.cpp |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_chunk.h |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_pixel.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_pixel.h | 7 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_time.cpp | 12 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_apply_time.h | 6 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_reduce_space.cpp | 12 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_reduce_space.h | 6 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_reduce_time.cpp | 13 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/stream_reduce_time.h | 8 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/timer.h | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/utils.cpp | 12 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/utils.h | 3 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/view.cpp | 532 +++++++ gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/view.h | 691 +-------- gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/warp.cpp | 271 +++ gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/warp.h | 41 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/window_space.cpp |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/window_space.h |only gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/window_time.cpp | 2 gdalcubes-0.7.0/gdalcubes/src/gdalcubes/src/window_time.h | 2 gdalcubes-0.7.0/gdalcubes/src/multiprocess.cpp | 2 gdalcubes-0.7.0/gdalcubes/tests/tinytest.R | 14 gdalcubes-0.7.0/gdalcubes/tools/winlibs.R | 24 gdalcubes-0.7.0/gdalcubes/vignettes/gc01_MODIS.Rmd | 11 243 files changed, 8292 insertions(+), 7055 deletions(-)
Title: Analyze and Visualize FAST-Generated Data
Description: R 'shiny' app to perform data analysis and visualization for the
Fully Automated Senescence Test (FAST) workflow.
Author: Francesco Neri [aut, cre, cph]
Maintainer: Francesco Neri <f.francesconeri@gmail.com>
Diff between FAST.R versions 0.1.3 dated 2024-01-16 and 0.2.0 dated 2024-03-06
FAST.R-0.1.3/FAST.R/inst/extdata/IR_Serum-Starvation/IR_sum_2023-0317.xlsx |only FAST.R-0.1.3/FAST.R/inst/extdata/IR_Serum-Starvation/IR_sum_2023-0317_metadata.csv |only FAST.R-0.2.0/FAST.R/DESCRIPTION | 14 +- FAST.R-0.2.0/FAST.R/MD5 | 31 ++-- FAST.R-0.2.0/FAST.R/NEWS.md | 6 FAST.R-0.2.0/FAST.R/R/analyze_single_cell_data.R | 60 ++++++--- FAST.R-0.2.0/FAST.R/R/app.R | 7 - FAST.R-0.2.0/FAST.R/R/data_analysisServer.R | 18 ++ FAST.R-0.2.0/FAST.R/R/data_analysisUI.R | 23 ++- FAST.R-0.2.0/FAST.R/R/example_dataServer.R |only FAST.R-0.2.0/FAST.R/R/example_dataUI.R |only FAST.R-0.2.0/FAST.R/R/generate_single_cell_df.R | 65 +++++++++- FAST.R-0.2.0/FAST.R/R/load_input_files.R | 15 +- FAST.R-0.2.0/FAST.R/inst/extdata/IR_Serum-Starvation/example_Analysis_Report.csv |only FAST.R-0.2.0/FAST.R/inst/extdata/IR_Serum-Starvation/example_Image_Analyst_Output_File.xlsx |only FAST.R-0.2.0/FAST.R/inst/extdata/IR_Serum-Starvation/example_Image_Analyst_Output_File_metadata.csv |only FAST.R-0.2.0/FAST.R/inst/extdata/IR_Serum-Starvation/example_Single_Cell_Data.csv |only FAST.R-0.2.0/FAST.R/inst/extdata/plate-metadata.csv | 22 ++- FAST.R-0.2.0/FAST.R/inst/scripts/install_FASTR.R | 3 FAST.R-0.2.0/FAST.R/tests/testthat/setup.R |only FAST.R-0.2.0/FAST.R/tests/testthat/test-data_analysisServer.R | 24 --- 21 files changed, 207 insertions(+), 81 deletions(-)
Title: Builds Color Tables
Description: Builds gradient color maps.
Author: Tim Keitt [aut] ,
CRAN Team [ctb] ,
Gregory Jefferis [ctb, cre]
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Diff between colorRamps versions 2.3.2 dated 2024-03-04 and 2.3.4 dated 2024-03-06
DESCRIPTION | 30 ++++++++++++++++-------------- MD5 | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-)
Title: Transport Accessibility Measures
Description: A set of fast and convenient functions to help conducting
accessibility analyses. Given a pre-computed travel cost matrix and a
land use dataset (containing the location of jobs, healthcare and
population, for example), the package allows one to calculate
accessibility levels and accessibility poverty and inequality. The
package covers the majority of the most commonly used accessibility
measures (such as cumulative opportunities, gravity-based and floating
catchment areas methods), as well as the most frequently used
inequality and poverty metrics (such as the Palma ratio, the
concentration and Theil indices and the FGT family of measures).
Author: Rafael H. M. Pereira [aut] ,
Daniel Herszenhut [aut, cre] ,
Joey Reid [ctb],
Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Daniel Herszenhut <dhersz@gmail.com>
Diff between accessibility versions 1.3.0 dated 2023-10-20 and 1.4.0 dated 2024-03-06
accessibility-1.3.0/accessibility/tests/testthat/test-assert_land_use_data_warnings.R |only accessibility-1.4.0/accessibility/DESCRIPTION | 32 accessibility-1.4.0/accessibility/MD5 | 51 - accessibility-1.4.0/accessibility/NAMESPACE | 1 accessibility-1.4.0/accessibility/NEWS.md | 16 accessibility-1.4.0/accessibility/R/accessibility.R | 9 accessibility-1.4.0/accessibility/R/assert_and_assign.R | 2 accessibility-1.4.0/accessibility/R/decay_logistic.R |only accessibility-1.4.0/accessibility/README.md | 132 +-- accessibility-1.4.0/accessibility/build/partial.rdb |binary accessibility-1.4.0/accessibility/build/vignette.rds |binary accessibility-1.4.0/accessibility/inst/REFERENCES.bib | 39 accessibility-1.4.0/accessibility/inst/doc/accessibility.Rmd | 2 accessibility-1.4.0/accessibility/inst/doc/accessibility.html | 403 +++++---- accessibility-1.4.0/accessibility/inst/doc/decay_functions.R | 4 accessibility-1.4.0/accessibility/inst/doc/decay_functions.Rmd | 30 accessibility-1.4.0/accessibility/inst/doc/decay_functions.html | 433 +++++----- accessibility-1.4.0/accessibility/inst/doc/inequality_and_poverty.html | 304 +++---- accessibility-1.4.0/accessibility/man/accessibility.Rd | 13 accessibility-1.4.0/accessibility/man/decay_binary.Rd | 1 accessibility-1.4.0/accessibility/man/decay_exponential.Rd | 1 accessibility-1.4.0/accessibility/man/decay_linear.Rd | 1 accessibility-1.4.0/accessibility/man/decay_logistic.Rd |only accessibility-1.4.0/accessibility/man/decay_power.Rd | 1 accessibility-1.4.0/accessibility/man/decay_stepped.Rd | 1 accessibility-1.4.0/accessibility/tests/testthat/test-assert_land_use_data.R |only accessibility-1.4.0/accessibility/tests/testthat/test-decay_logistic.R |only accessibility-1.4.0/accessibility/vignettes/accessibility.Rmd | 2 accessibility-1.4.0/accessibility/vignettes/decay_functions.Rmd | 30 29 files changed, 836 insertions(+), 672 deletions(-)
Title: Functions for Working with Two- And Four-Parameter Beta
Probability Distributions and Psychometric Analysis of
Classifications
Description: Package providing a number of functions for working with Two- and
Four-parameter Beta and closely related distributions (i.e., the Gamma-
Binomial-, and Beta-Binomial distributions).
Includes, among other things:
- d/p/q/r functions for Four-Parameter Beta distributions and Generalized
"Binomial" (continuous) distributions, and d/p/r- functions for Beta-
Binomial distributions.
- d/p/q/r functions for Two- and Four-Parameter Beta distributions
parameterized in terms of their means and variances rather than their
shape-parameters.
- Moment generating functions for Binomial distributions, Beta-Binomial
distributions, and observed value distributions.
- Functions for estimating classification accuracy and consistency,
making use of the Classical Test-Theory based 'Livingston and Lewis' (L&L)
and 'Hanson and Brennan' approaches.
A shiny app is available, providing a GUI for the L&L approach when used
for binary classifications. For url to the app, see documentation for the
LL.CA() [...truncated...]
Author: Haakon Eidem Haakstad
Maintainer: Haakon Eidem Haakstad <h.e.haakstad@gmail.com>
Diff between betafunctions versions 1.8.1 dated 2022-12-04 and 1.9.0 dated 2024-03-06
DESCRIPTION | 11 + MD5 | 50 +++---- NEWS.md | 18 ++ R/betafunctions.R | 322 ++++++++++++++++++------------------------------- R/classification.R | 197 +++++++++++------------------ man/AMS.Rd | 23 --- man/BMS.Rd | 23 --- man/Beta.2p.fit.Rd | 2 man/Beta.tp.fit.Rd | 8 - man/HB.CA.MC.Rd | 12 - man/HB.beta.tp.fit.Rd | 8 - man/LABMSU.Rd | 8 - man/MLA.Rd | 4 man/MLB.Rd | 4 man/MLM.Rd | 6 man/UABMSL.Rd | 8 - man/betamode.Rd | 4 man/binomialmoments.Rd | 21 +-- man/caStats.Rd | 9 - man/ccStats.Rd | 4 man/dBeta.4P.Rd | 4 man/dBetaMS.Rd | 17 +- man/mdlfit.gfx.Rd | 2 man/pBetaMS.Rd | 18 ++ man/qBetaMS.Rd | 15 +- man/rBetaMS.Rd | 19 ++ 26 files changed, 350 insertions(+), 467 deletions(-)
Title: An Interface to IMF (International Monetary Fund) Data JSON API
Description: A straightforward interface for accessing the IMF
(International Monetary Fund) data JSON API,
available at <https://data.imf.org/>. This package offers direct access to
the primary API endpoints: Dataflow, DataStructure, and CompactData.
And, it provides an intuitive interface for exploring available
dimensions and attributes, as well as querying individual time-series datasets.
Additionally, the package implements a rate limit on API calls to reduce the
chances of exceeding service limits (limited to 10 calls every 5 seconds)
and encountering response errors.
Author: Pedro Baltazar [aut, cre]
Maintainer: Pedro Baltazar <pedrobtz@gmail.com>
Diff between imf.data versions 0.1.4 dated 2024-01-25 and 0.1.5 dated 2024-03-06
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- NEWS.md | 4 ++++ R/database.R | 9 +++------ R/methods.R | 2 -- man/list_datasets.Rd | 1 + man/load_datasets.Rd | 3 --- man/mt_compact_data.Rd | 2 -- 8 files changed, 18 insertions(+), 23 deletions(-)
Title: Handling Incomplete Responses in Survey Data Analysis
Description: Offers robust tools to identify and manage incomplete responses in survey datasets, thereby enhancing the quality and reliability of research findings.
Author: Hendrik Mann [aut, cre]
Maintainer: Hendrik Mann <hendrik.mann@uni-wuppertal.de>
Diff between dropout versions 2.1.0 dated 2023-09-28 and 2.1.1 dated 2024-03-06
DESCRIPTION | 8 +- MD5 | 24 +++--- R/RcppExports.R | 6 + R/drop_detect.R | 11 +-- R/drop_summary.R | 33 +++++---- README.md | 6 + inst/doc/intro_to_dropout.Rmd | 14 ---- inst/doc/intro_to_dropout.html | 128 +++++++++++++++++-------------------- man/drop_summary.Rd | 9 +- src/find_dropouts.cpp | 23 ++++++ src/find_na_sequences.cpp | 33 ++++++++- tests/testthat/test_drop_summary.R | 8 +- vignettes/intro_to_dropout.Rmd | 14 ---- 13 files changed, 177 insertions(+), 140 deletions(-)
Title: Data Processing of SMN Hi-Res Weather Forecast from 'AWS'
Description: Exploration of Weather Research & Forecasting ('WRF') Model data
of Servicio Meteorologico Nacional (SMN) from Amazon Web Services
(<https://registry.opendata.aws/smn-ar-wrf-dataset/>) cloud. The package
provides the possibility of data downloading, processing and correction
methods. It also has map management and series exploration of available
meteorological variables of 'WRF' forecast.
Author: Gonzalo Diaz [cre, aut]
Maintainer: Gonzalo Diaz <gonzalomartindiaz22@gmail.com>
Diff between aws.wrfsmn versions 0.0.1 dated 2024-02-09 and 0.0.2 dated 2024-03-06
DESCRIPTION | 17 ++++---- MD5 | 42 +++++++++++++------- NAMESPACE | 20 +++++++++ NEWS.md | 6 ++ R/daily2monthly.R |only R/eva-data.R |only R/find_nearest_point.R | 5 +- R/get_wrf_files.R | 2 R/load_by_variable.R | 5 +- R/mg_evaluation.R |only R/multiple_guidance.R |only R/ploting.R |only R/wrf_download.R | 2 README.md | 2 build/vignette.rds |binary data |only inst/doc/Multiple-Linear-Regression-Correction.R |only inst/doc/Multiple-Linear-Regression-Correction.Rmd |only inst/doc/Multiple-Linear-Regression-Correction.html |only man/daily2monthly.Rd |only man/eva.Rd |only man/find.nearest.point.Rd | 2 man/get.wrf.files.Rd | 2 man/load.by.variable.Rd | 2 man/mg.evaluation.Rd |only man/multiple.guidance.Rd |only man/ploting.Rd |only man/wrf.download.Rd | 2 vignettes/Multiple-Linear-Regression-Correction.Rmd |only 29 files changed, 77 insertions(+), 32 deletions(-)
Title: Accelerated Sparse Discriminant Analysis
Description: Implementation of sparse linear discriminant analysis, which is a supervised
classification method for multiple classes. Various novel optimization approaches to
this problem are implemented including alternating direction method of multipliers ('ADMM'),
proximal gradient (PG) and accelerated proximal gradient ('APG') (See Atkins 'et al'. <arXiv:1705.07194>).
Functions for performing cross validation are also supplied along with basic prediction
and plotting functions.
Sparse zero variance discriminant analysis ('SZVD') is also included in the package
(See Ames and Hong, <arXiv:1401.5492>). See the 'github' wiki for a more extended description.
Author: Gudmundur Einarsson [aut, cre, trl],
Line Clemmensen [aut, ths],
Brendan Ames [aut],
Summer Atkins [aut]
Maintainer: Gudmundur Einarsson <gumeo140688@gmail.com>
Diff between accSDA versions 1.1.2 dated 2022-09-05 and 1.1.3 dated 2024-03-06
DESCRIPTION | 14 ++++++------ MD5 | 54 +++++++++++++++++++++++++------------------------- NAMESPACE | 6 +++++ R/ADMM_EN2.R | 1 R/ADMM_EN_SMW.R | 1 R/ASDA.R | 2 - R/SDAAP.R | 4 +-- R/SDAAPcv.R | 4 +-- R/SDAD.R | 4 +-- R/SDADcv.R | 4 +-- R/SDAP.R | 5 ++-- R/SDAPcv.R | 4 +-- R/SZVD.R | 6 ++--- R/SZVD_kFold_cv.R | 6 ++--- R/SZVDcv.R | 6 ++--- R/ZVD.R | 6 ++--- R/ordinalFunctions.R | 2 - R/plottingFunctions.R | 5 +--- inst/CITATION | 18 +++++++++------- man/ADMM_EN2.Rd | 2 - man/ADMM_EN_SMW.Rd | 2 - man/SDAAP.Rd | 5 ++-- man/SDAD.Rd | 5 ++-- man/SDAP.Rd | 5 ++-- man/SZVD.Rd | 3 +- man/SZVD_kFold_cv.Rd | 3 +- man/SZVDcv.Rd | 3 +- man/ZVD.Rd | 2 - 28 files changed, 95 insertions(+), 87 deletions(-)
Title: Enterprise Streamlined 'shiny' Application Framework Using
'bs4Dash'
Description: A framework for building enterprise, scalable and UI-standardized 'shiny' applications.
It brings enhanced features such as 'bootstrap' v4 <https://getbootstrap.com/docs/4.0/getting-started/introduction/>,
additional and enhanced 'shiny' modules, customizable UI features, as well as an enhanced application file
organization paradigm. This update allows developers to harness the ability to build powerful applications and
enriches the 'shiny' developers' experience when building and maintaining applications.
Author: Mohammed Ali [aut, cre],
Constance Brett [ctb],
Aggregate Genius Inc [spn]
Maintainer: Mohammed Ali <mohammed@aggregate-genius.com>
Diff between periscope2 versions 0.2.2 dated 2024-01-08 and 0.2.3 dated 2024-03-06
DESCRIPTION | 8 MD5 | 175 ++++----- NAMESPACE | 3 NEWS.md | 20 + R/announcementConfigurationsAddin.R | 4 R/appReset.R | 8 R/downloadFile.R | 80 ++-- R/downloadablePlot.R | 34 + R/downloadableTable.R | 60 ++- R/fw_helpers_external.R | 24 + R/fw_helpers_internal.R | 2 R/generate_template.R | 10 R/logViewer.R | 2 R/logger.R | 5 R/periscope2.R | 1 R/ui_helpers.R | 189 +++++----- README.md | 2 inst/WORDLIST | 2 inst/doc/announcement-module.R | 7 inst/doc/announcement-module.Rmd | 9 inst/doc/announcement-module.html | 14 inst/doc/announcement_addin.html | 4 inst/doc/applicationReset-module.html | 4 inst/doc/downloadFile-module.html | 4 inst/doc/downloadablePlot-module.Rmd | 2 inst/doc/downloadablePlot-module.html | 8 inst/doc/downloadableTable-module.Rmd | 3 inst/doc/downloadableTable-module.html | 10 inst/doc/logViewer-module.html | 4 inst/doc/new-application.html | 4 inst/doc/themeBuilder_addin.html | 4 inst/fw_templ/p_blank/global.R | 10 inst/fw_templ/p_blank/ui_header.R | 3 inst/fw_templ/p_example/custom.css | 31 + inst/fw_templ/p_example/global.R | 6 inst/fw_templ/p_example/ui_body.R | 6 inst/fw_templ/p_example/ui_body_no_left_sidebar.R | 6 inst/fw_templ/p_example/ui_header.R | 3 inst/fw_templ/server.R | 2 inst/fw_templ/www/custom.css | 47 ++ man/add_ui_body.Rd | 4 man/add_ui_footer.Rd | 6 man/add_ui_header.Rd | 39 +- man/add_ui_left_sidebar.Rd | 20 - man/add_ui_right_sidebar.Rd | 12 man/announcementConfigurationsAddin.Rd | 6 man/appReset.Rd | 10 man/appResetButton.Rd | 16 man/createPSAlert.Rd | 8 man/create_application.Rd | 10 man/downloadFile.Rd | 8 man/downloadFileButton.Rd | 6 man/downloadablePlot.Rd | 10 man/downloadablePlotUI.Rd | 4 man/downloadableTable.Rd | 31 - man/downloadableTableUI.Rd | 22 - man/figures |only man/load_announcements.Rd |only man/logViewerOutput.Rd | 6 man/periscope2.Rd | 13 man/set_app_parameters.Rd | 45 +- man/themeConfigurationsAddin.Rd | 2 man/ui_tooltip.Rd | 8 tests/testthat/_snaps/download_file/download.txt |only tests/testthat/_snaps/download_file/my_char_download.csv |only tests/testthat/_snaps/download_file/my_char_download.tsv |only tests/testthat/_snaps/download_file/my_char_download.txt | 2 tests/testthat/_snaps/ui_functions.md | 120 ++---- tests/testthat/sample_app_both_sidebars/program/global.R | 10 tests/testthat/sample_app_both_sidebars/program/ui_body.R | 6 tests/testthat/sample_app_both_sidebars/program/ui_header.R | 3 tests/testthat/sample_app_left_sidebar/program/global.R | 10 tests/testthat/sample_app_left_sidebar/program/ui_body.R | 4 tests/testthat/sample_app_left_sidebar/program/ui_header.R | 3 tests/testthat/sample_app_no_both_sidebars/program/global.R | 10 tests/testthat/sample_app_no_both_sidebars/program/ui_body.R | 6 tests/testthat/sample_app_no_both_sidebars/program/ui_header.R | 3 tests/testthat/sample_app_right_sidebar/program/global.R | 10 tests/testthat/sample_app_right_sidebar/program/ui_body.R | 6 tests/testthat/sample_app_right_sidebar/program/ui_header.R | 3 tests/testthat/test_download_file.R | 37 + tests/testthat/test_downloadable_plot.R | 62 ++- tests/testthat/test_downloadable_table.R | 55 ++ tests/testthat/test_ui_functions.R | 184 ++++----- vignettes/announcement-module.Rmd | 9 vignettes/downloadablePlot-module.Rmd | 2 vignettes/downloadableTable-module.Rmd | 3 87 files changed, 961 insertions(+), 693 deletions(-)
Title: Package for Reading Binary Files
Description: Functions and analytics for GENEA-compatible accelerometer data into R objects.
See topic 'GENEAread' for an introduction to the package.
See <https://activinsights.com/technology/geneactiv/> for more details on the GENEActiv device.
Author: Zhou Fang [aut],
Joss Langford [aut],
Charles Sweetland [aut],
Jia Ying Chua [aut, cre]
Maintainer: Jia Ying Chua <jiayingc@activinsights.com>
Diff between GENEAread versions 2.0.9 dated 2020-11-25 and 2.0.10 dated 2024-03-06
DESCRIPTION | 21 +++++++++++---------- MD5 | 26 +++++++++++++------------- NAMESPACE | 6 +++--- R/AccData.r | 6 ++++-- R/GRtime.r | 19 ++++++++++++++++--- R/epoch.R | 18 ++++++++++-------- R/stftmod.R | 2 +- R/util.R | 12 ++++++------ man/epoch.Rd | 2 ++ man/expand.Rd | 6 +++--- man/grapes-bq-grapes.Rd | 4 ++-- man/grapes-bt-grapes.Rd | 4 ++-- man/seq.log.Rd | 2 +- man/stftcalc.Rd | 4 ++-- 14 files changed, 76 insertions(+), 56 deletions(-)
Title: Colors for all
Description: Color palettes for all people, including those with color vision deficiency. Popular color palette series have been organized by type and have been scored on several properties such as color-blind-friendliness and fairness (i.e. do colors stand out equally?). Own palettes can also be loaded and analysed. Besides the common palette types (categorical, sequential, and diverging) it also includes bivariate color palettes. Furthermore, a color for missing values is assigned to each palette.
Author: Martijn Tennekes [aut, cre],
Marco Puts [ctb],
Achim Zeileis [ctb],
Jakub Nowosad [ctb],
Robin Lovelace [ctb],
Helgasoft [ctb],
Matthew Petroff [ctb],
Olivier Roy [ctb]
Maintainer: Martijn Tennekes <mtennekes@gmail.com>
Diff between cols4all versions 0.6 dated 2023-02-02 and 0.7 dated 2024-03-06
cols4all-0.6/cols4all/R/c4a_plot_cvd.R |only cols4all-0.6/cols4all/inst/doc/intro.R |only cols4all-0.6/cols4all/inst/doc/intro.Rmd |only cols4all-0.6/cols4all/inst/doc/intro.html |only cols4all-0.6/cols4all/inst/img/cols4all_logo.png |only cols4all-0.6/cols4all/vignettes/intro.Rmd |only cols4all-0.7/cols4all/DESCRIPTION | 23 cols4all-0.7/cols4all/MD5 | 84 ++- cols4all-0.7/cols4all/NAMESPACE | 7 cols4all-0.7/cols4all/NEWS.md |only cols4all-0.7/cols4all/R/attach_bib.R | 4 cols4all-0.7/cols4all/R/c4a.R | 38 + cols4all-0.7/cols4all/R/c4a_data.R | 212 +++++---- cols4all-0.7/cols4all/R/c4a_gui.R | 232 ++++++++-- cols4all-0.7/cols4all/R/c4a_modify.R |only cols4all-0.7/cols4all/R/c4a_plot.R | 56 ++ cols4all-0.7/cols4all/R/c4a_plot_X_matrix.R | 101 +++- cols4all-0.7/cols4all/R/c4a_plot_bars.R | 50 ++ cols4all-0.7/cols4all/R/c4a_plot_confusion_lines.R | 35 + cols4all-0.7/cols4all/R/c4a_plot_hues.R | 8 cols4all-0.7/cols4all/R/c4a_plot_names.R |only cols4all-0.7/cols4all/R/c4a_plot_names2.R |only cols4all-0.7/cols4all/R/c4a_plot_scatter.R | 4 cols4all-0.7/cols4all/R/c4a_plot_text.R | 8 cols4all-0.7/cols4all/R/c4a_table.R | 17 cols4all-0.7/cols4all/R/check_pals.R | 17 cols4all-0.7/cols4all/R/get_pal_n.R | 2 cols4all-0.7/cols4all/R/naming.R |only cols4all-0.7/cols4all/R/onLoad.R | 68 +- cols4all-0.7/cols4all/R/palette_dist_bg.R |only cols4all-0.7/cols4all/R/plot.R |only cols4all-0.7/cols4all/R/process_palette.R | 13 cols4all-0.7/cols4all/R/show_attach_scores.R | 40 + cols4all-0.7/cols4all/R/sysdata.rda |binary cols4all-0.7/cols4all/build/cols4all.rds |only cols4all-0.7/cols4all/build/vignette.rds |binary cols4all-0.7/cols4all/inst/doc/cols4all.R |only cols4all-0.7/cols4all/inst/doc/cols4all.Rmd |only cols4all-0.7/cols4all/inst/doc/cols4all.html |only cols4all-0.7/cols4all/inst/img/naming1x.gif |only cols4all-0.7/cols4all/inst/img/naming2x.gif |only cols4all-0.7/cols4all/inst/www/light.css | 4 cols4all-0.7/cols4all/inst/www/misc.css | 5 cols4all-0.7/cols4all/man/c4a_data.Rd | 36 - cols4all-0.7/cols4all/man/c4a_modify.Rd |only cols4all-0.7/cols4all/man/c4a_palettes.Rd | 2 cols4all-0.7/cols4all/man/c4a_plot.Rd | 41 + cols4all-0.7/cols4all/man/c4a_scores.Rd |only cols4all-0.7/cols4all/man/cols4all-package.Rd | 24 - cols4all-0.7/cols4all/man/figures/README-unnamed-chunk-10-1.png |binary cols4all-0.7/cols4all/man/figures/README-unnamed-chunk-11-1.png |only cols4all-0.7/cols4all/man/figures/README-unnamed-chunk-11-2.png |only cols4all-0.7/cols4all/man/figures/README-unnamed-chunk-9-1.png |binary cols4all-0.7/cols4all/man/figures/logo.png |only cols4all-0.7/cols4all/vignettes/cols4all.Rmd |only cols4all-0.7/cols4all/vignettes/dash-3.png |only 56 files changed, 827 insertions(+), 304 deletions(-)
Title: R Interface to 'Quarto' Markdown Publishing System
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
variety of output formats using 'Quarto'.
Author: JJ Allaire [aut] ,
Christophe Dervieux [cre, aut]
,
Posit Software, PBC [cph, fnd]
Maintainer: Christophe Dervieux <cderv@posit.co>
Diff between quarto versions 1.3 dated 2023-09-19 and 1.4 dated 2024-03-06
quarto-1.3/quarto/inst/doc/publishing.Rmd |only quarto-1.3/quarto/vignettes/publishing.Rmd |only quarto-1.4/quarto/DESCRIPTION | 49 quarto-1.4/quarto/MD5 | 103 + quarto-1.4/quarto/NAMESPACE | 51 quarto-1.4/quarto/NEWS.md |only quarto-1.4/quarto/R/aaa.R |only quarto-1.4/quarto/R/add.R |only quarto-1.4/quarto/R/backports.R |only quarto-1.4/quarto/R/create.R |only quarto-1.4/quarto/R/daemon.R | 336 ++--- quarto-1.4/quarto/R/inspect.R | 86 - quarto-1.4/quarto/R/preview.R | 172 +- quarto-1.4/quarto/R/publish.R | 804 ++++++-------- quarto-1.4/quarto/R/quarto-args.R |only quarto-1.4/quarto/R/quarto-package.R | 13 quarto-1.4/quarto/R/quarto.R | 225 +++ quarto-1.4/quarto/R/render.R | 355 +++--- quarto-1.4/quarto/R/run.R | 85 - quarto-1.4/quarto/R/use.R |only quarto-1.4/quarto/R/utils-prompt.R |only quarto-1.4/quarto/R/utils-vignettes.R |only quarto-1.4/quarto/R/utils.R | 28 quarto-1.4/quarto/R/zzz.R |only quarto-1.4/quarto/README.md | 79 - quarto-1.4/quarto/build/vignette.rds |binary quarto-1.4/quarto/inst/doc/_intro.qmd |only quarto-1.4/quarto/inst/doc/hello-pdf.pdf |only quarto-1.4/quarto/inst/doc/hello-pdf.qmd |only quarto-1.4/quarto/inst/doc/hello.html |only quarto-1.4/quarto/inst/doc/hello.qmd |only quarto-1.4/quarto/inst/doc/include |only quarto-1.4/quarto/inst/doc/publishing.html | 599 ++-------- quarto-1.4/quarto/inst/doc/publishing.qmd |only quarto-1.4/quarto/inst/rmarkdown |only quarto-1.4/quarto/man/figures/logo.png |only quarto-1.4/quarto/man/is_using_quarto.Rd |only quarto-1.4/quarto/man/quarto-package.Rd |only quarto-1.4/quarto/man/quarto_add_extension.Rd |only quarto-1.4/quarto/man/quarto_binary_sitrep.Rd |only quarto-1.4/quarto/man/quarto_create_project.Rd |only quarto-1.4/quarto/man/quarto_inspect.Rd | 76 - quarto-1.4/quarto/man/quarto_path.Rd | 30 quarto-1.4/quarto/man/quarto_preview.Rd | 134 +- quarto-1.4/quarto/man/quarto_publish_doc.Rd | 163 +- quarto-1.4/quarto/man/quarto_render.Rd | 205 ++- quarto-1.4/quarto/man/quarto_serve.Rd | 66 - quarto-1.4/quarto/man/quarto_use_template.Rd |only quarto-1.4/quarto/man/quarto_version.Rd | 30 quarto-1.4/quarto/tests/testthat.R | 8 quarto-1.4/quarto/tests/testthat/_snaps |only quarto-1.4/quarto/tests/testthat/helper.R |only quarto-1.4/quarto/tests/testthat/project/_quarto-test.yml |only quarto-1.4/quarto/tests/testthat/project/_quarto.yml | 7 quarto-1.4/quarto/tests/testthat/project/project.md | 10 quarto-1.4/quarto/tests/testthat/test-add.R |only quarto-1.4/quarto/tests/testthat/test-create.R |only quarto-1.4/quarto/tests/testthat/test-inspect.R | 33 quarto-1.4/quarto/tests/testthat/test-quarto-args.R |only quarto-1.4/quarto/tests/testthat/test-quarto.R | 80 + quarto-1.4/quarto/tests/testthat/test-render.R | 74 + quarto-1.4/quarto/tests/testthat/test-use.R |only quarto-1.4/quarto/tests/testthat/test-utils-vignettes.R |only quarto-1.4/quarto/tests/testthat/test.Rmd | 60 - quarto-1.4/quarto/tests/testthat/test.ipynb |only quarto-1.4/quarto/tests/testthat/test.qmd |only quarto-1.4/quarto/vignettes/.install_extras |only quarto-1.4/quarto/vignettes/hello-pdf.qmd |only quarto-1.4/quarto/vignettes/hello.qmd |only quarto-1.4/quarto/vignettes/include |only quarto-1.4/quarto/vignettes/publishing.qmd |only 71 files changed, 2065 insertions(+), 1896 deletions(-)
Title: Recreates Some 'SAS®' Procedures in 'R'
Description: Contains functions to simulate the most commonly used
'SAS®' procedures. Specifically, the package aims to
simulate the functionality of 'proc freq', 'proc means', 'proc ttest',
'proc reg', 'proc transpose', 'proc sort', and 'proc print'.
The simulation will include recreating
all statistics with the highest fidelity possible.
Author: David Bosak [aut, cre],
Kevin Kramer [ctb],
Brian Varney [ctb],
Duong Tran [ctb],
Yifei Chen [ctb]
Maintainer: David Bosak <dbosak01@gmail.com>
Diff between procs versions 1.0.5 dated 2024-01-20 and 1.0.6 dated 2024-03-06
DESCRIPTION | 10 MD5 | 93 + NAMESPACE | 1 NEWS.md | 7 R/proc_freq.R | 10 R/proc_means.R | 17 R/proc_reg.R | 1867 +++++++++++++++++++++++++--------------- R/proc_sort.R | 12 R/proc_transpose.R | 9 R/proc_ttest.R | 8 R/procs.R | 5 R/supplements.R | 2 R/utilities.R | 89 + README.md | 10 build/vignette.rds |binary inst/doc/procs-dm.Rmd | 12 inst/doc/procs-dm.html | 14 inst/doc/procs-faq.Rmd | 10 inst/doc/procs-faq.html | 10 inst/doc/procs-freq.Rmd | 18 inst/doc/procs-freq.html | 21 inst/doc/procs-means.R | 2 inst/doc/procs-means.Rmd | 20 inst/doc/procs-means.html | 26 inst/doc/procs-reg.R |only inst/doc/procs-reg.Rmd |only inst/doc/procs-reg.html |only inst/doc/procs-ttest.Rmd | 4 inst/doc/procs-ttest.html | 4 inst/doc/procs.Rmd | 1 inst/doc/procs.html | 1 man/images/reg1.png |only man/images/reg2.png |only man/images/reg3.png |only man/images/reg4.png |only man/images/reg5.png |only man/images/reg6.png |only man/proc_reg.Rd |only man/procs.Rd | 23 tests/testthat/test-freq.R | 4 tests/testthat/test-means.R | 28 tests/testthat/test-reg.R | 822 +++++++++++++++++ tests/testthat/test-sort.R | 8 tests/testthat/test-transpose.R | 7 tests/testthat/test-ttest.R | 12 tests/testthat/test-utilities.R | 91 + vignettes/procs-dm.Rmd | 12 vignettes/procs-faq.Rmd | 10 vignettes/procs-freq.Rmd | 18 vignettes/procs-means.Rmd | 20 vignettes/procs-reg.Rmd |only vignettes/procs-ttest.Rmd | 4 vignettes/procs.Rmd | 1 53 files changed, 2470 insertions(+), 873 deletions(-)
Title: Various R Programming Tools for Model Fitting
Description: Various R programming tools for model fitting.
Author: Gregory R. Warnes [aut, cre],
Ben Bolker [aut],
Thomas Lumley [aut],
Randall C. Johnson [aut] SAIC-Frederick, Inc. Funded by the Intramural
Research Program, of the NIH, National Cancer Institute, Center for
Cancer Research under NCI Contract NO1-CO [...truncated...]
Maintainer: Gregory R. Warnes <greg@warnes.net>
Diff between gmodels versions 2.18.1.1 dated 2022-05-17 and 2.19.1 dated 2024-03-06
gmodels-2.18.1.1/gmodels/NEWS |only gmodels-2.19.1/gmodels/DESCRIPTION | 50 +++- gmodels-2.19.1/gmodels/MD5 | 47 ++-- gmodels-2.19.1/gmodels/NAMESPACE | 95 +++----- gmodels-2.19.1/gmodels/NEWS.md |only gmodels-2.19.1/gmodels/R/CrossTable.R | 125 +++++++++- gmodels-2.19.1/gmodels/R/ci.R | 210 +++++++++++------- gmodels-2.19.1/gmodels/R/coefFrame.R | 77 ++++++ gmodels-2.19.1/gmodels/R/est_p_ci.R | 61 ++++- gmodels-2.19.1/gmodels/R/estimable.R | 124 ++++++++++ gmodels-2.19.1/gmodels/R/estimable.mlm.R | 2 gmodels-2.19.1/gmodels/R/fast.prcomp.R | 227 +++++++++---------- gmodels-2.19.1/gmodels/R/fit.contrast.R | 308 +++++++++++++++++++-------- gmodels-2.19.1/gmodels/R/glh.test.R | 92 +++++++- gmodels-2.19.1/gmodels/R/make.contrasts.R | 115 +++++++++- gmodels-2.19.1/gmodels/R/to.est.R | 10 gmodels-2.19.1/gmodels/README.md |only gmodels-2.19.1/gmodels/man/CrossTable.Rd | 223 ++++++++++--------- gmodels-2.19.1/gmodels/man/ci.Rd | 80 ++----- gmodels-2.19.1/gmodels/man/coefFrame.Rd | 88 ++++--- gmodels-2.19.1/gmodels/man/dot-to.est.Rd |only gmodels-2.19.1/gmodels/man/est_p_ci.Rd |only gmodels-2.19.1/gmodels/man/estimable.Rd | 179 +++++++-------- gmodels-2.19.1/gmodels/man/fast.prcomp.Rd | 131 +++++------ gmodels-2.19.1/gmodels/man/fit.contrast.Rd | 108 ++++----- gmodels-2.19.1/gmodels/man/glh.test.Rd | 121 +++++----- gmodels-2.19.1/gmodels/man/make.contrasts.Rd | 75 +++--- 27 files changed, 1637 insertions(+), 911 deletions(-)
Title: Fits the FastRCS Robust Multivariable Linear Regression Model
Description: The FastRCS algorithm of Vakili and Schmitt (2014) for robust fit of the multivariable linear regression model and outliers detection.
Author: Kaveh Vakili [aut, cre]
Maintainer: Kaveh Vakili <vakili.kaveh.email@gmail.com>
Diff between FastRCS versions 0.0.8 dated 2018-05-13 and 0.0.9 dated 2024-03-06
DESCRIPTION | 10 +++++----- MD5 | 10 +++++----- man/FastRCS-package.Rd | 6 +++--- man/Lemons.Rd | 4 ++-- src/Makevars | 1 - src/Makevars.win | 1 - 6 files changed, 15 insertions(+), 17 deletions(-)
Title: Character String Operations and Interpolation, Magic Edition
Description: Performs complex string operations compactly and efficiently. Supports string interpolation jointly with over 50 string operations. Also enhances regular string functions (like grep() and co). See an introduction at <https://lrberge.github.io/stringmagic/>.
Author: Laurent R Berge [aut, cre] ,
Morgan Jacob [ctb]
Maintainer: Laurent R Berge <laurent.berge@u-bordeaux.fr>
Diff between stringmagic versions 1.0.0 dated 2023-08-28 and 1.1.0 dated 2024-03-06
stringmagic-1.0.0/stringmagic/tests/stringmagick_tests.R |only stringmagic-1.1.0/stringmagic/DESCRIPTION | 6 stringmagic-1.1.0/stringmagic/MD5 | 84 - stringmagic-1.1.0/stringmagic/NAMESPACE | 15 stringmagic-1.1.0/stringmagic/NEWS.md | 40 stringmagic-1.1.0/stringmagic/R/AUTO_help.R | 12 stringmagic-1.1.0/stringmagic/R/aliases.R | 2 stringmagic-1.1.0/stringmagic/R/check.R | 12 stringmagic-1.1.0/stringmagic/R/index.R | 2 stringmagic-1.1.0/stringmagic/R/misc_funs.R | 54 stringmagic-1.1.0/stringmagic/R/string_magic_doc.R | 16 stringmagic-1.1.0/stringmagic/R/string_magic_main.R | 173 +- stringmagic-1.1.0/stringmagic/R/string_tools.R | 319 ++++ stringmagic-1.1.0/stringmagic/R/test_funs.R | 662 +++++----- stringmagic-1.1.0/stringmagic/build/vignette.rds |binary stringmagic-1.1.0/stringmagic/inst/doc/guide_customization.R | 2 stringmagic-1.1.0/stringmagic/inst/doc/guide_customization.html | 82 - stringmagic-1.1.0/stringmagic/inst/doc/guide_customization.rmd | 29 stringmagic-1.1.0/stringmagic/inst/doc/guide_string_magic.html | 16 stringmagic-1.1.0/stringmagic/inst/doc/guide_string_tools.html | 16 stringmagic-1.1.0/stringmagic/inst/doc/ref_operations.R | 6 stringmagic-1.1.0/stringmagic/inst/doc/ref_operations.html | 413 +++--- stringmagic-1.1.0/stringmagic/inst/doc/ref_operations.rmd | 12 stringmagic-1.1.0/stringmagic/inst/doc/ref_regex_flags.html | 16 stringmagic-1.1.0/stringmagic/inst/doc/ref_regex_logic.html | 16 stringmagic-1.1.0/stringmagic/inst/doc/ref_string_magic_special_operations.html | 38 stringmagic-1.1.0/stringmagic/man/cat_magic.Rd | 40 stringmagic-1.1.0/stringmagic/man/string_clean.Rd | 34 stringmagic-1.1.0/stringmagic/man/string_extract.Rd |only stringmagic-1.1.0/stringmagic/man/string_get.Rd | 19 stringmagic-1.1.0/stringmagic/man/string_is.Rd | 57 stringmagic-1.1.0/stringmagic/man/string_magic.Rd | 37 stringmagic-1.1.0/stringmagic/man/string_magic_alias.Rd | 2 stringmagic-1.1.0/stringmagic/man/string_magic_register_fun.Rd | 2 stringmagic-1.1.0/stringmagic/man/string_ops.Rd | 34 stringmagic-1.1.0/stringmagic/man/string_split.Rd |only stringmagic-1.1.0/stringmagic/man/string_split2df.Rd | 7 stringmagic-1.1.0/stringmagic/man/string_vec.Rd | 19 stringmagic-1.1.0/stringmagic/man/stringmagic-package.Rd | 1 stringmagic-1.1.0/stringmagic/man/timer_magic.Rd | 2 stringmagic-1.1.0/stringmagic/tests/_tests/string_magic_tests.R | 57 stringmagic-1.1.0/stringmagic/tests/_tests/string_tools_tests.R | 66 stringmagic-1.1.0/stringmagic/tests/stringmagic_tests.R |only stringmagic-1.1.0/stringmagic/vignettes/guide_customization.rmd | 29 stringmagic-1.1.0/stringmagic/vignettes/ref_operations.rmd | 12 45 files changed, 1649 insertions(+), 812 deletions(-)
Title: Interface to Species Occurrence Data Sources
Description: A programmatic interface to many species occurrence data sources,
including Global Biodiversity Information Facility ('GBIF'), 'iNaturalist',
'eBird', Integrated Digitized 'Biocollections' ('iDigBio'), 'VertNet',
Ocean 'Biogeographic' Information System ('OBIS'), and
Atlas of Living Australia ('ALA'). Includes functionality for retrieving
species occurrence data, and combining those data.
Author: Hannah Owens [aut, cre] ,
Vijay Barve [aut] ,
Scott Chamberlain [aut] ,
Karthik Ram [ctb],
Ted Hart [ctb],
rOpenSci [fnd]
Maintainer: Hannah Owens <hannah.owens@gmail.com>
Diff between spocc versions 1.2.2 dated 2023-03-23 and 1.2.3 dated 2024-03-06
DESCRIPTION | 8 ++++---- MD5 | 30 +++++++++++++++--------------- NAMESPACE | 6 ++++++ NEWS.md | 13 +++++++++++++ R/handle_sf.R | 12 ++++++++++++ R/methods.r | 3 --- R/obis_helpers.R | 2 +- R/occ2df.R | 2 +- R/spocc-package.R | 5 ++--- man/obis_search.Rd | 6 +++--- man/occ.Rd | 2 +- man/occ_names.Rd | 2 +- man/occ_names_options.Rd | 2 +- man/occ_options.Rd | 4 ++-- man/spocc-package.Rd | 4 +--- man/spocc_objects.Rd | 10 +++------- 16 files changed, 66 insertions(+), 45 deletions(-)
Title: Credit Scoring Tools
Description: Grouping essential tools for credit scoring. These statistical tools may be useful for other use-cases as well but were primarily designed for it. First, there are Reject Inference methods (Ehrhardt et al. (2017) <arXiv:1903.10855>). Second, we build upon the already CRAN-available package 'discretization' to automate discretization of continuous features.
Author: Adrien Ehrhardt [aut, cre]
Maintainer: Adrien Ehrhardt <adrien.ehrhardt@centraliens-lille.org>
Diff between scoringTools versions 0.1.2 dated 2021-01-10 and 0.1.3 dated 2024-03-06
DESCRIPTION | 12 MD5 | 31 R/allMethods.R | 15 R/check_consistency.R | 2 R/methodsDisc.R | 22 build/vignette.rds |binary inst/CITATION | 5 inst/doc/appendix_tree_biasedness.html | 619 ++++++++----- inst/doc/figure1.html | 594 ++++++++----- inst/doc/figure2.html | 1487 +++++++++++++++++--------------- inst/doc/figure3.html | 1501 ++++++++++++++++++--------------- inst/doc/scoringTools.R | 20 inst/doc/scoringTools.html | 1392 ++++++++++++++++++------------ man/plot.Rd | 2 man/predict.Rd | 4 man/print.Rd |only man/summary.Rd | 2 17 files changed, 3298 insertions(+), 2410 deletions(-)
Title: FastPCS Robust Fit of Multivariate Location and Scatter
Description: The FastPCS algorithm of Vakili and Schmitt (2014) <doi:10.1016/j.csda.2013.07.021> for robust estimation of multivariate location and scatter and multivariate outliers detection.
Author: Kaveh Vakili [aut, cre]
Maintainer: Kaveh Vakili <vakili.kaveh.email@gmail.com>
Diff between FastPCS versions 0.1.3 dated 2018-05-22 and 0.1.4 dated 2024-03-06
DESCRIPTION | 9 ++++----- MD5 | 10 +++++----- man/FastPCS-package.Rd | 7 ++++--- man/FastPCS.Rd | 4 ++-- src/Makevars | 1 - src/Makevars.win | 1 - 6 files changed, 15 insertions(+), 17 deletions(-)
Title: Simple Functions to Save Time and Memory
Description: Fast and memory-efficient (or 'cheap') tools to facilitate
efficient programming, saving time and memory. It aims to provide
'cheaper' alternatives to common base R functions, as well as some
additional functions.
Author: Nick Christofides [aut, cre]
Maintainer: Nick Christofides <nick.christofides.r@gmail.com>
Diff between cheapr versions 0.1.0 dated 2024-03-05 and 0.2.0 dated 2024-03-06
cheapr-0.1.0/cheapr/man/num_na.Rd |only cheapr-0.1.0/cheapr/src/na_utils.cpp |only cheapr-0.2.0/cheapr/DESCRIPTION | 7 cheapr-0.2.0/cheapr/MD5 | 42 ++-- cheapr-0.2.0/cheapr/NAMESPACE | 9 cheapr-0.2.0/cheapr/NEWS.md | 21 +- cheapr-0.2.0/cheapr/R/cheapr.R |only cheapr-0.2.0/cheapr/R/cpp11.R | 44 +++- cheapr-0.2.0/cheapr/R/extras.R | 9 cheapr-0.2.0/cheapr/R/factors.R | 6 cheapr-0.2.0/cheapr/R/lists.R |only cheapr-0.2.0/cheapr/R/nas.R | 140 +++++++------ cheapr-0.2.0/cheapr/R/utils.R | 70 ++++++ cheapr-0.2.0/cheapr/R/which.R | 2 cheapr-0.2.0/cheapr/R/zzz.R | 41 ++++ cheapr-0.2.0/cheapr/README.md | 91 ++++---- cheapr-0.2.0/cheapr/man/cheapr-package.Rd |only cheapr-0.2.0/cheapr/man/extras.Rd | 2 cheapr-0.2.0/cheapr/man/is_na.Rd |only cheapr-0.2.0/cheapr/man/lists.Rd |only cheapr-0.2.0/cheapr/man/which_.Rd | 2 cheapr-0.2.0/cheapr/src/cheapr_cpp.h | 6 cheapr-0.2.0/cheapr/src/cpp11.cpp | 100 +++++++-- cheapr-0.2.0/cheapr/src/nas.cpp |only cheapr-0.2.0/cheapr/src/utils.cpp | 129 ++++++++---- cheapr-0.2.0/cheapr/tests/testthat/test-nas.R | 264 +++++++++++++++++++++++++- 26 files changed, 758 insertions(+), 227 deletions(-)
Title: Bayesian Essentials with R
Description: Allows the reenactment of the R programs used in
the book Bayesian Essentials with R without further programming.
R code being available as well, they can be modified by the user
to conduct one's own simulations.
Marin J.-M. and Robert C. P. (2014) <doi:10.1007/978-1-4614-8687-9>.
Author: Jean-Michel Marin [aut, cre],
Christian P. Robert [aut]
Maintainer: Jean-Michel Marin <jean-michel.marin@umontpellier.fr>
Diff between bayess versions 1.5 dated 2022-08-11 and 1.6 dated 2024-03-06
DESCRIPTION | 8 ++++---- MD5 | 11 ++++++----- README.md |only man/ARllog.Rd | 50 +++++++++++--------------------------------------- man/ardipper.Rd | 31 +++++++------------------------ man/eurodip.Rd | 4 +--- man/hmmeantemp.Rd | 21 +++++---------------- 7 files changed, 34 insertions(+), 91 deletions(-)
Title: Parallel Runs of Reverse Depends
Description: Reverse depends for a given package are queued such that multiple
workers can run the reverse-dependency tests in parallel.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between prrd versions 0.0.5 dated 2021-09-22 and 0.0.6 dated 2024-03-06
ChangeLog | 76 +++++++++++++++++++++++++++++++++++++++++++++ DESCRIPTION | 12 +++---- MD5 | 22 ++++++------- R/dequeue.R | 18 +++++----- R/enqueue.R | 23 +++++++------ R/summarise.R | 33 +++++++++++++------ R/utils.R | 7 ++-- README.md | 2 - build/partial.rdb |binary inst/NEWS.Rd | 20 +++++++++++ inst/scripts/dequeueJobs.r | 6 +-- man/getDataDirectory.Rd | 7 ++-- 12 files changed, 171 insertions(+), 55 deletions(-)
Title: Intuitive Construction of Joint Priors for Variance Parameters
Description: Tool for easy prior construction and visualization. It helps to formulates joint prior distributions for variance parameters in latent Gaussian models. The resulting prior is robust and can be created in an intuitive way. A graphical user interface (GUI) can be used to choose the joint prior, where the user can click through the model and select priors. An extensive guide is available in the GUI. The package allows for direct inference with the specified model and prior. Using a hierarchical variance decomposition, we formulate a joint variance prior that takes the whole model structure into account. In this way, existing knowledge can intuitively be incorporated at the level it applies to. Alternatively, one can use independent variance priors for each model components in the latent Gaussian model.
Author: Ingeborg Hem [cre, aut],
Geir-Arne Fuglstad [aut],
Andrea Riebler [aut]
Maintainer: Ingeborg Hem <ingeborg.hem@ntnu.no>
Diff between makemyprior versions 1.1.0 dated 2022-03-14 and 1.2.0 dated 2024-03-06
DESCRIPTION | 15 MD5 | 75 NAMESPACE | 1 NEWS.md | 4 R/data.R | 2 R/functions_for_server_shiny.R | 4 R/functions_posterior_diagnostics.R | 50 R/guide_modules.R | 36 R/make_prior_object_functions.R | 168 R/modules.R | 4 R/server.R | 9 R/ui.R | 12 R/www/style.css | 2 README.md | 2 build/vignette.rds |binary inst/doc/latin_square.R | 22 inst/doc/latin_square.Rmd | 111 inst/doc/latin_square.html | 5998 +++++++++++++++++++++++++++++++++-- inst/doc/make_prior.R | 24 inst/doc/make_prior.Rmd | 18 inst/doc/make_prior.html | 6127 ++++++++++++++++++++++++++++++++++-- inst/doc/neonatal_mortality.R | 16 inst/doc/neonatal_mortality.Rmd | 8 inst/doc/neonatal_mortality.html | 592 ++- inst/doc/wheat_breeding.R | 16 inst/doc/wheat_breeding.html | 5921 +++++++++++++++++++++++++++++++++- inst/full_file.stan | 3 inst/include/latent_models.stan | 7 inst/include/variance_priors.stan | 12 man/eval_joint_prior.Rd | 28 man/inference_inla.Rd | 2 man/inference_stan.Rd | 3 man/make_prior.Rd | 1 man/mc.Rd | 2 man/neonatal_data.Rd | 2 tests |only vignettes/latin_square.Rmd | 111 vignettes/make_prior.Rmd | 18 vignettes/neonatal_mortality.Rmd | 8 39 files changed, 18252 insertions(+), 1182 deletions(-)
Title: Basic Pipe and Open Channel Hydraulics
Description: Functions for basic hydraulic calculations related to
water flow in circular pipes both flowing full (under pressure), and
partially full (gravity flow), and trapezoidal open channels. For
pressure flow this includes friction loss calculations by solving
the Darcy-Weisbach equation for head loss, flow or diameter,
plotting a Moody diagram, matching a pump characteristic curve to a system
curve, and solving for flows in a pipe network using the Hardy-Cross method.
The Darcy-Weisbach friction factor is calculated using the Colebrook
(or Colebrook-White equation), the basis of the Moody diagram, the original
citation being Colebrook (1939) <doi:10.1680/ijoti.1939.13150>. For gravity
flow, the Manning equation is used, again solving for missing parameters.
The derivation of and solutions using the Darcy-Weisbach equation and the
Manning equation are outlined in many fluid mechanics texts such as
Finnemore and Maurer (2024, ISBN:978-1-264-78729-6). Some gradually- and
rapidly-varied f [...truncated...]
Author: Ed Maurer [aut, cre], Irucka Embry [aut, ctb]
Maintainer: Ed Maurer <emaurer@scu.edu>
Diff between hydraulics versions 0.6.1 dated 2022-12-06 and 0.7.0 dated 2024-03-06
DESCRIPTION | 15 MD5 | 26 NAMESPACE | 1 NEWS.md | 9 R/manningc.R | 656 ++++++++++--------- R/spec_energy_trap.R | 55 + README.md | 4 inst/doc/hydraulics_vignette.R | 26 inst/doc/hydraulics_vignette.Rmd | 36 - inst/doc/hydraulics_vignette.html | 939 +++++++++++++++------------- man/figures/README-spec-energy-plot-1-1.png |binary man/manningc.Rd | 21 man/spec_energy_trap.Rd | 7 vignettes/hydraulics_vignette.Rmd | 36 - 14 files changed, 1067 insertions(+), 764 deletions(-)
Title: Logistic Regression Trees
Description: A logistic regression tree is a decision tree with logistic regressions at its leaves. A particular stochastic expectation maximization algorithm is used to draw a few good trees, that are then assessed via the user's criterion of choice among BIC / AIC / test set Gini. The formal development is given in a PhD chapter, see Ehrhardt (2019) <https://github.com/adimajo/manuscrit_these/releases/>.
Author: Adrien Ehrhardt [aut, cre]
Maintainer: Adrien Ehrhardt <adrien.ehrhardt@centraliens-lille.org>
Diff between glmtree versions 0.2 dated 2020-10-03 and 0.3.1 dated 2024-03-06
glmtree-0.2/glmtree/tests/testthat/Rplots.pdf |only glmtree-0.3.1/glmtree/DESCRIPTION | 11 glmtree-0.3.1/glmtree/MD5 | 17 glmtree-0.3.1/glmtree/R/glmtree.R | 2 glmtree-0.3.1/glmtree/build/vignette.rds |binary glmtree-0.3.1/glmtree/inst/CITATION | 10 glmtree-0.3.1/glmtree/inst/doc/glmtree.R | 104 +- glmtree-0.3.1/glmtree/inst/doc/glmtree.Rmd | 104 +- glmtree-0.3.1/glmtree/inst/doc/glmtree.html | 1098 +++++++++++++------------- glmtree-0.3.1/glmtree/vignettes/glmtree.Rmd | 104 +- 10 files changed, 738 insertions(+), 712 deletions(-)
Title: Functions for Tabular Reporting
Description: Use a grammar for creating and customizing pretty tables.
The following formats are supported: 'HTML', 'PDF', 'RTF',
'Microsoft Word', 'Microsoft PowerPoint' and R 'Grid Graphics'.
'R Markdown', 'Quarto' and the package 'officer' can be used to produce
the result files. The syntax is the same for the user regardless of
the type of output to be produced. A set of functions allows the
creation, definition of cell arrangement, addition of headers or
footers, formatting and definition of cell content with text and
or images. The package also offers a set of high-level functions
that allow tabular reporting of statistical models and the
creation of complex cross tabulations.
Author: David Gohel [aut, cre],
ArData [cph],
Clementine Jager [ctb],
Panagiotis Skintzos [aut],
Quentin Fazilleau [ctb],
Maxim Nazarov [ctb] ,
Titouan Robert [ctb],
Michael Barrowman [ctb] ,
Atsushi Yasumoto [ctb] ,
Paul Julian [ctb] ,
Sean Browning [ctb] , [...truncated...]
Maintainer: David Gohel <david.gohel@ardata.fr>
Diff between flextable versions 0.9.4 dated 2023-10-22 and 0.9.5 dated 2024-03-06
flextable-0.9.4/flextable/tests/testthat/rmd/keep-next.Rmd |only flextable-0.9.5/flextable/DESCRIPTION | 10 flextable-0.9.5/flextable/MD5 | 315 +++++----- flextable-0.9.5/flextable/NAMESPACE | 19 flextable-0.9.5/flextable/NEWS.md | 30 flextable-0.9.5/flextable/R/01_fpstruct.R | 301 +++++---- flextable-0.9.5/flextable/R/05_content.R | 11 flextable-0.9.5/flextable/R/append_chunk.R | 47 - flextable-0.9.5/flextable/R/as_flextable.tabular.R | 27 flextable-0.9.5/flextable/R/augment_rows.R | 102 ++- flextable-0.9.5/flextable/R/body_add_flextable.R | 87 ++ flextable-0.9.5/flextable/R/border_fix.R | 12 flextable-0.9.5/flextable/R/borders.R | 24 flextable-0.9.5/flextable/R/captions.R | 2 flextable-0.9.5/flextable/R/chunk_images.R | 2 flextable-0.9.5/flextable/R/compose.R | 63 +- flextable-0.9.5/flextable/R/defaults.R | 14 flextable-0.9.5/flextable/R/df_printer.R | 7 flextable-0.9.5/flextable/R/docx_str.R | 47 - flextable-0.9.5/flextable/R/empty.R | 14 flextable-0.9.5/flextable/R/flextable-package.R | 2 flextable-0.9.5/flextable/R/flextable.R | 8 flextable-0.9.5/flextable/R/flextable_sizes.R | 56 - flextable-0.9.5/flextable/R/footnote.R | 47 + flextable-0.9.5/flextable/R/format_fun.R | 9 flextable-0.9.5/flextable/R/formatters.R | 5 flextable-0.9.5/flextable/R/grid_funs.R | 93 +- flextable-0.9.5/flextable/R/grid_grobs.R | 71 +- flextable-0.9.5/flextable/R/html_str.R | 42 - flextable-0.9.5/flextable/R/latex-borders.R | 50 - flextable-0.9.5/flextable/R/latex_str.R | 108 +-- flextable-0.9.5/flextable/R/pptx_str.R | 34 - flextable-0.9.5/flextable/R/read_structure.R | 250 +++++-- flextable-0.9.5/flextable/R/rtf_str.R | 32 - flextable-0.9.5/flextable/R/runs_as_functions.R | 70 +- flextable-0.9.5/flextable/R/styles.R | 192 +++++- flextable-0.9.5/flextable/R/summarizor.R | 100 ++- flextable-0.9.5/flextable/R/tabpart_mains.R | 11 flextable-0.9.5/flextable/R/tabpart_tools.R | 34 - flextable-0.9.5/flextable/R/xtable_to_flextable.R | 157 ++-- flextable-0.9.5/flextable/README.md | 48 + flextable-0.9.5/flextable/build/vignette.rds |binary flextable-0.9.5/flextable/man/add_body.Rd | 4 flextable-0.9.5/flextable/man/add_body_row.Rd | 4 flextable-0.9.5/flextable/man/add_footer.Rd | 4 flextable-0.9.5/flextable/man/add_footer_lines.Rd | 6 flextable-0.9.5/flextable/man/add_footer_row.Rd | 6 flextable-0.9.5/flextable/man/add_header.Rd | 4 flextable-0.9.5/flextable/man/add_header_row.Rd | 4 flextable-0.9.5/flextable/man/align.Rd | 3 flextable-0.9.5/flextable/man/as_b.Rd | 2 flextable-0.9.5/flextable/man/as_bracket.Rd | 2 flextable-0.9.5/flextable/man/as_chunk.Rd | 4 flextable-0.9.5/flextable/man/as_equation.Rd | 6 flextable-0.9.5/flextable/man/as_flextable.data.frame.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.gam.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.glm.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.grouped_data.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.htest.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.kmeans.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.lm.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.merMod.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.pam.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.summarizor.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.table.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.tabular.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.tabulator.Rd | 4 flextable-0.9.5/flextable/man/as_flextable.xtable.Rd | 4 flextable-0.9.5/flextable/man/as_highlight.Rd | 4 flextable-0.9.5/flextable/man/as_i.Rd | 2 flextable-0.9.5/flextable/man/as_image.Rd | 2 flextable-0.9.5/flextable/man/as_sub.Rd | 4 flextable-0.9.5/flextable/man/as_sup.Rd | 4 flextable-0.9.5/flextable/man/as_word_field.Rd | 4 flextable-0.9.5/flextable/man/bg.Rd | 3 flextable-0.9.5/flextable/man/body_add_flextable.Rd | 93 ++ flextable-0.9.5/flextable/man/bold.Rd | 3 flextable-0.9.5/flextable/man/border_inner.Rd | 6 flextable-0.9.5/flextable/man/border_inner_h.Rd | 8 flextable-0.9.5/flextable/man/border_inner_v.Rd | 8 flextable-0.9.5/flextable/man/border_outer.Rd | 8 flextable-0.9.5/flextable/man/border_remove.Rd | 8 flextable-0.9.5/flextable/man/colformat_char.Rd | 2 flextable-0.9.5/flextable/man/colformat_double.Rd | 2 flextable-0.9.5/flextable/man/colformat_image.Rd | 2 flextable-0.9.5/flextable/man/colformat_int.Rd | 2 flextable-0.9.5/flextable/man/colformat_lgl.Rd | 2 flextable-0.9.5/flextable/man/colformat_num.Rd | 2 flextable-0.9.5/flextable/man/color.Rd | 3 flextable-0.9.5/flextable/man/colorize.Rd | 4 flextable-0.9.5/flextable/man/delete_columns.Rd | 6 flextable-0.9.5/flextable/man/delete_part.Rd | 6 flextable-0.9.5/flextable/man/delete_rows.Rd | 6 flextable-0.9.5/flextable/man/empty_blanks.Rd | 3 flextable-0.9.5/flextable/man/figures/README-diamonds-dataset-1.png |only flextable-0.9.5/flextable/man/figures/README-mtcars-dataset-1.png |only flextable-0.9.5/flextable/man/figures/README-mtcars-dataset-2.png |only flextable-0.9.5/flextable/man/flextable-package.Rd | 24 flextable-0.9.5/flextable/man/flextable_dim.Rd | 2 flextable-0.9.5/flextable/man/fmt_2stats.Rd | 39 - flextable-0.9.5/flextable/man/fmt_avg_dev.Rd | 3 flextable-0.9.5/flextable/man/fmt_dbl.Rd | 7 flextable-0.9.5/flextable/man/fmt_header_n.Rd | 3 flextable-0.9.5/flextable/man/fmt_int.Rd | 3 flextable-0.9.5/flextable/man/fmt_n_percent.Rd | 3 flextable-0.9.5/flextable/man/fmt_pct.Rd | 3 flextable-0.9.5/flextable/man/fmt_signif_after_zeros.Rd |only flextable-0.9.5/flextable/man/font.Rd | 1 flextable-0.9.5/flextable/man/fontsize.Rd | 1 flextable-0.9.5/flextable/man/fp_border_default.Rd | 3 flextable-0.9.5/flextable/man/gen_grob.Rd | 55 + flextable-0.9.5/flextable/man/get_flextable_defaults.Rd | 2 flextable-0.9.5/flextable/man/gg_chunk.Rd | 6 flextable-0.9.5/flextable/man/grid_chunk.Rd | 4 flextable-0.9.5/flextable/man/highlight.Rd | 3 flextable-0.9.5/flextable/man/hline.Rd | 6 flextable-0.9.5/flextable/man/hline_bottom.Rd | 8 flextable-0.9.5/flextable/man/hline_top.Rd | 8 flextable-0.9.5/flextable/man/hyperlink_text.Rd | 4 flextable-0.9.5/flextable/man/information_data_cell.Rd |only flextable-0.9.5/flextable/man/information_data_chunk.Rd |only flextable-0.9.5/flextable/man/information_data_paragraph.Rd |only flextable-0.9.5/flextable/man/italic.Rd | 3 flextable-0.9.5/flextable/man/keep_with_next.Rd | 3 flextable-0.9.5/flextable/man/line_spacing.Rd | 3 flextable-0.9.5/flextable/man/linerange.Rd | 4 flextable-0.9.5/flextable/man/lollipop.Rd | 4 flextable-0.9.5/flextable/man/merge_at.Rd | 2 flextable-0.9.5/flextable/man/merge_none.Rd | 2 flextable-0.9.5/flextable/man/merge_v.Rd | 2 flextable-0.9.5/flextable/man/minibar.Rd | 4 flextable-0.9.5/flextable/man/padding.Rd | 7 flextable-0.9.5/flextable/man/plot_chunk.Rd | 4 flextable-0.9.5/flextable/man/rotate.Rd | 3 flextable-0.9.5/flextable/man/separate_header.Rd | 35 - flextable-0.9.5/flextable/man/set_flextable_defaults.Rd | 10 flextable-0.9.5/flextable/man/set_formatter.Rd | 7 flextable-0.9.5/flextable/man/set_header_footer_df.Rd | 6 flextable-0.9.5/flextable/man/set_header_labels.Rd | 16 flextable-0.9.5/flextable/man/set_table_properties.Rd | 4 flextable-0.9.5/flextable/man/surround.Rd | 8 flextable-0.9.5/flextable/man/tab_settings.Rd |only flextable-0.9.5/flextable/man/theme_alafoli.Rd | 2 flextable-0.9.5/flextable/man/theme_apa.Rd | 2 flextable-0.9.5/flextable/man/theme_booktabs.Rd | 2 flextable-0.9.5/flextable/man/theme_box.Rd | 2 flextable-0.9.5/flextable/man/theme_vader.Rd | 2 flextable-0.9.5/flextable/man/theme_vanilla.Rd | 2 flextable-0.9.5/flextable/man/theme_zebra.Rd | 2 flextable-0.9.5/flextable/man/valign.Rd | 5 flextable-0.9.5/flextable/man/vline.Rd | 4 flextable-0.9.5/flextable/man/vline_left.Rd | 8 flextable-0.9.5/flextable/man/vline_right.Rd | 8 flextable-0.9.5/flextable/tests/testthat/test-as-flextable.R | 4 flextable-0.9.5/flextable/tests/testthat/test-as_flextable.R | 9 flextable-0.9.5/flextable/tests/testthat/test-cell-content.R | 40 + flextable-0.9.5/flextable/tests/testthat/test-footnote.R | 26 flextable-0.9.5/flextable/tests/testthat/test-gen_grob.R |only flextable-0.9.5/flextable/tests/testthat/test-headers.R | 2 flextable-0.9.5/flextable/tests/testthat/test-keep-next.R | 57 - flextable-0.9.5/flextable/tests/testthat/test-merge.R | 1 flextable-0.9.5/flextable/tests/testthat/test-new-rows.R |only flextable-0.9.5/flextable/tests/testthat/test-proc-freq.R | 8 flextable-0.9.5/flextable/tests/testthat/test-text.R | 6 164 files changed, 2097 insertions(+), 1265 deletions(-)
Title: Collection of Functions for Working with Age Intervals
Description: Provides a collection of efficient functions for working with
individual ages and corresponding intervals. These include functions for
conversion from an age to an interval, aggregation of ages with associated
counts in to intervals and the splitting of interval counts based on
specified age distributions.
Author: Tim Taylor [aut, cre, cph] ,
Edwin van Leeuwen [ctb]
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Diff between ageutils versions 0.0.1 dated 2023-01-09 and 0.0.2 dated 2024-03-06
ageutils-0.0.1/ageutils/R/ageutils.R |only ageutils-0.0.1/ageutils/inst/include |only ageutils-0.0.1/ageutils/inst/tinytest/test_reaggregate_age_counts.R |only ageutils-0.0.1/ageutils/man/ageutils.Rd |only ageutils-0.0.1/ageutils/src/Makevars |only ageutils-0.0.1/ageutils/src/Makevars.win |only ageutils-0.0.1/ageutils/src/ageutils.c |only ageutils-0.0.2/ageutils/DESCRIPTION | 26 ageutils-0.0.2/ageutils/MD5 | 62 ageutils-0.0.2/ageutils/NAMESPACE | 1 ageutils-0.0.2/ageutils/NEWS.md | 19 ageutils-0.0.2/ageutils/R/ageutils-package.R |only ageutils-0.0.2/ageutils/R/aggregate_age_counts.R |only ageutils-0.0.2/ageutils/R/breaks_to_interval.R |only ageutils-0.0.2/ageutils/R/cut_ages.R |only ageutils-0.0.2/ageutils/R/reaggregate_interval_counts.R |only ageutils-0.0.2/ageutils/R/reaggregate_interval_rates.R |only ageutils-0.0.2/ageutils/R/split_interval_counts.R |only ageutils-0.0.2/ageutils/R/standalone-assertions.R |only ageutils-0.0.2/ageutils/R/utils.R |only ageutils-0.0.2/ageutils/R/wip.R | 17 ageutils-0.0.2/ageutils/README.md | 17 ageutils-0.0.2/ageutils/build/vignette.rds |binary ageutils-0.0.2/ageutils/inst/doc/ageutils.R | 14 ageutils-0.0.2/ageutils/inst/doc/ageutils.Rmd | 35 ageutils-0.0.2/ageutils/inst/doc/ageutils.html | 772 +++++----- ageutils-0.0.2/ageutils/inst/tinytest/test_aggregate_age_counts.R | 90 - ageutils-0.0.2/ageutils/inst/tinytest/test_breaks_to_interval.R | 21 ageutils-0.0.2/ageutils/inst/tinytest/test_cut_ages.R | 84 - ageutils-0.0.2/ageutils/inst/tinytest/test_reaggregate_interval_counts.R |only ageutils-0.0.2/ageutils/inst/tinytest/test_reaggregate_interval_rates.R |only ageutils-0.0.2/ageutils/inst/tinytest/test_split_interval_counts.R | 147 - ageutils-0.0.2/ageutils/man/ageutils-package.Rd |only ageutils-0.0.2/ageutils/man/aggregate_age_counts.Rd |only ageutils-0.0.2/ageutils/man/breaks_to_interval.Rd |only ageutils-0.0.2/ageutils/man/cut_ages.Rd |only ageutils-0.0.2/ageutils/man/reaggregate_interval_counts.Rd |only ageutils-0.0.2/ageutils/man/reaggregate_interval_rates.Rd |only ageutils-0.0.2/ageutils/man/split_interval_counts.Rd |only ageutils-0.0.2/ageutils/src/aggregate_age_counts.c |only ageutils-0.0.2/ageutils/src/aggregate_age_counts.h |only ageutils-0.0.2/ageutils/src/breaks_to_interval.c |only ageutils-0.0.2/ageutils/src/cut_ages.c |only ageutils-0.0.2/ageutils/src/init.c | 9 ageutils-0.0.2/ageutils/src/reaggregate_interval_counts.c |only ageutils-0.0.2/ageutils/src/split_interval_counts.c |only ageutils-0.0.2/ageutils/src/split_interval_counts.h |only ageutils-0.0.2/ageutils/vignettes/ageutils.Rmd | 35 48 files changed, 684 insertions(+), 665 deletions(-)
Title: Constrained B-Splines (Sparse Matrix Based)
Description: Qualitatively Constrained (Regression) Smoothing Splines via
Linear Programming and Sparse Matrices.
Author: Pin T. Ng <Pin.Ng@nau.edu> and Martin Maechler
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Diff between cobs versions 1.3-7 dated 2024-02-03 and 1.3-8 dated 2024-03-06
ChangeLog | 8 ++++++++ DESCRIPTION | 10 +++++----- MD5 | 20 ++++++++++---------- R/l1Design.R | 2 +- R/looDesign.R | 2 +- R/qbsks.R | 4 ++-- R/scobs.R | 10 +++++----- build/partial.rdb |binary man/cobs.Rd | 2 +- tests/multi-constr.R | 23 +++++++++++++++++------ tests/multi-constr.Rout.save | 35 ++++++++++++++++++++++++----------- 11 files changed, 74 insertions(+), 42 deletions(-)
Title: Survival Distributions with Piece-Wise Constant Hazards
Description: Density, distribution function, ... hazard function, cumulative hazard function, survival function for survival distributions with piece-wise constant hazards and multiple states.
Author: Tobias Fellinger [aut, cre] ,
Florian Klinglmueller [aut]
Maintainer: Tobias Fellinger <tobias.fellinger@ages.at>
Diff between miniPCH versions 0.3.1 dated 2023-11-30 and 0.3.2 dated 2024-03-06
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 6 +++++- src/multistate.cpp | 14 ++++++++++---- tests/testthat/test-multistate.R | 38 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 60 insertions(+), 12 deletions(-)
Title: Import Texts from Files in the 'Alceste' Format Using the 'tm'
Text Mining Framework
Description: Provides a 'tm' Source to create corpora from
a corpus prepared in the format used by the 'Alceste' application (i.e.
a single text file with inline meta-data). It is able to import both
text contents and meta-data (starred) variables.
Author: Milan Bouchet-Valat [aut, cre]
Maintainer: Milan Bouchet-Valat <nalimilan@club.fr>
Diff between tm.plugin.alceste versions 1.1 dated 2014-06-11 and 1.1.1 dated 2024-03-06
DESCRIPTION | 22 +++++++++++----------- MD5 | 8 ++++---- NEWS | 3 +++ man/AlcesteSource.Rd | 2 +- man/tm.plugin.alceste-package.Rd | 8 ++++---- 5 files changed, 23 insertions(+), 20 deletions(-)
More information about tm.plugin.alceste at CRAN
Permanent link
Title: Clopper-Pearson Confidence Interval and Generalized Binomial
Distribution
Description: Density, distribution function, quantile function and random generation for the Generalized Binomial Distribution. Functions to compute the Clopper-Pearson Confidence Interval and the required sample size. Enhanced model for burn-in studies, where failures are tackled by countermeasures.
Author: Horst Lewitschnig, David Lenzi
Maintainer: Horst Lewitschnig <Horst.Lewitschnig@infineon.com>
Diff between GenBinomApps versions 1.2 dated 2022-06-21 and 1.2.1 dated 2024-03-06
DESCRIPTION | 10 +++++----- MD5 | 8 ++++---- NAMESPACE | 2 +- man/GenBinom-package.Rd | 2 +- man/clopper.pearson.ci.Rd | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-)
Title: Explore Temporal and Other Phylogenetic Signals
Description: Sequences sampled at different time points can be used to infer molecular phylogenies on natural time scales, but if the sequences records inaccurate sampling times, that are not the actual sampling times, then it will affect the molecular phylogenetic analysis. This shiny application helps exploring temporal characteristics of the evolutionary trees through linear regression analysis and with the ability to identify and remove incorrect labels. The method was extended to support exploring other phylogenetic signals under strict and relaxed models.
Author: Guangchuang Yu [aut, cre, cph]
,
Xiao Luo [ctb],
Li Zhan [ctb],
Xuanan Zhu [ctb],
Jianfeng Lin [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Diff between shinyTempSignal versions 0.0.7 dated 2024-02-20 and 0.0.8 dated 2024-03-06
DESCRIPTION | 9 MD5 | 45 NAMESPACE | 1 NEWS.md | 5 R/app_config.R | 48 R/app_server.R | 2418 ++++++++++++++++++++------------------- R/app_ui.R | 204 +-- R/data.R | 6 R/dateNumeric.R | 16 R/function.R | 57 R/run_shinyTempSignal.R | 25 R/shinyTempSignal-package.R | 1 R/utilities.r |only R/zzz.R | 4 README.md | 53 build/vignette.rds |binary inst/CITATION |only inst/doc/shinyTempSignal.Rmd | 2 inst/doc/shinyTempSignal.html | 8 man/app_server.Rd | 6 man/dateNumeric.Rd | 2 man/run_shinyTempSignal.Rd | 6 man/shinyTempSignal-package.Rd | 1 man/shinyTempSignal_set_theme.Rd |only vignettes/shinyTempSignal.Rmd | 2 25 files changed, 1526 insertions(+), 1393 deletions(-)
More information about shinyTempSignal at CRAN
Permanent link
Title: Rcmdr Support for the HH Package
Description: Rcmdr menu support for many of the functions in the HH package.
The focus is on menu items for functions we use in our introductory
courses.
Author: Richard M. Heiberger, with contributions from Burt Holland
Maintainer: Richard M. Heiberger <rmh@temple.edu>
Diff between RcmdrPlugin.HH versions 1.1-47 dated 2018-05-10 and 1.1-50 dated 2024-03-06
DESCRIPTION | 9 +++++---- MD5 | 9 ++++++--- NEWS |only R/globals.R | 4 +++- build |only man/Rcmdr.HH-package.Rd | 40 +++++++++++++++++----------------------- man/global.Rd |only 7 files changed, 31 insertions(+), 31 deletions(-)
More information about RcmdrPlugin.HH at CRAN
Permanent link
Title: R Commander Plug-in for Case 3 Best-Worst Scaling
Description: Adds menu items for case 3 (multi-profile) best-worst scaling (BWS3) to the R Commander. BWS3 is a question-based survey method that designs various combinations of attribute levels (profiles), asks respondents to select the best and worst profiles in each choice set, and then measures preferences for the attribute levels by analyzing the responses. For details on BWS3, refer to Louviere et al. (2015) <doi:10.1017/CBO9781107337855>.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>
Diff between RcmdrPlugin.BWS3 versions 0.2-1 dated 2023-12-06 and 0.2-2 dated 2024-03-06
DESCRIPTION | 8 ++--- MD5 | 16 ++++++++--- NEWS | 5 +++ R/RcmdrPlugin.BWS3.R | 40 ++++++++++++++--------------- inst/etc/menus.txt | 6 ++-- man/RcmdrPlugin.BWS3-package.Rd | 55 +++++++++++++++------------------------- man/bws3Dataset.Rd |only man/bws3Design.Rd |only man/bws3Interactions.Rd |only man/bws3Model.Rd |only man/bws3Mwtp.Rd |only man/bws3Questions.Rd |only 12 files changed, 64 insertions(+), 66 deletions(-)
More information about RcmdrPlugin.BWS3 at CRAN
Permanent link
Title: R Commander Plug-in for Case 2 Best-Worst Scaling
Description: Adds menu items for case 2 (profile case) best-worst scaling (BWS2) to the R Commander. BWS2 is a question-based survey method that constructs profiles (combinations of attribute levels) using an orthogonal array, asks respondents to select the best and worst levels in each profile, and measures preferences for attribute levels by analyzing the responses. For details, see Aizaki and Fogarty (2019) <doi:10.1016/j.jocm.2019.100171>.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>
Diff between RcmdrPlugin.BWS2 versions 0.2-0 dated 2023-12-04 and 0.2-1 dated 2024-03-06
DESCRIPTION | 10 ++--- MD5 | 16 ++++++--- NEWS | 5 ++ R/RcmdrPlugin.BWS2.R | 50 ++++++++++++++-------------- inst/etc/menus.txt | 10 ++--- man/RcmdrPlugin.BWS2-package.Rd | 71 ++++++++++++++++------------------------ man/bws2Count.Rd |only man/bws2CountBarplot.Rd |only man/bws2Dataset.Rd |only man/bws2Design.Rd |only man/bws2Model.Rd |only man/bws2Questions.Rd |only 12 files changed, 81 insertions(+), 81 deletions(-)
More information about RcmdrPlugin.BWS2 at CRAN
Permanent link
Title: R Commander Plug-in for Discrete Choice Experiments
Description: Adds menu items for discrete choice experiments (DCEs) to the R Commander. DCE is a question-based survey method that designs various combinations (profiles) of attribute levels using the experimental designs, asks respondents to select the most preferred profile in each choice set, and then measures preferences for the attribute levels by analyzing the responses. For details on DCEs, refer to Louviere et al. (2000) <doi:10.1017/CBO9780511753831>.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>
Diff between RcmdrPlugin.DCE versions 0.2-1 dated 2023-12-06 and 0.2-2 dated 2024-03-06
DESCRIPTION | 8 ++--- MD5 | 16 +++++++--- NEWS | 5 +++ R/RcmdrPlugin.DCE.R | 49 +++++++++++++++++-------------- inst/etc/menus.txt | 6 +-- man/RcmdrPlugin.DCE-package.Rd | 64 +++++++++++++++++------------------------ man/dceDataset.Rd |only man/dceDesign.Rd |only man/dceInteractions.Rd |only man/dceModel.Rd |only man/dceMwtp.Rd |only man/dceQuestions.Rd |only 12 files changed, 78 insertions(+), 70 deletions(-)
More information about RcmdrPlugin.DCE at CRAN
Permanent link
Title: R Commander Plug-in for Case 1 Best-Worst Scaling
Description: Adds menu items to the R Commander for implementing case 1 (object case) best-worst scaling (BWS1) from designing choice sets to measuring preferences for items. BWS1 is a question-based survey method that constructs various combinations of items (choice sets) using the experimental designs, asks respondents to select the best and worst items in each choice set, and then measures preferences for the items by analyzing the responses. For details on BWS1, refer to Louviere et al. (2015) <doi:10.1017/CBO9781107337855>.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>
Diff between RcmdrPlugin.BWS1 versions 0.2-0 dated 2023-12-05 and 0.2-1 dated 2024-03-06
DESCRIPTION | 8 ++-- MD5 | 19 +++++++-- NEWS | 5 ++ R/RcmdrPlugin.BWS1.R | 62 +++++++++++++++---------------- inst/etc/menus.txt | 44 +++++++++++----------- man/RcmdrPlugin.BWS1-package.Rd | 78 +++++++++++++++------------------------- man/bws1Count.Rd |only man/bws1CountBarplot1.Rd |only man/bws1CountBarplot2.Rd |only man/bws1CountPlot.Rd |only man/bws1Dataset.Rd |only man/bws1Design.Rd |only man/bws1Model.Rd |only man/bws1Questions.Rd |only man/bws1SharePreference.Rd |only 15 files changed, 107 insertions(+), 109 deletions(-)
More information about RcmdrPlugin.BWS1 at CRAN
Permanent link