Sun, 22 Dec 2024

Package centr updated to version 0.2.1 with previous version 0.2.0 dated 2024-08-31

Title: Weighted and Unweighted Spatial Centers
Description: Generate mean and median weighted or unweighted spatial centers. Functions are analogous to their identically named counterparts within 'ArcGIS Pro'. Median center methodology based off of Kuhn and Kuenne (1962) <doi:10.1111/j.1467-9787.1962.tb00902.x>.
Author: Ryan Zomorrodi [aut, cre, cph]
Maintainer: Ryan Zomorrodi <rzomor2@uic.edu>

Diff between centr versions 0.2.0 dated 2024-08-31 and 0.2.1 dated 2024-12-22

 DESCRIPTION                         |   11 +---
 MD5                                 |   29 +++++------
 NEWS.md                             |   12 ++++
 R/additional_chk.R                  |only
 R/helpers.R                         |   92 +-----------------------------------
 R/mean_center.R                     |   78 ++++++++++++++++++++++--------
 R/median_center.R                   |   80 +++++++++++++++++++++++--------
 README.md                           |   64 ++++++++++++++++---------
 inst/doc/typical_usage.R            |    2 
 inst/doc/typical_usage.html         |   61 ++++++++++++-----------
 man/mean_center.Rd                  |   10 +++
 man/median_center.Rd                |   17 ++++--
 tests/testthat/helper.R             |    1 
 tests/testthat/test-helpers.R       |   74 ----------------------------
 tests/testthat/test-mean_center.R   |   74 +++++++++++++++++++++++-----
 tests/testthat/test-median_center.R |    8 ---
 16 files changed, 310 insertions(+), 303 deletions(-)

More information about centr at CRAN
Permanent link

Package redatamx updated to version 1.1.0 with previous version 1.0.1 dated 2024-11-21

Title: R Interface to 'Redatam' Library
Description: Provides an API to work with 'Redatam' (see <https://redatam.org>) databases in both formats: 'RXDB' (new format) and 'DICX' (old format) and running 'Redatam' programs written in 'SPC' language. It's a wrapper around 'Redatam' core and provides functions to open/close a database (redatam_open()/redatam_close()), list entities and variables from the database (redatam_entities(), redatam_variables()) and execute a 'SPC' program and gets the results as data frames (redatam_query(), redatam_run()).
Author: Jaime Salvador [aut, cre] , CELADE [cph]
Maintainer: Jaime Salvador <jaime.salvador@ideasybits.com>

Diff between redatamx versions 1.0.1 dated 2024-11-21 and 1.1.0 dated 2024-12-22

 DESCRIPTION            |    6 +++---
 MD5                    |   23 +++++++++++++----------
 NAMESPACE              |    1 +
 NEWS.md                |    8 +++++++-
 R/redatam-api.R        |   27 +++++++++++++++++++++++++++
 R/zzz.R                |    3 ++-
 configure              |    6 +++---
 configure.win          |   12 ++++++++----
 man/redatam_create.Rd  |only
 man/redatam_info.Rd    |only
 src/cpp11.cpp          |   17 +++++++++++++++++
 src/red_create.cpp     |only
 src/red_initialize.cpp |   18 +++++++++++++++++-
 src/redengine_c.h      |    4 ++++
 14 files changed, 102 insertions(+), 23 deletions(-)

More information about redatamx at CRAN
Permanent link

Package mstudentd updated to version 1.1.2 with previous version 1.1.1 dated 2024-07-09

Title: Multivariate t Distribution
Description: Distance between multivariate t distributions, as presented by N. Bouhlel and D. Rousseau (2023) <doi:10.1109/LSP.2023.3324594>.
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mstudentd versions 1.1.1 dated 2024-07-09 and 1.1.2 dated 2024-12-22

 DESCRIPTION       |    6 +++---
 MD5               |    5 +++--
 R/zzz.R           |only
 build/partial.rdb |binary
 4 files changed, 6 insertions(+), 5 deletions(-)

More information about mstudentd at CRAN
Permanent link

Package mggd updated to version 1.3.3 with previous version 1.3.1 dated 2024-07-05

Title: Multivariate Generalised Gaussian Distribution; Kullback-Leibler Divergence
Description: Distance between multivariate generalised Gaussian distributions, as presented by N. Bouhlel and A. Dziri (2019) <doi:10.1109/LSP.2019.2915000>. Manipulation of multivariate generalised Gaussian distributions (methods presented by Gomez, Gomez-Villegas and Marin (1998) <doi:10.1080/03610929808832115> and Pascal, Bombrun, Tourneret and Berthoumieu (2013) <doi:10.1109/TSP.2013.2282909>).
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mggd versions 1.3.1 dated 2024-07-05 and 1.3.3 dated 2024-12-22

 DESCRIPTION       |    6 +-
 MD5               |    9 ++-
 R/lauricella.R    |  126 ++++++++++++++++++++++++++++++------------------------
 R/zzz.R           |only
 build/partial.rdb |binary
 man/lauricella.Rd |    4 +
 6 files changed, 84 insertions(+), 61 deletions(-)

More information about mggd at CRAN
Permanent link

Package mcauchyd updated to version 1.3.3 with previous version 1.3.2 dated 2024-07-05

Title: Multivariate Cauchy Distribution; Kullback-Leibler Divergence
Description: Distance between multivariate Cauchy distributions, as presented by N. Bouhlel and D. Rousseau (2022) <doi:10.3390/e24060838>. Manipulation of multivariate Cauchy distributions.
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mcauchyd versions 1.3.2 dated 2024-07-05 and 1.3.3 dated 2024-12-22

 DESCRIPTION       |    6 +++---
 MD5               |    5 +++--
 R/zzz.R           |only
 build/partial.rdb |binary
 4 files changed, 6 insertions(+), 5 deletions(-)

More information about mcauchyd at CRAN
Permanent link

New package CopernicusMarine with initial version 0.2.4
Package: CopernicusMarine
Title: Search Download and Handle Data from Copernicus Marine Service Information
Version: 0.2.4
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>
Description: Subset and download data from EU Copernicus Marine Service Information: <https://data.marine.copernicus.eu>. Import data on the oceans physical and biogeochemical state from Copernicus into R without the need of external software.
Depends: R (>= 4.1.0)
Imports: crayon, dplyr, httr2, leaflet, purrr, rlang, sf, stringr, tidyr, utils, xml2
Suggests: lifecycle, ncmeta, stars, testthat (>= 3.0.0)
URL: https://github.com/pepijn-devries/CopernicusMarine, https://pepijn-devries.github.io/CopernicusMarine/
BugReports: https://github.com/pepijn-devries/CopernicusMarine/issues
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-22 18:29:20 UTC; vries171
Repository: CRAN
Date/Publication: 2024-12-22 23:20:02 UTC

More information about CopernicusMarine at CRAN
Permanent link

Package pipeflow updated to version 0.2.2 with previous version 0.2.1 dated 2024-12-05

Title: Lightweight, General-Purpose Data Analysis Pipelines
Description: A lightweight yet powerful framework for building robust data analysis pipelines. With 'pipeflow', you initialize a pipeline with your dataset and construct workflows step by step by adding R functions. You can modify, remove, or insert steps and parameters at any stage, while 'pipeflow' ensures the pipeline's integrity. Overall, this package offers a beginner-friendly framework that simplifies and streamlines the development of data analysis pipelines by making them modular, intuitive, and adaptable.
Author: Roman Pahl [aut, cre]
Maintainer: Roman Pahl <roman.pahl@gmail.com>

Diff between pipeflow versions 0.2.1 dated 2024-12-05 and 0.2.2 dated 2024-12-22

 pipeflow-0.2.1/pipeflow/R/pipeflow_aliases.R                    |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_log.R                        |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_param.R                      |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_pipeline.R                   |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_utils.R                      |only
 pipeflow-0.2.1/pipeflow/man/pipelineAliases.Rd                  |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_aliases.R  |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_log.R      |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_param.R    |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_pipeline.R |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_utils.R    |only
 pipeflow-0.2.2/pipeflow/DESCRIPTION                             |   25 
 pipeflow-0.2.2/pipeflow/MD5                                     |   70 +-
 pipeflow-0.2.2/pipeflow/NEWS.md                                 |only
 pipeflow-0.2.2/pipeflow/R/aliases.R                             |only
 pipeflow-0.2.2/pipeflow/R/log.R                                 |only
 pipeflow-0.2.2/pipeflow/R/param.R                               |only
 pipeflow-0.2.2/pipeflow/R/pipeline.R                            |only
 pipeflow-0.2.2/pipeflow/R/utils.R                               |only
 pipeflow-0.2.2/pipeflow/inst/doc/v01-get-started.html           |   68 +-
 pipeflow-0.2.2/pipeflow/inst/doc/v02-modify-pipeline.html       |   19 
 pipeflow-0.2.2/pipeflow/inst/doc/v03-combine-pipelines.html     |   68 +-
 pipeflow-0.2.2/pipeflow/inst/doc/v04-collect-output.html        |   36 -
 pipeflow-0.2.2/pipeflow/inst/doc/v05-split-and-combine.html     |  110 +--
 pipeflow-0.2.2/pipeflow/inst/doc/v06-self-modify-pipeline.html  |  110 +--
 pipeflow-0.2.2/pipeflow/man/Pipeline.Rd                         |  324 ++++++----
 pipeflow-0.2.2/pipeflow/man/pipe_add.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_append.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_append_to_step_names.Rd        |only
 pipeflow-0.2.2/pipeflow/man/pipe_clone.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_collect_out.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_discard_steps.Rd               |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_data.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_depends.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_graph.Rd                   |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_out.Rd                     |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_params.Rd                  |only
 pipeflow-0.2.2/pipeflow/man/pipe_insert.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_length.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_lock_unlock.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_new.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_pop_step.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_print.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_remove_step.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_rename_step.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_replace_step.Rd                |only
 pipeflow-0.2.2/pipeflow/man/pipe_reset.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_run.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_run_step.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_data.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_data_split.Rd              |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_keep_out.Rd                |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_params.Rd                  |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_params_at_step.Rd          |only
 pipeflow-0.2.2/pipeflow/man/pipe_split.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/set_log_layout.Rd                   |   14 
 pipeflow-0.2.2/pipeflow/man/step_info.Rd                        |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_aliases.R           |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_log.R               |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_param.R             |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_pipeline.R          |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_utils.R             |only
 62 files changed, 485 insertions(+), 359 deletions(-)

More information about pipeflow at CRAN
Permanent link

Package DrugExposureDiagnostics updated to version 1.1.0 with previous version 1.0.10 dated 2024-11-22

Title: Diagnostics for OMOP Common Data Model Drug Records
Description: Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.
Author: Ger Inberg [aut, cre] , Edward Burn [aut] , Theresa Burkard [aut] , Yuchen Guo [ctb] , Marti Catala [ctb] , Mike Du [ctb] , Xintong Li [ctb] , Ross Williams [ctb] , Erasmus MC [cph]
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>

Diff between DrugExposureDiagnostics versions 1.0.10 dated 2024-11-22 and 1.1.0 dated 2024-12-22

 DrugExposureDiagnostics-1.0.10/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data/eunomia.zip        |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/DESCRIPTION                                         |   12 -
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/MD5                                                 |   72 ++++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/NEWS.md                                             |    3 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/R/executeChecks.R                                   |   25 ++
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/R/utils.R                                           |  111 ++++++++++
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/README.md                                           |   90 ++++----
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugSig.html                               |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugSourceConcepts.html                    |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugTypes.html                             |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.R    |    4 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.Rmd  |   17 +
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.html |   58 +++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/Missingness.html                           |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/Routes.html                                |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/VerbatimEndDate.html                       |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/README.md                |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data/mock.zip            |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data2                    |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/dataPlotPanel.R          |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/utils.R                  |    3 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/executeChecks.Rd                                |   11 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeFile.Rd                                    |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeIngredientResultToDisk.Rd                  |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeZipToDisk.Rd                               |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-SyntheaSqlServer.R              |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-executeChecks.R                 |   69 ++++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-runBenchmark.R                  |    6 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-shiny.R                         |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/vignettes/IntroductionToDrugExposureDiagnostics.Rmd |   17 +
 30 files changed, 379 insertions(+), 137 deletions(-)

More information about DrugExposureDiagnostics at CRAN
Permanent link

Package BGGM updated to version 2.1.5 with previous version 2.1.4 dated 2024-12-13

Title: Bayesian Gaussian Graphical Models
Description: Fit Bayesian Gaussian graphical models. The methods are separated into two Bayesian approaches for inference: hypothesis testing and estimation. There are extensions for confirmatory hypothesis testing, comparing Gaussian graphical models, and node wise predictability. These methods were recently introduced in the Gaussian graphical model literature, including Williams (2019) <doi:10.31234/osf.io/x8dpr>, Williams and Mulder (2019) <doi:10.31234/osf.io/ypxd8>, Williams, Rast, Pericchi, and Mulder (2019) <doi:10.31234/osf.io/yt386>.
Author: Donald Williams [aut], Joris Mulder [aut], Philippe Rast [aut, cre]
Maintainer: Philippe Rast <rast.ph@gmail.com>

Diff between BGGM versions 2.1.4 dated 2024-12-13 and 2.1.5 dated 2024-12-22

 DESCRIPTION                    |   16 
 MD5                            |   40 -
 NEWS.md                        |   17 
 R/bggm_missing.R               |   44 +
 R/bma_posterior.R              |   44 -
 R/coef.estimate.R              |    3 
 R/ggm_search.R                 |   74 +
 build/partial.rdb              |binary
 configure                      | 1619 +++++++++++------------------------------
 configure.ac                   |   71 -
 inst/doc/mcmc_diagnostics.html |    5 
 inst/doc/netplot.html          |    5 
 inst/doc/netstat_custom.html   |    5 
 inst/doc/ppc_custom.html       |   17 
 inst/doc/predictability.html   |    5 
 man/bggm_missing.Rd            |   44 +
 man/bma_posterior.Rd           |only
 man/coef.explore.Rd            |    3 
 man/ggm_search.Rd              |only
 src/Makevars.in                |   25 
 src/Makevars.win               |   18 
 src/bggm_fast.cpp              |   95 +-
 22 files changed, 800 insertions(+), 1350 deletions(-)

More information about BGGM at CRAN
Permanent link

Package heplots updated to version 1.7.3 with previous version 1.7.1 dated 2024-11-24

Title: Visualizing Hypothesis Tests in Multivariate Linear Models
Description: Provides HE plot and other functions for visualizing hypothesis tests in multivariate linear models. HE plots represent sums-of-squares-and-products matrices for linear hypotheses and for error using ellipses (in two dimensions) and ellipsoids (in three dimensions). The related 'candisc' package provides visualizations in a reduced-rank canonical discriminant space when there are more than a few response variables.
Author: Michael Friendly [aut, cre] , John Fox [aut] , Georges Monette [aut] , Phil Chalmers [ctb] , Duncan Murdoch [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>

Diff between heplots versions 1.7.1 dated 2024-11-24 and 1.7.3 dated 2024-12-22

 heplots-1.7.1/heplots/vignettes/skulls.jpg              |only
 heplots-1.7.3/heplots/DESCRIPTION                       |    8 
 heplots-1.7.3/heplots/MD5                               |   63 ++---
 heplots-1.7.3/heplots/NAMESPACE                         |    7 
 heplots-1.7.3/heplots/NEWS.md                           |   17 +
 heplots-1.7.3/heplots/R/bartlettTests.R                 |   65 ++++-
 heplots-1.7.3/heplots/R/boxM.R                          |    4 
 heplots-1.7.3/heplots/R/colDevs.R                       |   33 ++
 heplots-1.7.3/heplots/R/covEllipses.R                   |   39 +--
 heplots-1.7.3/heplots/R/datasets.R                      |    2 
 heplots-1.7.3/heplots/R/ellipse.axes.R                  |  107 +++++---
 heplots-1.7.3/heplots/R/glance.mlm.R                    |    7 
 heplots-1.7.3/heplots/R/heplot.R                        |   19 -
 heplots-1.7.3/heplots/R/heplot1d.R                      |   23 +
 heplots-1.7.3/heplots/R/heplot3d.R                      |   25 +-
 heplots-1.7.3/heplots/R/leveneTests.R                   |   71 +++++
 heplots-1.7.3/heplots/R/uniStats.R                      |only
 heplots-1.7.3/heplots/inst/doc/HE_manova.html           |    6 
 heplots-1.7.3/heplots/inst/doc/HE_mmra.html             |   18 -
 heplots-1.7.3/heplots/inst/doc/datasets.html            |   81 +++++-
 heplots-1.7.3/heplots/man/bartlettTests.Rd              |   30 +-
 heplots-1.7.3/heplots/man/boxM.Rd                       |    4 
 heplots-1.7.3/heplots/man/colDevs.Rd                    |   24 +-
 heplots-1.7.3/heplots/man/covEllipses.Rd                |   41 +--
 heplots-1.7.3/heplots/man/dogfood.Rd                    |    2 
 heplots-1.7.3/heplots/man/ellipse.axes.Rd               |  192 ++++++++--------
 heplots-1.7.3/heplots/man/figures/README-iris-can-1.png |binary
 heplots-1.7.3/heplots/man/figures/README-iris4-1.png    |binary
 heplots-1.7.3/heplots/man/glance.mlm.Rd                 |    3 
 heplots-1.7.3/heplots/man/heplot.Rd                     |   13 -
 heplots-1.7.3/heplots/man/heplot1d.Rd                   |   21 -
 heplots-1.7.3/heplots/man/heplot3d.Rd                   |   25 +-
 heplots-1.7.3/heplots/man/leveneTests.Rd                |   36 ++-
 heplots-1.7.3/heplots/man/uniStats.Rd                   |only
 34 files changed, 655 insertions(+), 331 deletions(-)

More information about heplots at CRAN
Permanent link

Package alcyon updated to version 0.6.0 with previous version 0.5.0 dated 2024-08-26

Title: Spatial Network Analysis
Description: Interface package for 'sala', the spatial network analysis library from the 'depthmapX' software application. The R parts of the code are based on the 'rdepthmap' package. Allows for the analysis of urban and building-scale networks and provides metrics and methods usually found within the Space Syntax domain. Methods in this package are described by K. Al-Sayed, A. Turner, B. Hillier, S. Iida and A. Penn (2014) "Space Syntax methodology", and also by A. Turner (2004) <https://discovery.ucl.ac.uk/id/eprint/2651> "Depthmap 4: a researcher's handbook".
Author: Petros Koutsolampros [cre, aut] , Fani Kostourou [ctb] , Kimon Krenz [ctb] , Alasdair Turner [ctb] , Tasos Varoudis [ctb] , Christian Sailer [ctb] , Eva Friedrich [ctb] , University College London [fnd, cph] , Spacelab UK [fnd]
Maintainer: Petros Koutsolampros <r-devel@pklampros.net>

Diff between alcyon versions 0.5.0 dated 2024-08-26 and 0.6.0 dated 2024-12-22

 alcyon-0.5.0/alcyon/src/libs/genlib                                            |only
 alcyon-0.6.0/alcyon/DESCRIPTION                                                |   53 
 alcyon-0.6.0/alcyon/MD5                                                        |  262 +-
 alcyon-0.6.0/alcyon/NEWS.md                                                    |   10 
 alcyon-0.6.0/alcyon/configure                                                  |   18 
 alcyon-0.6.0/alcyon/configure.ac                                               |    2 
 alcyon-0.6.0/alcyon/inst/CITATION                                              |    9 
 alcyon-0.6.0/alcyon/inst/WORDLIST                                              |    4 
 alcyon-0.6.0/alcyon/inst/doc/agentAnalysis.Rmd                                 |   10 
 alcyon-0.6.0/alcyon/inst/doc/agentAnalysis.html                                |  670 +++----
 alcyon-0.6.0/alcyon/inst/doc/axialAnalysis.Rmd                                 |   10 
 alcyon-0.6.0/alcyon/inst/doc/axialAnalysis.html                                |  640 +++----
 alcyon-0.6.0/alcyon/inst/doc/isovists.Rmd                                      |   10 
 alcyon-0.6.0/alcyon/inst/doc/isovists.html                                     |  628 +++----
 alcyon-0.6.0/alcyon/inst/doc/segmentAnalysis.Rmd                               |   10 
 alcyon-0.6.0/alcyon/inst/doc/segmentAnalysis.html                              |  836 ++++-----
 alcyon-0.6.0/alcyon/inst/doc/vga.Rmd                                           |   10 
 alcyon-0.6.0/alcyon/inst/doc/vga.html                                          |  890 ++++------
 alcyon-0.6.0/alcyon/src/Makevars.in                                            |    2 
 alcyon-0.6.0/alcyon/src/analysis_axial.cpp                                     |    2 
 alcyon-0.6.0/alcyon/src/communicator.h                                         |    2 
 alcyon-0.6.0/alcyon/src/libs/CMakeLists.txt                                    |   14 
 alcyon-0.6.0/alcyon/src/libs/salalib/CMakeLists.txt                            |    1 
 alcyon-0.6.0/alcyon/src/libs/salalib/LICENSES/LGPL-2.1-or-later.txt            |only
 alcyon-0.6.0/alcyon/src/libs/salalib/README.md                                 |   13 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agent.cpp                          |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agent.h                            |   18 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentanalysis.cpp                  |    9 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentanalysis.h                    |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentga.cpp                        |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentprogram.cpp                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentprogram.h                     |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/analysisresult.h                          |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/attributemap.h                            |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialminimiser.h                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialintegration.cpp         |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialintegration.h           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axiallocal.h                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialstepdepth.cpp           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialstepdepth.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialpolygons.h                           |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/connector.h                               |    9 
 alcyon-0.6.0/alcyon/src/libs/salalib/exportutils.h                             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/genlib                                    |only
 alcyon-0.6.0/alcyon/src/libs/salalib/iaxial.h                                  |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/importutils.cpp                           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/isovist.h                                 |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/isovistutils.h                            |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/metagraphreadwrite.cpp                    |  135 +
 alcyon-0.6.0/alcyon/src/libs/salalib/metagraphreadwrite.h                      |   49 
 alcyon-0.6.0/alcyon/src/libs/salalib/ngraph.cpp                                |   10 
 alcyon-0.6.0/alcyon/src/libs/salalib/ngraph.h                                  |   13 
 alcyon-0.6.0/alcyon/src/libs/salalib/pafcolor.h                                |   10 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/dxfp.cpp                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/mapinfodata.cpp                   |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/mapinfodata.h                     |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/ntfp.cpp                          |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/ntfp.h                            |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/tigerp.cpp                        |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/tigerp.h                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/pixelref.h                                |   11 
 alcyon-0.6.0/alcyon/src/libs/salalib/point.h                                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/pointmap.cpp                              |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/pushvalues.cpp                            |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/pushvalues.h                              |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/salaprogram.cpp                           |   61 
 alcyon-0.6.0/alcyon/src/libs/salalib/salashape.h                               |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmangular.h                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetric.h                  |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetricpd.h                |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetricshortestpath.h      |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopological.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopologicalpd.h           |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopologicalshortestpath.h |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulip.cpp                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulip.h                   |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulipdepth.h              |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulipshortestpath.h       |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemap.cpp                              |   25 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemap.h                                |    1 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemapgroupdata.cpp                     |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemapgroupdata.h                       |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/shaperef.h                                |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/spacepix.h                                |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/extractlinkdata.h              |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/ivga.h                         |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangular.h                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangulardepth.h              |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangularopenmp.h             |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangularshortestpath.h       |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovist.cpp                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovist.h                   |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovistzone.cpp             |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovistzone.h               |    7 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametric.h                    |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricdepth.h               |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricdepthlinkcost.h       |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricopenmp.h              |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricshortestpath.h        |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricshortestpathtomany.h  |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgathroughvision.cpp           |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgathroughvision.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobal.h              |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobaldepth.h         |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobalopenmp.h        |    7 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocal.h               |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocaladjmatrix.h      |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocalopenmp.h         |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualshortestpath.h        |    6 
 alcyon-0.6.0/alcyon/src/process_link.cpp                                       |    9 
 alcyon-0.6.0/alcyon/src/rcpp_ShapeMap.cpp                                      |    2 
 alcyon-0.6.0/alcyon/vignettes/agentAnalysis.Rmd                                |   10 
 alcyon-0.6.0/alcyon/vignettes/axialAnalysis.Rmd                                |   10 
 alcyon-0.6.0/alcyon/vignettes/isovists.Rmd                                     |   10 
 alcyon-0.6.0/alcyon/vignettes/segmentAnalysis.Rmd                              |   10 
 alcyon-0.6.0/alcyon/vignettes/vga.Rmd                                          |   10 
 116 files changed, 2356 insertions(+), 2449 deletions(-)

More information about alcyon at CRAN
Permanent link

Package janitor updated to version 2.2.1 with previous version 2.2.0 dated 2023-02-02

Title: Simple Tools for Examining and Cleaning Dirty Data
Description: The main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and explore duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness.
Author: Sam Firke [aut, cre], Bill Denney [ctb], Chris Haid [ctb], Ryan Knight [ctb], Malte Grosser [ctb], Jonathan Zadra [ctb]
Maintainer: Sam Firke <samuel.firke@gmail.com>

Diff between janitor versions 2.2.0 dated 2023-02-02 and 2.2.1 dated 2024-12-22

 DESCRIPTION                                |    6 
 LICENSE                                    |    4 
 MD5                                        |  218 +--
 NAMESPACE                                  |  148 +-
 NEWS.md                                    |  787 +++++------
 R/adorn_ns.R                               |  304 ++--
 R/adorn_pct_formatting.R                   |  178 +-
 R/adorn_percentages.R                      |  230 +--
 R/adorn_rounding.R                         |  154 +-
 R/adorn_title.R                            |  180 +-
 R/adorn_totals.R                           |  306 ++--
 R/as_and_untabyl.R                         |  198 +-
 R/clean_names.R                            |  322 ++--
 R/compare_df_cols.R                        |  564 +++----
 R/convert_to_date.R                        |  342 ++--
 R/excel_dates.R                            |  202 +-
 R/get_dupes.R                              |  138 -
 R/get_level_groups.R                       |   56 
 R/get_one_to_one.R                         |  118 -
 R/janitor.R                                |   60 
 R/janitor_deprecated.R                     |  334 ++--
 R/make_clean_names.R                       |  600 ++++----
 R/print_tabyl.R                            |   10 
 R/remove_empties.R                         |  318 ++--
 R/round_half_up.R                          |  118 -
 R/round_to_fraction.R                      |  114 -
 R/row_to_names.R                           |  282 +--
 R/sas_dates.R                              |  109 -
 R/single_value.R                           |  112 -
 R/statistical_tests.R                      |  428 +++---
 R/tabyl.R                                  |  620 ++++----
 R/top_levels.R                             |  120 -
 R/utils.R                                  |   32 
 README.md                                  |  620 ++++----
 build/vignette.rds                         |binary
 inst/doc/janitor.R                         |  206 +-
 inst/doc/janitor.Rmd                       |  488 +++---
 inst/doc/janitor.html                      | 1994 +++++++++++++--------------
 inst/doc/tabyls.R                          |  274 +--
 inst/doc/tabyls.Rmd                        |  542 +++----
 inst/doc/tabyls.html                       | 2066 ++++++++++++++---------------
 man/add_totals_col.Rd                      |   38 
 man/add_totals_row.Rd                      |   42 
 man/adorn_crosstab.Rd                      |   70 
 man/adorn_ns.Rd                            |  140 -
 man/adorn_pct_formatting.Rd                |  114 -
 man/adorn_percentages.Rd                   |   98 -
 man/adorn_rounding.Rd                      |  108 -
 man/adorn_title.Rd                         |   76 -
 man/adorn_totals.Rd                        |   64 
 man/as_tabyl.Rd                            |   76 -
 man/chisq.test.Rd                          |   78 -
 man/clean_names.Rd                         |  278 +--
 man/compare_df_cols.Rd                     |  142 -
 man/compare_df_cols_same.Rd                |   92 -
 man/convert_to_NA.Rd                       |   52 
 man/convert_to_date.Rd                     |  152 +-
 man/crosstab.Rd                            |   30 
 man/describe_class.Rd                      |  112 -
 man/excel_numeric_to_date.Rd               |  142 -
 man/find_header.Rd                         |   96 -
 man/fisher.test.Rd                         |   68 
 man/get_dupes.Rd                           |   58 
 man/get_one_to_one.Rd                      |   56 
 man/janitor.Rd                             |   66 
 man/janitor_deprecated.Rd                  |   40 
 man/make_clean_names.Rd                    |  294 ++--
 man/mu_to_u.Rd                             |   58 
 man/pipe.Rd                                |   34 
 man/remove_constant.Rd                     |   74 -
 man/remove_empty.Rd                        |  102 -
 man/remove_empty_cols.Rd                   |   42 
 man/remove_empty_rows.Rd                   |   42 
 man/round_half_up.Rd                       |   50 
 man/round_to_fraction.Rd                   |  102 -
 man/row_to_names.Rd                        |   94 -
 man/sas_numeric_to_date.Rd                 |   86 -
 man/signif_half_up.Rd                      |   60 
 man/single_value.Rd                        |  106 -
 man/tabyl.Rd                               |  116 -
 man/top_levels.Rd                          |   48 
 man/untabyl.Rd                             |   48 
 man/use_first_valid_of.Rd                  |   52 
 tests/testthat.R                           |   24 
 tests/testthat/test-adorn-ns.R             |  476 +++---
 tests/testthat/test-adorn-pct-formatting.R |  392 ++---
 tests/testthat/test-adorn-percentages.R    |  482 +++---
 tests/testthat/test-adorn-rounding.R       |  240 +--
 tests/testthat/test-adorn-title.R          |  326 ++--
 tests/testthat/test-adorn-totals.R         | 1144 ++++++++--------
 tests/testthat/test-clean-names.R          | 1328 +++++++++---------
 tests/testthat/test-compare_df_cols.R      |  698 ++++-----
 tests/testthat/test-convert_to_date.R      |  286 ++--
 tests/testthat/test-date-conversion.R      |  338 ++--
 tests/testthat/test-get-dupes.R            |  200 +-
 tests/testthat/test-get-level-groups.R     |   48 
 tests/testthat/test-get_one_to_one.R       |  122 -
 tests/testthat/test-remove-empties.R       |  494 +++---
 tests/testthat/test-round_to_fraction.R    |  160 +-
 tests/testthat/test-row-to-names.R         |  450 +++---
 tests/testthat/test-sas_dates.R            |  116 -
 tests/testthat/test-signif_half_up.R       |   64 
 tests/testthat/test-single_value.R         |   58 
 tests/testthat/test-statistical-tests.R    |  244 +--
 tests/testthat/test-tabyl-classifiers.R    |  228 +--
 tests/testthat/test-tabyl.R                |  978 ++++++-------
 tests/testthat/test-top-levels.R           |  118 -
 tests/testthat/test-utilities.R            |   14 
 vignettes/janitor.Rmd                      |  488 +++---
 vignettes/tabyls.Rmd                       |  542 +++----
 110 files changed, 13844 insertions(+), 13812 deletions(-)

More information about janitor at CRAN
Permanent link

Package EFAtools updated to version 0.4.5 with previous version 0.4.4 dated 2023-01-06

Title: Fast and Flexible Implementations of Exploratory Factor Analysis Tools
Description: Provides functions to perform exploratory factor analysis (EFA) procedures and compare their solutions. The goal is to provide state-of-the-art factor retention methods and a high degree of flexibility in the EFA procedures. This way, for example, implementations from R 'psych' and 'SPSS' can be compared. Moreover, functions for Schmid-Leiman transformation and the computation of omegas are provided. To speed up the analyses, some of the iterative procedures, like principal axis factoring (PAF), are implemented in C++.
Author: Markus Steiner [aut, cre], Silvia Grieder [aut], William Revelle [ctb], Max Auerswald [ctb], Morten Moshagen [ctb], John Ruscio [ctb], Brendan Roche [ctb], Urbano Lorenzo-Seva [ctb], David Navarro-Gonzalez [ctb]
Maintainer: Markus Steiner <markus.d.steiner@gmail.com>

Diff between EFAtools versions 0.4.4 dated 2023-01-06 and 0.4.5 dated 2024-12-22

 DESCRIPTION                              |    8 
 MD5                                      |   28 
 R/OMEGA.R                                |    4 
 R/OMEGA_helper.R                         |    4 
 README.md                                |   88 -
 build/vignette.rds                       |binary
 inst/CITATION                            |   11 
 inst/doc/EFAtools.R                      |    2 
 inst/doc/EFAtools.html                   | 1918 +++++++++++++++----------------
 inst/doc/Replicate_SPSS_psych.R          |    2 
 inst/doc/Replicate_SPSS_psych.html       |  992 ++++++++--------
 man/OMEGA.Rd                             |    4 
 man/figures/README-unnamed-chunk-5-4.png |binary
 src/Makevars                             |    6 
 src/Makevars.win                         |    6 
 15 files changed, 1518 insertions(+), 1555 deletions(-)

More information about EFAtools at CRAN
Permanent link

Package XDNUTS updated to version 1.5.5 with previous version 1.5.4 dated 2024-12-05

Title: Discontinuous Hamiltonian Monte Carlo with Varying Trajectory Length
Description: Hamiltonian Monte Carlo for both continuous and discontinuous posterior distributions with customisable trajectory length termination criterion. See Nishimura et al. (2020) <doi:10.1093/biomet/asz083> for the original Discontinuous Hamiltonian Monte Carlo, Hoffman et al. (2014) <doi:10.48550/arXiv.1111.4246> and Betancourt (2016) <doi:10.48550/arXiv.1601.00225> for the definition of possible Hamiltonian Monte Carlo termination criteria.
Author: Paolo Manildo [aut, cre]
Maintainer: Paolo Manildo <paolo.manildo@studenti.unipd.it>

Diff between XDNUTS versions 1.5.4 dated 2024-12-05 and 1.5.5 dated 2024-12-22

 DESCRIPTION       |    8 ++++----
 MD5               |    6 +++---
 R/interface.R     |   14 +++++++++-----
 build/partial.rdb |binary
 4 files changed, 16 insertions(+), 12 deletions(-)

More information about XDNUTS at CRAN
Permanent link

Package BioVizSeq updated to version 1.0.0 with previous version 0.1.2 dated 2024-12-10

Title: Visualizing the Elements Within Bio-Sequences
Description: Visualizing the types and distribution of elements within bio-sequences. At the same time, We have developed a geom layer, geom_rrect(), that can generate rounded rectangles. No external references are used in the development of this package.
Author: Shiqi Zhao [aut, cre, cph]
Maintainer: Shiqi Zhao <zhaosq89@163.com>

Diff between BioVizSeq versions 0.1.2 dated 2024-12-10 and 1.0.0 dated 2024-12-22

 DESCRIPTION            |   10 +++---
 MD5                    |   77 ++++++++++++++++++++++++++++++++++++++++++-------
 NAMESPACE              |    2 +
 NEWS.md                |    9 ++---
 R/biovizseq.R          |only
 R/combi_plot.R         |   68 +++++++++++++++++++++++++++++++++----------
 R/gff_plot.R           |    4 +-
 R/globalvariables.R    |   10 +++++-
 R/motif_plot.R         |   10 ------
 R/plantcare_plot.R     |    4 +-
 R/smart_plot.R         |    1 
 README.md              |only
 inst/extdata/target.fa |only
 inst/shinyapp          |only
 man/biovizseq.Rd       |only
 man/combi_p.Rd         |   17 ++++++++++
 man/figures            |only
 man/globalVariables.Rd |    2 -
 18 files changed, 160 insertions(+), 54 deletions(-)

More information about BioVizSeq at CRAN
Permanent link

Package R6P updated to version 0.4.0 with previous version 0.3.0 dated 2022-10-02

Title: Design Patterns in R
Description: Build robust and maintainable software with object-oriented design patterns in R. Design patterns abstract and present in neat, well-defined components and interfaces the experience of many software designers and architects over many years of solving similar problems. These are solutions that have withstood the test of time with respect to re-usability, flexibility, and maintainability. 'R6P' provides abstract base classes with examples for a few known design patterns. The patterns were selected by their applicability to analytic projects in R. Using these patterns in R projects have proven effective in dealing with the complexity that data-driven applications possess.
Author: Harel Lustiger [aut, cre] , Tidylab [cph, fnd]
Maintainer: Harel Lustiger <tidylab@gmail.com>

Diff between R6P versions 0.3.0 dated 2022-10-02 and 0.4.0 dated 2024-12-22

 R6P-0.3.0/R6P/R/utils-pipes.R                                    |only
 R6P-0.3.0/R6P/R/utils.R                                          |only
 R6P-0.3.0/R6P/man/pipes.Rd                                       |only
 R6P-0.4.0/R6P/DESCRIPTION                                        |   49 +-
 R6P-0.4.0/R6P/MD5                                                |   39 -
 R6P-0.4.0/R6P/NAMESPACE                                          |    4 
 R6P-0.4.0/R6P/NEWS.md                                            |    6 
 R6P-0.4.0/R6P/R/R6P-helpers.R                                    |   43 +
 R6P-0.4.0/R6P/R/R6P-package.R                                    |only
 R6P-0.4.0/R6P/R/base-NullObject.R                                |   12 
 R6P-0.4.0/R6P/R/base-Singleton.R                                 |   82 +--
 R6P-0.4.0/R6P/R/base-ValueObject.R                               |   71 +--
 R6P-0.4.0/R6P/R/object_relational-Repository.R                   |   63 +-
 R6P-0.4.0/R6P/R/zzz.R                                            |   29 -
 R6P-0.4.0/R6P/README.md                                          |   58 --
 R6P-0.4.0/R6P/man/NullObject.Rd                                  |  101 ----
 R6P-0.4.0/R6P/man/R6P-package.Rd                                 |only
 R6P-0.4.0/R6P/man/Repository.Rd                                  |   89 +--
 R6P-0.4.0/R6P/man/Singleton.Rd                                   |   61 --
 R6P-0.4.0/R6P/man/ValueObject.Rd                                 |  229 ----------
 R6P-0.4.0/R6P/tests/testthat/helpers-xyz.R                       |   23 -
 R6P-0.4.0/R6P/tests/testthat/test-base-Singleton.R               |   64 +-
 R6P-0.4.0/R6P/tests/testthat/test-object_relational-Repository.R |   14 
 23 files changed, 329 insertions(+), 708 deletions(-)

More information about R6P at CRAN
Permanent link

Package plotscaper updated to version 0.2.5 with previous version 0.2.4 dated 2024-11-20

Title: Explore Your Data with Interactive Figures
Description: A framework for creating interactive figures for data exploration. All plots are automatically linked and support several kinds of interactive features, including selection, zooming, panning, and parameter manipulation. The figures can be interacted with either manually, using a mouse and a keyboard, or by running code from inside an active R session.
Author: Adam Bartonicek [aut, cre, cph]
Maintainer: Adam Bartonicek <bartonicek@gmail.com>

Diff between plotscaper versions 0.2.4 dated 2024-11-20 and 0.2.5 dated 2024-12-22

 DESCRIPTION                             |    6 +--
 MD5                                     |   18 ++++-----
 NEWS.md                                 |    2 +
 build/vignette.rds                      |binary
 inst/doc/algebra.html                   |   10 ++---
 inst/doc/available-interactions.html    |   62 ++++++++++++++++----------------
 inst/doc/layout.html                    |   14 +++----
 inst/doc/performance.html               |    6 +--
 inst/doc/plotscaper.html                |   14 +++----
 inst/htmlwidgets/plotscape/main.iife.js |    2 -
 10 files changed, 68 insertions(+), 66 deletions(-)

More information about plotscaper at CRAN
Permanent link

Package PhytosanitaryCalculator updated to version 1.1.3 with previous version 1.1.1 dated 2024-05-30

Title: Phytosanitary Calculator for Inspection Plans Based on Risks
Description: A 'Shiny' application for calculating phytosanitary inspection plans based on risks. It generates a diagram of pallets in a lot, highlights the units to be sampled, and documents them based on the selected sampling method (simple random or systematic sampling).
Author: Gustavo Ramirez-Valverde [aut, cre], Luis Gabriel Otero-Prevost [aut], Pedro Macias-Canales [ctb], Juan A. Villanueva-Jimenez [ctb], Jorge Luis Leyva-Vazquez [ctb]
Maintainer: Gustavo Ramirez-Valverde <gustavoramirezvalverde@gmail.com>

Diff between PhytosanitaryCalculator versions 1.1.1 dated 2024-05-30 and 1.1.3 dated 2024-12-22

 DESCRIPTION                            |   26 -
 MD5                                    |    9 
 NAMESPACE                              |    2 
 R/phitosanitarycalculator.R            |  801 ++++++++++++++++++++++++++-------
 R/www                                  |only
 man/PhytosanitaryCalculator-package.Rd |   75 +--
 6 files changed, 716 insertions(+), 197 deletions(-)

More information about PhytosanitaryCalculator at CRAN
Permanent link

Package GrFA updated to version 0.2.1 with previous version 0.2 dated 2024-08-24

Title: Group Factor Analysis
Description: Several group factor analysis algorithms are implemented, including Canonical Correlation-based Estimation by Choi et al. (2021) <doi:10.1016/j.jeconom.2021.09.008> , Generalised Canonical Correlation Estimation by Lin and Shin (2023) <doi:10.2139/ssrn.4295429>, Circularly Projected Estimation by Chen (2022) <doi:10.1080/07350015.2022.2051520>, and Aggregated projection method.
Author: Jiaqi Hu [cre, aut], Ting Li [aut], Xueqin Wang [aut]
Maintainer: Jiaqi Hu <hujiaqi@mail.ustc.edu.cn>

Diff between GrFA versions 0.2 dated 2024-08-24 and 0.2.1 dated 2024-12-22

 DESCRIPTION           |    8 ++++----
 MD5                   |    6 +++---
 data/UShouseprice.rda |binary
 man/UShouseprice.Rd   |   40 ++++++++++++++++++++++++++++++++++++++--
 4 files changed, 45 insertions(+), 9 deletions(-)

More information about GrFA at CRAN
Permanent link

Package fude updated to version 0.3.7 with previous version 0.3.6 dated 2024-05-18

Title: Utilities for Fude Polygon
Description: Provides utilities to facilitate handling of Fude Polygon data downloadable from the Ministry of Agriculture, Forestry and Fisheries website <https://open.fude.maff.go.jp>.
Author: Takeshi Nishimura [aut, cph, cre]
Maintainer: Takeshi Nishimura <takenishi@gmail.com>

Diff between fude versions 0.3.6 dated 2024-05-18 and 0.3.7 dated 2024-12-22

 fude-0.3.6/fude/R/zzz.R                                            |only
 fude-0.3.6/fude/data/pref_table.rda                                |only
 fude-0.3.6/fude/man/figures/README-facet_wrap_gogoshima-1.png      |only
 fude-0.3.6/fude/man/figures/README-facet_wrap_gogoshima_hist-1.png |only
 fude-0.3.6/fude/man/figures/README-gogoshima_with_minimap-1.png    |only
 fude-0.3.6/fude/man/figures/README-matsuyama-1.png                 |only
 fude-0.3.6/fude/man/figures/README-sample-1.png                    |only
 fude-0.3.6/fude/man/figures/README-yawatahama-1.png                |only
 fude-0.3.6/fude/man/figures/README-yusukawa-1.png                  |only
 fude-0.3.6/fude/man/pref_table.Rd                                  |only
 fude-0.3.7/fude/DESCRIPTION                                        |   14 
 fude-0.3.7/fude/MD5                                                |   63 -
 fude-0.3.7/fude/NAMESPACE                                          |    3 
 fude-0.3.7/fude/NEWS.md                                            |    6 
 fude-0.3.7/fude/R/bind_fude.R                                      |   19 
 fude-0.3.7/fude/R/cite_fude.R                                      |only
 fude-0.3.7/fude/R/combine_fude.R                                   |  320 ++-----
 fude-0.3.7/fude/R/data.R                                           |   36 
 fude-0.3.7/fude/R/extract_boundary.R                               |only
 fude-0.3.7/fude/R/extract_fude.R                                   |   68 +
 fude-0.3.7/fude/R/get_boundary.R                                   |   72 +
 fude-0.3.7/fude/R/ls_fude.R                                        |   48 -
 fude-0.3.7/fude/R/read_fude.R                                      |  170 +++-
 fude-0.3.7/fude/R/rename_fude.R                                    |    8 
 fude-0.3.7/fude/R/shiny_fude.R                                     |only
 fude-0.3.7/fude/README.md                                          |  406 ++++------
 fude-0.3.7/fude/data/community_code_table.rda                      |only
 fude-0.3.7/fude/data/pref_code_table.rda                           |only
 fude-0.3.7/fude/man/cite_fude.Rd                                   |only
 fude-0.3.7/fude/man/combine_fude.Rd                                |   13 
 fude-0.3.7/fude/man/community_code_table.Rd                        |only
 fude-0.3.7/fude/man/extract_boundary.Rd                            |only
 fude-0.3.7/fude/man/extract_fude.Rd                                |   21 
 fude-0.3.7/fude/man/figures/README-gogoshima-1.png                 |binary
 fude-0.3.7/fude/man/figures/README-gogoshimafgb-1.png              |only
 fude-0.3.7/fude/man/figures/README-nosplit_gogoshima-1.png         |binary
 fude-0.3.7/fude/man/get_boundary.Rd                                |   18 
 fude-0.3.7/fude/man/lg_code_table.Rd                               |   10 
 fude-0.3.7/fude/man/ls_fude.Rd                                     |    6 
 fude-0.3.7/fude/man/pref_code_table.Rd                             |only
 fude-0.3.7/fude/man/read_fude.Rd                                   |   32 
 fude-0.3.7/fude/man/shiny_fude.Rd                                  |only
 fude-0.3.7/fude/tests/testthat/test-extract_fude.R                 |   16 
 43 files changed, 684 insertions(+), 665 deletions(-)

More information about fude at CRAN
Permanent link


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