Tue, 25 Feb 2025

Package RTL updated to version 1.3.7 with previous version 1.3.5 dated 2024-01-08

Title: Risk Tool Library - Trading, Risk, Analytics for Commodities
Description: A toolkit for Commodities 'analytics', risk management and trading professionals. Includes functions for API calls to <https://commodities.morningstar.com/#/>, <https://developer.genscape.com/>, and <https://www.bankofcanada.ca/valet/docs>.
Author: Philippe Cote [aut, cre], Nima Safaian [aut]
Maintainer: Philippe Cote <pcote@ualberta.ca>

Diff between RTL versions 1.3.5 dated 2024-01-08 and 1.3.7 dated 2025-02-25

 RTL-1.3.5/RTL/tests/testthat.R             |only
 RTL-1.3.7/RTL/DESCRIPTION                  |   14 ++---
 RTL-1.3.7/RTL/MD5                          |   68 +++++++++++++++--------------
 RTL-1.3.7/RTL/NAMESPACE                    |    3 +
 RTL-1.3.7/RTL/NEWS.md                      |   16 ++++++
 RTL-1.3.7/RTL/R/barrierSpreadOption.R      |only
 RTL-1.3.7/RTL/R/efficientFrontier.R        |    3 +
 RTL-1.3.7/RTL/R/morningstar.R              |   44 +++++++++++++++++-
 RTL-1.3.7/RTL/R/simGBM.R                   |    2 
 RTL-1.3.7/RTL/R/simMultivariates.R         |    3 +
 RTL-1.3.7/RTL/R/spreadOption.R             |only
 RTL-1.3.7/RTL/README.md                    |    2 
 RTL-1.3.7/RTL/data/dflong.rda              |binary
 RTL-1.3.7/RTL/data/dfwide.rda              |binary
 RTL-1.3.7/RTL/data/eiaStocks.rda           |binary
 RTL-1.3.7/RTL/data/eurodollar.rda          |binary
 RTL-1.3.7/RTL/data/expiry_table.rda        |binary
 RTL-1.3.7/RTL/data/fizdiffs.rda            |binary
 RTL-1.3.7/RTL/data/futuresRef.rda          |binary
 RTL-1.3.7/RTL/data/holidaysOil.rda         |binary
 RTL-1.3.7/RTL/data/planets.rda             |binary
 RTL-1.3.7/RTL/data/spot2futConvergence.rda |binary
 RTL-1.3.7/RTL/data/steo.rda                |binary
 RTL-1.3.7/RTL/data/stocks.rda              |binary
 RTL-1.3.7/RTL/data/tradeCycle.rda          |binary
 RTL-1.3.7/RTL/data/tsQuotes.rda            |binary
 RTL-1.3.7/RTL/data/usSwapCurves.rda        |binary
 RTL-1.3.7/RTL/data/usSwapCurvesPar.rda     |binary
 RTL-1.3.7/RTL/data/wtiSwap.rda             |binary
 RTL-1.3.7/RTL/inst/WORDLIST                |   15 +++++-
 RTL-1.3.7/RTL/man/RTL-package.Rd           |    2 
 RTL-1.3.7/RTL/man/barrierSpreadOption.Rd   |only
 RTL-1.3.7/RTL/man/efficientFrontier.Rd     |    2 
 RTL-1.3.7/RTL/man/getPrice.Rd              |   12 ++++-
 RTL-1.3.7/RTL/man/simGBM.Rd                |    2 
 RTL-1.3.7/RTL/man/simMultivariates.Rd      |    2 
 RTL-1.3.7/RTL/man/spreadOption.Rd          |only
 RTL-1.3.7/RTL/tests/testthat               |only
 38 files changed, 139 insertions(+), 51 deletions(-)

More information about RTL at CRAN
Permanent link

Package TFM updated to version 0.2.0 with previous version 0.1.0 dated 2024-11-14

Title: Sparse Online Principal Component for Truncated Factor Model
Description: The Truncated Factor Model is a statistical model designed to handle specific data structures in data analysis. This R package focuses on the Sparse Online Principal Component Estimation method, which is used to calculate data such as the loading matrix and specific variance matrix for truncated data, thereby better explaining the relationship between common factors and original variables. Additionally, the R package also provides other equations for comparison with the Sparse Online Principal Component Estimation method.The philosophy of the package is described in thesis. (2023) <doi:10.1007/s00180-022-01270-z>.
Author: Beibei Wu [aut], Guangbao Guo [aut, cre]
Maintainer: Guangbao Guo <ggb11111111@163.com>

Diff between TFM versions 0.1.0 dated 2024-11-14 and 0.2.0 dated 2025-02-25

 TFM-0.1.0/TFM/R/IPC.R           |only
 TFM-0.1.0/TFM/R/PPC.R           |only
 TFM-0.1.0/TFM/R/SOPC.R          |only
 TFM-0.1.0/TFM/R/SPC.R           |only
 TFM-0.1.0/TFM/R/T_test_TFM.R    |only
 TFM-0.1.0/TFM/man/IPC.Rd        |only
 TFM-0.1.0/TFM/man/PPC.Rd        |only
 TFM-0.1.0/TFM/man/SAPC.Rd       |only
 TFM-0.1.0/TFM/man/SOPC.Rd       |only
 TFM-0.1.0/TFM/man/SPC.Rd        |only
 TFM-0.1.0/TFM/man/T_test_TFM.Rd |only
 TFM-0.2.0/TFM/DESCRIPTION       |   12 +-
 TFM-0.2.0/TFM/MD5               |   40 ++++++---
 TFM-0.2.0/TFM/NAMESPACE         |   22 +++--
 TFM-0.2.0/TFM/R/FanPC_TFM.R     |only
 TFM-0.2.0/TFM/R/GulPC_TFM.R     |only
 TFM-0.2.0/TFM/R/IPC_TFM.R       |only
 TFM-0.2.0/TFM/R/OPC_TFM.R       |only
 TFM-0.2.0/TFM/R/PC1_TFM.R       |only
 TFM-0.2.0/TFM/R/PC2_TFM.R       |only
 TFM-0.2.0/TFM/R/PPC1_TFM.R      |only
 TFM-0.2.0/TFM/R/PPC2_TFM.R      |only
 TFM-0.2.0/TFM/R/SAPC.R          |  162 ++++++++++++++++++++--------------------
 TFM-0.2.0/TFM/R/SOPC_TFM.R      |only
 TFM-0.2.0/TFM/R/SPC_TFM.R       |only
 TFM-0.2.0/TFM/R/ttestTFM.R      |only
 TFM-0.2.0/TFM/man/FanPC_TFM.Rd  |only
 TFM-0.2.0/TFM/man/GulPC_TFM.Rd  |only
 TFM-0.2.0/TFM/man/IPC_TFM.Rd    |only
 TFM-0.2.0/TFM/man/OPC_TFM.Rd    |only
 TFM-0.2.0/TFM/man/PC1_TFM.Rd    |only
 TFM-0.2.0/TFM/man/PC2_TFM.Rd    |only
 TFM-0.2.0/TFM/man/PPC1_TFM.Rd   |only
 TFM-0.2.0/TFM/man/PPC2_TFM.Rd   |only
 TFM-0.2.0/TFM/man/SAPC_TFM.Rd   |only
 TFM-0.2.0/TFM/man/SOPC_TFM.Rd   |only
 TFM-0.2.0/TFM/man/SPC_TFM.Rd    |only
 TFM-0.2.0/TFM/man/ttest.TFM.Rd  |only
 38 files changed, 129 insertions(+), 107 deletions(-)

More information about TFM at CRAN
Permanent link

Package rerddapXtracto updated to version 1.2.2 with previous version 1.2.1 dated 2024-07-17

Title: Extracts Environmental Data from 'ERDDAP™' Web Services
Description: Contains three functions that access environmental data from any 'ERDDAP™' data web service. The rxtracto() function extracts data along a trajectory for a given "radius" around the point. The rxtracto_3D() function extracts data in a box. The rxtractogon() function extracts data in a polygon. All of those three function use the 'rerddap' package to extract the data, and should work with any 'ERDDAP™' server. There are also two functions, plotBBox() and plotTrack() that use the 'plotdap' package to simplify the creation of maps of the data.
Author: Roy Mendelssohn [aut, cre], Marie Auger-Methe [ctb], Sunny Bak-Hospital [ctb]
Maintainer: Roy Mendelssohn <roy.mendelssohn@noaa.gov>

Diff between rerddapXtracto versions 1.2.1 dated 2024-07-17 and 1.2.2 dated 2025-02-25

 DESCRIPTION                       |    8 
 MD5                               |   31 -
 NAMESPACE                         |    1 
 NEWS.md                           |    4 
 R/checkInput.R                    |   21 -
 R/rxtracto.R                      |    3 
 R/rxtracto_3D.R                   |    3 
 R/rxtractogon.R                   |    3 
 R/utils.R                         |   22 +
 README.md                         |    2 
 build/vignette.rds                |binary
 inst/doc/UsingrerddapXtracto.R    |  680 +++++++++++++++++++-------------------
 inst/doc/UsingrerddapXtracto.html |    9 
 man/rxtracto.Rd                   |    3 
 man/rxtracto_3D.Rd                |    3 
 man/rxtractogon.Rd                |    3 
 man/safe_info.Rd                  |only
 17 files changed, 418 insertions(+), 378 deletions(-)

More information about rerddapXtracto at CRAN
Permanent link

Package mongolite updated to version 3.1.0 with previous version 3.0.1 dated 2025-02-03

Title: Fast and Simple 'MongoDB' Client for R
Description: High-performance MongoDB client based on 'mongo-c-driver' and 'jsonlite'. Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication, and GridFS. The online user manual provides an overview of the available methods in the package: <https://jeroen.github.io/mongolite/>.
Author: Jeroen Ooms [aut, cre] , MongoDB, Inc [cph]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>

Diff between mongolite versions 3.0.1 dated 2025-02-03 and 3.1.0 dated 2025-02-25

 mongolite-3.0.1/mongolite/src/bson/bson-string-private.h                             |only
 mongolite-3.0.1/mongolite/src/common/bson-dsl.h                                      |only
 mongolite-3.1.0/mongolite/DESCRIPTION                                                |    6 
 mongolite-3.1.0/mongolite/MD5                                                        |  642 +++----
 mongolite-3.1.0/mongolite/NEWS                                                       |    4 
 mongolite-3.1.0/mongolite/src/Makevars.in                                            |    9 
 mongolite-3.1.0/mongolite/src/Makevars.win                                           |    5 
 mongolite-3.1.0/mongolite/src/bson.c                                                 |   13 
 mongolite-3.1.0/mongolite/src/bson/bcon.c                                            |    2 
 mongolite-3.1.0/mongolite/src/bson/bcon.h                                            |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-context-private.h                            |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-context.c                                    |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-iso8601-private.h                            |   10 
 mongolite-3.1.0/mongolite/src/bson/bson-iso8601.c                                    |   36 
 mongolite-3.1.0/mongolite/src/bson/bson-iter.h                                       |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-json.c                                       |    6 
 mongolite-3.1.0/mongolite/src/bson/bson-json.h                                       |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-macros.h                                     |   70 
 mongolite-3.1.0/mongolite/src/bson/bson-md5.c                                        |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-memory.c                                     |    7 
 mongolite-3.1.0/mongolite/src/bson/bson-private.h                                    |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-reader.c                                     |    2 
 mongolite-3.1.0/mongolite/src/bson/bson-string.c                                     |  373 ----
 mongolite-3.1.0/mongolite/src/bson/bson-timegm.c                                     |   12 
 mongolite-3.1.0/mongolite/src/bson/bson-utf8.c                                       |  347 ----
 mongolite-3.1.0/mongolite/src/bson/bson-version.h                                    |    8 
 mongolite-3.1.0/mongolite/src/bson/bson-writer.h                                     |    2 
 mongolite-3.1.0/mongolite/src/bson/bson.c                                            |  842 ----------
 mongolite-3.1.0/mongolite/src/common/common-atomic-private.h                         |    2 
 mongolite-3.1.0/mongolite/src/common/common-b64-private.h                            |    2 
 mongolite-3.1.0/mongolite/src/common/common-b64.c                                    |    4 
 mongolite-3.1.0/mongolite/src/common/common-bits-private.h                           |only
 mongolite-3.1.0/mongolite/src/common/common-bson-dsl-private.h                       |   11 
 mongolite-3.1.0/mongolite/src/common/common-cmp-private.h                            |    2 
 mongolite-3.1.0/mongolite/src/common/common-json-private.h                           |only
 mongolite-3.1.0/mongolite/src/common/common-json.c                                   |only
 mongolite-3.1.0/mongolite/src/common/common-macros-private.h                         |   56 
 mongolite-3.1.0/mongolite/src/common/common-md5-private.h                            |    4 
 mongolite-3.1.0/mongolite/src/common/common-md5.c                                    |    2 
 mongolite-3.1.0/mongolite/src/common/common-oid-private.h                            |only
 mongolite-3.1.0/mongolite/src/common/common-oid.c                                    |only
 mongolite-3.1.0/mongolite/src/common/common-string-private.h                         |  664 +++++++
 mongolite-3.1.0/mongolite/src/common/common-string.c                                 |only
 mongolite-3.1.0/mongolite/src/common/common-thread-private.h                         |   12 
 mongolite-3.1.0/mongolite/src/common/common-thread.c                                 |    2 
 mongolite-3.1.0/mongolite/src/common/common-utf8-private.h                           |only
 mongolite-3.1.0/mongolite/src/jsonsl/jsonsl.c                                        |    6 
 mongolite-3.1.0/mongolite/src/jsonsl/jsonsl.h                                        |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-azure.c                                     |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-azure.h                                     |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-integer.h                                   |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-nsinfo.c                                    |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-nsinfo.h                                    |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-rpc.c                                       |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mcd-time.h                                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-aggregate-private.h                      |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-aggregate.c                              |   17 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-apm-private.h                            |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-apm.c                                    |   17 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-apm.h                                    |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-array-private.h                          |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-array.c                                  |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-async-cmd-private.h                      |   16 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-async-cmd.c                              |   26 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-async-private.h                          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-async.c                                  |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-buffer-private.h                         |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-buffer.c                                 |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-bulk-operation-private.h                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-bulk-operation.c                         |   54 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-bulk-operation.h                         |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-bulkwrite.c                              |  122 +
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-bulkwrite.h                              |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-change-stream-private.h                  |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-change-stream.c                          |   23 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-change-stream.h                          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-pool-private.h                    |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-pool.c                            |  100 -
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-pool.h                            |   17 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-private.h                         |   41 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-session-private.h                 |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-session.c                         |   21 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-session.h                         |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-side-encryption-private.h         |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-side-encryption.c                 |   68 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client-side-encryption.h                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client.c                                 |  233 +-
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-client.h                                 |   39 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-aws-private.h                    |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-aws.c                            |   39 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-cyrus-private.h                  |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-cyrus.c                          |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-private.h                        |   41 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-sasl-private.h                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-sasl.c                           |   20 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-sspi-private.h                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster-sspi.c                           |   16 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cluster.c                                |  405 +---
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cmd-private.h                            |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cmd.c                                    |   43 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-collection-private.h                     |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-collection.c                             |   98 -
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-collection.h                             |   22 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-compression-private.h                    |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-compression.c                            |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-counters-private.h                       |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-counters.c                               |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypt-private.h                          |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypt.c                                  |   42 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-cng-private.h                     |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-cng.c                             |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-common-crypto-private.h           |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-common-crypto.c                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-openssl-private.h                 |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-openssl.c                         |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto-private.h                         |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-crypto.c                                 |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-array.c                           |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-change-stream.c                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-cmd-deprecated.c                  |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-cmd.c                             |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-find-cmd.c                        |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-find-opquery.c                    |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-find.c                            |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-legacy.c                          |   65 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor-private.h                         |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor.c                                 |  203 +-
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cursor.h                                 |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cyrus-private.h                          |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-cyrus.c                                  |   39 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-database-private.h                       |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-database.c                               |   30 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-database.h                               |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-deprioritized-servers-private.h          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-deprioritized-servers.c                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-errno-private.h                          |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-error-private.h                          |   18 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-error.c                                  |   28 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-error.h                                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-find-and-modify-private.h                |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-find-and-modify.c                        |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-find-and-modify.h                        |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-flags-private.h                          |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-flags.c                                  |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-flags.h                                  |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-generation-map-private.h                 |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-generation-map.c                         |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-bucket-file-private.h             |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-bucket-file.c                     |   16 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-bucket-private.h                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-bucket.c                          |   24 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-bucket.h                          |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-list-private.h               |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-list.c                       |   20 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-list.h                       |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-page-private.h               |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-page.c                       |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-page.h                       |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file-private.h                    |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file.c                            |   26 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-file.h                            |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs-private.h                         |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs.c                                 |   32 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-gridfs.h                                 |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-handshake-compiler-private.h             |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-handshake-os-private.h                   |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-handshake-private.h                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-handshake.c                              |  123 -
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-handshake.h                              |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-host-list-private.h                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-host-list.c                              |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-host-list.h                              |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-http-private.h                           |   17 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-http.c                                   |   60 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-index.c                                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-index.h                                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-init.c                                   |   28 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-init.h                                   |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-interrupt-private.h                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-interrupt.c                              |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-iovec.h                                  |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-libressl-private.h                       |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-libressl.c                               |   16 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-linux-distro-scanner-private.h           |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-linux-distro-scanner.c                   |   16 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-list-private.h                           |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-list.c                                   |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-log-and-monitor-private.c                |only
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-log-and-monitor-private.h                |only
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-log-private.h                            |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-log.c                                    |   73 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-log.h                                    |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-macros.h                                 |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-matcher-op-private.h                     |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-matcher-op.c                             |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-matcher-private.h                        |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-matcher.c                                |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-matcher.h                                |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-memcmp-private.h                         |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-memcmp.c                                 |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ocsp-cache-private.h                     |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ocsp-cache.c                             |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opcode.c                                 |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opcode.h                                 |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-openssl-private.h                        |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-openssl.c                                |   22 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-optional.c                               |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-optional.h                               |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opts-helpers-private.h                   |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opts-helpers.c                           |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opts-private.h                           |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-opts.c                                   |   54 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-queue-private.h                          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-queue.c                                  |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rand-cng.c                               |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rand-common-crypto.c                     |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rand-openssl.c                           |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rand-private.h                           |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rand.h                                   |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-concern-private.h                   |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-concern.c                           |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-concern.h                           |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-prefs-private.h                     |   18 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-prefs.c                             |   60 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-read-prefs.h                             |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rpc-private.h                            |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-rpc.c                                    |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-sasl-private.h                           |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-sasl.c                                   |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-scram-private.h                          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-scram.c                                  |   20 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-secure-channel-private.h                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-secure-channel.c                         |   52 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-secure-transport-private.h               |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-secure-transport.c                       |   45 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-api-private.h                     |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-api.c                             |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-api.h                             |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-description-private.h             |   31 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-description.c                     |  200 +-
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-description.h                     |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-monitor-private.h                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-monitor.c                         |  123 +
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-stream-private.h                  |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-server-stream.c                          |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-set-private.h                            |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-set.c                                    |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-shared-private.h                         |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-shared.c                                 |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-sleep.h                                  |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-socket-private.h                         |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-socket.c                                 |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-socket.h                                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ssl-private.h                            |    9 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ssl.c                                    |   22 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ssl.h                                    |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-sspi-private.h                           |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-sspi.c                                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-buffered.c                        |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-buffered.h                        |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-file.c                            |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-file.h                            |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs-download-private.h         |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs-download.c                 |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs-upload-private.h           |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs-upload.c                   |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs.c                          |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-gridfs.h                          |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-private.h                         |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-socket.c                          |   12 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-socket.h                          |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-libressl-private.h            |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-libressl.c                    |   28 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-libressl.h                    |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-openssl-bio-private.h         |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-openssl-bio.c                 |   22 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-openssl-private.h             |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-openssl.c                     |   28 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-openssl.h                     |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-private.h                     |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-channel-private.h      |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-channel.c              |   26 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-channel.h              |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-transport-private.h    |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-transport.c            |   55 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls-secure-transport.h            |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls.c                             |   30 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream-tls.h                             |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream.c                                 |   24 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-stream.h                                 |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-structured-log-private.h                 |only
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-structured-log.c                         |only
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-structured-log.h                         |only
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-thread-private.h                         |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-timeout-private.h                        |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-timeout.c                                |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-background-monitoring-private.h |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-background-monitoring.c         |   22 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-description-apm-private.h       |   19 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-description-apm.c               |  162 +
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-description-private.h           |   63 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-description.c                   |  192 +-
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-description.h                   |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-private.h                       |   57 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-scanner-private.h               |   28 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology-scanner.c                       |  125 -
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-topology.c                               |  241 +-
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-trace-private.h                          |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ts-pool-private.h                        |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-ts-pool.c                                |    6 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-uri-private.h                            |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-uri.c                                    |   51 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-uri.h                                    |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-util-private.h                           |    9 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-util.c                                   |   20 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-version-functions.c                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-version-functions.h                      |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-version.h                                |    8 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-write-command-private.h                  |   14 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-write-command.c                          |   57 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-write-concern-private.h                  |    2 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-write-concern.c                          |   10 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc-write-concern.h                          |    4 
 mongolite-3.1.0/mongolite/src/mongoc/mongoc.h                                        |   83 
 mongolite-3.1.0/mongolite/src/mongoc/service-gcp.c                                   |    4 
 mongolite-3.1.0/mongolite/src/mongoc/service-gcp.h                                   |    2 
 mongolite-3.1.0/mongolite/src/mongoc/uthash.h                                        |    2 
 mongolite-3.1.0/mongolite/src/mongoc/utlist.h                                        |    2 
 mongolite-3.1.0/mongolite/src/osx/Makevars                                           |    6 
 329 files changed, 4402 insertions(+), 4357 deletions(-)

More information about mongolite at CRAN
Permanent link

Package and updated to version 0.1.6 with previous version 0.1.5 dated 2023-09-24

Title: Construct Natural-Language Lists with Internationalization
Description: Construct language-aware lists. Make "and"-separated and "or"-separated lists that automatically conform to the user's language settings.
Author: Alexander Rossell Hayes [aut, cre, cph] , Unicode, Inc. [dtc] , Flavia Rossell Hayes [ill]
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>

Diff between and versions 0.1.5 dated 2023-09-24 and 0.1.6 dated 2025-02-25

 DESCRIPTION                        |   10 
 MD5                                |  944 ++++++++++++++++++-------------------
 NEWS.md                            |   35 +
 README.md                          |  332 ++++++-------
 data/and_languages.rda             |binary
 inst/po/af/LC_MESSAGES/R-and.mo    |binary
 inst/po/ak                         |only
 inst/po/am/LC_MESSAGES/R-and.mo    |binary
 inst/po/ar/LC_MESSAGES/R-and.mo    |binary
 inst/po/as/LC_MESSAGES/R-and.mo    |binary
 inst/po/ast/LC_MESSAGES/R-and.mo   |binary
 inst/po/az/LC_MESSAGES/R-and.mo    |binary
 inst/po/be/LC_MESSAGES/R-and.mo    |binary
 inst/po/bg/LC_MESSAGES/R-and.mo    |binary
 inst/po/bgn/LC_MESSAGES/R-and.mo   |binary
 inst/po/blo                        |only
 inst/po/bn/LC_MESSAGES/R-and.mo    |binary
 inst/po/br/LC_MESSAGES/R-and.mo    |binary
 inst/po/brx/LC_MESSAGES/R-and.mo   |binary
 inst/po/bs/LC_MESSAGES/R-and.mo    |binary
 inst/po/ca/LC_MESSAGES/R-and.mo    |binary
 inst/po/ccp/LC_MESSAGES/R-and.mo   |binary
 inst/po/ceb/LC_MESSAGES/R-and.mo   |binary
 inst/po/chr/LC_MESSAGES/R-and.mo   |binary
 inst/po/cs/LC_MESSAGES/R-and.mo    |binary
 inst/po/csw                        |only
 inst/po/cv/LC_MESSAGES/R-and.mo    |binary
 inst/po/cy/LC_MESSAGES/R-and.mo    |binary
 inst/po/da/LC_MESSAGES/R-and.mo    |binary
 inst/po/de/LC_MESSAGES/R-and.mo    |binary
 inst/po/doi/LC_MESSAGES/R-and.mo   |binary
 inst/po/dsb/LC_MESSAGES/R-and.mo   |binary
 inst/po/dz/LC_MESSAGES/R-and.mo    |binary
 inst/po/ee/LC_MESSAGES/R-and.mo    |binary
 inst/po/el/LC_MESSAGES/R-and.mo    |binary
 inst/po/en/LC_MESSAGES/R-and.mo    |binary
 inst/po/en_AG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_AI/LC_MESSAGES/R-and.mo |binary
 inst/po/en_AT/LC_MESSAGES/R-and.mo |binary
 inst/po/en_AU/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BB/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BS/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BW/LC_MESSAGES/R-and.mo |binary
 inst/po/en_BZ/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CA/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CC/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CH/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CX/LC_MESSAGES/R-and.mo |binary
 inst/po/en_CY/LC_MESSAGES/R-and.mo |binary
 inst/po/en_DE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_DG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_DK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_DM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_ER/LC_MESSAGES/R-and.mo |binary
 inst/po/en_FI/LC_MESSAGES/R-and.mo |binary
 inst/po/en_FJ/LC_MESSAGES/R-and.mo |binary
 inst/po/en_FK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_FM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GB/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GD/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GH/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GI/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_GY/LC_MESSAGES/R-and.mo |binary
 inst/po/en_HK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_ID                      |only
 inst/po/en_IE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_IL/LC_MESSAGES/R-and.mo |binary
 inst/po/en_IM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_IN/LC_MESSAGES/R-and.mo |binary
 inst/po/en_IO/LC_MESSAGES/R-and.mo |binary
 inst/po/en_JE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_JM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_KE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_KI/LC_MESSAGES/R-and.mo |binary
 inst/po/en_KN/LC_MESSAGES/R-and.mo |binary
 inst/po/en_KY/LC_MESSAGES/R-and.mo |binary
 inst/po/en_LC/LC_MESSAGES/R-and.mo |binary
 inst/po/en_LR/LC_MESSAGES/R-and.mo |binary
 inst/po/en_LS/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MO/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MS/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MT/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MU/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MV/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MW/LC_MESSAGES/R-and.mo |binary
 inst/po/en_MY/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NA/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NF/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NL/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NR/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NU/LC_MESSAGES/R-and.mo |binary
 inst/po/en_NZ/LC_MESSAGES/R-and.mo |binary
 inst/po/en_PG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_PK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_PN/LC_MESSAGES/R-and.mo |binary
 inst/po/en_PW/LC_MESSAGES/R-and.mo |binary
 inst/po/en_RW/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SB/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SC/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SD/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SE/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SH/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SI/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SL/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SS/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SX/LC_MESSAGES/R-and.mo |binary
 inst/po/en_SZ/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TC/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TK/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TO/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TT/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TV/LC_MESSAGES/R-and.mo |binary
 inst/po/en_TZ/LC_MESSAGES/R-and.mo |binary
 inst/po/en_UG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_VC/LC_MESSAGES/R-and.mo |binary
 inst/po/en_VG/LC_MESSAGES/R-and.mo |binary
 inst/po/en_VU/LC_MESSAGES/R-and.mo |binary
 inst/po/en_WS/LC_MESSAGES/R-and.mo |binary
 inst/po/en_ZA/LC_MESSAGES/R-and.mo |binary
 inst/po/en_ZM/LC_MESSAGES/R-and.mo |binary
 inst/po/en_ZW/LC_MESSAGES/R-and.mo |binary
 inst/po/es/LC_MESSAGES/R-and.mo    |binary
 inst/po/et/LC_MESSAGES/R-and.mo    |binary
 inst/po/eu/LC_MESSAGES/R-and.mo    |binary
 inst/po/fa/LC_MESSAGES/R-and.mo    |binary
 inst/po/fi/LC_MESSAGES/R-and.mo    |binary
 inst/po/fil/LC_MESSAGES/R-and.mo   |binary
 inst/po/fo/LC_MESSAGES/R-and.mo    |binary
 inst/po/fr/LC_MESSAGES/R-and.mo    |binary
 inst/po/fur/LC_MESSAGES/R-and.mo   |binary
 inst/po/fy/LC_MESSAGES/R-and.mo    |binary
 inst/po/ga/LC_MESSAGES/R-and.mo    |binary
 inst/po/gd/LC_MESSAGES/R-and.mo    |binary
 inst/po/gl/LC_MESSAGES/R-and.mo    |binary
 inst/po/gsw/LC_MESSAGES/R-and.mo   |binary
 inst/po/gu/LC_MESSAGES/R-and.mo    |binary
 inst/po/ha/LC_MESSAGES/R-and.mo    |binary
 inst/po/he/LC_MESSAGES/R-and.mo    |binary
 inst/po/hi/LC_MESSAGES/R-and.mo    |binary
 inst/po/hr/LC_MESSAGES/R-and.mo    |binary
 inst/po/hsb/LC_MESSAGES/R-and.mo   |binary
 inst/po/hu/LC_MESSAGES/R-and.mo    |binary
 inst/po/hy/LC_MESSAGES/R-and.mo    |binary
 inst/po/ia/LC_MESSAGES/R-and.mo    |binary
 inst/po/id/LC_MESSAGES/R-and.mo    |binary
 inst/po/ie                         |only
 inst/po/ig/LC_MESSAGES/R-and.mo    |binary
 inst/po/ii                         |only
 inst/po/is/LC_MESSAGES/R-and.mo    |binary
 inst/po/it/LC_MESSAGES/R-and.mo    |binary
 inst/po/ja/LC_MESSAGES/R-and.mo    |binary
 inst/po/jgo/LC_MESSAGES/R-and.mo   |binary
 inst/po/jv/LC_MESSAGES/R-and.mo    |binary
 inst/po/ka/LC_MESSAGES/R-and.mo    |binary
 inst/po/kea/LC_MESSAGES/R-and.mo   |binary
 inst/po/kgp/LC_MESSAGES/R-and.mo   |binary
 inst/po/kk/LC_MESSAGES/R-and.mo    |binary
 inst/po/km/LC_MESSAGES/R-and.mo    |binary
 inst/po/kn/LC_MESSAGES/R-and.mo    |binary
 inst/po/ko/LC_MESSAGES/R-and.mo    |binary
 inst/po/kok/LC_MESSAGES/R-and.mo   |binary
 inst/po/ks/LC_MESSAGES/R-and.mo    |binary
 inst/po/ksh/LC_MESSAGES/R-and.mo   |binary
 inst/po/ku/LC_MESSAGES/R-and.mo    |binary
 inst/po/kxv                        |only
 inst/po/ky/LC_MESSAGES/R-and.mo    |binary
 inst/po/lb/LC_MESSAGES/R-and.mo    |binary
 inst/po/lld                        |only
 inst/po/lo/LC_MESSAGES/R-and.mo    |binary
 inst/po/lt/LC_MESSAGES/R-and.mo    |binary
 inst/po/lv/LC_MESSAGES/R-and.mo    |binary
 inst/po/mai/LC_MESSAGES/R-and.mo   |binary
 inst/po/mi/LC_MESSAGES/R-and.mo    |binary
 inst/po/mk/LC_MESSAGES/R-and.mo    |binary
 inst/po/ml/LC_MESSAGES/R-and.mo    |binary
 inst/po/mn/LC_MESSAGES/R-and.mo    |binary
 inst/po/mni/LC_MESSAGES/R-and.mo   |binary
 inst/po/mr/LC_MESSAGES/R-and.mo    |binary
 inst/po/ms/LC_MESSAGES/R-and.mo    |binary
 inst/po/mt/LC_MESSAGES/R-and.mo    |binary
 inst/po/my/LC_MESSAGES/R-and.mo    |binary
 inst/po/nb/LC_MESSAGES/R-and.mo    |binary
 inst/po/ne/LC_MESSAGES/R-and.mo    |binary
 inst/po/nl/LC_MESSAGES/R-and.mo    |binary
 inst/po/nn/LC_MESSAGES/R-and.mo    |binary
 inst/po/no/LC_MESSAGES/R-and.mo    |binary
 inst/po/or/LC_MESSAGES/R-and.mo    |binary
 inst/po/os/LC_MESSAGES/R-and.mo    |binary
 inst/po/pa/LC_MESSAGES/R-and.mo    |binary
 inst/po/pcm/LC_MESSAGES/R-and.mo   |binary
 inst/po/pl/LC_MESSAGES/R-and.mo    |binary
 inst/po/ps/LC_MESSAGES/R-and.mo    |binary
 inst/po/pt/LC_MESSAGES/R-and.mo    |binary
 inst/po/qu/LC_MESSAGES/R-and.mo    |binary
 inst/po/rm/LC_MESSAGES/R-and.mo    |binary
 inst/po/ro/LC_MESSAGES/R-and.mo    |binary
 inst/po/ru/LC_MESSAGES/R-and.mo    |binary
 inst/po/sa/LC_MESSAGES/R-and.mo    |binary
 inst/po/sah/LC_MESSAGES/R-and.mo   |binary
 inst/po/sc/LC_MESSAGES/R-and.mo    |binary
 inst/po/sd/LC_MESSAGES/R-and.mo    |binary
 inst/po/se/LC_MESSAGES/R-and.mo    |binary
 inst/po/si/LC_MESSAGES/R-and.mo    |binary
 inst/po/sk/LC_MESSAGES/R-and.mo    |binary
 inst/po/sl/LC_MESSAGES/R-and.mo    |binary
 inst/po/so/LC_MESSAGES/R-and.mo    |binary
 inst/po/sq/LC_MESSAGES/R-and.mo    |binary
 inst/po/sr/LC_MESSAGES/R-and.mo    |binary
 inst/po/su/LC_MESSAGES/R-and.mo    |binary
 inst/po/sv/LC_MESSAGES/R-and.mo    |binary
 inst/po/sw/LC_MESSAGES/R-and.mo    |binary
 inst/po/syr/LC_MESSAGES/R-and.mo   |binary
 inst/po/ta/LC_MESSAGES/R-and.mo    |binary
 inst/po/te/LC_MESSAGES/R-and.mo    |binary
 inst/po/tg                         |only
 inst/po/th/LC_MESSAGES/R-and.mo    |binary
 inst/po/ti/LC_MESSAGES/R-and.mo    |binary
 inst/po/tk/LC_MESSAGES/R-and.mo    |binary
 inst/po/to/LC_MESSAGES/R-and.mo    |binary
 inst/po/tr/LC_MESSAGES/R-and.mo    |binary
 inst/po/tt/LC_MESSAGES/R-and.mo    |binary
 inst/po/uk/LC_MESSAGES/R-and.mo    |binary
 inst/po/ur/LC_MESSAGES/R-and.mo    |binary
 inst/po/uz/LC_MESSAGES/R-and.mo    |binary
 inst/po/vec/LC_MESSAGES/R-and.mo   |binary
 inst/po/vi/LC_MESSAGES/R-and.mo    |binary
 inst/po/wae/LC_MESSAGES/R-and.mo   |binary
 inst/po/xnr                        |only
 inst/po/yi/LC_MESSAGES/R-and.mo    |binary
 inst/po/yo/LC_MESSAGES/R-and.mo    |binary
 inst/po/yrl/LC_MESSAGES/R-and.mo   |binary
 inst/po/yue/LC_MESSAGES/R-and.mo   |binary
 inst/po/zh/LC_MESSAGES/R-and.mo    |binary
 inst/po/zu/LC_MESSAGES/R-and.mo    |binary
 man/and-package.Rd                 |    1 
 po/R-af.po                         |    4 
 po/R-ak.po                         |only
 po/R-am.po                         |    8 
 po/R-and.pot                       |    4 
 po/R-ar.po                         |    4 
 po/R-as.po                         |    4 
 po/R-ast.po                        |    4 
 po/R-az.po                         |    4 
 po/R-be.po                         |    4 
 po/R-bg.po                         |    4 
 po/R-bgn.po                        |    4 
 po/R-blo.po                        |only
 po/R-bn.po                         |    4 
 po/R-br.po                         |    4 
 po/R-brx.po                        |    4 
 po/R-bs.po                         |    4 
 po/R-ca.po                         |    4 
 po/R-ccp.po                        |    4 
 po/R-ceb.po                        |    4 
 po/R-chr.po                        |    4 
 po/R-cs.po                         |    4 
 po/R-csw.po                        |only
 po/R-cv.po                         |    4 
 po/R-cy.po                         |    4 
 po/R-da.po                         |    4 
 po/R-de.po                         |    4 
 po/R-doi.po                        |    4 
 po/R-dsb.po                        |    4 
 po/R-dz.po                         |    4 
 po/R-ee.po                         |    4 
 po/R-el.po                         |    4 
 po/R-en.po                         |    4 
 po/R-en_AG.po                      |    4 
 po/R-en_AI.po                      |    4 
 po/R-en_AT.po                      |    4 
 po/R-en_AU.po                      |    4 
 po/R-en_BB.po                      |    4 
 po/R-en_BE.po                      |    4 
 po/R-en_BM.po                      |    4 
 po/R-en_BS.po                      |    4 
 po/R-en_BW.po                      |    4 
 po/R-en_BZ.po                      |    4 
 po/R-en_CA.po                      |    4 
 po/R-en_CC.po                      |    4 
 po/R-en_CH.po                      |    4 
 po/R-en_CK.po                      |    4 
 po/R-en_CM.po                      |    4 
 po/R-en_CX.po                      |    4 
 po/R-en_CY.po                      |    4 
 po/R-en_DE.po                      |    4 
 po/R-en_DG.po                      |    4 
 po/R-en_DK.po                      |    4 
 po/R-en_DM.po                      |    4 
 po/R-en_ER.po                      |    4 
 po/R-en_FI.po                      |    4 
 po/R-en_FJ.po                      |    4 
 po/R-en_FK.po                      |    4 
 po/R-en_FM.po                      |    4 
 po/R-en_GB.po                      |    4 
 po/R-en_GD.po                      |    4 
 po/R-en_GG.po                      |    4 
 po/R-en_GH.po                      |    4 
 po/R-en_GI.po                      |    4 
 po/R-en_GM.po                      |    4 
 po/R-en_GY.po                      |    4 
 po/R-en_HK.po                      |    4 
 po/R-en_ID.po                      |only
 po/R-en_IE.po                      |    4 
 po/R-en_IL.po                      |    4 
 po/R-en_IM.po                      |    4 
 po/R-en_IN.po                      |    4 
 po/R-en_IO.po                      |    4 
 po/R-en_JE.po                      |    4 
 po/R-en_JM.po                      |    4 
 po/R-en_KE.po                      |    4 
 po/R-en_KI.po                      |    4 
 po/R-en_KN.po                      |    4 
 po/R-en_KY.po                      |    4 
 po/R-en_LC.po                      |    4 
 po/R-en_LR.po                      |    4 
 po/R-en_LS.po                      |    4 
 po/R-en_MG.po                      |    4 
 po/R-en_MO.po                      |    4 
 po/R-en_MS.po                      |    4 
 po/R-en_MT.po                      |    4 
 po/R-en_MU.po                      |    4 
 po/R-en_MV.po                      |    4 
 po/R-en_MW.po                      |    4 
 po/R-en_MY.po                      |    4 
 po/R-en_NA.po                      |    4 
 po/R-en_NF.po                      |    4 
 po/R-en_NG.po                      |    4 
 po/R-en_NL.po                      |    4 
 po/R-en_NR.po                      |    4 
 po/R-en_NU.po                      |    4 
 po/R-en_NZ.po                      |    4 
 po/R-en_PG.po                      |    4 
 po/R-en_PK.po                      |    4 
 po/R-en_PN.po                      |    4 
 po/R-en_PW.po                      |    4 
 po/R-en_RW.po                      |    4 
 po/R-en_SB.po                      |    4 
 po/R-en_SC.po                      |    4 
 po/R-en_SD.po                      |    4 
 po/R-en_SE.po                      |    4 
 po/R-en_SG.po                      |    4 
 po/R-en_SH.po                      |    4 
 po/R-en_SI.po                      |    4 
 po/R-en_SL.po                      |    4 
 po/R-en_SS.po                      |    4 
 po/R-en_SX.po                      |    4 
 po/R-en_SZ.po                      |    4 
 po/R-en_TC.po                      |    4 
 po/R-en_TK.po                      |    4 
 po/R-en_TO.po                      |    4 
 po/R-en_TT.po                      |    4 
 po/R-en_TV.po                      |    4 
 po/R-en_TZ.po                      |    4 
 po/R-en_UG.po                      |    4 
 po/R-en_VC.po                      |    4 
 po/R-en_VG.po                      |    4 
 po/R-en_VU.po                      |    4 
 po/R-en_WS.po                      |    4 
 po/R-en_ZA.po                      |    4 
 po/R-en_ZM.po                      |    4 
 po/R-en_ZW.po                      |    4 
 po/R-es.po                         |    4 
 po/R-et.po                         |    4 
 po/R-eu.po                         |    4 
 po/R-fa.po                         |    4 
 po/R-fi.po                         |    4 
 po/R-fil.po                        |    4 
 po/R-fo.po                         |    4 
 po/R-fr.po                         |    4 
 po/R-fur.po                        |    4 
 po/R-fy.po                         |    4 
 po/R-ga.po                         |    4 
 po/R-gd.po                         |    4 
 po/R-gl.po                         |    4 
 po/R-gsw.po                        |    4 
 po/R-gu.po                         |    4 
 po/R-ha.po                         |    4 
 po/R-he.po                         |    4 
 po/R-hi.po                         |    4 
 po/R-hr.po                         |    4 
 po/R-hsb.po                        |    4 
 po/R-hu.po                         |    4 
 po/R-hy.po                         |    4 
 po/R-ia.po                         |    4 
 po/R-id.po                         |    4 
 po/R-ie.po                         |only
 po/R-ig.po                         |   10 
 po/R-ii.po                         |only
 po/R-is.po                         |    4 
 po/R-it.po                         |    4 
 po/R-ja.po                         |    4 
 po/R-jgo.po                        |    4 
 po/R-jv.po                         |    4 
 po/R-ka.po                         |    4 
 po/R-kea.po                        |    4 
 po/R-kgp.po                        |    4 
 po/R-kk.po                         |    4 
 po/R-km.po                         |    4 
 po/R-kn.po                         |    4 
 po/R-ko.po                         |    4 
 po/R-kok.po                        |    4 
 po/R-ks.po                         |    4 
 po/R-ksh.po                        |    4 
 po/R-ku.po                         |    4 
 po/R-kxv.po                        |only
 po/R-ky.po                         |    4 
 po/R-lb.po                         |    4 
 po/R-lld.po                        |only
 po/R-lo.po                         |    4 
 po/R-lt.po                         |    4 
 po/R-lv.po                         |    4 
 po/R-mai.po                        |    4 
 po/R-mi.po                         |    6 
 po/R-mk.po                         |    4 
 po/R-ml.po                         |    4 
 po/R-mn.po                         |    4 
 po/R-mni.po                        |    4 
 po/R-mr.po                         |    4 
 po/R-ms.po                         |    4 
 po/R-mt.po                         |    4 
 po/R-my.po                         |    4 
 po/R-nb.po                         |    4 
 po/R-ne.po                         |    4 
 po/R-nl.po                         |    4 
 po/R-nn.po                         |    4 
 po/R-no.po                         |    4 
 po/R-or.po                         |    4 
 po/R-os.po                         |    4 
 po/R-pa.po                         |    4 
 po/R-pcm.po                        |    4 
 po/R-pl.po                         |    4 
 po/R-ps.po                         |    4 
 po/R-pt.po                         |    4 
 po/R-qu.po                         |    4 
 po/R-rm.po                         |    4 
 po/R-ro.po                         |    4 
 po/R-ru.po                         |    4 
 po/R-sa.po                         |    4 
 po/R-sah.po                        |    4 
 po/R-sc.po                         |    4 
 po/R-sd.po                         |   10 
 po/R-se.po                         |    4 
 po/R-si.po                         |    4 
 po/R-sk.po                         |    4 
 po/R-sl.po                         |    4 
 po/R-so.po                         |    4 
 po/R-sq.po                         |    4 
 po/R-sr.po                         |    4 
 po/R-su.po                         |    4 
 po/R-sv.po                         |    4 
 po/R-sw.po                         |    4 
 po/R-syr.po                        |    4 
 po/R-ta.po                         |    4 
 po/R-te.po                         |    4 
 po/R-tg.po                         |only
 po/R-th.po                         |    4 
 po/R-ti.po                         |    4 
 po/R-tk.po                         |    4 
 po/R-to.po                         |    4 
 po/R-tr.po                         |    4 
 po/R-tt.po                         |   10 
 po/R-uk.po                         |    4 
 po/R-ur.po                         |    4 
 po/R-uz.po                         |    4 
 po/R-vec.po                        |    4 
 po/R-vi.po                         |    4 
 po/R-wae.po                        |    4 
 po/R-xnr.po                        |only
 po/R-yi.po                         |    4 
 po/R-yo.po                         |    9 
 po/R-yrl.po                        |    4 
 po/R-yue.po                        |    4 
 po/R-zh.po                         |    4 
 po/R-zu.po                         |    4 
 483 files changed, 1175 insertions(+), 1092 deletions(-)

More information about and at CRAN
Permanent link

Package alkahest updated to version 1.3.0 with previous version 1.2.0 dated 2024-07-26

Title: Pre-Processing XY Data from Experimental Methods
Description: A lightweight, dependency-free toolbox for pre-processing XY data from experimental methods (i.e. any signal that can be measured along a continuous variable). This package provides methods for baseline estimation and correction, smoothing, normalization, integration and peaks detection. Baseline correction methods includes polynomial fitting as described in Lieber and Mahadevan-Jansen (2003) <doi:10.1366/000370203322554518>, Rolling Ball algorithm after Kneen and Annegarn (1996) <doi:10.1016/0168-583X(95)00908-6>, SNIP algorithm after Ryan et al. (1988) <doi:10.1016/0168-583X(88)90063-8>, 4S Peak Filling after Liland (2015) <doi:10.1016/j.mex.2015.02.009> and more.
Author: Nicolas Frerebeau [aut, cre] , Brice Lebrun [art] , Universite Bordeaux Montaigne [fnd] , CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>

Diff between alkahest versions 1.2.0 dated 2024-07-26 and 1.3.0 dated 2025-02-25

 DESCRIPTION             |   35 ++++++++-------
 MD5                     |   34 +++++++-------
 NEWS.md                 |   10 ++++
 R/AllGenerics.R         |  111 ++++++++++++++++--------------------------------
 R/alkahest-internal.R   |    5 ++
 R/alkahest-package.R    |    2 
 R/baseline.R            |   18 ++++---
 R/rescale.R             |    2 
 R/signal.R              |   10 ++--
 R/xrd.R                 |    8 +--
 README.md               |   24 ++++++----
 build/partial.rdb       |binary
 build/vignette.rds      |binary
 inst/CITATION           |    2 
 inst/doc/baseline.html  |   16 +++---
 inst/doc/smoothing.html |   14 +++---
 man/alkahest-package.Rd |    6 +-
 po                      |only
 18 files changed, 145 insertions(+), 152 deletions(-)

More information about alkahest at CRAN
Permanent link

Package dimensio updated to version 0.12.0 with previous version 0.11.0 dated 2025-01-09

Title: Multivariate Data Analysis
Description: Simple Principal Components Analysis (PCA) and (Multiple) Correspondence Analysis (CA) based on the Singular Value Decomposition (SVD). This package provides S4 classes and methods to compute, extract, summarize and visualize results of multivariate data analysis. It also includes methods for partial bootstrap validation described in Greenacre (1984, ISBN: 978-0-12-299050-2) and Lebart et al. (2006, ISBN: 978-2-10-049616-7).
Author: Nicolas Frerebeau [aut, cre] , Jean-Baptiste Fourvel [ctb] , Brice Lebrun [art] , Universite Bordeaux Montaigne [fnd] , CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>

Diff between dimensio versions 0.11.0 dated 2025-01-09 and 0.12.0 dated 2025-02-25

 DESCRIPTION                                                    |   30 
 MD5                                                            |   64 +-
 NAMESPACE                                                      |    4 
 NEWS.md                                                        |    7 
 R/dimensio-package.R                                           |    2 
 R/plot.R                                                       |    2 
 R/reexport.R                                                   |    4 
 R/viz_coordinates.R                                            |    8 
 README.md                                                      |   11 
 build/partial.rdb                                              |binary
 build/vignette.rds                                             |binary
 inst/doc/pca.html                                              |   14 
 inst/tinytest/_tinysnapshot/PCA_ind_highlight_cos2.svg         |  257 ++++----
 inst/tinytest/_tinysnapshot/PCA_ind_highlight_quali_quanti.svg |  293 ++++-----
 inst/tinytest/_tinysnapshot/PCA_var_highlight_contrib.svg      |  301 ++++------
 inst/tinytest/test_biplot_ca.R                                 |    2 
 inst/tinytest/test_biplot_pca.R                                |    2 
 inst/tinytest/test_bootstrap_ca.R                              |    2 
 inst/tinytest/test_bootstrap_pca.R                             |    2 
 inst/tinytest/test_factominer_ca.R                             |    2 
 inst/tinytest/test_factominer_mca.R                            |    2 
 inst/tinytest/test_factominer_pca.R                            |    2 
 inst/tinytest/test_internal.R                                  |    2 
 inst/tinytest/test_joint.R                                     |    2 
 inst/tinytest/test_pcoa.R                                      |    2 
 inst/tinytest/test_plot_ca.R                                   |    4 
 inst/tinytest/test_plot_pca.R                                  |    8 
 inst/tinytest/test_subset.R                                    |    2 
 inst/tinytest/test_summary.R                                   |    2 
 inst/tinytest/test_tools.R                                     |    2 
 man/dimensio-package.Rd                                        |    6 
 man/figures/README-plot-ind-2.png                              |binary
 man/reexports.Rd                                               |    4 
 33 files changed, 539 insertions(+), 506 deletions(-)

More information about dimensio at CRAN
Permanent link

Package fasterRaster updated to version 8.4.0.5 with previous version 8.4.0.3 dated 2024-12-17

Title: Faster Raster and Spatial Vector Processing Using 'GRASS GIS'
Description: Processing of large-in-memory/large-on disk rasters and spatial vectors using 'GRASS GIS' <https://grass.osgeo.org/>. Most functions in the 'terra' package are recreated. Processing of medium-sized and smaller spatial objects will nearly always be faster using 'terra' or 'sf', but for large-in-memory/large-on-disk objects, 'fasterRaster' may be faster. To use most of the functions, you must have the stand-alone version (not the 'OSGeoW4' installer version) of 'GRASS GIS' 8.0 or higher.
Author: Adam B. Smith [cre, aut]
Maintainer: Adam B. Smith <adam.smith@mobot.org>

Diff between fasterRaster versions 8.4.0.3 dated 2024-12-17 and 8.4.0.5 dated 2025-02-25

 DESCRIPTION                       |    8 -
 MD5                               |   60 ++++----
 NEWS.md                           |    9 +
 R/buffer.r                        |   21 +--
 R/convHull.r                      |    4 
 R/extract.r                       |    2 
 R/fast.r                          |   79 ++++++++---
 R/fasterRaster.r                  |    3 
 R/match.r                         |   34 +++--
 R/project.r                       |    2 
 R/quiet.r                         |    2 
 R/resample.r                      |    8 -
 R/spatSample.r                    |    7 -
 R/subset_single_bracket.r         |    5 
 README.md                         |    9 -
 build/vignette.rds                |binary
 inst/doc/GRasters.html            |    4 
 inst/doc/addons.html              |    4 
 inst/doc/fasterRaster.R           |  258 +++++++++++++++++++-------------------
 inst/doc/fasterRaster.html        |   62 +++++----
 inst/doc/faster_fasterRaster.html |    4 
 inst/doc/hidden_functions.html    |    4 
 inst/doc/projects_mapsets.html    |    4 
 inst/doc/regions.html             |    4 
 inst/doc/three_d_objects.R        |only
 inst/doc/three_d_objects.Rmd      |only
 inst/doc/three_d_objects.html     |only
 inst/pkgdown.yml                  |    3 
 man/buffer.Rd                     |   17 +-
 man/convHull.Rd                   |    2 
 man/fast.Rd                       |    2 
 man/fasterRaster.Rd               |    3 
 vignettes/three_d_objects.Rmd     |only
 33 files changed, 351 insertions(+), 273 deletions(-)

More information about fasterRaster at CRAN
Permanent link

Package reveneraR updated to version 1.0.1 with previous version 1.0.0 dated 2025-02-13

Title: Connect to Your 'Revenera' (Formerly 'Revulytics') Data
Description: Facilitates making a connection to the 'Revenera' API and executing various queries. You can use it to get event data and metadata. The 'Revenera' documentation is available at <https://rui-api.redoc.ly/>. This package is not supported by 'Flexera' (owner of the software).
Author: Chris Umphlett [aut, cre], Avinash Panigrahi [aut]
Maintainer: Chris Umphlett <christopher.umphlett@gmail.com>

Diff between reveneraR versions 1.0.0 dated 2025-02-13 and 1.0.1 dated 2025-02-25

 DESCRIPTION      |    6 +++---
 MD5              |   10 +++++-----
 NEWS.md          |    4 ++++
 R/get_users.R    |    6 +++---
 R/utils.R        |    2 +-
 man/get_users.Rd |    2 +-
 6 files changed, 17 insertions(+), 13 deletions(-)

More information about reveneraR at CRAN
Permanent link

Package dittoViz updated to version 1.0.3 with previous version 1.0.1 dated 2024-02-01

Title: User Friendly Data Visualization
Description: A comprehensive visualization toolkit built with coders of all skill levels and color-vision impaired audiences in mind. It allows creation of finely-tuned, publication-quality figures from single function calls. Visualizations include scatter plots, compositional bar plots, violin, box, and ridge plots, and more. Customization ranges from size and title adjustments to discrete-group circling and labeling, hidden data overlay upon cursor hovering via ggplotly() conversion, and many more, all with simple, discrete inputs. Color blindness friendliness is powered by legend adjustments (enlarged keys), and by allowing the use of shapes or letter-overlay in addition to the carefully selected dittoColors().
Author: Daniel Bunis [aut, cre]
Maintainer: Daniel Bunis <daniel.bunis@ucsf.edu>

Diff between dittoViz versions 1.0.1 dated 2024-02-01 and 1.0.3 dated 2025-02-25

 DESCRIPTION                   |    6 -
 MD5                           |   36 +++---
 NAMESPACE                     |    1 
 NEWS.md                       |   10 +
 R/barPlot.R                   |   15 ++
 R/freqPlot.R                  |    4 
 R/scatterHex.R                |   91 ++++++++++++----
 R/scatterPlot.R               |  101 +++++++++++++-----
 R/utils_plot_mods.R           |  225 +++++++++++++++++++++++++++++++-----------
 R/yPlot.R                     |   48 ++++++--
 man/barPlot.Rd                |   21 +++
 man/freqPlot.Rd               |   15 ++
 man/scatterHex.Rd             |   85 ++++++++++++++-
 man/scatterPlot.Rd            |   70 +++++++++++--
 man/yPlot.Rd                  |   22 +++-
 tests/testthat/test-bar.R     |   20 +++
 tests/testthat/test-hex.R     |   43 +++++++-
 tests/testthat/test-scatter.R |   67 ++++++++++++
 tests/testthat/test-y.R       |   28 +++++
 19 files changed, 729 insertions(+), 179 deletions(-)

More information about dittoViz at CRAN
Permanent link

Package brickset updated to version 2025.0.0 with previous version 2024.0.0 dated 2024-01-11

Title: Interface with the Brickset API for Getting Data About LEGO Sets
Description: Interface with the 'Brickset' API <https://brickset.com/article/52664/api-version-3-documentation> for getting data about LEGO sets. Data sets that can be used for teaching and learning without the need of a 'Brickset' account and API key are also included. Includes all LEGO since through the end of 2023.
Author: Jason Bryer [aut, cre]
Maintainer: Jason Bryer <jason@bryer.org>

Diff between brickset versions 2024.0.0 dated 2024-01-11 and 2025.0.0 dated 2025-02-25

 DESCRIPTION                               |   24 ++--
 MD5                                       |   25 +++--
 NEWS.md                                   |    5 +
 R/brickset-package.R                      |    6 -
 README.md                                 |  147 ++++++++++++++----------------
 build                                     |only
 data/legosets.rda                         |binary
 inst/doc                                  |only
 man/brickset.Rd                           |   10 ++
 man/figures/README-legosets_by_year-1.png |binary
 man/figures/README-pieces_by_price-1.png  |binary
 man/getSets.Rd                            |   60 ++++++------
 man/legosets.Rd                           |   62 ++++++------
 vignettes                                 |only
 14 files changed, 179 insertions(+), 160 deletions(-)

More information about brickset at CRAN
Permanent link

New package AgePopDenom with initial version 0.4.0
Package: AgePopDenom
Title: Model Fine-Scale Age-Structured Population Data using Open-Source Data
Version: 0.4.0
Description: Automate the modelling of age-structured population data using survey data, grid population estimates and urban-rural extents.
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: C++17, TMB
Imports: TMB, dplyr, curl, exactextractr, ggplot2, numDeriv, pdist, utils, sf, cli, tibble, terra, tidyr, httr
Suggests: stats, stringr, openxlsx2, countrycode, crayon, scales, glue, haven, here, rstudioapi, geodata, pbmcapply, future, future.apply, purrr, rdhs, rlang, pak, sp, automap, testthat (>= 3.0.0), knitr, rmarkdown, matrixStats, mockery, gstat, RcppEigen
VignetteBuilder: knitr
URL: https://truenomad.github.io/AgePopDenom/
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-02-25 10:13:37 UTC; mohamedyusuf
Author: Mohamed A. Yusuf [aut, cre] , Victor A. Alegana [aut] , Chris Nnanatu [aut] , Andrew Tatem [aut]
Maintainer: Mohamed A. Yusuf <moyusuf@who.int>
Repository: CRAN
Date/Publication: 2025-02-25 18:10:02 UTC

More information about AgePopDenom at CRAN
Permanent link

New package wbwdi with initial version 1.0.0
Package: wbwdi
Title: Seamless Access to World Bank World Development Indicators (WDI)
Version: 1.0.0
Description: Access and analyze the World Bank’s World Development Indicators (WDI) using the corresponding API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-about-the-indicators-api-documentation>. WDI provides more than 24,000 country or region-level indicators for various contexts. 'wbwdi' enables users to download, process and work with WDI series across multiple countries, aggregates, and time periods.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: cli, dplyr (>= 1.0.0), httr2 (>= 1.0.0), jsonlite (>= 1.0.0), purrr (>= 1.0.0), tibble, tidyr (>= 1.0.0), rlang (>= 1.0.0)
Suggests: curl, forcats, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), wbids
URL: https://github.com/tidy-intelligence/r-wbwdi, https://tidy-intelligence.github.io/r-wbwdi/
BugReports: https://github.com/tidy-intelligence/r-wbwdi/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-24 18:00:08 UTC; krise
Author: Christoph Scheuch [aut, cre, cph]
Maintainer: Christoph Scheuch <christoph@tidy-intelligence.com>
Repository: CRAN
Date/Publication: 2025-02-25 17:40:02 UTC

More information about wbwdi at CRAN
Permanent link

New package rangemodelR with initial version 1.0.6
Package: rangemodelR
Depends: R (>= 3.5)
Title: Mid-Domain Effect and Species Richness
Version: 1.0.6
Maintainer: Aniruddha Marathe <aniruddha.pravin.marathe@gmail.com>
Description: Used for generating randomized community matrices under strict range cohesion. The package can handle data where species occurrence are recorded across sites ordered along gradients such as elevation and latitude, as well as species occurrences recorded on spatial grids with known geographic coordinates.
License: GPL (>= 2)
Encoding: UTF-8
NeedsCompilation: no
Imports: sf, spdep
Packaged: 2025-02-21 18:08:24 UTC; shivaniagarwal
Author: Aniruddha Marathe [aut, cre]
Repository: CRAN
Date/Publication: 2025-02-25 17:50:02 UTC

More information about rangemodelR at CRAN
Permanent link

New package pnd with initial version 0.0.6
Package: pnd
Title: Parallel Numerical Derivatives, Gradients, Jacobians, and Hessians of Arbitrary Accuracy Order
Version: 0.0.6
Maintainer: Andrei Victorovitch Kostyrka <andrei.kostyrka@gmail.com>
Description: Calculation of numerical derivatives through finite-difference approximations with parallel capabilities and optimal step-size selection to improve accuracy. These functions facilitate efficient computation of derivatives, gradients, Jacobians, and Hessians, allowing for more evaluations to reduce the mathematical and machine errors. Designed for compatibility with the 'numDeriv' package, which has not received updates in several years, it introduces advanced features such as computing derivatives of arbitrary order, improving the accuracy of Hessian approximations by avoiding repeated differencing, and parallelising slow functions on Windows, Mac, and Linux.
License: EUPL
Encoding: UTF-8
URL: https://github.com/Fifis/pnd
BugReports: https://github.com/Fifis/pnd/issues
Depends: R (>= 3.4.0)
Imports: parallel, Rdpack
Suggests: numDeriv, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-25 08:57:16 UTC; fifis
Author: Andrei Victorovitch Kostyrka [aut, cre]
Repository: CRAN
Date/Publication: 2025-02-25 18:00:02 UTC

More information about pnd at CRAN
Permanent link

New package photosynthesisLRC with initial version 1.0.6
Package: photosynthesisLRC
Title: Nonlinear Least Squares Models for Photosynthetic Light Response
Version: 1.0.6
Description: Provides functions for modeling, comparing, and visualizing photosynthetic light response curves using established mechanistic and empirical models like the rectangular hyperbola Michaelis-Menton based models ((eq1 (Baly (1935) <doi:10.1098/rspb.1935.0026>)) (eq2 (Kaipiainenn (2009) <doi:10.1134/S1021443709040025>)) (eq3 (Smith (1936) <doi:10.1073/pnas.22.8.504>))), hyperbolic tangent based models ((eq4 (Jassby & Platt (1976) <doi:10.4319/LO.1976.21.4.0540>)) (eq5 (Abe et al. (2009) <doi:10.1111/j.1444-2906.2008.01619.x>))), the non-rectangular hyperbola model (eq6 (Prioul & Chartier (1977) <doi:10.1093/oxfordjournals.aob.a085354>)), exponential based models ((eq8 (Webb et al. (1974) <doi:10.1007/BF00345747>)), (eq9 (Prado & de Moraes (1997) <doi:10.1007/BF02982542>))), and finally the Ye model (eq11 (Ye (2007) <doi:10.1007/s11099-007-0110-5>)). Each of these nonlinear least squares models are commonly used to express ph [...truncated...]
Maintainer: Rebekah Davis <rebekah.davis.evoecophys@gmail.com>
Depends: R (>= 4.2), dplyr (>= 1.1.4), tidyr (>= 1.3.1), stats (>= 4.2.3), graphics (>= 4.2.3)
LazyData: true
URL: https://github.com/heliotropichuman/photosynthesisLRC
License: MIT + file LICENSE
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-02-24 19:54:01 UTC; rebek
Author: Rebekah Davis [aut, cre], Eric Goolsby [aut]
Repository: CRAN
Date/Publication: 2025-02-25 17:50:07 UTC

More information about photosynthesisLRC at CRAN
Permanent link

Package khroma updated to version 1.16.0 with previous version 1.15.0 dated 2025-01-10

Title: Colour Schemes for Scientific Data Visualization
Description: Color schemes ready for each type of data (qualitative, diverging or sequential), with colors that are distinct for all people, including color-blind readers. This package provides an implementation of Paul Tol (2018) and Fabio Crameri (2018) <doi:10.5194/gmd-11-2541-2018> color schemes for use with 'graphics' or 'ggplot2'. It provides tools to simulate color-blindness and to test how well the colors of any palette are identifiable. Several scientific thematic schemes (geologic timescale, land cover, FAO soils, etc.) are also implemented.
Author: Nicolas Frerebeau [aut, cre] , Brice Lebrun [art] , Vincent Arel-Bundock [ctb] , Ulrik Stervbo [ctb] , Universite Bordeaux Montaigne [fnd] , CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>

Diff between khroma versions 1.15.0 dated 2025-01-10 and 1.16.0 dated 2025-02-25

 DESCRIPTION                    |   34 +++++++++++++----------
 MD5                            |   59 +++++++++++++++++++++--------------------
 NAMESPACE                      |    5 ---
 NEWS.md                        |    7 ++++
 R/color.R                      |    8 +++--
 R/compare.R                    |    5 +--
 R/khroma-defunct.R             |   16 -----------
 R/khroma-deprecated.R          |   33 ----------------------
 R/khroma-internal.R            |   19 +++++++++++--
 R/palettes.R                   |   13 ++++-----
 R/plot_map.R                   |    4 +-
 R/plot_scheme.R                |    3 --
 R/plot_scheme_colorblind.R     |    3 --
 R/plot_tiles.R                 |    4 +-
 R/scale_colour_picker.R        |    6 ++--
 README.md                      |    9 ++----
 build/partial.rdb              |binary
 build/vignette.rds             |binary
 inst/doc/crameri.html          |    2 -
 inst/doc/tol.html              |    2 -
 inst/examples/ex-change.R      |   47 ++++++++++++++++----------------
 inst/examples/ex-compare.R     |   32 +++++++++++-----------
 inst/po                        |only
 inst/tinytest/test_plot.R      |    6 ++--
 man/change.Rd                  |   45 +++++++++++++++----------------
 man/compare.Rd                 |   32 +++++++++++-----------
 man/khroma-defunct.Rd          |   10 ------
 man/khroma-deprecated.Rd       |    6 ----
 man/khroma-package.Rd          |    4 +-
 man/plot_scheme_colourblind.Rd |   45 +++++++++++++++----------------
 po                             |only
 31 files changed, 211 insertions(+), 248 deletions(-)

More information about khroma at CRAN
Permanent link

New package EpiSimR with initial version 1.1
Package: EpiSimR
Title: A 'Shiny' App to Simulate the Dynamics of Epidemic and Endemic Diseases Spread
Version: 1.1
Maintainer: Nassim AYAD <nassim.ayad.ph@gmail.com>
Description: The 'EpiSimR' package provides an interactive 'shiny' app based on deterministic compartmental mathematical modeling for simulating and visualizing the dynamics of epidemic and endemic disease spread. It allows users to explore various intervention strategies, including vaccination and isolation, by adjusting key epidemiological parameters. The methodology follows the approach described by Brauer (2008) <doi:10.1007/978-3-540-78911-6_2>. Thanks to 'shiny' package.
Depends: R (>= 4.1.1), shiny (>= 1.10.0), deSolve (>= 1.40), openxlsx (>= 4.2.8)
Imports: dplyr, DT, shinythemes
License: GPL (>= 3)
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-23 22:38:58 UTC; maison
Author: Nassim AYAD [aut, cre]
Repository: CRAN
Date/Publication: 2025-02-25 17:10:02 UTC

More information about EpiSimR at CRAN
Permanent link

New package Certara.RDarwin with initial version 1.1.1
Package: Certara.RDarwin
Title: Interface for 'pyDarwin' Machine Learning Pharmacometric Model Development
Version: 1.1.1
Description: Utilities that support the usage of 'pyDarwin' (<https://certara.github.io/pyDarwin/>) for ease of setup and execution of a machine learning based pharmacometric model search with Certara's Non-Linear Mixed Effects (NLME) modeling engine.
Depends: R (>= 3.6)
License: LGPL-3
URL: https://certara.github.io/R-Darwin/
Encoding: UTF-8
Imports: methods, magrittr, jsonlite
Suggests: testthat (>= 3.0.0), dplyr, tidyr, tibble, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2025-02-24 23:02:58 UTC; jcraig
Author: Michael Tomashevskiy [aut], James Craig [aut, cre], Certara USA, Inc [cph, fnd]
Maintainer: James Craig <james.craig@certara.com>
Repository: CRAN
Date/Publication: 2025-02-25 17:50:11 UTC

More information about Certara.RDarwin at CRAN
Permanent link

Package omopgenerics updated to version 1.1.0 with previous version 1.0.0 dated 2025-02-13

Title: Methods and Classes for the OMOP Common Data Model
Description: Provides definitions of core classes and methods used by analytic pipelines that query the OMOP (Observational Medical Outcomes Partnership) common data model.
Author: Marti Catala [aut, cre] , Edward Burn [aut] , Mike Du [ctb] , Yuchen Guo [ctb] , Adam Black [ctb] , Marta Alcalde-Herraiz [ctb]
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>

Diff between omopgenerics versions 1.0.0 dated 2025-02-13 and 1.1.0 dated 2025-02-25

 DESCRIPTION                                      |    6 
 MD5                                              |   26 
 NAMESPACE                                        |    1 
 NEWS.md                                          |only
 R/classCdmReference.R                            |   67 +
 R/classOmopTable.R                               |    6 
 R/classSummarisedResult.R                        |  174 ++++
 R/validate.R                                     |    2 
 inst/doc/summarised_result.html                  |  880 +++++++++++------------
 man/transformToSummarisedResult.Rd               |only
 tests/testthat/test-classSummarisedResult.R      |   51 +
 tests/testthat/test-exportCodelist.R             |    6 
 tests/testthat/test-exportConceptSetExpression.R |    4 
 tests/testthat/test-importSummarisedResult.R     |    3 
 tests/testthat/test-validate.R                   |   19 
 15 files changed, 756 insertions(+), 489 deletions(-)

More information about omopgenerics at CRAN
Permanent link

Package flexlsx updated to version 0.3.2 with previous version 0.3.1 dated 2025-02-08

Title: Exporting 'flextable' to 'xlsx' Files
Description: Exports 'flextable' objects to 'xlsx' files, utilizing functionalities provided by 'flextable' and 'openxlsx2'.
Author: Tobias Heidler [aut, cre, cph]
Maintainer: Tobias Heidler <tobias.heidler@googlemail.com>

Diff between flexlsx versions 0.3.1 dated 2025-02-08 and 0.3.2 dated 2025-02-25

 DESCRIPTION                                |   11 
 MD5                                        |   53 ++--
 NAMESPACE                                  |    2 
 NEWS.md                                    |    7 
 R/RcppExports.R                            |only
 R/dim_ranges.R                             |   11 
 R/flexlsx-package.R                        |    2 
 R/ft_to_style.R                            |  114 +++++---
 R/helpers.R                                |   16 -
 R/testsuite.R                              |   18 -
 R/wb_add_caption.R                         |  110 ++++----
 R/wb_add_flextable.R                       |   54 ++--
 R/wb_apply_border.R                        |  123 +++++----
 R/wb_apply_cell_styles.R                   |   45 +--
 R/wb_apply_content.R                       |  182 ++++++++-----
 R/wb_apply_merge.R                         |  127 +++------
 R/wb_apply_text_styles.R                   |   22 -
 R/wb_change_height_width.R                 |   68 +++--
 man/merge_resolve_type.Rd                  |    3 
 man/wb_add_flextable.Rd                    |    9 
 src                                        |only
 tests/testthat/test-dim_ranges.R           |   52 ++-
 tests/testthat/test-ft_to_style.R          |   27 +-
 tests/testthat/test-string_num.R           |   12 
 tests/testthat/test-wb_add_caption.R       |  101 ++++---
 tests/testthat/test-wb_add_flextable.R     |  384 +++++++++++++++++------------
 tests/testthat/test-wb_apply_cell_styles.R |   50 ++-
 tests/testthat/test-wb_apply_merge.R       |   79 +++--
 28 files changed, 975 insertions(+), 707 deletions(-)

More information about flexlsx at CRAN
Permanent link

Package arkhe updated to version 1.10.0 with previous version 1.9.0 dated 2024-12-09

Title: Tools for Cleaning Rectangular Data
Description: A dependency-free collection of simple functions for cleaning rectangular data. This package allows to detect, count and replace values or discard rows/columns using a predicate function. In addition, it provides tools to check conditions and return informative error messages.
Author: Nicolas Frerebeau [aut, cre] , Brice Lebrun [art] , Universite Bordeaux Montaigne [fnd] , CNRS [fnd]
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>

Diff between arkhe versions 1.9.0 dated 2024-12-09 and 1.10.0 dated 2025-02-25

 DESCRIPTION                       |   30 ++++++-----
 MD5                               |   32 ++++++------
 NEWS.md                           |    4 +
 R/arkhe-deprecated.R              |    7 ++
 R/arkhe-package.R                 |    2 
 R/assert.R                        |   35 +++++--------
 README.md                         |   11 +---
 build/partial.rdb                 |binary
 inst/CITATION                     |    2 
 inst/po/fr/LC_MESSAGES/R-arkhe.mo |binary
 inst/tinytest/test_describe.R     |    2 
 inst/tinytest/test_remove.R       |    2 
 man/arkhe-deprecated.Rd           |    3 +
 man/arkhe-package.Rd              |    6 +-
 man/assert_package.Rd             |    7 --
 po/R-arkhe.pot                    |   86 ++++++++++++++++++---------------
 po/R-fr.po                        |   99 ++++++++++++++++++++------------------
 17 files changed, 174 insertions(+), 154 deletions(-)

More information about arkhe at CRAN
Permanent link

Package lpcde updated to version 0.1.6 with previous version 0.1.5 dated 2024-11-14

Title: Boundary Adaptive Local Polynomial Conditional Density Estimator
Description: Tools for estimation and inference of conditional densities, derivatives and functions. This is the companion software for Cattaneo, Chandak, Jansson and Ma (2024) <doi:10.3150/23-BEJ1711>.
Author: Matias D. Cattaneo [aut], Michael Jansson [aut], Xinwei Ma [aut], Rajita Chandak [aut, cre]
Maintainer: Rajita Chandak <rajita.chandak@epfl.ch>

Diff between lpcde versions 0.1.5 dated 2024-11-14 and 0.1.6 dated 2025-02-25

 lpcde-0.1.5/lpcde/LICENSE                        |only
 lpcde-0.1.6/lpcde/DESCRIPTION                    |   30 
 lpcde-0.1.6/lpcde/MD5                            |   57 -
 lpcde-0.1.6/lpcde/NEWS.md                        |   10 
 lpcde-0.1.6/lpcde/R/lpbwcde.R                    |  237 ++--
 lpcde-0.1.6/lpcde/R/lpbwcde_fns.R                | 1212 +++++++++++------------
 lpcde-0.1.6/lpcde/R/lpbwcde_methods.R            |  136 +-
 lpcde-0.1.6/lpcde/R/lpcde-package.R              |    1 
 lpcde-0.1.6/lpcde/R/lpcde.R                      |  257 ++--
 lpcde-0.1.6/lpcde/R/lpcde_fns.R                  |  998 +++++++++---------
 lpcde-0.1.6/lpcde/R/lpcde_methods.R              |  578 ++++++----
 lpcde-0.1.6/lpcde/R/matrices.R                   |  140 +-
 lpcde-0.1.6/lpcde/R/utils.R                      |  328 +++---
 lpcde-0.1.6/lpcde/README.md                      |   70 +
 lpcde-0.1.6/lpcde/build/partial.rdb              |binary
 lpcde-0.1.6/lpcde/inst/REFERENCES.bib            |    2 
 lpcde-0.1.6/lpcde/man/coef.lpcde.Rd              |   10 
 lpcde-0.1.6/lpcde/man/confint.lpcde.Rd           |   10 
 lpcde-0.1.6/lpcde/man/lpbwcde.Rd                 |   12 
 lpcde-0.1.6/lpcde/man/lpcde.Rd                   |   14 
 lpcde-0.1.6/lpcde/man/print.lpbwcde.Rd           |   13 
 lpcde-0.1.6/lpcde/man/print.lpcde.Rd             |   10 
 lpcde-0.1.6/lpcde/man/summary.lpbwcde.Rd         |   13 
 lpcde-0.1.6/lpcde/man/summary.lpcde.Rd           |   10 
 lpcde-0.1.6/lpcde/man/vcov.lpcde.Rd              |   10 
 lpcde-0.1.6/lpcde/tests/test.R                   |   42 
 lpcde-0.1.6/lpcde/tests/testthat/test-lpbwcde.R  |   39 
 lpcde-0.1.6/lpcde/tests/testthat/test-lpcde.R    |   95 -
 lpcde-0.1.6/lpcde/tests/testthat/test-matrices.R |    9 
 lpcde-0.1.6/lpcde/tests/testthat/test-utils.R    |    2 
 30 files changed, 2286 insertions(+), 2059 deletions(-)

More information about lpcde at CRAN
Permanent link

Package tram updated to version 1.2-1 with previous version 1.2-0 dated 2024-11-19

Title: Transformation Models
Description: Formula-based user-interfaces to specific transformation models implemented in package 'mlt' (<DOI:10.32614/CRAN.package.mlt>, <DOI:10.32614/CRAN.package.mlt.docreg>). Available models include Cox models, some parametric survival models (Weibull, etc.), models for ordered categorical variables, normal and non-normal (Box-Cox type) linear models, and continuous outcome logistic regression (Lohse et al., 2017, <DOI:10.12688/f1000research.12934.1>). The underlying theory is described in Hothorn et al. (2018) <DOI:10.1111/sjos.12291>. An extension to transformation models for clustered data is provided (Barbanti and Hothorn, 2022, <DOI:10.1093/biostatistics/kxac048>). Multivariate conditional transformation models (Klein et al, 2022, <DOI:10.1111/sjos.12501>) and shift-scale transformation models (Siegfried et al, 2023, <DOI:10.1080/00031305.2023.2203177>) can be fitted as well. The package contains an implementation of a doubly robust score test, [...truncated...]
Author: Torsten Hothorn [aut, cre] , Luisa Barbanti [aut] , Sandra Siegfried [aut] , Lucas Kook [aut] , Brian Ripley [ctb], Bill Venables [ctb], Douglas M. Bates [ctb], Nadja Klein [ctb]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between tram versions 1.2-0 dated 2024-11-19 and 1.2-1 dated 2025-02-25

 tram-1.2-0/tram/demo/mnc.R               |only
 tram-1.2-1/tram/DESCRIPTION              |   20 
 tram-1.2-1/tram/MD5                      |   60 +
 tram-1.2-1/tram/NAMESPACE                |    5 
 tram-1.2-1/tram/R/Compris.R              |    2 
 tram-1.2-1/tram/R/internal.R             |    3 
 tram-1.2-1/tram/R/methods.R              |   20 
 tram-1.2-1/tram/R/robust-score-test.R    |only
 tram-1.2-1/tram/demo/00Index             |    2 
 tram-1.2-1/tram/demo/NAMI.R              |only
 tram-1.2-1/tram/demo/SCI_ePolr.R         |   11 
 tram-1.2-1/tram/demo/mtram.R             |  951 -------------------------------
 tram-1.2-1/tram/demo/npn.R               |   17 
 tram-1.2-1/tram/demo/stram.R             |   10 
 tram-1.2-1/tram/demo/survtram.R          |   10 
 tram-1.2-1/tram/demo/tram.R              |  403 -------------
 tram-1.2-1/tram/demo/undernutrition.R    |   22 
 tram-1.2-1/tram/inst/NEWS.Rd             |   10 
 tram-1.2-1/tram/inst/doc/mtram.R         |  144 ----
 tram-1.2-1/tram/inst/doc/mtram.Rnw       |  476 +++++++++++----
 tram-1.2-1/tram/inst/doc/mtram.pdf       |binary
 tram-1.2-1/tram/inst/doc/tram.R          |   42 -
 tram-1.2-1/tram/inst/doc/tram.Rnw        |   49 -
 tram-1.2-1/tram/inst/doc/tram.pdf        |binary
 tram-1.2-1/tram/man/Compris.Rd           |    4 
 tram-1.2-1/tram/man/robust_score_test.Rd |only
 tram-1.2-1/tram/man/tram-methods.Rd      |    5 
 tram-1.2-1/tram/tests/bugfixes.R         |   10 
 tram-1.2-1/tram/tests/stram-Ex.R         |    3 
 tram-1.2-1/tram/tests/stram-Ex.Rout.save |   14 
 tram-1.2-1/tram/vignettes/mlt.bib        |  169 +++++
 tram-1.2-1/tram/vignettes/mtram.Rnw      |  476 +++++++++++----
 tram-1.2-1/tram/vignettes/tram.Rnw       |   49 -
 33 files changed, 1077 insertions(+), 1910 deletions(-)

More information about tram at CRAN
Permanent link

New package scalablebayesm with initial version 0.2
Package: scalablebayesm
Title: Distributed Markov Chain Monte Carlo for Bayesian Inference in Marketing
Version: 0.2
Date: 2025-01-28
Maintainer: Federico Bumbaca <federico.bumbaca@colorado.edu>
Description: Estimates unit-level and population-level parameters from a hierarchical model in marketing applications. The package includes: Hierarchical Linear Models with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior and covariates. For more details, see Bumbaca, F. (Rico), Misra, S., & Rossi, P. E. (2020) <doi:10.1177/0022243720952410> "Scalable Target Marketing: Distributed Markov Chain Monte Carlo for Bayesian Hierarchical Models". Journal of Marketing Research, 57(6), 999-1018.
License: GPL (>= 2)
Encoding: UTF-8
Imports: Rcpp (>= 1.0.9), parallel, bayesm
LinkingTo: Rcpp, RcppArmadillo, bayesm
NeedsCompilation: yes
Packaged: 2025-02-23 19:33:42 UTC; jacknovak
Author: Federico Bumbaca [aut, cre], Jackson Novak [aut]
Repository: CRAN
Date/Publication: 2025-02-25 12:30:02 UTC

More information about scalablebayesm at CRAN
Permanent link

New package pdcor with initial version 1.0
Package: pdcor
Title: Fast and Light-Weight Partial Distance Correlation
Version: 1.0
Date: 2025-02-23
Author: Michail Tsagris [aut, cre], Nikolaos Kontemeniotis [aut]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Depends: R (>= 4.0)
Imports: dcov, Rfast, Rfast2, stats
Description: Fast and memory-less computation of the partial distance correlation for vectors and matrices. Permutation-based and asymptotic hypothesis testing for zero partial distance correlation are also performed. References include: Szekely G. J. and Rizzo M. L. (2014). "Partial distance correlation with methods for dissimilarities". The Annals Statistics, 42(6): 2382--2412. <doi:10.1214/14-AOS1255>. Shen C., Panda S. and Vogelstein J. T. (2022). "The Chi-Square Test of Distance Correlation". Journal of Computational and Graphical Statistics, 31(1): 254--262. <doi:10.1080/10618600.2021.1938585>. Szekely G. J. and Rizzo M. L. (2023). "The Energy of Data and Distance Correlation". Chapman and Hall/CRC. <ISBN:9781482242744>.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2025-02-23 17:51:47 UTC; mtsag
Repository: CRAN
Date/Publication: 2025-02-25 12:20:02 UTC

More information about pdcor at CRAN
Permanent link

Package INLAspacetime updated to version 0.1.11 with previous version 0.1.10 dated 2024-10-16

Title: Spatial and Spatio-Temporal Models using 'INLA'
Description: Prepare objects to implement models over spatial and spacetime domains with the 'INLA' package (<https://www.r-inla.org>). These objects contain data to for the 'cgeneric' interface in 'INLA', enabling fast parallel computations. We implemented the spatial barrier model, see Bakka et. al. (2019) <doi:10.1016/j.spasta.2019.01.002>, and some of the spatio-temporal models proposed in Lindgren et. al. (2023) <https://www.idescat.cat/sort/sort481/48.1.1.Lindgren-etal.pdf>. Details are provided in the available vignettes and from the URL bellow.
Author: Elias Teixeira Krainski [cre, aut, cph] , Finn Lindgren [aut] , Haavard Rue [aut]
Maintainer: Elias Teixeira Krainski <eliaskrainski@gmail.com>

Diff between INLAspacetime versions 0.1.10 dated 2024-10-16 and 0.1.11 dated 2025-02-25

 INLAspacetime-0.1.10/INLAspacetime/inst/doc/transparent_barriers.pdf     |only
 INLAspacetime-0.1.10/INLAspacetime/src/ar2cov.c                          |only
 INLAspacetime-0.1.10/INLAspacetime/src/ar2cov.h                          |only
 INLAspacetime-0.1.10/INLAspacetime/src/cgeneric_defs.h                   |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/transparent_barriers.html   |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/Piemonte_borders.csv    |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/Piemonte_data_byday.csv |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/barrierExample.R        |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/barrierExample.html     |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/coordinates.csv         |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/piemonte.R              |only
 INLAspacetime-0.1.10/INLAspacetime/vignettes/web/piemonte.html           |only
 INLAspacetime-0.1.11/INLAspacetime/DESCRIPTION                           |    6 
 INLAspacetime-0.1.11/INLAspacetime/MD5                                   |   40 +--
 INLAspacetime-0.1.11/INLAspacetime/NAMESPACE                             |    1 
 INLAspacetime-0.1.11/INLAspacetime/R/barrierModel.define.R               |   33 +-
 INLAspacetime-0.1.11/INLAspacetime/R/cgeneric_sspde.R                    |only
 INLAspacetime-0.1.11/INLAspacetime/R/stModel.define.R                    |   50 ++-
 INLAspacetime-0.1.11/INLAspacetime/README.md                             |  128 +++++++---
 INLAspacetime-0.1.11/INLAspacetime/build/partial.rdb                     |binary
 INLAspacetime-0.1.11/INLAspacetime/build/vignette.rds                    |binary
 INLAspacetime-0.1.11/INLAspacetime/inst/doc/transparent_barriers.html    |only
 INLAspacetime-0.1.11/INLAspacetime/man/cgeneric_sspde.Rd                 |only
 INLAspacetime-0.1.11/INLAspacetime/man/stModel.define.Rd                 |   16 -
 INLAspacetime-0.1.11/INLAspacetime/src/INLAspacetime.c                   |only
 INLAspacetime-0.1.11/INLAspacetime/src/INLAspacetime.h                   |only
 INLAspacetime-0.1.11/INLAspacetime/src/cgeneric_ar2ss.c                  |    2 
 INLAspacetime-0.1.11/INLAspacetime/src/cgeneric_barrier.c                |   33 +-
 INLAspacetime-0.1.11/INLAspacetime/src/cgeneric_sspde.c                  |only
 INLAspacetime-0.1.11/INLAspacetime/src/cgeneric_sstspde.c                |  106 ++------
 30 files changed, 214 insertions(+), 201 deletions(-)

More information about INLAspacetime at CRAN
Permanent link

Package bvhar updated to version 2.2.1 with previous version 2.2.0 dated 2025-02-06

Title: Bayesian Vector Heterogeneous Autoregressive Modeling
Description: Tools to model and forecast multivariate time series including Bayesian Vector heterogeneous autoregressive (VHAR) model by Kim & Baek (2023) (<doi:10.1080/00949655.2023.2281644>). 'bvhar' can model Vector Autoregressive (VAR), VHAR, Bayesian VAR (BVAR), and Bayesian VHAR (BVHAR) models.
Author: Young Geun Kim [aut, cre, cph] , Changryong Baek [ctb]
Maintainer: Young Geun Kim <ygeunkimstat@gmail.com>

Diff between bvhar versions 2.2.0 dated 2025-02-06 and 2.2.1 dated 2025-02-25

 DESCRIPTION                         |    6 +++---
 MD5                                 |   16 ++++++++--------
 NEWS.md                             |    2 ++
 inst/doc/shrinkage.R                |    3 ++-
 inst/doc/shrinkage.Rmd              |    3 ++-
 inst/doc/stochastic-volatility.R    |    3 ++-
 inst/doc/stochastic-volatility.Rmd  |    3 ++-
 vignettes/shrinkage.Rmd             |    3 ++-
 vignettes/stochastic-volatility.Rmd |    3 ++-
 9 files changed, 25 insertions(+), 17 deletions(-)

More information about bvhar at CRAN
Permanent link

New package bolt4jr with initial version 1.4.0
Package: bolt4jr
Title: Interface for the 'Neo4j Bolt' Protocol
Version: 1.4.0
Description: Querying, extracting, and processing large-scale network data from Neo4j databases using the 'Neo4j Bolt' <https://neo4j.com/docs/bolt/current/bolt/> protocol. This interface supports efficient data retrieval, batch processing for large datasets, and seamless conversion of query results into R data frames, making it ideal for bioinformatics, computational biology, and other graph-based applications.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: data.table, glue, purrr, reticulate
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-22 23:55:09 UTC; wanjun
Author: Wanjun Gu [aut, cre]
Maintainer: Wanjun Gu <wanjun.gu@ucsf.edu>
Repository: CRAN
Date/Publication: 2025-02-25 11:50:02 UTC

More information about bolt4jr at CRAN
Permanent link

Package dmm updated to version 3.1-1 with previous version 2.1-10 dated 2024-06-03

Title: Dyadic Mixed Model for Pedigree Data
Description: Mixed model analysis for quantitative genetics with multi-trait responses and pedigree-based partitioning of individual variation into a range of environmental and genetic variance components for individual and maternal effects. Method documented in dmmOverview.pdf; dmm is an implementation of dispersion mean model described by Searle et al. (1992) "Variance Components", Wiley, NY. 'DMM' can do 'MINQUE', 'bias-corrected-ML', and 'REML' variance component estimates.
Author: Neville Jackson [aut, cre]
Maintainer: Neville Jackson <nanddjackson@bigpond.com>

Diff between dmm versions 2.1-10 dated 2024-06-03 and 3.1-1 dated 2025-02-25

 dmm-2.1-10/dmm/inst/doc/solvedme.pdf        |only
 dmm-3.1-1/dmm/DESCRIPTION                   |   21 +++---
 dmm-3.1-1/dmm/MD5                           |   97 +++++++++++++++-------------
 dmm-3.1-1/dmm/R/blockvec.R                  |only
 dmm-3.1-1/dmm/R/colstack.R                  |only
 dmm-3.1-1/dmm/R/csummary.dmm.R              |   10 +-
 dmm-3.1-1/dmm/R/csummary_specific.R         |   12 +--
 dmm-3.1-1/dmm/R/dae.nonspecific.I.R         |    4 -
 dmm-3.1-1/dmm/R/dae.nonspecific.R           |    4 -
 dmm-3.1-1/dmm/R/dae.nonspecific.S.R         |    4 -
 dmm-3.1-1/dmm/R/dae.specific.I.R            |    6 -
 dmm-3.1-1/dmm/R/dae.specific.R              |    6 -
 dmm-3.1-1/dmm/R/dae.specific.S.R            |    6 -
 dmm-3.1-1/dmm/R/diagstack.R                 |only
 dmm-3.1-1/dmm/R/dmesolve.R                  |   92 ++++++++++++++++++++------
 dmm-3.1-1/dmm/R/dmm.R                       |    2 
 dmm-3.1-1/dmm/R/dmm.default.R               |    8 +-
 dmm-3.1-1/dmm/R/dmm_array.R                 |    4 -
 dmm-3.1-1/dmm/R/dmm_blockarray.R            |    4 -
 dmm-3.1-1/dmm/R/dyad.am.expect.R            |   22 +++---
 dmm-3.1-1/dmm/R/fgls.iter.siga.R            |only
 dmm-3.1-1/dmm/R/fgls.update.R               |only
 dmm-3.1-1/dmm/R/ginvipk.R                   |only
 dmm-3.1-1/dmm/R/gls.iter.b.R                |   84 ++++++++++++++++++++----
 dmm-3.1-1/dmm/R/gprint.dmm.R                |   30 ++++----
 dmm-3.1-1/dmm/R/gsummary.dmm.R              |   10 +-
 dmm-3.1-1/dmm/R/gsummary_specific.R         |   12 +--
 dmm-3.1-1/dmm/R/kmat.R                      |only
 dmm-3.1-1/dmm/R/make.csummarytables.R       |    4 -
 dmm-3.1-1/dmm/R/make.gsummarytables.R       |    4 -
 dmm-3.1-1/dmm/R/plot.dmm.R                  |   14 ++--
 dmm-3.1-1/dmm/R/print.csummary.dmm.R        |    6 -
 dmm-3.1-1/dmm/R/print.csumspecific.dmm.R    |    6 -
 dmm-3.1-1/dmm/R/print.dmm.R                 |   18 ++---
 dmm-3.1-1/dmm/R/print.gsummary.dmm.R        |   14 ++--
 dmm-3.1-1/dmm/R/print.gsumspecific.dmm.R    |    6 -
 dmm-3.1-1/dmm/R/print.summary.dmm.R         |    6 -
 dmm-3.1-1/dmm/R/rowstack.R                  |only
 dmm-3.1-1/dmm/R/siga.posdef.R               |    2 
 dmm-3.1-1/dmm/R/summary.dmm.R               |    8 +-
 dmm-3.1-1/dmm/inst/doc/bugs.txt             |    5 +
 dmm-3.1-1/dmm/inst/doc/dmmClassSpecific.pdf |binary
 dmm-3.1-1/dmm/inst/doc/dmmOverview.pdf      |binary
 dmm-3.1-1/dmm/inst/doc/dmmSolveDME.pdf      |only
 dmm-3.1-1/dmm/inst/doc/dyadicerrorcov.pdf   |only
 dmm-3.1-1/dmm/inst/doc/mods.txt             |    8 +-
 dmm-3.1-1/dmm/man/csummary.dmm.Rd           |   10 +-
 dmm-3.1-1/dmm/man/dmm-internal.Rd           |   53 ++++++++++-----
 dmm-3.1-1/dmm/man/dmm-package.Rd            |   13 ++-
 dmm-3.1-1/dmm/man/dmm.Rd                    |   56 +++++++++-------
 dmm-3.1-1/dmm/man/gprint.dmm.Rd             |    6 -
 dmm-3.1-1/dmm/man/gsummary.dmm.Rd           |   14 ++--
 dmm-3.1-1/dmm/man/plot.dmm.Rd               |    8 +-
 dmm-3.1-1/dmm/man/print.dmm.Rd              |    6 -
 dmm-3.1-1/dmm/man/summary.dmm.Rd            |   10 +-
 55 files changed, 439 insertions(+), 276 deletions(-)

More information about dmm at CRAN
Permanent link

Package pam updated to version 1.0.2 with previous version 1.0.1 dated 2025-01-15

Title: Fast and Efficient Processing of PAM Data
Description: Processing Chlorophyll Fluorescence & P700 Absorbance data generated by WALZ hardware. Four models are provided for the regression of Pi curves, which can be compared with each other in order to select the most suitable model for the data set. Control plots ensure the successful verification of each regression. Bundled output of alpha, ETRmax, Ik etc. enables fast and reliable further processing of the data.
Author: Julien Boehm [cre, aut] , Philipp Schrag [aut]
Maintainer: Julien Boehm <julien.boehm@uni-rostock.de>

Diff between pam versions 1.0.1 dated 2025-01-15 and 1.0.2 dated 2025-02-25

 DESCRIPTION                                            |   10 ++--
 MD5                                                    |   28 ++++++------
 R/combo_plot_control.R                                 |    4 -
 R/compare_regression_models.R                          |   21 ++++-----
 R/eilers_peeters.R                                     |   38 ++++++++++-------
 R/platt.R                                              |   32 ++++++++------
 R/validation.R                                         |    4 +
 R/vollenweider.R                                       |   24 +++++++---
 R/walsby.R                                             |   12 ++++-
 build/partial.rdb                                      |binary
 tests/testthat/Rplots.pdf                              |binary
 tests/testthat/results/test_combo_plot_control.jpg     |binary
 tests/testthat/test-compare_regression_models_etr_I.R  |   16 +++----
 tests/testthat/test-compare_regression_models_etr_II.R |   12 ++---
 tests/testthat/test-compare_regression_models_total.R  |   16 +++----
 15 files changed, 126 insertions(+), 91 deletions(-)

More information about pam at CRAN
Permanent link

Package cSEM updated to version 0.6.0 with previous version 0.5.0 dated 2022-11-24

Title: Composite-Based Structural Equation Modeling
Description: Estimate, assess, test, and study linear, nonlinear, hierarchical and multigroup structural equation models using composite-based approaches and procedures, including estimation techniques such as partial least squares path modeling (PLS-PM) and its derivatives (PLSc, ordPLSc, robustPLSc), generalized structured component analysis (GSCA), generalized structured component analysis with uniqueness terms (GSCAm), generalized canonical correlation analysis (GCCA), principal component analysis (PCA), factor score regression (FSR) using sum score, regression or Bartlett scores (including bias correction using Croon’s approach), as well as several tests and typical postestimation procedures (e.g., verify admissibility of the estimates, assess the model fit, test the model fit etc.).
Author: Manuel E. Rademaker [aut] , Florian Schuberth [aut, cre] , Tamara Schamberger [ctb] , Michael Klesel [ctb] , Huu Phuc Nguyen [ctb] , Theo K. Dijkstra [ctb], Joerg Henseler [ctb]
Maintainer: Florian Schuberth <f.schuberth@utwente.nl>

Diff between cSEM versions 0.5.0 dated 2022-11-24 and 0.6.0 dated 2025-02-25

 cSEM-0.5.0/cSEM/build/cSEM.pdf                           |only
 cSEM-0.5.0/cSEM/inst/REFERENCES.bib.sav.tmp              |only
 cSEM-0.6.0/cSEM/DESCRIPTION                              |   38 
 cSEM-0.6.0/cSEM/MD5                                      |  127 +--
 cSEM-0.6.0/cSEM/NAMESPACE                                |    5 
 cSEM-0.6.0/cSEM/R/00_csem.R                              |   16 
 cSEM-0.6.0/cSEM/R/csem_model.R                           |    4 
 cSEM-0.6.0/cSEM/R/csem_resample.R                        |    6 
 cSEM-0.6.0/cSEM/R/exportToExcel.R                        |   10 
 cSEM-0.6.0/cSEM/R/helper_assess.R                        |  172 +++-
 cSEM-0.6.0/cSEM/R/helper_csem.R                          |    2 
 cSEM-0.6.0/cSEM/R/helper_estimators_weights.R            |   14 
 cSEM-0.6.0/cSEM/R/helper_foreman.R                       |   11 
 cSEM-0.6.0/cSEM/R/helper_plot.cSEMResults.R              |only
 cSEM-0.6.0/cSEM/R/helper_predict.R                       |    3 
 cSEM-0.6.0/cSEM/R/helper_savePlot.R                      |only
 cSEM-0.6.0/cSEM/R/helper_summarize.R                     |   93 +-
 cSEM-0.6.0/cSEM/R/plot.cSEMResult.R                      |only
 cSEM-0.6.0/cSEM/R/postestimate_assess.R                  |   32 
 cSEM-0.6.0/cSEM/R/postestimate_predict.R                 |    4 
 cSEM-0.6.0/cSEM/R/postestimate_savePlot.R                |only
 cSEM-0.6.0/cSEM/R/postestimate_summarize.R               |   30 
 cSEM-0.6.0/cSEM/R/postestimate_test_OMF.R                |    2 
 cSEM-0.6.0/cSEM/R/zz_arguments.R                         |   66 +
 cSEM-0.6.0/cSEM/README.md                                |  328 ++++----
 cSEM-0.6.0/cSEM/build/partial.rdb                        |binary
 cSEM-0.6.0/cSEM/build/stage23.rdb                        |only
 cSEM-0.6.0/cSEM/build/vignette.rds                       |binary
 cSEM-0.6.0/cSEM/inst/CITATION                            |   12 
 cSEM-0.6.0/cSEM/inst/REFERENCES.bib                      |   23 
 cSEM-0.6.0/cSEM/inst/doc/Notation.Rmd                    |    6 
 cSEM-0.6.0/cSEM/inst/doc/Notation.html                   |   29 
 cSEM-0.6.0/cSEM/inst/doc/Terminology.Rmd                 |   34 
 cSEM-0.6.0/cSEM/inst/doc/Terminology.html                |   43 -
 cSEM-0.6.0/cSEM/inst/doc/Using-assess.R                  |   32 
 cSEM-0.6.0/cSEM/inst/doc/Using-assess.Rmd                |   24 
 cSEM-0.6.0/cSEM/inst/doc/Using-assess.html               |   74 -
 cSEM-0.6.0/cSEM/inst/doc/cSEM.R                          |  258 +++---
 cSEM-0.6.0/cSEM/inst/doc/cSEM.Rmd                        |   97 +-
 cSEM-0.6.0/cSEM/inst/doc/cSEM.html                       |  586 +++++++--------
 cSEM-0.6.0/cSEM/inst/examples/example_plot.cSEMResults.R |only
 cSEM-0.6.0/cSEM/man/assess.Rd                            |   32 
 cSEM-0.6.0/cSEM/man/buildDotCode.Rd                      |only
 cSEM-0.6.0/cSEM/man/cSEM-package.Rd                      |    7 
 cSEM-0.6.0/cSEM/man/calculateAVE.Rd                      |    2 
 cSEM-0.6.0/cSEM/man/calculateDf.Rd                       |    2 
 cSEM-0.6.0/cSEM/man/calculateEffects.Rd                  |    2 
 cSEM-0.6.0/cSEM/man/calculateFLCriterion.Rd              |    2 
 cSEM-0.6.0/cSEM/man/calculateMAE.Rd                      |    2 
 cSEM-0.6.0/cSEM/man/calculateRelativeGoF.Rd              |only
 cSEM-0.6.0/cSEM/man/calculatef2.Rd                       |    2 
 cSEM-0.6.0/cSEM/man/check_connection.Rd                  |only
 cSEM-0.6.0/cSEM/man/cleanNode.Rd                         |only
 cSEM-0.6.0/cSEM/man/csem.Rd                              |   16 
 cSEM-0.6.0/cSEM/man/csem_arguments.Rd                    |   20 
 cSEM-0.6.0/cSEM/man/exportToExcel.Rd                     |   10 
 cSEM-0.6.0/cSEM/man/figures/api.png                      |binary
 cSEM-0.6.0/cSEM/man/firstOrderMeasurementEdges.Rd        |only
 cSEM-0.6.0/cSEM/man/fit_measures.Rd                      |    4 
 cSEM-0.6.0/cSEM/man/get_significance_stars.Rd            |only
 cSEM-0.6.0/cSEM/man/plot.cSEMResults_2ndorder.Rd         |only
 cSEM-0.6.0/cSEM/man/plot.cSEMResults_default.Rd          |only
 cSEM-0.6.0/cSEM/man/plot.cSEMResults_multi.Rd            |only
 cSEM-0.6.0/cSEM/man/reliability.Rd                       |    6 
 cSEM-0.6.0/cSEM/man/resampleData.Rd                      |    2 
 cSEM-0.6.0/cSEM/man/resamplecSEMResults.Rd               |    4 
 cSEM-0.6.0/cSEM/man/savePlot.Rd                          |only
 cSEM-0.6.0/cSEM/man/save_single_plot.Rd                  |only
 cSEM-0.6.0/cSEM/man/secondOrderMeasurementEdges.Rd       |only
 cSEM-0.6.0/cSEM/tests/spelling.R                         |only
 cSEM-0.6.0/cSEM/tests/testthat/test-csem.r               |   34 
 cSEM-0.6.0/cSEM/vignettes/Notation.Rmd                   |    6 
 cSEM-0.6.0/cSEM/vignettes/Terminology.Rmd                |   34 
 cSEM-0.6.0/cSEM/vignettes/Using-assess.Rmd               |   24 
 cSEM-0.6.0/cSEM/vignettes/cSEM.Rmd                       |   97 +-
 75 files changed, 1381 insertions(+), 1108 deletions(-)

More information about cSEM at CRAN
Permanent link

Package akc updated to version 0.9.9.1 with previous version 0.9.9 dated 2023-01-06

Title: Automatic Knowledge Classification
Description: A tidy framework for automatic knowledge classification and visualization. Currently, the core functionality of the framework is mainly supported by modularity-based clustering (community detection) in keyword co-occurrence network, and focuses on co-word analysis of bibliometric research. However, the designed functions in 'akc' are general, and could be extended to solve other tasks in text mining as well.
Author: Tian-Yuan Huang [aut, cre]
Maintainer: Tian-Yuan Huang <huang.tian-yuan@qq.com>

Diff between akc versions 0.9.9 dated 2023-01-06 and 0.9.9.1 dated 2025-02-25

 DESCRIPTION                     |    8 
 MD5                             |   26 +-
 NAMESPACE                       |   12 +
 R/global_variable.R             |    2 
 R/keyword_merge.R               |    2 
 build/vignette.rds              |binary
 inst/CITATION                   |    5 
 inst/doc/Benchmarking.R         |   94 ++++-----
 inst/doc/Benchmarking.html      |  271 ++++++++++++++-------------
 inst/doc/akc_vignette.R         |    4 
 inst/doc/akc_vignette.html      |  392 ++++++++++++++++++++--------------------
 inst/doc/tutorial_raw_text.R    |    2 
 inst/doc/tutorial_raw_text.html |  274 +++++++++++++--------------
 man/keyword_merge.Rd            |    2 
 14 files changed, 558 insertions(+), 536 deletions(-)

More information about akc at CRAN
Permanent link

Package watcher updated to version 0.1.2 with previous version 0.1.1 dated 2025-02-10

Title: Watch the File System for Changes
Description: R binding for 'libfswatch', a file system monitoring library. Watch files, or directories recursively, for changes in the background. Log activity, or run an R function every time a change event occurs.
Author: Charlie Gao [aut, cre] , Posit Software, PBC [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>

Diff between watcher versions 0.1.1 dated 2025-02-10 and 0.1.2 dated 2025-02-25

 watcher-0.1.1/watcher/src/fswatch-1.19.0.tar.gz   |only
 watcher-0.1.2/watcher/DESCRIPTION                 |   11 +---
 watcher-0.1.2/watcher/MD5                         |   22 ++++----
 watcher-0.1.2/watcher/NEWS.md                     |    5 +
 watcher-0.1.2/watcher/R/watch.R                   |   59 +++++++++++++---------
 watcher-0.1.2/watcher/R/watcher-package.R         |    4 -
 watcher-0.1.2/watcher/README.md                   |   20 ++++---
 watcher-0.1.2/watcher/configure                   |    9 ++-
 watcher-0.1.2/watcher/configure.win               |    8 ++
 watcher-0.1.2/watcher/man/watcher-package.Rd      |    4 -
 watcher-0.1.2/watcher/man/watcher.Rd              |   35 ++++++++-----
 watcher-0.1.2/watcher/src/fswatch-5c443d2.tar.gz  |only
 watcher-0.1.2/watcher/tests/testthat/test-watch.R |   15 ++---
 13 files changed, 116 insertions(+), 76 deletions(-)

More information about watcher at CRAN
Permanent link

Package expirest updated to version 0.1.7 with previous version 0.1.6 dated 2024-03-25

Title: Expiry Estimation Procedures
Description: The Australian Regulatory Guidelines for Prescription Medicines (ARGPM), guidance on "Stability testing for prescription medicines", recommends to predict the shelf life of chemically derived medicines from stability data by taking the worst case situation at batch release into account. Consequently, if a change over time is observed, a release limit needs to be specified. Finding a release limit and the associated shelf life is supported, as well as the standard approach that is recommended by guidance Q1E "Evaluation of stability data" from the International Council for Harmonisation (ICH).
Author: Pius Dahinden [aut, cre], Tillotts Pharma AG [cph, fnd]
Maintainer: Pius Dahinden <pius.dahinden@tillotts.com>

Diff between expirest versions 0.1.6 dated 2024-03-25 and 0.1.7 dated 2025-02-25

 expirest-0.1.6/expirest/README.md                                 |only
 expirest-0.1.6/expirest/man/check_ancova.Rd                       |only
 expirest-0.1.6/expirest/man/compile_wisle_summary.Rd              |only
 expirest-0.1.6/expirest/man/extract_from_ll_wcsl.Rd               |only
 expirest-0.1.6/expirest/man/extract_wc_x.Rd                       |only
 expirest-0.1.6/expirest/man/find_poi.Rd                           |only
 expirest-0.1.6/expirest/man/get_arrow.Rd                          |only
 expirest-0.1.6/expirest/man/get_distance.Rd                       |only
 expirest-0.1.6/expirest/man/get_hlines.Rd                         |only
 expirest-0.1.6/expirest/man/get_icpt.Rd                           |only
 expirest-0.1.6/expirest/man/get_icpt_list.Rd                      |only
 expirest-0.1.6/expirest/man/get_intvl_limit.Rd                    |only
 expirest-0.1.6/expirest/man/get_model_list.Rd                     |only
 expirest-0.1.6/expirest/man/get_n_list_levels.Rd                  |only
 expirest-0.1.6/expirest/man/get_n_whole_part.Rd                   |only
 expirest-0.1.6/expirest/man/get_osle_poi_list.Rd                  |only
 expirest-0.1.6/expirest/man/get_poi_list.Rd                       |only
 expirest-0.1.6/expirest/man/get_predictions.Rd                    |only
 expirest-0.1.6/expirest/man/get_relevant_limits.Rd                |only
 expirest-0.1.6/expirest/man/get_segments.Rd                       |only
 expirest-0.1.6/expirest/man/get_text_annotation.Rd                |only
 expirest-0.1.6/expirest/man/get_variable_list.Rd                  |only
 expirest-0.1.6/expirest/man/get_vlines.Rd                         |only
 expirest-0.1.6/expirest/man/get_wc_icpt.Rd                        |only
 expirest-0.1.6/expirest/man/get_wcs_limit.Rd                      |only
 expirest-0.1.6/expirest/man/get_wisle_poi_list.Rd                 |only
 expirest-0.1.6/expirest/man/get_xformed_variables.Rd              |only
 expirest-0.1.6/expirest/man/print_val.Rd                          |only
 expirest-0.1.6/expirest/man/set_limits.Rd                         |only
 expirest-0.1.6/expirest/man/try_get_model.Rd                      |only
 expirest-0.1.7/expirest/DESCRIPTION                               |    8 -
 expirest-0.1.7/expirest/MD5                                       |   63 ++--------
 expirest-0.1.7/expirest/NEWS.md                                   |   17 ++
 expirest-0.1.7/expirest/R/error_handling.R                        |    1 
 expirest-0.1.7/expirest/R/expirest_osle.R                         |   16 +-
 expirest-0.1.7/expirest/R/expirest_wisle.R                        |    5 
 expirest-0.1.7/expirest/R/sysdata.rda                             |only
 expirest-0.1.7/expirest/R/utility.R                               |   60 +++++++++
 expirest-0.1.7/expirest/man/expirest_osle.Rd                      |   16 +-
 expirest-0.1.7/expirest/man/expirest_wisle.Rd                     |   16 +-
 expirest-0.1.7/expirest/man/figures/README-example-1-1.png        |binary
 expirest-0.1.7/expirest/man/figures/README-example-2-1-1.png      |binary
 expirest-0.1.7/expirest/man/figures/README-example-2-2-1.png      |binary
 expirest-0.1.7/expirest/man/figures/README-example-2-3-1.png      |binary
 expirest-0.1.7/expirest/man/figures/README-example-3-1-1.png      |binary
 expirest-0.1.7/expirest/tests/testthat/test-check_ancova.R        |   12 +
 expirest-0.1.7/expirest/tests/testthat/test-plot_expirest_osle.R  |    2 
 expirest-0.1.7/expirest/tests/testthat/test-plot_expirest_wisle.R |    7 -
 48 files changed, 141 insertions(+), 82 deletions(-)

More information about expirest at CRAN
Permanent link

Package cata updated to version 0.1.0.27 with previous version 0.1.0.26 dated 2025-02-17

Title: Analysis of Check-All-that-Apply (CATA) Data
Description: Package contains functions for analyzing check-all-that-apply (CATA) data from consumer and sensory tests. Cochran's Q test, McNemar's test, and Penalty-Lift analysis are provided; for details, see Meyners, Castura & Carr (2013) <doi:10.1016/j.foodqual.2013.06.010>. Cluster analysis can be performed using b-cluster analysis, then evaluated using various measures; for details, see Castura, Meyners, Varela & Næs (2022) <doi:10.1016/j.foodqual.2022.104564>. Methods are adapted to cluster consumers based on their product-related hedonic responses; for details, see Castura, Meyners, Pohjanheimo, Varela & Næs (2023) <doi:10.1111/joss.12860>. Permutation tests based on the L1-norm methods are provided; for details, see Chaya, Castura & Greenacre (2025) <doi:10.48550/arXiv.2502.15945>.
Author: J.C. Castura [aut, cre, ctb]
Maintainer: J.C. Castura <jcastura@compusense.com>

Diff between cata versions 0.1.0.26 dated 2025-02-17 and 0.1.0.27 dated 2025-02-25

 cata-0.1.0.26/cata/R/cata-internal.R             |only
 cata-0.1.0.27/cata/DESCRIPTION                   |   10 ++--
 cata-0.1.0.27/cata/MD5                           |   53 +++++++++++------------
 cata-0.1.0.27/cata/R/cata.R                      |   28 ++++++++----
 cata-0.1.0.27/cata/R/evalClusterQuality.R        |    4 +
 cata-0.1.0.27/cata/R/ocov.R                      |   16 ++++--
 cata-0.1.0.27/cata/R/plift.R                     |    1 
 cata-0.1.0.27/cata/data/squashes.rda             |only
 cata-0.1.0.27/cata/man/ARI.Rd                    |    3 +
 cata-0.1.0.27/cata/man/barray.Rd                 |    3 +
 cata-0.1.0.27/cata/man/bcluster.Rd               |    3 +
 cata-0.1.0.27/cata/man/bcluster.h.Rd             |    3 +
 cata-0.1.0.27/cata/man/bcluster.n.Rd             |    3 +
 cata-0.1.0.27/cata/man/bread.Rd                  |   27 +++++++----
 cata-0.1.0.27/cata/man/cochranQ.Rd               |    3 +
 cata-0.1.0.27/cata/man/code.topk.Rd              |    3 +
 cata-0.1.0.27/cata/man/evaluateClusterQuality.Rd |    3 +
 cata-0.1.0.27/cata/man/getb.Rd                   |    3 +
 cata-0.1.0.27/cata/man/inspect.Rd                |    3 +
 cata-0.1.0.27/cata/man/mad.dist.Rd               |    8 ++-
 cata-0.1.0.27/cata/man/madperm.Rd                |    8 ++-
 cata-0.1.0.27/cata/man/mcnemarQ.Rd               |    6 ++
 cata-0.1.0.27/cata/man/plift.Rd                  |    3 +
 cata-0.1.0.27/cata/man/rv.coef.Rd                |    4 +
 cata-0.1.0.27/cata/man/salton.Rd                 |    3 +
 cata-0.1.0.27/cata/man/selectionPlot.Rd          |    3 +
 cata-0.1.0.27/cata/man/squashes.Rd               |only
 cata-0.1.0.27/cata/man/toWideMatrix.Rd           |    3 +
 cata-0.1.0.27/cata/man/topc.Rd                   |    3 +
 29 files changed, 150 insertions(+), 60 deletions(-)

More information about cata at CRAN
Permanent link

Package RPostgres updated to version 1.4.8 with previous version 1.4.7 dated 2024-05-27

Title: C++ Interface to PostgreSQL
Description: Fully DBI-compliant C++-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.
Author: Hadley Wickham [aut], Jeroen Ooms [aut], Kirill Mueller [aut, cre] , RStudio [cph], R Consortium [fnd], Tomoaki Nishiyama [ctb]
Maintainer: Kirill Mueller <kirill@cynkra.com>

Diff between RPostgres versions 1.4.7 dated 2024-05-27 and 1.4.8 dated 2025-02-25

 DESCRIPTION                             |   10 
 MD5                                     |   55 ++---
 NAMESPACE                               |    2 
 NEWS.md                                 |   11 +
 R/PqConnection.R                        |   33 +++
 R/cpp11.R                               |    4 
 build/vignette.rds                      |binary
 inst/doc/work-queue.R                   |  342 ++++++++++++++++----------------
 inst/doc/work-queue.Rmd                 |    2 
 inst/doc/work-queue.html                |    5 
 man/Postgres.Rd                         |    2 
 man/RPostgres-package.Rd                |    4 
 man/postgres-query.Rd                   |    6 
 man/postgres-tables.Rd                  |   10 
 man/postgres-transactions.Rd            |    2 
 man/postgresHasDefault.Rd               |    2 
 man/postgresImportLargeObject.Rd        |only
 man/postgresIsTransacting.Rd            |    2 
 man/postgresWaitForNotify.Rd            |    2 
 man/quote.Rd                            |    2 
 src/DbConnection.cpp                    |    6 
 src/DbConnection.h                      |    3 
 src/Makevars.win                        |   22 +-
 src/connection.cpp                      |    4 
 src/cpp11.cpp                           |   60 +++--
 src/pch.h                               |    1 
 tests/testthat/data                     |only
 tests/testthat/test-ImportLargeObject.R |only
 tools/winlibs.R                         |    6 
 vignettes/work-queue.Rmd                |    2 
 30 files changed, 343 insertions(+), 257 deletions(-)

More information about RPostgres at CRAN
Permanent link


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