Wed, 25 Mar 2026

Package SqlRender updated to version 1.19.5 with previous version 1.19.4 dated 2025-09-26

Title: Rendering Parameterized SQL and Translation to Dialects
Description: A rendering tool for parameterized SQL that also translates into different SQL dialects. These dialects include 'Microsoft SQL Server', 'Oracle', 'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', 'Snowflake', 'Azure Synapse Analytics Dedicated', 'Apache Spark', 'SQLite', and 'InterSystems IRIS'.
Author: Martijn Schuemie [aut, cre], Marc Suchard [aut]
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>

Diff between SqlRender versions 1.19.4 dated 2025-09-26 and 1.19.5 dated 2026-03-25

 DESCRIPTION                                    |    8 
 MD5                                            |   38 +--
 NEWS.md                                        |   12 +
 R/HelperFunctions.R                            |    2 
 R/RenderSql.R                                  |    2 
 R/ShinyApps.R                                  |    2 
 R/SparkSql.R                                   |    2 
 R/SqlRender.R                                  |    2 
 inst/csv/replacementPatterns.csv               |    5 
 inst/doc/UsingSqlRender.pdf                    |binary
 inst/shinyApps/SqlDeveloper/ui.R               |   90 ++++----
 java/org/ohdsi/sql/BigQuerySparkTranslate.java |    2 
 java/org/ohdsi/sql/JarChecksum.java            |    2 
 java/org/ohdsi/sql/MainClass.java              |    2 
 java/org/ohdsi/sql/SqlRender.java              |    2 
 java/org/ohdsi/sql/SqlSplit.java               |    2 
 java/org/ohdsi/sql/SqlTranslate.java           |    2 
 java/org/ohdsi/sql/StringUtils.java            |    2 
 tests/testthat/test-translate-duckdb.R         |   15 +
 tests/testthat/test-translate-iris.R           |  272 +++++++++++++------------
 20 files changed, 255 insertions(+), 209 deletions(-)

More information about SqlRender at CRAN
Permanent link

Package sommer updated to version 4.4.5 with previous version 4.4.4 dated 2025-11-26

Title: Solving Mixed Model Equations in R
Description: Structural multivariate-univariate linear mixed model solver for estimation of multiple random effects with unknown variance-covariance structures (e.g., heterogeneous and unstructured) and known covariance among levels of random effects (e.g., pedigree and genomic relationship matrices) (Covarrubias-Pazaran, 2016 <doi:10.1371/journal.pone.0156744>; Maier et al., 2015 <doi:10.1016/j.ajhg.2014.12.006>; Jensen et al., 1997). REML estimates can be obtained using the Direct-Inversion Newton-Raphson and Direct-Inversion Average Information algorithms for the problems r x r (r being the number of records) or using the Henderson-based average information algorithm for the problem c x c (c being the number of coefficients to estimate). Spatial models can also be fitted using the two-dimensional spline functionality available.
Author: Giovanny Covarrubias-Pazaran [aut, cre]
Maintainer: Giovanny Covarrubias-Pazaran <cova_ruber@live.com.mx>

Diff between sommer versions 4.4.4 dated 2025-11-26 and 4.4.5 dated 2026-03-25

 DESCRIPTION                  |    8 ++++----
 MD5                          |   16 ++++++++--------
 R/DEPRECATED_mmer.R          |    2 +-
 R/mmes.R                     |    2 +-
 inst/doc/sommer.gxe.html     |    2 +-
 inst/doc/sommer.qg.html      |    2 +-
 inst/doc/sommer.spatial.html |    2 +-
 inst/doc/sommer.vs.lme4.html |    2 +-
 man/MNR.Rd                   |    2 ++
 9 files changed, 20 insertions(+), 18 deletions(-)

More information about sommer at CRAN
Permanent link

Package simStateSpace updated to version 1.2.16 with previous version 1.2.15 dated 2026-02-06

Title: Simulate Data from State Space Models
Description: Provides a streamlined and user-friendly framework for simulating data in state space models, particularly when the number of subjects/units (n) exceeds one, a scenario commonly encountered in social and behavioral sciences. This package was designed to generate data for the simulations performed in Pesigan, Russell, and Chow (2025) <doi:10.1037/met0000779>.
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph] , Michael A. Russell [ctb] , Sy-Miin Chow [ctb]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>

Diff between simStateSpace versions 1.2.15 dated 2026-02-06 and 1.2.16 dated 2026-03-25

 DESCRIPTION                                          |    8 
 MD5                                                  |  125 ++++++++-------
 NAMESPACE                                            |    4 
 NEWS.md                                              |    8 
 R/RcppExports.R                                      |  103 ------------
 R/simStateSpace-lin-sde-intercept-eta.R              |only
 R/simStateSpace-lin-sde-intercept-y.R                |only
 R/simStateSpace-sim-mvn.R                            |only
 R/simStateSpace-sim-ssm-fixed.R                      |   40 ++--
 R/simStateSpace-sim-ssm-i-vary.R                     |   40 ++--
 R/simStateSpace-sim-ssm-lin-growth-i-vary.R          |   40 ++--
 R/simStateSpace-sim-ssm-lin-growth.R                 |   40 ++--
 R/simStateSpace-sim-ssm-lin-sde-i-vary.R             |   42 ++---
 R/simStateSpace-sim-ssm-ou-i-vary.R                  |   42 ++---
 R/simStateSpace-sim-ssm-var-fixed.R                  |   38 ++--
 R/simStateSpace-sim-ssm-var-i-vary.R                 |   38 ++--
 R/simStateSpace-ssm-intercept-eta.R                  |    2 
 build/partial.rdb                                    |binary
 man/LinSDE2SSM.Rd                                    |   82 +++++-----
 man/LinSDECovEta.Rd                                  |   82 +++++-----
 man/LinSDECovY.Rd                                    |   82 +++++-----
 man/LinSDEInterceptEta.Rd                            |only
 man/LinSDEInterceptY.Rd                              |only
 man/LinSDEMeanEta.Rd                                 |   82 +++++-----
 man/LinSDEMeanY.Rd                                   |   82 +++++-----
 man/ProjectToHurwitz.Rd                              |   82 +++++-----
 man/ProjectToStability.Rd                            |   82 +++++-----
 man/SSMCovEta.Rd                                     |   82 +++++-----
 man/SSMCovY.Rd                                       |   82 +++++-----
 man/SSMInterceptEta.Rd                               |   84 +++++-----
 man/SSMInterceptY.Rd                                 |   82 +++++-----
 man/SSMMeanEta.Rd                                    |   82 +++++-----
 man/SSMMeanY.Rd                                      |   82 +++++-----
 man/SimAlphaN.Rd                                     |   84 +++++-----
 man/SimBetaN.Rd                                      |   82 +++++-----
 man/SimBetaN2.Rd                                     |   82 +++++-----
 man/SimBetaNCovariate.Rd                             |   82 +++++-----
 man/SimCovDiagN.Rd                                   |   82 +++++-----
 man/SimCovN.Rd                                       |   82 +++++-----
 man/SimIotaN.Rd                                      |   84 +++++-----
 man/SimMVN.Rd                                        |only
 man/SimMuN.Rd                                        |only
 man/SimNuN.Rd                                        |   84 +++++-----
 man/SimPhiN.Rd                                       |   82 +++++-----
 man/SimPhiN2.Rd                                      |   82 +++++-----
 man/SimPhiNCovariate.Rd                              |   82 +++++-----
 man/SimSSMFixed.Rd                                   |   82 +++++-----
 man/SimSSMIVary.Rd                                   |   82 +++++-----
 man/SimSSMLinGrowth.Rd                               |   82 +++++-----
 man/SimSSMLinGrowthIVary.Rd                          |  122 +++++----------
 man/SimSSMLinSDEFixed.Rd                             |   82 +++++-----
 man/SimSSMLinSDEIVary.Rd                             |   82 +++++-----
 man/SimSSMOUFixed.Rd                                 |   82 +++++-----
 man/SimSSMOUIVary.Rd                                 |   82 +++++-----
 man/SimSSMVARFixed.Rd                                |   82 +++++-----
 man/SimSSMVARIVary.Rd                                |   82 +++++-----
 man/SpectralRadius.Rd                                |   82 +++++-----
 man/TestPhi.Rd                                       |   82 +++++-----
 man/TestPhiHurwitz.Rd                                |   82 +++++-----
 man/TestStability.Rd                                 |   82 +++++-----
 man/TestStationarity.Rd                              |   82 +++++-----
 man/simStateSpace-package.Rd                         |    5 
 src/RcppExports.cpp                                  |   55 ++----
 src/source.cpp                                       |  153 ++-----------------
 tests/testthat/test-simStateSpace-lin-sde-mean-eta.R |   14 +
 tests/testthat/test-simStateSpace-lin-sde-mean-y.R   |   15 +
 tests/testthat/test-simStateSpace-sim-mu-n.R         |only
 tests/testthat/test-simStateSpace-sim-mvn.R          |only
 68 files changed, 2029 insertions(+), 2029 deletions(-)

More information about simStateSpace at CRAN
Permanent link

Package psych updated to version 2.6.3 with previous version 2.6.1 dated 2026-02-03

Title: Procedures for Psychological, Psychometric, and Personality Research
Description: A general purpose toolbox developed originally for personality, psychometric theory and experimental psychology. Functions are primarily for multivariate analysis and scale construction using factor analysis, principal component analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Item Response Theory is done using factor analysis of tetrachoric and polychoric correlations. Functions for analyzing data at multiple levels include within and between group statistics, including correlations and factor analysis. Validation and cross validation of scales developed using basic machine learning algorithms are provided, as are functions for simulating and testing particular item and test structures. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, including mediation models, factor analysis and structural equation models are created using basic graphics. Some of the fu [...truncated...]
Author: William Revelle [aut, cre]
Maintainer: William Revelle <revelle@northwestern.edu>

Diff between psych versions 2.6.1 dated 2026-02-03 and 2.6.3 dated 2026-03-25

 psych-2.6.1/psych/R/cfa.r                 |only
 psych-2.6.3/psych/DESCRIPTION             |    8 +--
 psych-2.6.3/psych/MD5                     |   60 ++++++++++++------------
 psych-2.6.3/psych/NAMESPACE               |    3 +
 psych-2.6.3/psych/R/CFA.bifactor.r        |only
 psych-2.6.3/psych/R/CFA.r                 |only
 psych-2.6.3/psych/R/alpha.R               |    8 ++-
 psych-2.6.3/psych/R/anova.psych.R         |    4 -
 psych-2.6.3/psych/R/biplot.psych.R        |   14 +++++
 psych-2.6.3/psych/R/diagram.R             |    2 
 psych-2.6.3/psych/R/factor.congruence.R   |   17 ++++--
 psych-2.6.3/psych/R/irt.cfa.r             |only
 psych-2.6.3/psych/R/misc.R                |   40 +++++++++++-----
 psych-2.6.3/psych/R/parallel.irt.r        |    2 
 psych-2.6.3/psych/R/print.psych.R         |    2 
 psych-2.6.3/psych/R/print.psych.omega.R   |    3 -
 psych-2.6.3/psych/R/print_psych.cfa.r     |   37 +++++++++++++-
 psych-2.6.3/psych/R/score.irt.r           |    6 +-
 psych-2.6.3/psych/build/partial.rdb       |binary
 psych-2.6.3/psych/build/vignette.rds      |binary
 psych-2.6.3/psych/inst/CITATION           |    2 
 psych-2.6.3/psych/inst/NEWS.Rd            |   22 ++++++++
 psych-2.6.3/psych/inst/doc/scoring.pdf    |binary
 psych-2.6.3/psych/man/00.psych-package.Rd |   51 ++++++++++++++------
 psych-2.6.3/psych/man/alpha.Rd            |    5 +-
 psych-2.6.3/psych/man/best.scales.Rd      |    2 
 psych-2.6.3/psych/man/biplot.psych.Rd     |   26 ++++++----
 psych-2.6.3/psych/man/cfa.Rd              |   75 ++++++++++++++++++++----------
 psych-2.6.3/psych/man/fa.Rd               |   11 +++-
 psych-2.6.3/psych/man/fa.lookup.Rd        |    3 -
 psych-2.6.3/psych/man/irt.fa.Rd           |    2 
 psych-2.6.3/psych/man/omega.Rd            |   14 ++++-
 psych-2.6.3/psych/man/score.items.Rd      |    4 +
 33 files changed, 301 insertions(+), 122 deletions(-)

More information about psych at CRAN
Permanent link

Package peperr updated to version 1.7 with previous version 1.6 dated 2025-09-15

Title: Parallelised Estimation of Prediction Error
Description: Designed for prediction error estimation through resampling techniques, possibly accelerated by parallel execution on a compute cluster. Newly developed model fitting routines can be easily incorporated. Methods used in the package are detailed in Porzelius Ch., Binder H. and Schumacher M. (2009) <doi:10.1093/bioinformatics/btp062> and were used, for instance, in Porzelius Ch., Schumacher M. and Binder H. (2011) <doi:10.1007/s00180-011-0236-6>.
Author: Christine Porzelius [aut], Harald Binder [aut], Frederic Bertrand [cre]
Maintainer: Frederic Bertrand <frederic.bertrand@lecnam.net>

Diff between peperr versions 1.6 dated 2025-09-15 and 1.7 dated 2026-03-25

 DESCRIPTION                              |   15 +++--
 MD5                                      |   74 ++++++++++++++++++++++------
 NAMESPACE                                |   81 +++++++++++++++++++++++--------
 NEWS.md                                  |    6 ++
 R/CoxBoost-utils.R                       |only
 R/PLL.CoxBoost.R                         |only
 R/PLL.SGL_cox.R                          |only
 R/PLL.coxnet.R                           |only
 R/PLL.grpsurv.R                          |only
 R/PLL.mboost_coxph.R                     |only
 R/PLL.ncvsurv.R                          |only
 R/PLL.penfit.R                           |only
 R/backend-utils.R                        |only
 R/complexity.LASSO.R                     |   33 ++++++++++--
 R/complexity.ipec.CoxBoost.R             |only
 R/complexity.mincv.CoxBoost.R            |only
 R/fit.CoxBoost.R                         |only
 R/fit.LASSO.R                            |   41 +++++++++++++--
 R/fit.SGL.cox.R                          |only
 R/fit.glmnet.R                           |only
 R/fit.grpsurv.R                          |only
 R/fit.mboost.coxph.R                     |only
 R/fit.ncvsurv.R                          |only
 R/fit.rfsrc.R                            |only
 R/peperr.R                               |   43 ++++++++++------
 R/predictProb.CoxBoost.R                 |only
 R/predictProb.SGL_cox.R                  |only
 R/predictProb.coxnet.R                   |only
 R/predictProb.coxph.R                    |   19 ++-----
 R/predictProb.grpsurv.R                  |only
 R/predictProb.mboost_coxph.R             |only
 R/predictProb.ncvsurv.R                  |only
 R/predictProb.penfit.R                   |only
 R/predictProb.rfsrc.R                    |only
 R/predictProb.survfit.R                  |    8 ++-
 README.md                                |    1 
 man/PLL.CoxBoost.Rd                      |only
 man/PLL.Rd                               |    6 +-
 man/PLL.penfit.Rd                        |only
 man/SGL-backend.Rd                       |only
 man/complexity.LASSO.Rd                  |   28 ++++++----
 man/complexity.ipec.CoxBoost.Rd          |only
 man/complexity.mincv.CoxBoost.Rd         |only
 man/fit.CoxBoost.Rd                      |only
 man/fit.LASSO.Rd                         |   30 +++++++----
 man/fit.coxph.Rd                         |    4 -
 man/glmnet-backend.Rd                    |only
 man/grpreg-backend.Rd                    |only
 man/mboost-backend.Rd                    |only
 man/ncvreg-backend.Rd                    |only
 man/peperr.Rd                            |    9 +--
 man/predictProb.CoxBoost.Rd              |only
 man/predictProb.Rd                       |    4 -
 man/predictProb.penfit.Rd                |only
 man/randomForestSRC-backend.Rd           |only
 tests/testthat/setup-survival-backends.R |only
 tests/testthat/test-behavior.R           |   49 ++++++++++++++++++
 tests/testthat/test-coxboost-flow.R      |only
 tests/testthat/test-survival-backends.R  |only
 59 files changed, 333 insertions(+), 118 deletions(-)

More information about peperr at CRAN
Permanent link

Package Pade updated to version 1.1.0 with previous version 1.0.9 dated 2026-01-07

Title: Padé Approximant Coefficients
Description: Given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padé approximant of appropriate order (Baker, 1975) <ISBN:9780120748556>.
Author: Avraham Adler [aut, cph, cre]
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>

Diff between Pade versions 1.0.9 dated 2026-01-07 and 1.1.0 dated 2026-03-25

 DESCRIPTION               |    9 ++++-----
 MD5                       |   16 ++++++++--------
 NAMESPACE                 |    3 ---
 R/Pade.R                  |   28 ++++++++++++++++++++--------
 build/partial.rdb         |binary
 inst/CITATION             |    2 +-
 inst/NEWS.Rd              |   22 +++++++++++++++++++++-
 inst/tinytest/test_Pade.R |    8 +++++---
 man/Pade.Rd               |   13 +++++++++----
 9 files changed, 68 insertions(+), 33 deletions(-)

More information about Pade at CRAN
Permanent link

Package gdalraster updated to version 2.5.0 with previous version 2.4.0 dated 2025-12-18

Title: Bindings to 'GDAL'
Description: API bindings to the Geospatial Data Abstraction Library ('GDAL', <https://gdal.org>). Implements the 'GDAL' Raster and Vector Data Models. Bindings are implemented with 'Rcpp' modules. Exposed C++ classes and stand-alone functions wrap much of the 'GDAL' API and provide additional functionality. Calling signatures resemble the native C, C++ and Python APIs provided by the 'GDAL' project. Class 'GDALRaster' encapsulates a 'GDALDataset' and its raster band objects. Class 'GDALVector' encapsulates an 'OGRLayer' and the 'GDALDataset' that contains it. Initial bindings are provided to the unified 'gdal' command line interface added in 'GDAL' 3.11. C++ stand-alone functions provide bindings to most 'GDAL' "traditional" raster and vector utilities, including 'OGR' facilities for vector geoprocessing, several algorithms, as well as the Geometry API ('GEOS' via 'GDAL' headers), the Spatial Reference Systems API, and methods for coordinate transformation. Bindings to the Virtual Systems In [...truncated...]
Author: Chris Toney [aut, cre] , Michael D. Sumner [aut] , Pepijn de Vries [ctb] , Frank Warmerdam [ctb, cph] , Even Rouault [ctb, cph] , Marius Appel [ctb, cph] , Daniel James [ctb, cph] , Peter Dimov [ctb, cph]
Maintainer: Chris Toney <jctoney@gmail.com>

Diff between gdalraster versions 2.4.0 dated 2025-12-18 and 2.5.0 dated 2026-03-25

 DESCRIPTION                            |   33 -
 MD5                                    |  152 +++----
 NAMESPACE                              |    1 
 NEWS.md                                |   51 ++
 R/RcppExports.R                        |  171 +++++++-
 R/display.R                            |    3 
 R/gdal_helpers.R                       |  230 +++++++++-
 R/gdal_rat.R                           |   24 -
 R/gdalraster.R                         |   64 ++-
 R/gdalraster_proc.R                    |  698 ++++++++++++++++++++++++++-------
 R/gdalvector.R                         |    5 
 R/geom.R                               |  220 +++++++---
 R/grid_helpers.R                       |only
 R/s3_methods.R                         |    6 
 R/vsifile.R                            |   42 +
 README.md                              |    6 
 build/vignette.rds                     |binary
 configure                              |   18 
 configure.ac                           |    2 
 inst/CITATION                          |   10 
 inst/COPYRIGHTS                        |   26 -
 inst/doc/raster-api-tutorial.html      |   92 ++--
 inst/doc/raster-attribute-tables.R     |    2 
 inst/doc/raster-attribute-tables.Rmd   |    6 
 inst/doc/raster-attribute-tables.html  |  243 +++++------
 inst/extdata/storml_los_pts_b.geojson  |only
 man/DEFAULT_NODATA.Rd                  |    6 
 man/GDALRaster-class.Rd                |   64 ++-
 man/GDALVector-class.Rd                |    5 
 man/VSIFile-class.Rd                   |   47 +-
 man/addFilesInZip.Rd                   |   20 
 man/bbox_from_dim_gt.Rd                |only
 man/buildRAT.Rd                        |   20 
 man/calc.Rd                            |  119 +++--
 man/g_factory.Rd                       |   90 +++-
 man/g_unary_op.Rd                      |    2 
 man/gdalraster-package.Rd              |   12 
 man/gt_from_dim_bbox.Rd                |only
 man/is_los_visible.Rd                  |only
 man/make_chunk_index.Rd                |    2 
 man/push_error_handler.Rd              |    8 
 man/read_to_nativeRaster.Rd            |only
 man/set_config_option.Rd               |   15 
 man/vector_to_MEM.Rd                   |only
 man/vsi_glob.Rd                        |only
 man/vsi_read_dir.Rd                    |    2 
 man/vsi_uri_to_vsi_path.Rd             |only
 src/RcppExports.cpp                    |  151 ++++++-
 src/gdal_exp.cpp                       |  441 ++++++++++++++++++--
 src/gdal_vsi.cpp                       |  171 ++++++--
 src/gdal_vsi.h                         |    5 
 src/gdalalg.cpp                        |  326 ++++++---------
 src/gdalalg.h                          |    1 
 src/gdalraster.cpp                     |  501 ++++++++++++++++++-----
 src/gdalraster.h                       |   23 -
 src/gdalvector.cpp                     |  299 +++++++-------
 src/gdalvector.h                       |    1 
 src/geom_api.cpp                       |  624 +++++++++++++++++++++--------
 src/geom_api.h                         |   28 -
 src/ogr_util.cpp                       |   55 +-
 src/progress_r.cpp                     |  107 +----
 src/rcpp_util.cpp                      |  110 ++++-
 src/rcpp_util.h                        |   16 
 src/srs_api.cpp                        |    2 
 src/srs_api.h                          |    2 
 src/transform.cpp                      |   18 
 src/vsifile.cpp                        |   61 +-
 src/vsifile.h                          |   11 
 tests/testthat/test-GDALRaster-class.R |  116 ++++-
 tests/testthat/test-GDALVector-class.R |   10 
 tests/testthat/test-VSIFile-class.R    |   22 -
 tests/testthat/test-display.R          |   10 
 tests/testthat/test-gdal_exp.R         |  206 +++++++++
 tests/testthat/test-gdal_helpers.R     |  149 +++++++
 tests/testthat/test-gdal_rat.R         |   12 
 tests/testthat/test-gdal_vsi.R         |   16 
 tests/testthat/test-gdalraster_proc.R  |  191 ++++++---
 tests/testthat/test-geom.R             |  120 +++++
 tests/testthat/test-grid-helpers.R     |only
 tests/testthat/test-ogr_manage.R       |   10 
 tests/testthat/test-s3_methods.R       |    6 
 vignettes/raster-attribute-tables.Rmd  |    6 
 82 files changed, 4744 insertions(+), 1600 deletions(-)

More information about gdalraster at CRAN
Permanent link

Package adbcdrivermanager updated to version 0.22.0-2 with previous version 0.22.0-1 dated 2026-03-09

Title: 'Arrow' Database Connectivity ('ADBC') Driver Manager
Description: Provides a developer-facing interface to 'Arrow' Database Connectivity ('ADBC') for the purposes of driver development, driver testing, and building high-level database interfaces for users. 'ADBC' <https://arrow.apache.org/adbc/> is an API standard for database access libraries that uses 'Arrow' for result sets and query parameters.
Author: Dewey Dunnington [aut, cre] , Apache Arrow [aut, cph], Apache Software Foundation [cph]
Maintainer: Dewey Dunnington <dewey@dunnington.ca>

Diff between adbcdrivermanager versions 0.22.0-1 dated 2026-03-09 and 0.22.0-2 dated 2026-03-25

 DESCRIPTION  |    6 +++---
 MD5          |    4 ++--
 src/radbc.cc |   13 ++++++++++++-
 3 files changed, 17 insertions(+), 6 deletions(-)

More information about adbcdrivermanager at CRAN
Permanent link

Package SQUIRE (with last version 1.0.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2025-11-30 1.0.1
2025-11-19 1.0.0

Permanent link
Package dream updated to version 1.1.1 with previous version 1.0.1 dated 2026-02-07

Title: Dynamic Relational Event Analysis and Modeling
Description: A set of tools for relational and event analysis, including two- and one-mode network brokerage and structural measures, and helper functions optimized for relational event analysis with large datasets, including creating relational risk sets, computing network statistics, estimating relational event models, and simulating relational event sequences. For more information on relational event models, see Butts (2008) <doi:10.1111/j.1467-9531.2008.00203.x>, Lerner and Lomi (2020) <doi:10.1017/nws.2019.57>, Bianchi et al. (2024) <doi:10.1146/annurev-statistics-040722-060248>, and Butts et al. (2023) <doi:10.1017/nws.2023.9>. In terms of the structural measures in this package, see Leal (2025) <doi:10.1177/00491241251322517>, Burchard and Cornwell (2018) <doi:10.1016/j.socnet.2018.04.001>, and Fujimoto et al. (2018) <doi:10.1017/nws.2018.11>. This package was developed with support from the National Science Foundation’s (NSF) Human Networks and Data [...truncated...]
Author: Kevin A. Carson [aut, cre] , Diego F. Leal [aut]
Maintainer: Kevin A. Carson <kacarson@arizona.edu>

Diff between dream versions 1.0.1 dated 2026-02-07 and 1.1.1 dated 2026-03-25

 dream-1.0.1/dream/R/npaths_deprecatedV100.R                           |only
 dream-1.0.1/dream/R/onemode_Constraint_deprecatedV100.R               |only
 dream-1.0.1/dream/R/onemode_EffectiveSize_deprecatedV100.R            |only
 dream-1.0.1/dream/R/onemode_PIB_deprecatedV100.R                      |only
 dream-1.0.1/dream/R/rem_dyadiccutoffhelp_deprecatedV100.R             |only
 dream-1.0.1/dream/R/rem_exp_weights_deprecated.R                      |only
 dream-1.0.1/dream/R/rem_fourcyles_deprecatedV100.R                    |only
 dream-1.0.1/dream/R/rem_incomingsharedpartners_deprecatedV100.R       |only
 dream-1.0.1/dream/R/rem_incomingtwopaths_deprecatedV100.R             |only
 dream-1.0.1/dream/R/rem_logit_deprecatedV100.R                        |only
 dream-1.0.1/dream/R/rem_onemoderiskset_deprecatedV100.R               |only
 dream-1.0.1/dream/R/rem_outgoingsharedpartners_deprecatedV100.R       |only
 dream-1.0.1/dream/R/rem_outgoingtwopaths_deprecatedV100.R             |only
 dream-1.0.1/dream/R/rem_reciprocity_deprecatedV100.R                  |only
 dream-1.0.1/dream/R/rem_repetition_deprecatedV100.R                   |only
 dream-1.0.1/dream/R/rem_senderindegree_deprecatedV100.R               |only
 dream-1.0.1/dream/R/rem_senderoutdegree_deprecatedV100.R              |only
 dream-1.0.1/dream/R/rem_simulate_deprecatedV100.R                     |only
 dream-1.0.1/dream/R/rem_stat_persistence_deprecatedV100.R             |only
 dream-1.0.1/dream/R/rem_stat_preferential_attachment_deprecatedV100.R |only
 dream-1.0.1/dream/R/rem_stat_recency_deprecatedV100.R                 |only
 dream-1.0.1/dream/R/rem_targetindegree_deprecatedV100.R               |only
 dream-1.0.1/dream/R/rem_targetoutdegree_deprecatedV100.R              |only
 dream-1.0.1/dream/R/rem_triadic_deprecatedV100.R                      |only
 dream-1.0.1/dream/R/rem_twomoderiskset_deprecatedV100.R               |only
 dream-1.0.1/dream/R/tm_EgoDisHomophily_deprecatedV100.R               |only
 dream-1.0.1/dream/R/twomode_Constraint_deprecatedV100.R               |only
 dream-1.0.1/dream/R/twomode_Degree_deprecatedV100.R                   |only
 dream-1.0.1/dream/R/twomode_Density_deprecatedV100.R                  |only
 dream-1.0.1/dream/R/twomode_EffectiveSize_deprecatedV100.R            |only
 dream-1.0.1/dream/R/twomode_Redunancy_deprecatedV100.R                |only
 dream-1.0.1/dream/R/twomode_homophilous4Cycles_deprecatedV100.R       |only
 dream-1.0.1/dream/man/computeBCConstraint.Rd                          |only
 dream-1.0.1/dream/man/computeBCES.Rd                                  |only
 dream-1.0.1/dream/man/computeBCRedund.Rd                              |only
 dream-1.0.1/dream/man/computeBurtsConstraint.Rd                       |only
 dream-1.0.1/dream/man/computeBurtsES.Rd                               |only
 dream-1.0.1/dream/man/computeFourCycles.Rd                            |only
 dream-1.0.1/dream/man/computeHomFourCycles.Rd                         |only
 dream-1.0.1/dream/man/computeISP.Rd                                   |only
 dream-1.0.1/dream/man/computeITP.Rd                                   |only
 dream-1.0.1/dream/man/computeLealBrokerage.Rd                         |only
 dream-1.0.1/dream/man/computeNPaths.Rd                                |only
 dream-1.0.1/dream/man/computeOSP.Rd                                   |only
 dream-1.0.1/dream/man/computeOTP.Rd                                   |only
 dream-1.0.1/dream/man/computePersistence.Rd                           |only
 dream-1.0.1/dream/man/computePrefAttach.Rd                            |only
 dream-1.0.1/dream/man/computeReceiverIndegree.Rd                      |only
 dream-1.0.1/dream/man/computeReceiverOutdegree.Rd                     |only
 dream-1.0.1/dream/man/computeRecency.Rd                               |only
 dream-1.0.1/dream/man/computeReciprocity.Rd                           |only
 dream-1.0.1/dream/man/computeRemDyadCut.Rd                            |only
 dream-1.0.1/dream/man/computeRepetition.Rd                            |only
 dream-1.0.1/dream/man/computeSenderIndegree.Rd                        |only
 dream-1.0.1/dream/man/computeSenderOutdegree.Rd                       |only
 dream-1.0.1/dream/man/computeTMDegree.Rd                              |only
 dream-1.0.1/dream/man/computeTMDens.Rd                                |only
 dream-1.0.1/dream/man/computeTMEgoDis.Rd                              |only
 dream-1.0.1/dream/man/computeTriads.Rd                                |only
 dream-1.0.1/dream/man/estimateREM.Rd                                  |only
 dream-1.0.1/dream/man/processOMEventSeq.Rd                            |only
 dream-1.0.1/dream/man/processTMEventSeq.Rd                            |only
 dream-1.0.1/dream/man/remExpWeights.Rd                                |only
 dream-1.0.1/dream/man/simulateRESeq.Rd                                |only
 dream-1.1.1/dream/DESCRIPTION                                         |    8 
 dream-1.1.1/dream/MD5                                                 |  124 ---
 dream-1.1.1/dream/NAMESPACE                                           |   48 -
 dream-1.1.1/dream/NEWS.md                                             |   11 
 dream-1.1.1/dream/R/createriskset.R                                   |  227 +++++
 dream-1.1.1/dream/R/degreestatrem.R                                   |  397 +++++++++
 dream-1.1.1/dream/R/dream.R                                           |    6 
 dream-1.1.1/dream/R/rem_dyadiccutoffhelp.R                            |  130 +++
 dream-1.1.1/dream/R/rem_fourcyles.R                                   |  265 ++++++
 dream-1.1.1/dream/R/rem_reciprocity.R                                 |  228 +++++
 dream-1.1.1/dream/R/rem_repetition.R                                  |  222 +++++
 dream-1.1.1/dream/R/rem_stat_persistence.R                            |  177 ++++
 dream-1.1.1/dream/R/rem_stat_preferential_attachment.R                |  147 +++
 dream-1.1.1/dream/R/rem_stat_recency.R                                |  220 +++++
 dream-1.1.1/dream/R/remtriadicformations.R                            |  406 +++++++++-
 dream-1.1.1/dream/man/create_riskset.Rd                               |    4 
 dream-1.1.1/dream/man/create_riskset_constant.Rd                      |only
 dream-1.1.1/dream/man/dream.Rd                                        |    6 
 dream-1.1.1/dream/man/dreamstats_degree.Rd                            |only
 dream-1.1.1/dream/man/dreamstats_dyadcut.Rd                           |only
 dream-1.1.1/dream/man/dreamstats_fourcycles.Rd                        |only
 dream-1.1.1/dream/man/dreamstats_persistence.Rd                       |only
 dream-1.1.1/dream/man/dreamstats_prefattachment.Rd                    |only
 dream-1.1.1/dream/man/dreamstats_recency.Rd                           |only
 dream-1.1.1/dream/man/dreamstats_reciprocity.Rd                       |only
 dream-1.1.1/dream/man/dreamstats_repetition.Rd                        |only
 dream-1.1.1/dream/man/dreamstats_triads.Rd                            |only
 dream-1.1.1/dream/man/remstats_degree.Rd                              |    6 
 dream-1.1.1/dream/man/remstats_dyadcut.Rd                             |    4 
 dream-1.1.1/dream/man/remstats_fourcycles.Rd                          |    6 
 dream-1.1.1/dream/man/remstats_persistence.Rd                         |    6 
 dream-1.1.1/dream/man/remstats_prefattachment.Rd                      |    6 
 dream-1.1.1/dream/man/remstats_recency.Rd                             |    6 
 dream-1.1.1/dream/man/remstats_reciprocity.Rd                         |    4 
 dream-1.1.1/dream/man/remstats_repetition.Rd                          |    6 
 dream-1.1.1/dream/man/remstats_triads.Rd                              |    6 
 100 files changed, 2505 insertions(+), 171 deletions(-)

More information about dream at CRAN
Permanent link


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