Sat, 15 Mar 2025

Package YTAnalytics updated to version 0.2.1 with previous version 0.2.0 dated 2024-08-29

Title: Wrapper for 'YouTube Analytics' API
Description: Simplify working with the 'YouTube Analytics' API <https://developers.google.com/youtube/analytics>. Collect data for your channel including geography, traffic sources, time period, etc.
Author: Jake Davis [aut, cre, cph]
Maintainer: Jake Davis <jacobrdavis95@gmail.com>

Diff between YTAnalytics versions 0.2.0 dated 2024-08-29 and 0.2.1 dated 2025-03-15

 DESCRIPTION       |    9 ++++-----
 MD5               |    8 ++++----
 NEWS.md           |    3 +++
 R/utils.R         |    2 +-
 R/youtube_oauth.R |    2 +-
 5 files changed, 13 insertions(+), 11 deletions(-)

More information about YTAnalytics at CRAN
Permanent link

Package httpgd updated to version 2.0.4 with previous version 2.0.3 dated 2025-02-28

Title: A 'HTTP' Server Graphics Device
Description: A graphics device for R that is accessible via network protocols. This package was created to make it easier to embed live R graphics in integrated development environments and other applications. The included 'HTML/JavaScript' client (plot viewer) aims to provide a better overall user experience when dealing with R graphics. The device asynchronously serves graphics via 'HTTP' and 'WebSockets'.
Author: Florian Rupprecht [aut, cre] , Kun Ren [ctb], Jeroen Ooms [ctb]
Maintainer: Florian Rupprecht <floruppr@gmail.com>

Diff between httpgd versions 2.0.3 dated 2025-02-28 and 2.0.4 dated 2025-03-15

 DESCRIPTION           |    6 +++---
 MD5                   |    6 +++---
 NEWS.md               |    4 ++++
 src/lib/crow/common.h |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)

More information about httpgd at CRAN
Permanent link

Package DemographicTable updated to version 0.1.11 with previous version 0.1.10 dated 2024-12-19

Title: Creating Demographic Table
Description: Functions for creating demographic table of simple summary statistics and comparison(s) over one or more groups.
Author: Tingting Zhan [aut, cre]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between DemographicTable versions 0.1.10 dated 2024-12-19 and 0.1.11 dated 2025-03-15

 DemographicTable-0.1.10/DemographicTable/R/rmd_.DemographicTable.R       |only
 DemographicTable-0.1.10/DemographicTable/man/rmd_.DemographicTable.Rd    |only
 DemographicTable-0.1.11/DemographicTable/DESCRIPTION                     |   27 -
 DemographicTable-0.1.11/DemographicTable/MD5                             |   23 -
 DemographicTable-0.1.11/DemographicTable/NAMESPACE                       |   10 
 DemographicTable-0.1.11/DemographicTable/NEWS.md                         |    2 
 DemographicTable-0.1.11/DemographicTable/R/DemographicTable.R            |  143 ++++------
 DemographicTable-0.1.11/DemographicTable/R/as_flextable.R                |   67 ++--
 DemographicTable-0.1.11/DemographicTable/R/msg.R                         |only
 DemographicTable-0.1.11/DemographicTable/R/sumstat.R                     |    3 
 DemographicTable-0.1.11/DemographicTable/inst/extR/toCRAN.R              |    4 
 DemographicTable-0.1.11/DemographicTable/man/DemographicTable-package.Rd |    2 
 DemographicTable-0.1.11/DemographicTable/man/DemographicTable.Rd         |   12 
 DemographicTable-0.1.11/DemographicTable/man/Sprintf.DemographicTable.Rd |only
 DemographicTable-0.1.11/DemographicTable/man/msg_.Rd                     |only
 15 files changed, 150 insertions(+), 143 deletions(-)

More information about DemographicTable at CRAN
Permanent link

Package Rforestry updated to version 0.11.1.0 with previous version 0.11.0.0 dated 2025-03-13

Title: Random Forests, Linear Trees, and Gradient Boosting for Inference and Interpretability
Description: Provides fast implementations of Random Forests, Gradient Boosting, and Linear Random Forests, with an emphasis on inference and interpretability. Additionally contains methods for variable importance, out-of-bag prediction, regression monotonicity, and several methods for missing data imputation.
Author: Soeren Kuenzel [aut], Theo Saarinen [aut, cre], Simon Walter [aut], Sam Antonyan [aut], Edward Liu [aut], Allen Tang [aut], Jasjeet Sekhon [aut]
Maintainer: Theo Saarinen <theo_s@berkeley.edu>

Diff between Rforestry versions 0.11.0.0 dated 2025-03-13 and 0.11.1.0 dated 2025-03-15

 DESCRIPTION            |    6 +++---
 MD5                    |    4 ++--
 tests/testthat/setup.R |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

More information about Rforestry at CRAN
Permanent link

Package tzdb updated to version 0.5.0 with previous version 0.4.0 dated 2023-05-12

Title: Time Zone Database Information
Description: Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.
Author: Davis Vaughan [aut, cre], Howard Hinnant [cph] , Posit Software, PBC [cph, fnd]
Maintainer: Davis Vaughan <davis@posit.co>

Diff between tzdb versions 0.4.0 dated 2023-05-12 and 0.5.0 dated 2025-03-15

 DESCRIPTION                     |   12 
 MD5                             |   84 ++--
 NEWS.md                         |   12 
 README.md                       |    2 
 inst/include/date/date.h        |  168 +++++++-
 inst/include/date/islamic.h     |    8 
 inst/include/date/iso_week.h    |    4 
 inst/include/date/julian.h      |    8 
 inst/include/date/ptz.h         |    8 
 inst/include/date/solar_hijri.h |    8 
 inst/include/date/tz.h          |   34 +
 inst/include/date/tz_private.h  |    3 
 inst/tzdata/CONTRIBUTING        |   18 
 inst/tzdata/Makefile            |  614 +++++++++++++++++++-------------
 inst/tzdata/NEWS                |  393 ++++++++++++++++++++
 inst/tzdata/README              |   17 
 inst/tzdata/africa              |   88 ++--
 inst/tzdata/antarctica          |   99 ++++-
 inst/tzdata/asia                |  719 ++++++++++++++++++++++---------------
 inst/tzdata/australasia         |  265 +++++++------
 inst/tzdata/backward            |   16 
 inst/tzdata/backzone            |   64 +--
 inst/tzdata/checknow.awk        |only
 inst/tzdata/checktab.awk        |   46 ++
 inst/tzdata/etcetera            |   58 +--
 inst/tzdata/europe              |  763 +++++++++++++++++++++++++---------------
 inst/tzdata/factory             |   10 
 inst/tzdata/iso3166.tab         |   17 
 inst/tzdata/leap-seconds.list   |  371 ++++++-------------
 inst/tzdata/leapseconds         |   19 
 inst/tzdata/leapseconds.awk     |   11 
 inst/tzdata/northamerica        |  183 ++++++---
 inst/tzdata/southamerica        |  522 ++++++++++++++-------------
 inst/tzdata/theory.html         |  257 +++++++++----
 inst/tzdata/version             |    2 
 inst/tzdata/windowsZones.xml    |   27 -
 inst/tzdata/ziguard.awk         |   32 -
 inst/tzdata/zishrink.awk        |   98 +++--
 inst/tzdata/zone.tab            |   29 -
 inst/tzdata/zone1970.tab        |   38 -
 inst/tzdata/zonenow.tab         |only
 src/tz.cpp                      |  432 +++++++++++++++++++---
 tests/testthat/test-path.R      |    2 
 tests/testthat/test-version.R   |    2 
 44 files changed, 3553 insertions(+), 2010 deletions(-)

More information about tzdb at CRAN
Permanent link

Package TukeyGH77 updated to version 0.1.4 with previous version 0.1.3 dated 2024-08-19

Title: Tukey g-&-h Distribution
Description: Functions for density, cumulative density, quantile and simulation of Tukey g-and-h (1977) distributions. The quantile-based transformation (Hoaglin 1985 <doi:10.1002/9781118150702.ch11>) and its reverse transformation, as well as the letter-value based estimates (Hoaglin 1985), are also provided.
Author: Tingting Zhan [aut, cre], Inna Chervoneva [ctb]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between TukeyGH77 versions 0.1.3 dated 2024-08-19 and 0.1.4 dated 2025-03-15

 DESCRIPTION              |   31 ++++++++++++++++---------------
 MD5                      |   28 ++++++++++++++--------------
 NEWS.md                  |    2 ++
 R/GH2z.R                 |    9 +++++----
 R/TukeyGH.R              |   10 +++++-----
 R/letterValue.R          |    4 ++--
 R/vuniroot2.R            |    7 ++++---
 R/z2GH.R                 |    5 +++--
 build/partial.rdb        |binary
 man/GH2z.Rd              |    9 +++++----
 man/TukeyGH.Rd           |   10 +++++-----
 man/TukeyGH77-package.Rd |    4 ++--
 man/letterValue.Rd       |    4 ++--
 man/vuniroot2.Rd         |    5 +++--
 man/z2GH.Rd              |    5 +++--
 15 files changed, 71 insertions(+), 62 deletions(-)

More information about TukeyGH77 at CRAN
Permanent link

Package spatstat.utils updated to version 3.1-3 with previous version 3.1-2 dated 2025-01-07

Title: Utility Functions for 'spatstat'
Description: Contains utility functions for the 'spatstat' family of packages which may also be useful for other purposes.
Author: Adrian Baddeley [aut, cre] , Rolf Turner [aut] , Ege Rubak [aut]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.utils versions 3.1-2 dated 2025-01-07 and 3.1-3 dated 2025-03-15

 DESCRIPTION                |    8 ++++----
 MD5                        |   15 ++++++++-------
 NAMESPACE                  |    3 +++
 NEWS                       |   17 +++++++++++++++++
 R/primefactors.R           |   31 ++++++++++++++++++++++++++++---
 inst/doc/packagesizes.txt  |    2 +-
 inst/info/packagesizes.txt |    2 +-
 man/is.power.Rd            |only
 man/macros/defns.Rd        |    4 +++-
 9 files changed, 65 insertions(+), 17 deletions(-)

More information about spatstat.utils at CRAN
Permanent link

Package Ropj updated to version 0.3-6 with previous version 0.3-5 dated 2024-03-14

Title: Import Origin(R) Project Files
Description: Read the data from Origin(R) project files ('*.opj') <https://www.originlab.com/doc/User-Guide/Origin-File-Types>. No write support is planned.
Author: Miquel Garriga [aut], Stefan Gerlach [aut], Ion Vasilief [aut], Alex Kargovsky [aut], Knut Franke [ctb], Alexander Semke [ctb], Tilman Benkert [ctb], Kasper Peeters [ctb], Russell Standish [ctb], Mehdi Chinoune [ctb], Ivan Krylov [cre]
Maintainer: Ivan Krylov <ikrylov@disroot.org>

Diff between Ropj versions 0.3-5 dated 2024-03-14 and 0.3-6 dated 2025-03-15

 Ropj-0.3-5/Ropj/README.md                         |only
 Ropj-0.3-5/Ropj/TODO                              |only
 Ropj-0.3-6/Ropj/DESCRIPTION                       |   53 ++++----
 Ropj-0.3-6/Ropj/MD5                               |   26 +---
 Ropj-0.3-6/Ropj/NAMESPACE                         |    2 
 Ropj-0.3-6/Ropj/R/read.opj.R                      |    3 
 Ropj-0.3-6/Ropj/build/partial.rdb                 |binary
 Ropj-0.3-6/Ropj/inst/NEWS.Rd                      |    5 
 Ropj-0.3-6/Ropj/man/read.opj.Rd                   |    7 +
 Ropj-0.3-6/Ropj/src/config.h                      |    2 
 Ropj-0.3-6/Ropj/src/liborigin/OriginAnyParser.cpp |  136 ++++++++++------------
 Ropj-0.3-6/Ropj/src/liborigin/OriginObj.h         |   46 +++----
 Ropj-0.3-6/Ropj/src/liborigin/OriginParser.h      |    6 
 Ropj-0.3-6/Ropj/src/liborigin/tree.hh             |   41 +++---
 Ropj-0.3-6/Ropj/tools/configure.R                 |   11 +
 15 files changed, 178 insertions(+), 160 deletions(-)

More information about Ropj at CRAN
Permanent link

Package param2moment updated to version 0.1.3 with previous version 0.1.2 dated 2024-04-30

Title: Raw, Central and Standardized Moments of Parametric Distributions
Description: To calculate the raw, central and standardized moments from distribution parameters. To solve the distribution parameters based on user-provided mean, standard deviation, skewness and kurtosis. Normal, skew-normal, skew-t and Tukey g-&-h distributions are supported, for now.
Author: Tingting Zhan [aut, cre]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between param2moment versions 0.1.2 dated 2024-04-30 and 0.1.3 dated 2025-03-15

 DESCRIPTION               |   38 ++++++++++++++------------------------
 MD5                       |   34 +++++++++++++++++-----------------
 R/TukeyGH.R               |   14 +++++++-------
 R/moment.R                |    1 +
 R/moment2param.R          |    2 +-
 R/norm.R                  |    2 +-
 R/sn.R                    |    6 +++---
 R/st.R                    |    8 ++++----
 build/partial.rdb         |binary
 man/moment2GH.Rd          |   12 ++++++------
 man/moment2param.Rd       |    2 +-
 man/moment2sn.Rd          |    4 ++--
 man/moment2st.Rd          |    6 +++---
 man/moment_GH.Rd          |    2 +-
 man/moment_norm.Rd        |    2 +-
 man/moment_sn.Rd          |    2 +-
 man/moment_st.Rd          |    2 +-
 man/show-moment-method.Rd |    1 +
 18 files changed, 65 insertions(+), 73 deletions(-)

More information about param2moment at CRAN
Permanent link

Package metap updated to version 1.12 with previous version 1.11 dated 2024-07-11

Title: Meta-Analysis of Significance Values
Description: The canonical way to perform meta-analysis involves using effect sizes. When they are not available this package provides a number of methods for meta-analysis of significance values including the methods of Edgington, Fisher, Lancaster, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate published results; and routines for graphical display.
Author: Michael Dewey [aut, cre]
Maintainer: Michael Dewey <lists@dewey.myzen.co.uk>

Diff between metap versions 1.11 dated 2024-07-11 and 1.12 dated 2025-03-15

 DESCRIPTION             |    8 ++++----
 MD5                     |   27 ++++++++++++++-------------
 NEWS                    |    5 +++++
 R/allmetap.R            |   21 ++++-----------------
 R/sysdata.rda           |only
 build/metap.pdf         |binary
 build/partial.rdb       |binary
 build/stage23.rdb       |binary
 build/vignette.rds      |binary
 inst/doc/compare.pdf    |binary
 inst/doc/metap.pdf      |binary
 inst/doc/plotmetap.Rnw  |   17 +++++++++--------
 inst/doc/plotmetap.pdf  |binary
 man/allmetap.Rd         |    6 +++---
 vignettes/plotmetap.Rnw |   17 +++++++++--------
 15 files changed, 48 insertions(+), 53 deletions(-)

More information about metap at CRAN
Permanent link

Package greenfeedr updated to version 1.2.0 with previous version 1.1.0 dated 2025-01-29

Title: Process and Report 'GreenFeed' Data
Description: Provides tools for downloading, processing, and reporting daily and finalized 'GreenFeed' data.
Author: Guillermo Martinez-Boggio [cre, aut, cph] , Meredith Harrison [ctb], Patrick Lutz [ctb]
Maintainer: Guillermo Martinez-Boggio <guillermo.martinezboggio@wisc.edu>

Diff between greenfeedr versions 1.1.0 dated 2025-01-29 and 1.2.0 dated 2025-03-15

 DESCRIPTION                          |    9 
 MD5                                  |   65 
 NAMESPACE                            |    1 
 NEWS.md                              |    2 
 R/compare_gfdata.R                   |   42 
 R/get_gfdata.R                       |  142 
 R/pellin.R                           |  139 
 R/process_gfdata.R                   |   30 
 R/report_gfdata.R                    |    7 
 R/utils.R                            |  175 
 R/viseat.R                           |  114 
 README.md                            | 1010 --
 inst/CITATION                        |    6 
 inst/DailyReportsGF.Rmd              |    4 
 inst/FinalReportsGF.Rmd              |    2 
 inst/doc/greenfeedr.R                |   26 
 inst/doc/greenfeedr.Rmd              |   61 
 inst/doc/greenfeedr.html             |  415 +
 inst/extdata/feedtimes.csv           |12960 +++++++++++++++++------------------
 man/compare_gfdata.Rd                |   15 
 man/convert_unit.Rd                  |   12 
 man/ensure_date_format.Rd            |    1 
 man/eval_gfparam.Rd                  |only
 man/figures/CheatSheet.pdf           |binary
 man/figures/CheatSheet.png           |binary
 man/get_gfdata.Rd                    |   33 
 man/pellin.Rd                        |   21 
 man/process_gfdata.Rd                |    7 
 man/report_gfdata.Rd                 |    4 
 man/viseat.Rd                        |   12 
 tests/testthat/test-pellin.R         |    4 
 tests/testthat/test-process_gfdata.R |    4 
 tests/testthat/test-viseat.R         |    8 
 vignettes/greenfeedr.Rmd             |   61 
 34 files changed, 7620 insertions(+), 7772 deletions(-)

More information about greenfeedr at CRAN
Permanent link

Package ggalign updated to version 1.0.0 with previous version 0.1.0 dated 2025-02-06

Title: A 'ggplot2' Extension for Consistent Axis Alignment
Description: A 'ggplot2' extension offers various tools the creation of complex, multi-plot visualizations. Built on the familiar grammar of graphics, it provides intuitive tools to align and organize plots, making it ideal for complex visualizations. It excels in multi-omics research—such as genomics and microbiomes—by simplifying the visualization of intricate relationships between datasets, for example, linking genes to pathways. Whether you need to stack plots, arrange them around a central figure, or use a circular layout, 'ggalign' delivers flexibility and accuracy with minimal effort.
Author: Yun Peng [aut, cre] , Shixiang Wang [aut] , Guangchuang Yu [ths]
Maintainer: Yun Peng <yunyunp96@163.com>

Diff between ggalign versions 0.1.0 dated 2025-02-06 and 1.0.0 dated 2025-03-15

 ggalign-0.1.0/ggalign/R/align-reorder.R                     |only
 ggalign-0.1.0/ggalign/R/dendrogram.R                        |only
 ggalign-0.1.0/ggalign/R/fortify-data-frame.R                |only
 ggalign-0.1.0/ggalign/R/fortify-matrix.R                    |only
 ggalign-0.1.0/ggalign/R/geom-draw2.R                        |only
 ggalign-0.1.0/ggalign/R/layout-circle-.R                    |only
 ggalign-0.1.0/ggalign/R/layout-circle-build.R               |only
 ggalign-0.1.0/ggalign/R/layout-circle-switch.R              |only
 ggalign-0.1.0/ggalign/R/layout-stack-.R                     |only
 ggalign-0.1.0/ggalign/R/layout-stack-build.R                |only
 ggalign-0.1.0/ggalign/R/layout-stack-composer.R             |only
 ggalign-0.1.0/ggalign/R/layout-stack-cross.R                |only
 ggalign-0.1.0/ggalign/R/layout-stack-switch.R               |only
 ggalign-0.1.0/ggalign/R/maftools.R                          |only
 ggalign-0.1.0/ggalign/man/align_reorder.Rd                  |only
 ggalign-0.1.0/ggalign/man/draw_key_draw.Rd                  |only
 ggalign-0.1.0/ggalign/man/draw_key_draw2.Rd                 |only
 ggalign-0.1.0/ggalign/man/geom_draw2.Rd                     |only
 ggalign-0.1.0/ggalign/man/scale_draw_manual.Rd              |only
 ggalign-0.1.0/ggalign/tests/testthat/_snaps/others          |only
 ggalign-0.1.0/ggalign/tests/testthat/_snaps/others.md       |only
 ggalign-0.1.0/ggalign/tests/testthat/test-others.R          |only
 ggalign-1.0.0/ggalign/DESCRIPTION                           |   76 ++-
 ggalign-1.0.0/ggalign/MD5                                   |  239 ++++++------
 ggalign-1.0.0/ggalign/NAMESPACE                             |   18 
 ggalign-1.0.0/ggalign/NEWS.md                               |   33 +
 ggalign-1.0.0/ggalign/R/align-.R                            |    2 
 ggalign-1.0.0/ggalign/R/align-dendrogram.R                  |   60 ++-
 ggalign-1.0.0/ggalign/R/align-hclust.R                      |  126 ++++++
 ggalign-1.0.0/ggalign/R/align-kmeans.R                      |    2 
 ggalign-1.0.0/ggalign/R/align-order.R                       |    2 
 ggalign-1.0.0/ggalign/R/align-order2.R                      |only
 ggalign-1.0.0/ggalign/R/align-phylo.R                       |    8 
 ggalign-1.0.0/ggalign/R/alignpatch-.R                       |   19 
 ggalign-1.0.0/ggalign/R/alignpatch-inset.R                  |  236 +----------
 ggalign-1.0.0/ggalign/R/alignpatch-patch.R                  |only
 ggalign-1.0.0/ggalign/R/alignpatch-wrap.R                   |   27 -
 ggalign-1.0.0/ggalign/R/attributes.R                        |only
 ggalign-1.0.0/ggalign/R/fortify-data-frame-.R               |only
 ggalign-1.0.0/ggalign/R/fortify-data-frame-dendrogram.R     |only
 ggalign-1.0.0/ggalign/R/fortify-matrix-.R                   |only
 ggalign-1.0.0/ggalign/R/fortify-matrix-list.R               |only
 ggalign-1.0.0/ggalign/R/fortify-matrix-maftools.R           |only
 ggalign-1.0.0/ggalign/R/fortify-matrix-matrix.R             |only
 ggalign-1.0.0/ggalign/R/geom-draw.R                         |   93 ++--
 ggalign-1.0.0/ggalign/R/geom-gshape.R                       |only
 ggalign-1.0.0/ggalign/R/geom-subrect.R                      |    4 
 ggalign-1.0.0/ggalign/R/ggplot-coord-circle.R               |only
 ggalign-1.0.0/ggalign/R/ggplot-facet-sector.R               |only
 ggalign-1.0.0/ggalign/R/ggplot-theme.R                      |    8 
 ggalign-1.0.0/ggalign/R/ggplot-utils.R                      |   43 +-
 ggalign-1.0.0/ggalign/R/import-standalone-assert.R          |    1 
 ggalign-1.0.0/ggalign/R/import-standalone-obj-type.R        |   13 
 ggalign-1.0.0/ggalign/R/import-standalone-pkg.R             |only
 ggalign-1.0.0/ggalign/R/import-standalone-tibble.R          |  100 ++++-
 ggalign-1.0.0/ggalign/R/layout-.R                           |  125 ------
 ggalign-1.0.0/ggalign/R/layout-align.R                      |  151 -------
 ggalign-1.0.0/ggalign/R/layout-chain-circle-.R              |only
 ggalign-1.0.0/ggalign/R/layout-chain-circle-build.R         |only
 ggalign-1.0.0/ggalign/R/layout-chain-circle-switch.R        |only
 ggalign-1.0.0/ggalign/R/layout-chain-stack-.R               |only
 ggalign-1.0.0/ggalign/R/layout-chain-stack-build.R          |only
 ggalign-1.0.0/ggalign/R/layout-chain-stack-composer.R       |only
 ggalign-1.0.0/ggalign/R/layout-chain-stack-cross.R          |only
 ggalign-1.0.0/ggalign/R/layout-chain-stack-switch.R         |only
 ggalign-1.0.0/ggalign/R/layout-heatmap-oncoplot.R           |   10 
 ggalign-1.0.0/ggalign/R/tune.R                              |    5 
 ggalign-1.0.0/ggalign/R/utils-grid.R                        |   92 +++-
 ggalign-1.0.0/ggalign/R/utils-rd.R                          |    3 
 ggalign-1.0.0/ggalign/R/utils.R                             |   48 --
 ggalign-1.0.0/ggalign/README.md                             |   76 +--
 ggalign-1.0.0/ggalign/man/align_order2.Rd                   |only
 ggalign-1.0.0/ggalign/man/circle_layout.Rd                  |   18 
 ggalign-1.0.0/ggalign/man/circle_switch.Rd                  |   14 
 ggalign-1.0.0/ggalign/man/coord_circle.Rd                   |only
 ggalign-1.0.0/ggalign/man/draw_key_gshape.Rd                |only
 ggalign-1.0.0/ggalign/man/facet_sector.Rd                   |only
 ggalign-1.0.0/ggalign/man/figures/logo.png                  |binary
 ggalign-1.0.0/ggalign/man/fortify_data_frame.Rd             |   16 
 ggalign-1.0.0/ggalign/man/fortify_data_frame.character.Rd   |   18 
 ggalign-1.0.0/ggalign/man/fortify_data_frame.default.Rd     |   15 
 ggalign-1.0.0/ggalign/man/fortify_data_frame.dendrogram.Rd  |   12 
 ggalign-1.0.0/ggalign/man/fortify_data_frame.matrix.Rd      |   12 
 ggalign-1.0.0/ggalign/man/fortify_data_frame.phylo.Rd       |   10 
 ggalign-1.0.0/ggalign/man/fortify_matrix.GISTIC.Rd          |   13 
 ggalign-1.0.0/ggalign/man/fortify_matrix.MAF.Rd             |   21 -
 ggalign-1.0.0/ggalign/man/fortify_matrix.Rd                 |   17 
 ggalign-1.0.0/ggalign/man/fortify_matrix.default.Rd         |   13 
 ggalign-1.0.0/ggalign/man/fortify_matrix.list_upset.Rd      |   19 
 ggalign-1.0.0/ggalign/man/fortify_matrix.matrix.Rd          |   20 -
 ggalign-1.0.0/ggalign/man/fortify_matrix.matrix_oncoplot.Rd |only
 ggalign-1.0.0/ggalign/man/fortify_matrix.matrix_upset.Rd    |   13 
 ggalign-1.0.0/ggalign/man/fortify_matrix.phylo.Rd           |    9 
 ggalign-1.0.0/ggalign/man/geom_draw.Rd                      |    9 
 ggalign-1.0.0/ggalign/man/geom_gshape.Rd                    |only
 ggalign-1.0.0/ggalign/man/ggalign-package.Rd                |    8 
 ggalign-1.0.0/ggalign/man/ggalign_attr.Rd                   |    2 
 ggalign-1.0.0/ggalign/man/ggalign_data_set.Rd               |    2 
 ggalign-1.0.0/ggalign/man/ggoncoplot.Rd                     |    4 
 ggalign-1.0.0/ggalign/man/ggwrap.Rd                         |   16 
 ggalign-1.0.0/ggalign/man/hclust2.Rd                        |    2 
 ggalign-1.0.0/ggalign/man/inset.Rd                          |   16 
 ggalign-1.0.0/ggalign/man/memo_order.Rd                     |    4 
 ggalign-1.0.0/ggalign/man/order2.Rd                         |    2 
 ggalign-1.0.0/ggalign/man/patch.Heatmap.Rd                  |    6 
 ggalign-1.0.0/ggalign/man/patch.Rd                          |   15 
 ggalign-1.0.0/ggalign/man/patch.alignpatches.Rd             |    6 
 ggalign-1.0.0/ggalign/man/patch.formula.Rd                  |    6 
 ggalign-1.0.0/ggalign/man/patch.ggplot.Rd                   |    6 
 ggalign-1.0.0/ggalign/man/patch.grob.Rd                     |    6 
 ggalign-1.0.0/ggalign/man/patch.patch.Rd                    |    6 
 ggalign-1.0.0/ggalign/man/patch.patch_ggplot.Rd             |    6 
 ggalign-1.0.0/ggalign/man/patch.patchwork.Rd                |    6 
 ggalign-1.0.0/ggalign/man/patch.pheatmap.Rd                 |    6 
 ggalign-1.0.0/ggalign/man/patch.recordedplot.Rd             |    6 
 ggalign-1.0.0/ggalign/man/patch.trellis.Rd                  |    6 
 ggalign-1.0.0/ggalign/man/roxygen                           |only
 ggalign-1.0.0/ggalign/man/scale_gshape_manual.Rd            |only
 ggalign-1.0.0/ggalign/man/stack_cross.Rd                    |    2 
 ggalign-1.0.0/ggalign/man/stack_layout.Rd                   |    2 
 ggalign-1.0.0/ggalign/man/stack_switch.Rd                   |    2 
 ggalign-1.0.0/ggalign/man/tune.MAF.Rd                       |    6 
 ggalign-1.0.0/ggalign/man/tune.Rd                           |    6 
 ggalign-1.0.0/ggalign/man/tune.list.Rd                      |    6 
 ggalign-1.0.0/ggalign/man/tune.matrix.Rd                    |   11 
 ggalign-1.0.0/ggalign/tests/testthat/_snaps/ggplot          |only
 ggalign-1.0.0/ggalign/tests/testthat/_snaps/ggplot.md       |only
 ggalign-1.0.0/ggalign/tests/testthat/_snaps/plot-align.md   |   10 
 ggalign-1.0.0/ggalign/tests/testthat/test-ggplot.R          |only
 ggalign-1.0.0/ggalign/tests/testthat/test-layout-stack.R    |   12 
 ggalign-1.0.0/ggalign/tests/testthat/test-plot-align.R      |   18 
 131 files changed, 961 insertions(+), 1120 deletions(-)

More information about ggalign at CRAN
Permanent link

Package fmx updated to version 0.1.3 with previous version 0.1.2 dated 2024-04-30

Title: Finite Mixture Parametrization
Description: A parametrization framework for finite mixture distribution using S4 objects. Density, cumulative density, quantile and simulation functions are defined. Currently normal, Tukey g-&-h, skew-normal and skew-t distributions are well tested. The gamma, negative binomial distributions are being tested.
Author: Tingting Zhan [aut, cre] , Inna Chervoneva [ctb]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between fmx versions 0.1.2 dated 2024-04-30 and 0.1.3 dated 2025-03-15

 DESCRIPTION                       |   38 ++++++------
 MD5                               |  114 +++++++++++++++++++-------------------
 NEWS.md                           |    2 
 R/Kolmogorov_dist.R               |    6 +-
 R/MaP.R                           |    3 -
 R/approxdens.R                    |    4 -
 R/as.fmx.R                        |   14 ++--
 R/create_fmx.R                    |    2 
 R/dist_ext.R                      |    9 ++-
 R/fitdistrplus.R                  |   12 +++-
 R/fmx.R                           |   19 +++---
 R/fmx_constraint.R                |   11 ++-
 R/fmx_diagnosis.R                 |    5 +
 R/fmx_repar.R                     |    8 +-
 R/methods_fmx.R                   |   31 ++++++----
 R/mixsmsn.R                       |    7 +-
 R/mixtools.R                      |    9 ++-
 R/mlogis.R                        |    2 
 R/moment.R                        |    6 +-
 man/Kolmogorov_dist.Rd            |    4 -
 man/MaP.Rd                        |    3 -
 man/approxdens.Rd                 |    2 
 man/as.fmx.Normal.Rd              |    2 
 man/as.fmx.Rd                     |    2 
 man/as.fmx.Skew.normal.Rd         |    2 
 man/as.fmx.Skew.t.Rd              |    2 
 man/as.fmx.fitdist.Rd             |    2 
 man/as.fmx.mixEM.Rd               |    2 
 man/as.fmx.t.Rd                   |    2 
 man/coef.fmx.Rd                   |    7 +-
 man/confint.fmx.Rd                |    7 +-
 man/dbl2fmx.Rd                    |    3 -
 man/dfmx.Rd                       |   14 ++--
 man/distArgs.Rd                   |    3 -
 man/distType.Rd                   |    3 -
 man/dist_logtrans.Rd              |    3 -
 man/fmx-package.Rd                |    4 -
 man/fmx.Rd                        |    2 
 man/fmx2dbl.Rd                    |    5 +
 man/fmx_constraint.Rd             |    2 
 man/fmx_diagnosis.Rd              |    5 +
 man/getTeX.Rd                     |    3 -
 man/logLik.fitdist.Rd             |    3 -
 man/logLik.fmx.Rd                 |    5 +
 man/logLik.mixEM.Rd               |    3 -
 man/mixEM_pars.Rd                 |    3 -
 man/moment2fmx.Rd                 |    2 
 man/moment_fmx.Rd                 |    4 -
 man/nobs.fitdist.Rd               |    3 -
 man/npar.fmx.Rd                   |    3 -
 man/print.fmx.Rd                  |    3 -
 man/qfmx_interval.Rd              |    7 +-
 man/show-fmx-method.Rd            |    1 
 man/sort.mixEM.Rd                 |    3 -
 man/sort_mixsmsn.Rd               |    7 +-
 man/sub-fmx-ANY-ANY-ANY-method.Rd |    1 
 man/user_constraint.Rd            |    3 -
 man/vcov.fmx.Rd                   |    7 +-
 58 files changed, 249 insertions(+), 195 deletions(-)

More information about fmx at CRAN
Permanent link

Package ctrdata updated to version 1.21.1 with previous version 1.21.0 dated 2025-03-09

Title: Retrieve and Analyze Clinical Trials in Public Registers
Description: A system for querying, retrieving and analyzing protocol- and results-related information on clinical trials from four public registers, the 'European Union Clinical Trials Register' ('EUCTR', <https://www.clinicaltrialsregister.eu/>), 'ClinicalTrials.gov' (<https://clinicaltrials.gov/> and also translating queries the retired classic interface), the 'ISRCTN' (<http://www.isrctn.com/>) and the 'European Union Clinical Trials Information System' ('CTIS', <https://euclinicaltrials.eu/>). Trial information is downloaded, converted and stored in a database ('PostgreSQL', 'SQLite', 'DuckDB' or 'MongoDB'; via package 'nodbi'). Documents in registers associated with trials can also be downloaded. Other functions implement trial concepts canonically across registers, identify deduplicated records, easily find and extract variables (fields) of interest even from complex nested data as used by the registers, merge variables and update queries. The package can be used for [...truncated...]
Author: Ralf Herold [aut, cre]
Maintainer: Ralf Herold <ralf.herold@mailbox.org>

Diff between ctrdata versions 1.21.0 dated 2025-03-09 and 1.21.1 dated 2025-03-15

 ctrdata-1.21.0/ctrdata/vignettes/ctgov2nestedresults1.png                   |only
 ctrdata-1.21.0/ctrdata/vignettes/numsubjects.png                            |only
 ctrdata-1.21.0/ctrdata/vignettes/ph1paedoncopen.png                         |only
 ctrdata-1.21.0/ctrdata/vignettes/phase1_paed_oncol.png                      |only
 ctrdata-1.21.1/ctrdata/DESCRIPTION                                          |    6 
 ctrdata-1.21.1/ctrdata/MD5                                                  |   90 -
 ctrdata-1.21.1/ctrdata/NAMESPACE                                            |    1 
 ctrdata-1.21.1/ctrdata/NEWS.md                                              |    9 
 ctrdata-1.21.1/ctrdata/R/ctrGenerateQueries.R                               |    8 
 ctrdata-1.21.1/ctrdata/R/ctrGetQueryUrl.R                                   |   10 
 ctrdata-1.21.1/ctrdata/R/ctrLoadQueryIntoDb.R                               |   17 
 ctrdata-1.21.1/ctrdata/R/ctrdata-trial-concepts.R                           |   20 
 ctrdata-1.21.1/ctrdata/R/dfMergeVariablesRelevel.R                          |   20 
 ctrdata-1.21.1/ctrdata/R/f_isMedIntervTrial.R                               |  404 ++++----
 ctrdata-1.21.1/ctrdata/R/f_likelyPlatformTrial.R                            |  405 ++++----
 ctrdata-1.21.1/ctrdata/R/f_numSites.R                                       |    3 
 ctrdata-1.21.1/ctrdata/R/f_primaryEndpointDescription.R                     |   10 
 ctrdata-1.21.1/ctrdata/R/f_primaryEndpointResults.R                         |   17 
 ctrdata-1.21.1/ctrdata/R/f_resultsDate.R                                    |    3 
 ctrdata-1.21.1/ctrdata/R/f_sponsorType.R                                    |   26 
 ctrdata-1.21.1/ctrdata/R/f_startDate.R                                      |    4 
 ctrdata-1.21.1/ctrdata/R/f_statusRecruitment.R                              |  474 +++++-----
 ctrdata-1.21.1/ctrdata/R/f_trialPhase.R                                     |  351 +++----
 ctrdata-1.21.1/ctrdata/R/f_trialPopulation.R                                |   43 
 ctrdata-1.21.1/ctrdata/R/f_trialTitle.R                                     |only
 ctrdata-1.21.1/ctrdata/R/util_fields.R                                      |    2 
 ctrdata-1.21.1/ctrdata/R/util_functions.R                                   |    4 
 ctrdata-1.21.1/ctrdata/README.md                                            |   20 
 ctrdata-1.21.1/ctrdata/inst/WORDLIST                                        |    4 
 ctrdata-1.21.1/ctrdata/inst/doc/ctrdata_retrieve.R                          |  144 ++-
 ctrdata-1.21.1/ctrdata/inst/doc/ctrdata_retrieve.Rmd                        |  192 ++--
 ctrdata-1.21.1/ctrdata/inst/doc/ctrdata_retrieve.html                       |  293 +++---
 ctrdata-1.21.1/ctrdata/inst/doc/ctrdata_summarise.Rmd                       |    6 
 ctrdata-1.21.1/ctrdata/inst/doc/ctrdata_summarise.html                      |   12 
 ctrdata-1.21.1/ctrdata/inst/extdata/demo.sqlite                             |binary
 ctrdata-1.21.1/ctrdata/inst/tinytest/test_ctrdata_function_params.R         |    2 
 ctrdata-1.21.1/ctrdata/inst/tinytest/test_ctrdata_function_trial-concepts.R |   77 +
 ctrdata-1.21.1/ctrdata/man/ctrGenerateQueries.Rd                            |    8 
 ctrdata-1.21.1/ctrdata/man/ctrGetQueryUrl.Rd                                |    2 
 ctrdata-1.21.1/ctrdata/man/ctrLoadQueryIntoDb.Rd                            |   14 
 ctrdata-1.21.1/ctrdata/man/ctrdata-trial-concepts.Rd                        |   19 
 ctrdata-1.21.1/ctrdata/man/dfMergeVariablesRelevel.Rd                       |   20 
 ctrdata-1.21.1/ctrdata/man/f.likelyPlatformTrial.Rd                         |   15 
 ctrdata-1.21.1/ctrdata/man/f.trialPopulation.Rd                             |    3 
 ctrdata-1.21.1/ctrdata/man/f.trialTitle.Rd                                  |only
 ctrdata-1.21.1/ctrdata/vignettes/ctisnested2.png                            |binary
 ctrdata-1.21.1/ctrdata/vignettes/ctrdata_retrieve.Rmd                       |  192 ++--
 ctrdata-1.21.1/ctrdata/vignettes/ctrdata_summarise.Rmd                      |    6 
 ctrdata-1.21.1/ctrdata/vignettes/samplesizechanges.png                      |binary
 49 files changed, 1647 insertions(+), 1309 deletions(-)

More information about ctrdata at CRAN
Permanent link

Package QuantileGH updated to version 0.1.8 with previous version 0.1.7 dated 2024-04-30

Title: Quantile Least Mahalanobis Distance Estimator for Tukey g-&-h Mixture
Description: Functions for simulation, estimation, and model selection of finite mixtures of Tukey g-and-h distributions.
Author: Tingting Zhan [aut, cre] , Inna Chervoneva [aut]
Maintainer: Tingting Zhan <Tingting.Zhan@jefferson.edu>

Diff between QuantileGH versions 0.1.7 dated 2024-04-30 and 0.1.8 dated 2025-03-15

 QuantileGH-0.1.7/QuantileGH/man/outer_allequal.Rd     |only
 QuantileGH-0.1.8/QuantileGH/DESCRIPTION               |   32 ++++-----
 QuantileGH-0.1.8/QuantileGH/MD5                       |   58 ++++++++---------
 QuantileGH-0.1.8/QuantileGH/NAMESPACE                 |    3 
 QuantileGH-0.1.8/QuantileGH/NEWS.md                   |    2 
 QuantileGH-0.1.8/QuantileGH/R/QLMDe.R                 |   13 ++-
 QuantileGH-0.1.8/QuantileGH/R/QLMDe_stepK.R           |   10 +--
 QuantileGH-0.1.8/QuantileGH/R/QLMDp.R                 |    2 
 QuantileGH-0.1.8/QuantileGH/R/allequal.R              |   59 ++++++++----------
 QuantileGH-0.1.8/QuantileGH/R/drop1.fmx.R             |   11 +--
 QuantileGH-0.1.8/QuantileGH/R/fmx_init.R              |   29 ++++----
 QuantileGH-0.1.8/QuantileGH/R/mahalanobis_int.R       |    4 -
 QuantileGH-0.1.8/QuantileGH/R/quantile_ext.R          |    4 -
 QuantileGH-0.1.8/QuantileGH/R/reAssign.R              |    2 
 QuantileGH-0.1.8/QuantileGH/R/step_fmx.R              |    5 -
 QuantileGH-0.1.8/QuantileGH/build/partial.rdb         |binary
 QuantileGH-0.1.8/QuantileGH/man/QLMDe.Rd              |   10 +--
 QuantileGH-0.1.8/QuantileGH/man/QLMDe_stepK.Rd        |   10 +--
 QuantileGH-0.1.8/QuantileGH/man/QLMDp.Rd              |    2 
 QuantileGH-0.1.8/QuantileGH/man/QuantileGH-package.Rd |    6 -
 QuantileGH-0.1.8/QuantileGH/man/allequal.Rd           |   14 ++--
 QuantileGH-0.1.8/QuantileGH/man/allequal_o_.Rd        |only
 QuantileGH-0.1.8/QuantileGH/man/drop1_fmx.Rd          |   10 +--
 QuantileGH-0.1.8/QuantileGH/man/fmx_cluster.Rd        |    8 +-
 QuantileGH-0.1.8/QuantileGH/man/fmx_hybrid.Rd         |   14 ++--
 QuantileGH-0.1.8/QuantileGH/man/fmx_normix.Rd         |    4 -
 QuantileGH-0.1.8/QuantileGH/man/klist.Rd              |    2 
 QuantileGH-0.1.8/QuantileGH/man/mahalanobis_int.Rd    |    2 
 QuantileGH-0.1.8/QuantileGH/man/quantile_vcov.Rd      |    4 -
 QuantileGH-0.1.8/QuantileGH/man/reAssign.Rd           |    2 
 QuantileGH-0.1.8/QuantileGH/man/step_fmx.Rd           |    4 -
 31 files changed, 166 insertions(+), 160 deletions(-)

More information about QuantileGH at CRAN
Permanent link

Package accessr updated to version 1.1.2 with previous version 1.1.1 dated 2025-01-15

Title: Command Line Tools to Produce Accessible Documents using 'R Markdown'
Description: Provides functions to produce accessible 'HTML' slides, 'HTML', 'Word' and 'PDF' documents from input 'R markdown' files. Accessible 'PDF' files are produced only on a 'Windows' Operating System. One aspect of accessibility is providing a headings structure that is recognised by a screen reader, providing a navigational tool for a blind or partially-sighted person. A key aim is to produce documents of different formats easily from each of a collection of 'R markdown' source files. Input 'R markdown' files are rendered using the render() function from the 'rmarkdown' package <https://cran.r-project.org/package=rmarkdown>. A 'zip' file containing multiple output files can be produced from one function call. A user-supplied template 'Word' document can be used to determine the formatting of an output 'Word' document. Accessible 'PDF' files are produced from 'Word' documents using 'OfficeToPDF' <https://github.com/cognidox/OfficeToPDF>. A convenience function, install_otp() is [...truncated...]
Author: Paul J. Northrop [aut, cre, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>

Diff between accessr versions 1.1.1 dated 2025-01-15 and 1.1.2 dated 2025-03-15

 DESCRIPTION            |    8 ++++----
 MD5                    |   14 +++++++-------
 NEWS.md                |    8 +++++++-
 R/rmd2many.R           |    3 ++-
 R/rmd2word.R           |    3 ++-
 man/rmd2many.Rd        |    3 ++-
 man/rmd2word.Rd        |    3 ++-
 tests/testthat/setup.R |    1 +
 8 files changed, 27 insertions(+), 16 deletions(-)

More information about accessr at CRAN
Permanent link

New package SnowData with initial version 1.0.0
Package: SnowData
Title: Historical Data from John Snow's 1854 Cholera Outbreak Map
Version: 1.0.0
Description: Provides historical datasets related to John Snow's 1854 cholera outbreak study in London. Includes data on cholera cases, water pump locations, and the street layout, enabling analysis and visualisation of the outbreak.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: terra, utils
LazyData: true
NeedsCompilation: no
Packaged: 2025-03-13 20:36:28 UTC; niamh
Author: Niamh Mimnagh [aut, cre]
Maintainer: Niamh Mimnagh <niamhmimnagh@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-15 17:20:06 UTC

More information about SnowData at CRAN
Permanent link

Package rjsoncons updated to version 1.3.2 with previous version 1.3.1 dated 2024-07-07

Title: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON'
Description: Functions to query (filter or transform), pivot (convert from array-of-objects to object-of-arrays, for easy import as 'R' data frame), search, patch (edit), and validate (against 'JSON Schema') 'JSON' and 'NDJSON' strings, files, or URLs. Query and pivot support 'JSONpointer', 'JSONpath' or 'JMESpath' expressions. The implementation uses the 'jsoncons' <https://danielaparker.github.io/jsoncons/> header-only library; the library is easily linked to other packages for direct access to 'C++' functionality not implemented here.
Author: Martin Morgan [aut, cre] , Marcel Ramos [aut] , Daniel Parker [aut, cph]
Maintainer: Martin Morgan <mtmorgan.xyz@gmail.com>

Diff between rjsoncons versions 1.3.1 dated 2024-07-07 and 1.3.2 dated 2025-03-15

 DESCRIPTION                          |    7 +-
 MD5                                  |   12 ++--
 NEWS.md                              |   15 +++++
 build/vignette.rds                   |binary
 inst/doc/a_rjsoncons.R               |   14 ++---
 inst/doc/a_rjsoncons.html            |   92 +++++++++++++++++------------------
 inst/include/jsoncons/basic_json.hpp |    8 +--
 7 files changed, 82 insertions(+), 66 deletions(-)

More information about rjsoncons at CRAN
Permanent link

New package RcppDPR with initial version 0.1.9
Package: RcppDPR
Title: 'Rcpp' Implementation of Dirichlet Process Regression
Version: 0.1.9
Description: 'Rcpp' reimplementation of the the Bayesian non-parametric Dirichlet Process Regression model for penalized regression first published in Zeng and Zhou (2017) <doi:10.1038/s41467-017-00470-2>. A full Bayesian version is implemented with Gibbs sampling, as well as a faster but less accurate variational Bayes approximation.
License: GPL-3
Encoding: UTF-8
Imports: Rcpp (>= 1.0.13)
LinkingTo: Rcpp, RcppArmadillo, RcppGSL
Suggests: testthat (>= 3.0.0), snpStats
NeedsCompilation: yes
Packaged: 2025-03-13 17:03:08 UTC; moe
Author: Mohammad Abu Gazala [cre, aut], Daniel Nachun [ctb], Ping Zeng [ctb]
Maintainer: Mohammad Abu Gazala <abugazalamohammad@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-15 17:20:09 UTC

More information about RcppDPR at CRAN
Permanent link

New package ProxReg with initial version 0.1.1
Package: ProxReg
Title: Linear Models for Prediction and Classification using Proximal Operators
Version: 0.1.1
Date: 2025-02-27
Maintainer: YingHong Chen <yinghongchen1402@gmail.com>
Description: Implements optimization techniques for Lasso regression, R.Tibshirani(1996)<doi:10.1111/j.2517-6161.1996.tb02080.x> using Fast Iterative Shrinkage-Thresholding Algorithm (FISTA) and Iterative Shrinkage-Thresholding Algorithm (ISTA) based on proximal operators, A.Beck(2009)<doi:10.1137/080716542>. The package is useful for high-dimensional regression problems and includes cross-validation procedures to select optimal penalty parameters.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Suggests: knitr, rmarkdown,
VignetteBuilder: knitr
Imports: dplyr, EBImage, glmnet
NeedsCompilation: no
Packaged: 2025-03-13 15:48:55 UTC; yingh
Author: YingHong Chen [aut, cre]
Repository: CRAN
Date/Publication: 2025-03-15 17:10:12 UTC

More information about ProxReg at CRAN
Permanent link

New package iRfcb with initial version 0.4.3
Package: iRfcb
Title: Tools for Managing Imaging FlowCytobot (IFCB) Data
Version: 0.4.3
Description: A comprehensive suite of tools for managing, processing, and analyzing data from the IFCB. I R FlowCytobot ('iRfcb') supports quality control, geospatial analysis, and preparation of IFCB data for publication in databases like <https://www.gbif.org>, <https://www.obis.org>, <https://emodnet.ec.europa.eu/en>, <https://shark.smhi.se/>, and <https://www.ecotaxa.org>. The package integrates with the MATLAB 'ifcb-analysis' tool, which is described in Sosik and Olson (2007) <doi:10.4319/lom.2007.5.204>, and provides features for working with raw, manually classified, and machine learning–classified image datasets. Key functionalities include image extraction, particle size distribution analysis, taxonomic data handling, and biomass concentration calculations, essential for plankton research.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: zip, lifecycle, shiny, stringr, dplyr, sf, reticulate (>= 1.41.0), tidyr, ggplot2, readr, worrms, png, R.matlab, curl, lubridate
Note: This package includes code from https://github.com/kudelalab/PSD by kudelalab licensed under the MIT License.
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), fs, mockery, shinytest2
VignetteBuilder: knitr
URL: https://europeanifcbgroup.github.io/iRfcb/, https://github.com/EuropeanIFCBGroup/iRfcb
NeedsCompilation: no
Packaged: 2025-03-13 22:12:00 UTC; anderstorstensson
Author: Anders Torstensson [aut, cre] , Kendra Hayashi [ctb] , Jamie Enslein [ctb], Raphael Kudela [ctb] , Alle Lie [ctb] , Jayme Smith [ctb] , DTO-BioFlow [fnd]
Maintainer: Anders Torstensson <anders.torstensson@smhi.se>
Repository: CRAN
Date/Publication: 2025-03-15 17:20:01 UTC

More information about iRfcb at CRAN
Permanent link

New package golfr with initial version 0.1.0
Package: golfr
Title: Group Assignment Tool
Version: 0.1.0
Description: An efficient algorithm to generate group assignments for classroom settings while minimizing repeated pairings across multiple rounds.
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-03-13 15:32:21 UTC; collin
Author: Hannah Kim [aut], Collin Nolte [cre]
Maintainer: Collin Nolte <noltecollin@grinnell.edu>
Repository: CRAN
Date/Publication: 2025-03-15 17:10:01 UTC

More information about golfr at CRAN
Permanent link

New package ggvfields with initial version 1.0.0
Package: ggvfields
Title: Vector Field Visualizations with 'ggplot2'
Version: 1.0.0
Maintainer: Dusty Turner <dusty.s.turner@gmail.com>
Description: A 'ggplot2' extension for visualizing vector fields in two-dimensional space. Provides flexible tools for creating vector and stream field layers, visualizing gradients and potential fields, and smoothing vector and scalar data to estimate underlying patterns.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0), ggplot2 (>= 3.3.0)
Imports: farver, tibble, numDeriv, deSolve, grid, utils, scales, cli
URL: https://github.com/dusty-turner/ggvfields
BugReports: https://github.com/dusty-turner/ggvfields/issues
Suggests: ggdensity, knitr, rmarkdown, testthat (>= 3.0.0)
Date: 2025-03-08
BuildVignettes: true
NeedsCompilation: no
Packaged: 2025-03-13 15:33:55 UTC; Dusty_Turner1
Author: Dusty Turner [aut, cre], David Kahle [aut], Rodney X. Sturdivant [aut]
Repository: CRAN
Date/Publication: 2025-03-15 17:10:05 UTC

More information about ggvfields at CRAN
Permanent link

Package blogdown updated to version 1.21 with previous version 1.20 dated 2025-01-07

Title: Create Blogs and Websites with R Markdown
Description: Write blog posts and web pages in R Markdown. This package supports the static site generator 'Hugo' (<https://gohugo.io>) best, and it also supports 'Jekyll' (<https://jekyllrb.com>) and 'Hexo' (<https://hexo.io>).
Author: Yihui Xie [aut, cre] , Christophe Dervieux [aut] , Alison Presmanes Hill [aut] , Amber Thomas [ctb], Beilei Bian [ctb], Brandon Greenwell [ctb], Brian Barkley [ctb], Deependra Dhakal [ctb], Eric Nantz [ctb], Forest Fang [ctb], Garrick Aden-Buie [ctb] [...truncated...]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between blogdown versions 1.20 dated 2025-01-07 and 1.21 dated 2025-03-15

 DESCRIPTION                |    6 +++---
 MD5                        |   10 +++++-----
 R/hugo.R                   |    1 +
 R/serve.R                  |    6 +-----
 inst/scripts/update_meta.R |    8 +++++---
 man/serve_site.Rd          |    6 +-----
 6 files changed, 16 insertions(+), 21 deletions(-)

More information about blogdown at CRAN
Permanent link

New package sourcoise with initial version 0.5.0
Package: sourcoise
Title: Source a Script and Cache
Version: 0.5.0
Description: Provides a function that behave nearly as base::source() but implements a caching mechanism on disk, project based. It allows to quasi source() R scripts that gather data but can fail or consume to much time to respond even if nothing new is expected. It comes with tools to check and execute on demand or when cache is invalid the script.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://xtimbeau.github.io/sourcoise/, https://github.com/xtimbeau/sourcoise
Depends: R (>= 4.1.0)
Imports: fs, qs2, cli, purrr, digest, dplyr, lubridate, tibble, jsonlite, lobstr, stringr, glue, rprojroot, rlang, scales, logger
Suggests: knitr, insee, memoise, quarto, bench
VignetteBuilder: quarto
SystemRequirements: Quarto command line tools (https://github.com/quarto-dev/quarto-cli).
BugReports: https://github.com/xtimbeau/sourcoise/issues
NeedsCompilation: no
Packaged: 2025-03-13 14:29:40 UTC; timbe
Author: Xavier Timbeau [aut, cre, cph]
Maintainer: Xavier Timbeau <xavier.timbeau@sciencespo.fr>
Repository: CRAN
Date/Publication: 2025-03-15 17:00:02 UTC

More information about sourcoise at CRAN
Permanent link

New package RcensusPkg with initial version 0.1.4
Package: RcensusPkg
Title: Easily Access US Census Bureau Survey and Geographic Data
Version: 0.1.4
Description: The key function 'get_vintage_data()' returns a dataframe and is the window into the Census Bureau API requiring just a dataset name, vintage(year), and vector of variable names for survey estimates/percentages. Other functions assist in searching for available datasets, geographies, group/variable concepts of interest. Also provided are functions to access and layer (via standard piping) displayable geometries for the US, states, counties, blocks/tracts, roads, landmarks, places, and bodies of water. Joining survey data with many of the geometry functions is built-in to produce choropleth maps.
License: MIT + file LICENSE
URL: https://github.com/deandevl/RcensusPkg
BugReports: https://github.com/deandevl/RcensusPkg/issues
Depends: R (>= 4.4.0)
Imports: ggplot2 (>= 3.5.1), data.table (>= 1.16.4), httr (>= 1.4.7), jsonlite (>= 1.8.9), stringr (>= 1.5.1), purrr (>= 1.0.2), sf (>= 1.0-19), ggplotify (>= 0.1.2), gtable (>= 0.3.6), RplotterPkg (>= 0.1.3)
Suggests: knitr (>= 1.4.9), testthat (>= 3.0.0), usethis (>= 3.1.0), usmap (>= 0.7.1), vdiffr (>= 1.0.8), classInt (>= 0.4-10), RColorBrewer (>= 1.1-3), here (>= 1.0.1), withr (>= 3.0.2)
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2025-03-13 11:18:00 UTC; deanr
Author: Rick Dean [aut, cre, cph]
Maintainer: Rick Dean <deanr3@bardstown.com>
Repository: CRAN
Date/Publication: 2025-03-15 16:50:02 UTC

More information about RcensusPkg at CRAN
Permanent link

New package ambiorix with initial version 2.2.0
Package: ambiorix
Title: Web Framework Inspired by 'Express.js'
Version: 2.2.0
Description: A web framework inspired by 'express.js' to build any web service from multi-page websites to 'RESTful' application programming interfaces.
License: GPL (>= 3)
Encoding: UTF-8
Imports: fs, log, cli, glue, httpuv, methods, assertthat, webutils (>= 1.2.0), yyjsonr (>= 0.1.20)
Suggests: mime, readr, readxl, ggplot2, promises, jsonlite, websocket, htmltools, commonmark, htmlwidgets, testthat (>= 3.0.0)
URL: https://github.com/ambiorix-web/ambiorix, https://ambiorix.dev
BugReports: https://github.com/ambiorix-web/ambiorix/issues
NeedsCompilation: no
Packaged: 2025-03-13 10:51:06 UTC; mwavu
Author: John Coene [aut, cre] , Opifex [fnd], Kennedy Mwavu [ctb]
Maintainer: John Coene <jcoenep@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-15 16:40:02 UTC

More information about ambiorix at CRAN
Permanent link

Package ScottKnott updated to version 1.3-3 with previous version 1.3-2 dated 2023-08-30

Title: The ScottKnott Clustering Algorithm
Description: Perform the balanced (Scott and Knott, 1974) and unbalanced <doi:10.1590/1984-70332017v17n1a1> Scott & Knott algorithm.
Author: Jose Claudio Faria [aut], Enio G. Jelihovschi [aut], Ivan Bezerra Allaman [aut, cre]
Maintainer: Ivan Bezerra Allaman <ivanalaman@gmail.com>

Diff between ScottKnott versions 1.3-2 dated 2023-08-30 and 1.3-3 dated 2025-03-15

 ChangeLog                |    5 +++++
 DESCRIPTION              |   24 +++++++++++++++++++-----
 MD5                      |   22 +++++++++++-----------
 R/SK.lm.R                |    2 +-
 R/SK.lmerMod.R           |    2 +-
 R/SK.nest.lm.R           |    2 +-
 R/m.infos.lm.R           |   14 +++++++-------
 R/m.infos.lmerMod.R      |   14 +++++++-------
 R/m.infos.nest.lm.R      |   14 +++++++-------
 R/m.infos.nest.lmerMod.R |   14 +++++++-------
 R/plot.SK.R              |   21 ++++++++++++---------
 man/xtable.SK.Rd         |    3 ++-
 12 files changed, 80 insertions(+), 57 deletions(-)

More information about ScottKnott at CRAN
Permanent link

Package GTFSwizard updated to version 1.1.0 with previous version 1.0.0 dated 2024-11-11

Title: Exploring and Manipulating 'GTFS' Files
Description: Exploring, analyzing, and manipulating General Transit Feed Specification (GTFS) files, which represent public transportation schedules and geographic data. The package allows users to filter data by routes, trips, stops, and time, generate spatial visualizations, and perform detailed analyses of transit networks, including headway, dwell times, and route frequencies. Designed for transit planners, researchers, and data analysts, 'GTFSwizard' integrates functionalities from popular packages to enable efficient GTFS data manipulation and visualization.
Author: Nelson de O. Quesado Filho [aut, cre], Caio G. C. Guimaraes [aut]
Maintainer: Nelson de O. Quesado Filho <nquesado@gmail.com>

Diff between GTFSwizard versions 1.0.0 dated 2024-11-11 and 1.1.0 dated 2025-03-15

 DESCRIPTION             |   21 +-
 MD5                     |   92 +++++++-----
 NAMESPACE               |   31 ++++
 NEWS.md                 |   26 +++
 R/StartupMessage.R      |   22 +-
 R/as_wizardgtfs.R       |   16 --
 R/data_documentation.R  |    2 
 R/edit_dwelltime.R      |only
 R/edit_speed.R          |only
 R/explore_gtfs.R        |   20 +-
 R/filter_.R             |   44 ++---
 R/get_1stdeparture.R    |only
 R/get_corridor.R        |only
 R/get_distances.R       |   50 +++---
 R/get_durations.R       |   25 ++-
 R/get_dwelltimes.R      |    2 
 R/get_frequency.R       |  233 ++++++++++++++++++++++++++-----
 R/get_headways.R        |  359 +++++++++++++++++++++++++++++++++++++-----------
 R/get_hubs.R            |only
 R/get_shapes.R          |   14 +
 R/get_shapes_df.R       |    9 -
 R/get_shapes_sf.R       |    4 
 R/get_speeds.R          |   13 +
 R/latlon2epsg.R         |only
 R/merge_gtfs.R          |   21 +-
 R/plot_.R               |  104 +++++++++++++
 R/plot_calendar.R       |    6 
 R/prints.R              |    2 
 R/selection.R           |    6 
 R/set_dwelltime.R       |only
 R/split_trip.R          |   20 +-
 R/tidy_raptor.R         |only
 R/utils.R               |   21 +-
 R/write_gtfs.R          |   11 -
 R/zzz.R                 |    2 
 data/for_bus_gtfs.rda   |binary
 man/edit_dwelltime.Rd   |only
 man/edit_speed.Rd       |only
 man/filter_functions.Rd |   18 +-
 man/get_1stdeparture.Rd |only
 man/get_corridor.Rd     |only
 man/get_distances.Rd    |   10 -
 man/get_durations.Rd    |   18 +-
 man/get_frequency.Rd    |   24 ++-
 man/get_headways.Rd     |   18 ++
 man/get_hubs.Rd         |only
 man/get_speeds.Rd       |   10 -
 man/latlon2epsg.Rd      |only
 man/plot_calendar.Rd    |    2 
 man/plot_corridor.Rd    |only
 man/plot_hubs.Rd        |only
 man/selection.Rd        |    2 
 man/set_dwelltime.Rd    |only
 man/split_trip.Rd       |    2 
 man/tidy_raptor.Rd      |only
 man/write_gtfs.Rd       |    7 
 56 files changed, 949 insertions(+), 338 deletions(-)

More information about GTFSwizard at CRAN
Permanent link

Package sdcSpatial updated to version 0.6.1 with previous version 0.5.2 dated 2022-03-25

Title: Statistical Disclosure Control for Spatial Data
Description: Privacy protected raster maps can be created from spatial point data. Protection methods include smoothing of dichotomous variables by de Jonge and de Wolf (2016) <doi:10.1007/978-3-319-45381-1_9>, continuous variables by de Wolf and de Jonge (2018) <doi:10.1007/978-3-319-99771-1_23>, suppressing revealing values and a generalization of the quad tree method by Suñé, Rovira, Ibáñez and Farré (2017) <doi:10.2901/EUROSTAT.C2017.001>.
Author: Edwin de Jonge [aut, cre] , Peter-Paul de Wolf [aut], Douwe Hut [ctb], Sapphire Han [ctb]
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>

Diff between sdcSpatial versions 0.5.2 dated 2022-03-25 and 0.6.1 dated 2025-03-15

 DESCRIPTION                      |   10 
 MD5                              |   72 ++--
 NAMESPACE                        |    4 
 NEWS.md                          |    9 
 R/create_raster.R                |    4 
 R/is_sensitive.R                 |    4 
 R/mask_random.R                  |    4 
 R/protect_coarsen.R              |    2 
 R/protect_quadtree.R             |   22 +
 R/sdc_raster.R                   |    4 
 R/smooth_raster.R                |    2 
 R/summary.R                      |    2 
 build/vignette.rds               |binary
 inst/doc/sdcSpatial.Rmd          |    5 
 inst/doc/sdcSpatial.html         |  605 +++++++++++++++++++++++++++------------
 inst/ex                          |only
 man/create_raster.Rd             |    4 
 man/disclosure_risk.Rd           |    2 
 man/figures/README-example-1.png |binary
 man/figures/README-example-2.png |binary
 man/figures/README-example-3.png |binary
 man/figures/README-example-4.png |binary
 man/figures/README-example-5.png |binary
 man/figures/README-example-6.png |binary
 man/figures/README-example-7.png |binary
 man/mask_grid.Rd                 |   20 -
 man/mask_random.Rd               |   26 -
 man/mask_voronoi.Rd              |   20 -
 man/mask_weighted_random.Rd      |   24 -
 man/plot_sensitive.Rd            |    2 
 man/protect_smooth.Rd            |    2 
 man/remove_sensitive.Rd          |    2 
 man/sdc_raster.Rd                |    6 
 man/sensitivity_score.Rd         |    2 
 man/smooth_raster.Rd             |    2 
 tests/testthat/test-smooth.R     |    1 
 tests/testthat/test_quad.R       |only
 vignettes/sdcSpatial.Rmd         |    5 
 38 files changed, 581 insertions(+), 286 deletions(-)

More information about sdcSpatial at CRAN
Permanent link

Package paws.machine.learning updated to version 0.9.0 with previous version 0.8.0 dated 2025-02-08

Title: 'Amazon Web Services' Machine Learning Services
Description: Interface to 'Amazon Web Services' machine learning services, including 'SageMaker' managed machine learning service, natural language processing, speech recognition, translation, and more <https://aws.amazon.com/machine-learning/>.
Author: David Kretch [aut], Adam Banker [aut], Dyfan Jones [cre], Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>

Diff between paws.machine.learning versions 0.8.0 dated 2025-02-08 and 0.9.0 dated 2025-03-15

 paws.machine.learning-0.8.0/paws.machine.learning/R/elasticinference_interfaces.R                        |only
 paws.machine.learning-0.8.0/paws.machine.learning/R/elasticinference_operations.R                        |only
 paws.machine.learning-0.8.0/paws.machine.learning/R/elasticinference_service.R                           |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference.Rd                                |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_describe_accelerator_offerings.Rd |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_describe_accelerator_types.Rd     |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_describe_accelerators.Rd          |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_list_tags_for_resource.Rd         |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_tag_resource.Rd                   |only
 paws.machine.learning-0.8.0/paws.machine.learning/man/elasticinference_untag_resource.Rd                 |only
 paws.machine.learning-0.8.0/paws.machine.learning/tests/testthat/test_elasticinference.R                 |only
 paws.machine.learning-0.9.0/paws.machine.learning/DESCRIPTION                                            |    9 -
 paws.machine.learning-0.9.0/paws.machine.learning/MD5                                                    |   47 +++------
 paws.machine.learning-0.9.0/paws.machine.learning/NAMESPACE                                              |    1 
 paws.machine.learning-0.9.0/paws.machine.learning/R/bedrockagent_interfaces.R                            |   52 +++++-----
 paws.machine.learning-0.9.0/paws.machine.learning/R/bedrockagent_operations.R                            |    8 -
 paws.machine.learning-0.9.0/paws.machine.learning/R/bedrockagentruntime_interfaces.R                     |   12 +-
 paws.machine.learning-0.9.0/paws.machine.learning/R/lexmodelbuildingservice_operations.R                 |    5 
 paws.machine.learning-0.9.0/paws.machine.learning/R/sagemaker_interfaces.R                               |    2 
 paws.machine.learning-0.9.0/paws.machine.learning/R/sagemaker_operations.R                               |   39 ++++++-
 paws.machine.learning-0.9.0/paws.machine.learning/R/transcribeservice_interfaces.R                       |    6 -
 paws.machine.learning-0.9.0/paws.machine.learning/R/transcribeservice_operations.R                       |   14 +-
 paws.machine.learning-0.9.0/paws.machine.learning/man/bedrockagent_delete_knowledge_base_documents.Rd    |    2 
 paws.machine.learning-0.9.0/paws.machine.learning/man/bedrockagent_get_knowledge_base_documents.Rd       |    2 
 paws.machine.learning-0.9.0/paws.machine.learning/man/bedrockagent_ingest_knowledge_base_documents.Rd    |    2 
 paws.machine.learning-0.9.0/paws.machine.learning/man/bedrockagent_list_knowledge_base_documents.Rd      |    2 
 paws.machine.learning-0.9.0/paws.machine.learning/man/lexmodelbuildingservice_put_slot_type.Rd           |    4 
 paws.machine.learning-0.9.0/paws.machine.learning/man/sagemaker_create_cluster.Rd                        |   26 ++++-
 paws.machine.learning-0.9.0/paws.machine.learning/man/sagemaker_update_cluster.Rd                        |   10 +
 paws.machine.learning-0.9.0/paws.machine.learning/man/transcribeservice_start_transcription_job.Rd       |   14 +-
 30 files changed, 160 insertions(+), 97 deletions(-)

More information about paws.machine.learning at CRAN
Permanent link

Package mlflow updated to version 2.20.4 with previous version 2.19.0 dated 2024-12-18

Title: Interface to 'MLflow'
Description: R interface to 'MLflow', open source platform for the complete machine learning life cycle, see <https://mlflow.org/>. This package supports installing 'MLflow', tracking experiments, creating and running projects, and saving and serving models.
Author: Matei Zaharia [aut, cre], Javier Luraschi [aut], Kevin Kuo [aut] , RStudio [cph]
Maintainer: Matei Zaharia <matei@databricks.com>

Diff between mlflow versions 2.19.0 dated 2024-12-18 and 2.20.4 dated 2025-03-15

 DESCRIPTION |    6 +++---
 MD5         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

More information about mlflow at CRAN
Permanent link

Package cansim updated to version 0.4.1 with previous version 0.4 dated 2025-02-23

Title: Accessing Statistics Canada Data Table and Vectors
Description: Searches for, accesses, and retrieves Statistics Canada data tables, as well as individual vectors, as tidy data frames. This package enriches the tables with metadata, deals with encoding issues, allows for bilingual English or French language data retrieval, and bundles convenience functions to make it easier to work with retrieved table data. For more efficient data access the package allows for caching data in a local database and database level filtering, data manipulation and summarizing.
Author: Jens von Bergmann [aut, cre], Dmitry Shkolnik [aut]
Maintainer: Jens von Bergmann <jens@mountainmath.ca>

Diff between cansim versions 0.4 dated 2025-02-23 and 0.4.1 dated 2025-03-15

 DESCRIPTION                                |    6 +--
 MD5                                        |   22 +++++++------
 NEWS.md                                    |    5 +++
 R/cansim.R                                 |   11 +++++-
 R/cansim_members.R                         |    2 -
 R/cansim_parquet.R                         |    4 +-
 README.md                                  |    6 +--
 inst/doc/cansim.html                       |    4 +-
 inst/doc/working_with_large_tables.html    |   26 ++++++++--------
 man/normalize_cansim_values.Rd             |    3 +
 tests/testthat/test-census_tables.R        |only
 tests/testthat/test-classification_codes.R |only
 tests/testthat/test-data_consistency.R     |   46 +++++++++++++++++++++++++++++
 13 files changed, 98 insertions(+), 37 deletions(-)

More information about cansim at CRAN
Permanent link


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