Fri, 19 Jul 2024

Package labelr updated to version 0.1.7 with previous version 0.1.6 dated 2024-06-04

Title: Label Data Frames, Variables, and Values
Description: Create and use data frame labels for data frame objects (frame labels), their columns (name labels), and individual values of a column (value labels). Value labels include one-to-one and many-to-one labels for nominal and ordinal variables, as well as numerical range-based value labels for continuous variables. Convert value-labeled variables so each value is replaced by its corresponding value label. Add values-converted-to-labels columns to a value-labeled data frame while preserving parent columns. Filter and subset a value-labeled data frame using labels, while returning results in terms of values. Overlay labels in place of values in common R commands to increase interpretability. Generate tables of value frequencies, with categories expressed as raw values or as labels. Access data frames that show value-to-label mappings for easy reference.
Author: Robert Hartman [aut, cre], The MITRE Corporation [cph]
Maintainer: Robert Hartman <rohartman@gmail.com>

Diff between labelr versions 0.1.6 dated 2024-06-04 and 0.1.7 dated 2024-07-19

 DESCRIPTION                         |    6 
 MD5                                 |   59 +-
 NAMESPACE                           |    3 
 NEWS.md                             |   11 
 R/add_lab_atts.R                    |   16 
 R/add_lab_col1.R                    |    4 
 R/add_lab_cols.R                    |    4 
 R/as_base_data_frame.R              |    5 
 R/as_base_data_frame2.R             |    5 
 R/as_labeled_data_frame.R           |only
 R/clean_data_atts.R                 |    5 
 R/extract-labeled.R                 |only
 R/fact2char.R                       |    2 
 R/greml.R                           |   13 
 R/gremlr.R                          |    8 
 R/sbrac.R                           |   15 
 R/ssubset.R                         |    3 
 R/strip_labs.R                      |    2 
 R/transfer_labs.R                   |   38 -
 R/use_val_lab1.R                    |    4 
 R/use_val_labs.R                    |    4 
 inst/doc/labelr-introduction.R      |   12 
 inst/doc/labelr-introduction.Rmd    |   64 --
 inst/doc/labelr-introduction.html   |  829 ++++++++++++++++--------------------
 inst/doc/labelr-special-topics.html |   44 -
 man/add_lab_atts.Rd                 |    7 
 man/as_labeled_data_frame.Rd        |only
 man/fact2char.Rd                    |    2 
 man/sbrac.Rd                        |   15 
 man/ssubset.Rd                      |    3 
 man/strip_labs.Rd                   |    2 
 vignettes/labelr-introduction.Rmd   |   64 --
 32 files changed, 549 insertions(+), 700 deletions(-)

More information about labelr at CRAN
Permanent link

Package shinyloadtest updated to version 1.2.0 with previous version 1.1.0 dated 2021-02-11

Title: Load Test Shiny Applications
Description: Assesses the number of concurrent users 'shiny' applications are capable of supporting, and for directing application changes in order to support a higher number of users. Provides facilities for recording 'shiny' application sessions, playing recorded sessions against a target server at load, and analyzing the resulting metrics.
Author: Barret Schloerke [aut, cre] , Alan Dipert [aut], Barbara Borges [aut], Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>

Diff between shinyloadtest versions 1.1.0 dated 2021-02-11 and 1.2.0 dated 2024-07-19

 DESCRIPTION                               |   32 ++++----
 MD5                                       |   60 +++++++--------
 NAMESPACE                                 |    6 +
 NEWS.md                                   |   12 ++-
 R/analysis.R                              |   38 ++++-----
 R/auth.R                                  |   61 +++++++--------
 R/detect.R                                |   13 +--
 R/enum.R                                  |   20 +++--
 R/make_report.R                           |  101 +++++++++++++++----------
 R/plotting.R                              |   25 +++---
 R/shiny-recorder.R                        |  118 +++++++++++++++++-------------
 R/shinyloadtest-package.R                 |only
 R/url.R                                   |   10 +-
 R/util.R                                  |    7 +
 README.md                                 |   47 ++++++-----
 data/slt_demo_data_1.rda                  |binary
 data/slt_demo_data_16.rda                 |binary
 data/slt_demo_data_4.rda                  |binary
 inst/WORDLIST                             |    9 +-
 man/load_runs.Rd                          |    8 +-
 man/record_session.Rd                     |    4 -
 man/shinyloadtest-package.Rd              |only
 man/shinyloadtest_report.Rd               |    2 
 man/slt_plot.Rd                           |   28 +++----
 tests/spelling.R                          |    9 +-
 tests/testthat.R                          |    8 ++
 tests/testthat/test-app-detection.R       |    3 
 tests/testthat/test-enum.R                |    4 -
 tests/testthat/test-http-header-removal.R |   24 +++---
 tests/testthat/test-report-gen.R          |   20 ++++-
 tests/testthat/test-sockjs-message.R      |    2 
 tests/testthat/test-url-construction.R    |    2 
 32 files changed, 386 insertions(+), 287 deletions(-)

More information about shinyloadtest at CRAN
Permanent link

Package SchoolDataIT updated to version 0.2.0 with previous version 0.1.2 dated 2024-06-11

Title: Retrieve, Harmonise and Map Open Data Regarding the Italian School System
Description: Compiles and displays the available data sets regarding the Italian school system, with a focus on the infrastructural aspects. Input datasets are downloaded from the web, with the aim of updating everything to real time. The functions are divided in four main modules, namely 'Get', to scrape raw data from the web 'Util', various utilities needed to process raw data 'Group', to aggregate data at the municipality or province level 'Map', to visualize the output datasets.
Author: Leonardo Cefalo [aut, cre] , Alessio Pollice [ctb, ths] , Paolo Maranzano [ctb]
Maintainer: Leonardo Cefalo <leonardo.cefalo@uniba.it>

Diff between SchoolDataIT versions 0.1.2 dated 2024-06-11 and 0.2.0 dated 2024-07-19

 SchoolDataIT-0.1.2/SchoolDataIT/R/Get_RiskMap.R             |only
 SchoolDataIT-0.1.2/SchoolDataIT/man/Get_RiskMap.Rd          |only
 SchoolDataIT-0.2.0/SchoolDataIT/DESCRIPTION                 |   10 -
 SchoolDataIT-0.2.0/SchoolDataIT/MD5                         |   41 ++--
 SchoolDataIT-0.2.0/SchoolDataIT/NAMESPACE                   |    1 
 SchoolDataIT-0.2.0/SchoolDataIT/NEWS.md                     |   12 +
 SchoolDataIT-0.2.0/SchoolDataIT/R/Get_AdmUnNames.R          |  115 +++---------
 SchoolDataIT-0.2.0/SchoolDataIT/R/Get_DB_MIUR.R             |    2 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Get_InnerAreas.R          |   81 +++++---
 SchoolDataIT-0.2.0/SchoolDataIT/R/Get_School2mun.R          |    3 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Get_nteachers_prov.R      |    2 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Map_DB.R                  |    7 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Map_Invalsi.R             |    6 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Map_School_Buildings.R    |    4 
 SchoolDataIT-0.2.0/SchoolDataIT/R/NA.join.manage.R          |    8 
 SchoolDataIT-0.2.0/SchoolDataIT/R/Set_DB.R                  |   60 ------
 SchoolDataIT-0.2.0/SchoolDataIT/R/Util_DB_MIUR_num.R        |    2 
 SchoolDataIT-0.2.0/SchoolDataIT/README.md                   |only
 SchoolDataIT-0.2.0/SchoolDataIT/man/Get_AdmUnNames.Rd       |   11 -
 SchoolDataIT-0.2.0/SchoolDataIT/man/Get_InnerAreas.Rd       |   10 -
 SchoolDataIT-0.2.0/SchoolDataIT/man/Map_Invalsi.Rd          |    4 
 SchoolDataIT-0.2.0/SchoolDataIT/man/SchoolDataIT-package.Rd |    7 
 SchoolDataIT-0.2.0/SchoolDataIT/man/Set_DB.Rd               |    8 
 23 files changed, 168 insertions(+), 226 deletions(-)

More information about SchoolDataIT at CRAN
Permanent link

Package csquares updated to version 0.0.6 with previous version 0.0.5 dated 2024-07-05

Title: Concise Spatial Query and Representation System (c-Squares)
Description: Encode and decode c-squares, from and to simple feature (sf) or spatiotemporal arrays (stars) objects. Use c-squares codes to quickly join or query spatial data.
Author: Pepijn de Vries [aut, cre]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>

Diff between csquares versions 0.0.5 dated 2024-07-05 and 0.0.6 dated 2024-07-19

 csquares-0.0.5/csquares/R/summarise.R                     |only
 csquares-0.0.5/csquares/man/csquare-methods.Rd            |only
 csquares-0.0.5/csquares/man/summarise.Rd                  |only
 csquares-0.0.5/csquares/tests/testthat/test-summarise.R   |only
 csquares-0.0.6/csquares/DESCRIPTION                       |   10 
 csquares-0.0.6/csquares/MD5                               |   43 -
 csquares-0.0.6/csquares/NAMESPACE                         |   13 
 csquares-0.0.6/csquares/NEWS.md                           |   15 
 csquares-0.0.6/csquares/R/as_csquares.R                   |   33 -
 csquares-0.0.6/csquares/R/csquares-package.R              |    2 
 csquares-0.0.6/csquares/R/csquares_methods.R              |  146 ++++-
 csquares-0.0.6/csquares/R/drop.R                          |    2 
 csquares-0.0.6/csquares/R/expand.R                        |   46 +
 csquares-0.0.6/csquares/R/helpers.R                       |   93 +++
 csquares-0.0.6/csquares/R/init.R                          |   56 ++
 csquares-0.0.6/csquares/R/new_csquares.R                  |    5 
 csquares-0.0.6/csquares/R/resample.R                      |only
 csquares-0.0.6/csquares/R/st_as_sf.R                      |   10 
 csquares-0.0.6/csquares/R/tidyverse.R                     |  385 +++++++++++---
 csquares-0.0.6/csquares/R/validate.R                      |    2 
 csquares-0.0.6/csquares/man/csquares-methods.Rd           |only
 csquares-0.0.6/csquares/man/expand_wildcards.Rd           |   10 
 csquares-0.0.6/csquares/man/resample_csquares.Rd          |only
 csquares-0.0.6/csquares/man/tidyverse.Rd                  |only
 csquares-0.0.6/csquares/tests/testthat.R                  |    8 
 csquares-0.0.6/csquares/tests/testthat/test-as-csquares.R |   21 
 csquares-0.0.6/csquares/tests/testthat/test-resample.R    |only
 27 files changed, 733 insertions(+), 167 deletions(-)

More information about csquares at CRAN
Permanent link

Package shinylive updated to version 0.2.0 with previous version 0.1.1 dated 2023-12-04

Title: Run 'shiny' Applications in the Browser
Description: Exporting 'shiny' applications with 'shinylive' allows you to run them entirely in a web browser, without the need for a separate R server. The traditional way of deploying 'shiny' applications involves in a separate server and client: the server runs R and 'shiny', and clients connect via the web browser. When an application is deployed with 'shinylive', R and 'shiny' run in the web browser (via 'webR'): the browser is effectively both the client and server for the application. This allows for your 'shiny' application exported by 'shinylive' to be hosted by a static web server.
Author: Barret Schloerke [aut, cre] , Winston Chang [aut] , George Stagg [aut], Garrick Aden-Buie [aut] , Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>

Diff between shinylive versions 0.1.1 dated 2023-12-04 and 0.2.0 dated 2024-07-19

 DESCRIPTION                      |   48 ++++++----
 MD5                              |   46 +++++----
 NAMESPACE                        |    1 
 NEWS.md                          |   14 ++
 R/app_json.R                     |   91 +++++++++----------
 R/assets.R                       |  185 ++++++++++++++++++++++-----------------
 R/cli.R                          |only
 R/deps.R                         |   88 ++++++++++--------
 R/export.R                       |  129 ++++++++++++++++++++-------
 R/packages.R                     |only
 R/quarto_ext.R                   |  147 +++++++++++++++++++++---------
 R/shinylive-package.R            |only
 R/utils.R                        |   22 +---
 R/version.R                      |    3 
 README.md                        |   35 ++++++-
 inst/WORDLIST                    |   24 +++--
 man/assets.Rd                    |   13 +-
 man/export.Rd                    |   55 ++++++++++-
 man/quarto_ext.Rd                |    5 -
 man/shinylive-package.Rd         |only
 tests/spelling.R                 |   10 +-
 tests/testthat/apps              |only
 tests/testthat/test-export.R     |  149 +++++++++++++++++--------------
 tests/testthat/test-quarto_ext.R |   48 +++++++++-
 24 files changed, 725 insertions(+), 388 deletions(-)

More information about shinylive at CRAN
Permanent link

Package geocausal updated to version 0.3.2 with previous version 0.3.1 dated 2024-07-06

Title: Causal Inference with Spatio-Temporal Data
Description: Spatio-temporal causal inference based on point process data. You provide the raw data of locations and timings of treatment and outcome events, specify counterfactual scenarios, and the package estimates causal effects over specified spatial and temporal windows. See Papadogeorgou, et al. (2022) <doi:10.1111/rssb.12548>.
Author: Mitsuru Mukaigawara [cre, aut] , Lingxiao Zhou [aut], Georgia Papadogeorgou [aut] , Jason Lyall [aut] , Kosuke Imai [aut]
Maintainer: Mitsuru Mukaigawara <mitsuru_mukaigawara@g.harvard.edu>

Diff between geocausal versions 0.3.1 dated 2024-07-06 and 0.3.2 dated 2024-07-19

 DESCRIPTION    |    6 +++---
 MD5            |    6 +++---
 NAMESPACE      |    2 +-
 R/smooth_ppp.R |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

More information about geocausal at CRAN
Permanent link

Package libr updated to version 1.3.4 with previous version 1.3.3 dated 2024-05-25

Title: Libraries, Data Dictionaries, and a Data Step for R
Description: Contains a set of functions to create data libraries, generate data dictionaries, and simulate a data step. The libname() function will load a directory of data into a library in one line of code. The dictionary() function will generate data dictionaries for individual data frames or an entire library. And the datestep() function will perform row-by-row data processing.
Author: David J. Bosak
Maintainer: David Bosak <dbosak01@gmail.com>

Diff between libr versions 1.3.3 dated 2024-05-25 and 1.3.4 dated 2024-07-19

 DESCRIPTION                    |    6 +++---
 MD5                            |   13 +++++++------
 NEWS.md                        |    3 +++
 R/libname.R                    |    2 +-
 R/utilities.R                  |    5 ++++-
 tests/testthat/data/empty      |only
 tests/testthat/test-datastep.R |   22 ++++++++++++++++++++++
 tests/testthat/test-libname.R  |   12 ++++++++++++
 8 files changed, 52 insertions(+), 11 deletions(-)

More information about libr at CRAN
Permanent link

Package crul updated to version 1.5.0 with previous version 1.4.2 dated 2024-04-09

Title: HTTP Client
Description: A simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>). The package name is a play on curl, the widely used command line tool for HTTP, and this package is built on top of the R package 'curl', an interface to 'libcurl' (<https://curl.se/libcurl/>).
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between crul versions 1.4.2 dated 2024-04-09 and 1.5.0 dated 2024-07-19

 DESCRIPTION                               |    8 +-
 MD5                                       |   54 +++++++++----------
 NEWS.md                                   |   12 ++++
 R/asyncvaried.R                           |   78 ++++++++++++++++------------
 R/client.R                                |   12 ++--
 R/mocking.R                               |   21 ++++++-
 R/ok.R                                    |   17 +++---
 build/vignette.rds                        |binary
 inst/doc/async.Rmd                        |   26 ++++-----
 inst/doc/async.html                       |   28 +++++-----
 inst/doc/best-practices-api-packages.Rmd  |    2 
 inst/doc/best-practices-api-packages.html |    4 -
 inst/doc/choosing-a-client.Rmd            |    2 
 inst/doc/choosing-a-client.html           |   18 +++---
 inst/doc/crul.Rmd                         |   45 +++++++---------
 inst/doc/crul.html                        |   47 ++++++++--------
 inst/doc/curl-options.Rmd                 |    2 
 inst/doc/curl-options.html                |    4 -
 inst/doc/how-to-use-crul.Rmd              |   10 +--
 inst/doc/how-to-use-crul.html             |   12 ++--
 man/mock.Rd                               |   21 ++++++-
 tests/testthat/test-mocking.R             |   83 ++++++++++++++++++++++++++++++
 vignettes/async.Rmd                       |   26 ++++-----
 vignettes/best-practices-api-packages.Rmd |    2 
 vignettes/choosing-a-client.Rmd           |    2 
 vignettes/crul.Rmd                        |   45 +++++++---------
 vignettes/curl-options.Rmd                |    2 
 vignettes/how-to-use-crul.Rmd             |   10 +--
 28 files changed, 365 insertions(+), 228 deletions(-)

More information about crul at CRAN
Permanent link

Package ggnewscale updated to version 0.5.0 with previous version 0.4.10 dated 2024-02-08

Title: Multiple Fill and Colour Scales in 'ggplot2'
Description: Use multiple fill and colour scales in 'ggplot2'.
Author: Elio Campitelli [cre, aut]
Maintainer: Elio Campitelli <eliocampitelli@gmail.com>

Diff between ggnewscale versions 0.4.10 dated 2024-02-08 and 0.5.0 dated 2024-07-19

 DESCRIPTION                                         |   14 
 MD5                                                 |   23 
 NEWS.md                                             |    8 
 R/bump-aes-guides.R                                 |only
 R/bump-aes-labels.R                                 |only
 R/bump-aes-layers.R                                 |only
 R/bump-aes-scales.R                                 |only
 R/ggplot-add.R                                      |only
 R/new-scale.R                                       |  224 ------
 R/utils.R                                           |   65 +
 README.md                                           |  711 ++++++++++----------
 man/ggnewscale-package.Rd                           |    2 
 tests/testthat/_snaps/newscale/implicit-mapping.svg |  243 +++---
 tests/testthat/_snaps/newscale/many-layers.svg      |   48 -
 tests/testthat/test-newscale.R                      |   39 +
 15 files changed, 636 insertions(+), 741 deletions(-)

More information about ggnewscale at CRAN
Permanent link

New package modeltime.ensemble with initial version 1.0.4
Package: modeltime.ensemble
Title: Ensemble Algorithms for Time Series Forecasting with Modeltime
Version: 1.0.4
Description: A 'modeltime' extension that implements time series ensemble forecasting methods including model averaging, weighted averaging, and stacking. These techniques are popular methods to improve forecast accuracy and stability.
URL: https://business-science.github.io/modeltime.ensemble/, https://github.com/business-science/modeltime.ensemble
BugReports: https://github.com/business-science/modeltime.ensemble/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends: modeltime (>= 1.2.3), modeltime.resample (>= 0.2.1), R (>= 3.5)
Imports: tune (>= 0.1.2), rsample, yardstick, workflows (>= 0.2.1), recipes (>= 0.1.15), timetk (>= 2.5.0), tibble, dplyr (>= 1.0.0), tidyr, purrr, stringr, rlang (>= 0.1.2), cli, generics, magrittr, tictoc, parallel, doParallel, foreach, glmnet
Suggests: gt, dials, utils, earth, testthat, tidymodels, xgboost, lubridate, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-07-16 21:37:51 UTC; mdancho
Author: Matt Dancho [aut, cre], Business Science [cph]
Maintainer: Matt Dancho <mdancho@business-science.io>
Repository: CRAN
Date/Publication: 2024-07-19 15:30:02 UTC

More information about modeltime.ensemble at CRAN
Permanent link

Package exiftoolr updated to version 0.2.6 with previous version 0.2.5 dated 2024-07-18

Title: ExifTool Functionality from R
Description: Reads, writes, and edits EXIF and other file metadata using ExifTool <https://exiftool.org/>, returning read results as a data frame. ExifTool supports many different metadata formats including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, Lyrics3, as well as the maker notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
Author: Joshua O'Brien [aut, cre]
Maintainer: Joshua O'Brien <joshmobrien@gmail.com>

Diff between exiftoolr versions 0.2.5 dated 2024-07-18 and 0.2.6 dated 2024-07-19

 DESCRIPTION |    8 ++++----
 MD5         |    6 +++---
 NEWS.md     |    5 +++++
 R/install.R |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)

More information about exiftoolr at CRAN
Permanent link

Package chisquare updated to version 1.0 with previous version 0.9 dated 2024-01-08

Title: Chi-Square and G-Square Test of Independence, Power and Residual Analysis, Measures of Categorical Association
Description: Provides the facility to perform the chi-square and G-square test of independence, calculates the power of the traditional chi-square test, compute permutation and Monte Carlo p-value, and provides measures of association for tables of any size such as Phi, Phi corrected, odds ratio with 95 percent CI and p-value, Yule' Q and Y, adjusted contingency coefficient, Cramer's V, V corrected, V standardised, bias-corrected V, W, Cohen's w, Goodman-Kruskal's lambda, gamma, tau, Cohen's k. It also calculates standardised, moment-corrected standardised, and adjusted standardised residuals, and their significance, as well as the Quetelet Index, IJ association factor, and adjusted standardised counts. It also computes the chi-square-maximising version of the input table. Different outputs are returned in nicely formatted tables.
Author: Gianmarco Alberti [aut, cre]
Maintainer: Gianmarco Alberti <gianmarcoalberti@gmail.com>

Diff between chisquare versions 0.9 dated 2024-01-08 and 1.0 dated 2024-07-19

 DESCRIPTION                  |    8 
 MD5                          |   18 
 NEWS.md                      |   32 +
 R/chisquare.r                |  776 +++++++++++++++++++++++++++++++++++--------
 R/max_chisq.R                |only
 R/multiple_ORs.R             |only
 R/phi_max.R                  |only
 R/standardise_crosstabs.R    |only
 README.md                    |   20 +
 man/calculate_odds_ratios.Rd |only
 man/chisquare.Rd             |  430 ++++++++++++++++++-----
 man/compute_phi_max.Rd       |only
 man/maximize_chi_squared.Rd  |only
 man/standardize_table.Rd     |only
 14 files changed, 1027 insertions(+), 257 deletions(-)

More information about chisquare at CRAN
Permanent link

Package hicp updated to version 0.6.0 with previous version 0.5.1 dated 2024-06-02

Title: Harmonised Index of Consumer Prices
Description: The Harmonised Index of Consumer Prices (HICP) is the key economic figure to measure inflation in the euro area. The methodology underlying the HICP is documented in the HICP Methodological Manual (<https://ec.europa.eu/eurostat/web/products-manuals-and-guidelines/w/ks-gq-24-003>). Based on the manual, this package provides functions to access and work with HICP data from Eurostat's public database (<https://ec.europa.eu/eurostat/data/database>).
Author: Sebastian Weinand [aut, cre]
Maintainer: Sebastian Weinand <sebastian.weinand@ec.europa.eu>

Diff between hicp versions 0.5.1 dated 2024-06-02 and 0.6.0 dated 2024-07-19

 hicp-0.5.1/hicp/R/coicop.tree.R                        |only
 hicp-0.6.0/hicp/DESCRIPTION                            |    6 
 hicp-0.6.0/hicp/MD5                                    |   46 +--
 hicp-0.6.0/hicp/NEWS.md                                |    9 
 hicp-0.6.0/hicp/R/chaining.R                           |    2 
 hicp-0.6.0/hicp/R/coicop.bundles.r                     |   44 ---
 hicp-0.6.0/hicp/R/coicop.relatives.r                   |  236 +++++++++--------
 hicp-0.6.0/hicp/R/coicop.tree.r                        |only
 hicp-0.6.0/hicp/R/index.aggregation.r                  |   79 ++++-
 hicp-0.6.0/hicp/R/sysdata.rda                          |only
 hicp-0.6.0/hicp/R/zzz.r                                |only
 hicp-0.6.0/hicp/build/vignette.rds                     |binary
 hicp-0.6.0/hicp/inst/doc/hicp_intro.R                  |   35 +-
 hicp-0.6.0/hicp/inst/doc/hicp_intro.Rmd                |   43 +--
 hicp-0.6.0/hicp/inst/doc/hicp_intro.html               |  130 +++++----
 hicp-0.6.0/hicp/man/chaining.Rd                        |    2 
 hicp-0.6.0/hicp/man/coicop.bundles.Rd                  |    4 
 hicp-0.6.0/hicp/man/coicop.relatives.Rd                |   50 ++-
 hicp-0.6.0/hicp/man/coicop.tree.Rd                     |   30 +-
 hicp-0.6.0/hicp/man/hicp.data.Rd                       |    2 
 hicp-0.6.0/hicp/man/index.aggregation.Rd               |   23 -
 hicp-0.6.0/hicp/man/rates.Rd                           |    2 
 hicp-0.6.0/hicp/tests/testthat/test_coicop.relatives.r |   57 ++--
 hicp-0.6.0/hicp/tests/testthat/test_coicop.tree.r      |    8 
 hicp-0.6.0/hicp/vignettes/hicp_intro.Rmd               |   43 +--
 hicp-0.6.0/hicp/vignettes/references.bib               |    4 
 26 files changed, 486 insertions(+), 369 deletions(-)

More information about hicp at CRAN
Permanent link

Package gRim updated to version 0.3.3 with previous version 0.3.2 dated 2024-06-10

Title: Graphical Interaction Models
Description: Provides the following types of models: Models for contingency tables (i.e. log-linear models) Graphical Gaussian models for multivariate normal data (i.e. covariance selection models) Mixed interaction models. Documentation about 'gRim' is provided by vignettes included in this package and the book by Højsgaard, Edwards and Lauritzen (2012, <doi:10.1007/978-1-4614-2299-0>); see 'citation("gRim")' for details.
Author: Soeren Hoejsgaard <sorenh@math.aau.dk>
Maintainer: Soeren Hoejsgaard <sorenh@math.aau.dk>

Diff between gRim versions 0.3.2 dated 2024-06-10 and 0.3.3 dated 2024-07-19

 DESCRIPTION          |   14 ++---
 MD5                  |   78 ++++++++++++++++++++++++++++---
 R/getEdges.R         |    2 
 R/grain.r            |only
 R/imodel_cmod.R      |   13 +++--
 R/imodel_dmod.R      |   60 +++++++++++-------------
 R/imodel_mmod.R      |    9 ++-
 R/loglin_effloglin.R |  127 ++++++++++++++++++++++++++-------------------------
 build                |only
 inst/doc             |only
 man/getEdges.Rd      |    2 
 vignettes            |only
 12 files changed, 187 insertions(+), 118 deletions(-)

More information about gRim at CRAN
Permanent link

Package GeDS updated to version 0.2.3 with previous version 0.2.2 dated 2024-04-24

Title: Geometrically Designed Spline Regression
Description: Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geometrically Designed (GeD) Splines. GeDS regression is a non-parametric method inspired by geometric principles, for fitting spline regression models with variable knots in one or two independent variables. It efficiently estimates the number of knots and their positions, as well as the spline order, assuming the response variable follows a distribution from the exponential family. GeDS models integrate the broader category of Generalized (Non-)Linear Models, offering a flexible approach to modeling complex relationships. A description of the method can be found in Kaishev et al. (2016) <doi:10.1007/s00180-015-0621-7> and Dimitrova et al. (2023) <doi:10.1016/j.amc.2022.127493>. Further extending its capabilities, GeDS's implementation includes Generalized Additive Models (GAM) and Functional Gradient Boosting (FGB), enabling versatile multivariate predictor modeling, as discuss [...truncated...]
Author: Dimitrina S. Dimitrova <D.Dimitrova@city.ac.uk>, Emilio S. Guillen <Emilio.Saenz-Guillen@bayes.city.ac.uk>, Vladimir K. Kaishev <V.Kaishev@city.ac.uk>, Andrea Lattuada <andrea.lattuada@hotmail.com> and Richard J. Verrall <R.J.Verrall@city.ac.uk>
Maintainer: Emilio S. Guillen <Emilio.Saenz-Guillen@bayes.city.ac.uk>

Diff between GeDS versions 0.2.2 dated 2024-04-24 and 0.2.3 dated 2024-07-19

 DESCRIPTION                     |   10 
 MD5                             |   55 ++--
 NAMESPACE                       |    1 
 R/BivariateFitter.R             |   95 ++++---
 R/GGeDS.R                       |   10 
 R/GeDSClass.R                   |   36 ++
 R/NGeDS.R                       |   17 -
 R/NGeDSboost.R                  |  331 ++++++++++++++++++--------
 R/NGeDSgam.R                    |  131 ++++++++--
 R/S3methods_GeDSboost-GeDSgam.R |  353 +++++++++++++++++++---------
 R/SplineReg.R                   |   73 +++--
 R/SplineReg_Multivar.R          |  212 ++++++++++-------
 R/SplineReg_biv.R               |  118 +++++----
 R/UnivariateFitter.R            |   30 +-
 R/cv_GeDSMethod.R               |  498 +++++++++++++++++++---------------------
 R/helpers_NGeDSboost-NGeDSgam.R |  185 +++++++++++++-
 R/plot_GeDSMethod.R             |   47 ++-
 man/BivariateFitters.Rd         |   10 
 man/GGeDS.Rd                    |   12 
 man/GeDSboost-class.Rd          |   26 +-
 man/GeDSgam-class.Rd            |    9 
 man/NGeDS.Rd                    |   11 
 man/NGeDSboost.Rd               |   35 +-
 man/NGeDSgam.Rd                 |   19 -
 man/SplineReg.Rd                |   12 
 man/UnivariateFitters.Rd        |   13 -
 man/bl_imp.Rd                   |    8 
 man/plot.GeDSboost.Rd           |only
 man/visualize_boosting.Rd       |   24 +
 29 files changed, 1538 insertions(+), 843 deletions(-)

More information about GeDS at CRAN
Permanent link

Package duckdb updated to version 1.0.0-2 with previous version 1.0.0-1 dated 2024-07-09

Title: DBI Package for the DuckDB Database Management System
Description: The DuckDB project is an embedded analytical data management system with support for the Structured Query Language (SQL). This package includes all of DuckDB and a R Database Interface (DBI) connector.
Author: Hannes Muehleisen [aut] , Mark Raasveldt [aut] , Kirill Mueller [cre] , Stichting DuckDB Foundation [cph], Apache Software Foundation [cph], PostgreSQL Global Development Group [cph], The Regents of the University of California [cph], Cameron Desrocher [...truncated...]
Maintainer: Kirill Mueller <kirill@cynkra.com>

Diff between duckdb versions 1.0.0-1 dated 2024-07-09 and 1.0.0-2 dated 2024-07-19

 DESCRIPTION        |    6 +++---
 MD5                |    5 +++--
 NEWS.md            |    7 +++++++
 src/install.libs.R |only
 4 files changed, 13 insertions(+), 5 deletions(-)

More information about duckdb at CRAN
Permanent link

Package shide updated to version 0.2.1 with previous version 0.2.0 dated 2024-03-16

Title: Date/Time Classes Based on Jalali Calendar
Description: Implements S3 classes for storing dates and date-times based on the Jalali calendar. The main design goal of 'shide' is consistency with base R's 'Date' and 'POSIXct'. It provide features such as: date-time parsing, formatting and arithmetic.
Author: Mohsen Mollayi [aut, cre, cph]
Maintainer: Mohsen Mollayi <mmollayi@gmail.com>

Diff between shide versions 0.2.0 dated 2024-03-16 and 0.2.1 dated 2024-07-19

 DESCRIPTION                     |   12 -
 MD5                             |   51 ++++----
 NEWS.md                         |   15 ++
 R/cpp11.R                       |   32 +++--
 R/jdate.R                       |    6 
 R/jdatetime.R                   |   52 +++++++-
 R/round.R                       |   58 +++++++--
 R/update.R                      |   18 ++
 R/validate.R                    |only
 R/zone.R                        |only
 R/zzz.R                         |    7 +
 README.md                       |   41 ++++--
 man/jdatetime.Rd                |   19 ++-
 man/jdatetime_make.Rd           |   16 ++
 man/seq.jdate.Rd                |    2 
 man/sh_round.Rd                 |    6 
 src/cpp11.cpp                   |   94 +++++++++------
 src/format.cpp                  |   12 -
 src/make.cpp                    |  247 ++++++++++++++++++++++++++++++++--------
 src/parse.cpp                   |   51 +++-----
 src/round.cpp                   |  100 +++++++++++++---
 src/utils.cpp                   |   14 +-
 src/zone.cpp                    |  165 +++++++++++++++++++++-----
 tests/testthat/_snaps           |only
 tests/testthat/helper.R         |only
 tests/testthat/test-jdate.R     |  123 ++++++++++++++++++-
 tests/testthat/test-jdatetime.R |  239 ++++++++++++++++++++++++++++++++++++++
 tests/testthat/test-round.R     |   33 +++++
 tests/testthat/test-update.R    |only
 29 files changed, 1139 insertions(+), 274 deletions(-)

More information about shide at CRAN
Permanent link

Package migraph updated to version 1.4.1 with previous version 1.3.4 dated 2024-03-07

Title: Univariate and Multivariate Tests for Multimodal and Other Networks
Description: A set of tools for testing networks. It includes functions for univariate and multivariate conditional uniform graph and quadratic assignment procedure testing, and network regression. The package is a complement to 'Multimodal Political Networks' (2021, ISBN:9781108985000), and includes various datasets used in the book. Built on the 'manynet' package, all functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects, and on one-mode and two-mode (bipartite) networks.
Author: James Hollway [cre, aut, ctb] , Henrique Sposito [ctb] , Jael Tan [ctb] , Bernhard Bieri [ctb]
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>

Diff between migraph versions 1.3.4 dated 2024-03-07 and 1.4.1 dated 2024-07-19

 migraph-1.3.4/migraph/R/class_measures.R                          |only
 migraph-1.3.4/migraph/R/class_members.R                           |only
 migraph-1.3.4/migraph/R/class_motifs.R                            |only
 migraph-1.3.4/migraph/R/measure_centrality.R                      |only
 migraph-1.3.4/migraph/R/measure_closure.R                         |only
 migraph-1.3.4/migraph/R/measure_cohesion.R                        |only
 migraph-1.3.4/migraph/R/measure_diffusion.R                       |only
 migraph-1.3.4/migraph/R/measure_features.R                        |only
 migraph-1.3.4/migraph/R/measure_heterogeneity.R                   |only
 migraph-1.3.4/migraph/R/measure_hierarchy.R                       |only
 migraph-1.3.4/migraph/R/measure_holes.R                           |only
 migraph-1.3.4/migraph/R/measure_over.R                            |only
 migraph-1.3.4/migraph/R/member_cliques.R                          |only
 migraph-1.3.4/migraph/R/member_community.R                        |only
 migraph-1.3.4/migraph/R/member_components.R                       |only
 migraph-1.3.4/migraph/R/member_core.R                             |only
 migraph-1.3.4/migraph/R/member_equivalence.R                      |only
 migraph-1.3.4/migraph/R/model_cluster.R                           |only
 migraph-1.3.4/migraph/R/model_k.R                                 |only
 migraph-1.3.4/migraph/R/motif_census.R                            |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial3                    |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial4                    |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial5                    |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial6                    |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial8/regression.Rmd     |only
 migraph-1.3.4/migraph/inst/tutorials/tutorial8/regression.html    |only
 migraph-1.3.4/migraph/man/between_centrality.Rd                   |only
 migraph-1.3.4/migraph/man/brokerage_census.Rd                     |only
 migraph-1.3.4/migraph/man/cliques.Rd                              |only
 migraph-1.3.4/migraph/man/close_centrality.Rd                     |only
 migraph-1.3.4/migraph/man/closure.Rd                              |only
 migraph-1.3.4/migraph/man/cluster.Rd                              |only
 migraph-1.3.4/migraph/man/cohesion.Rd                             |only
 migraph-1.3.4/migraph/man/community.Rd                            |only
 migraph-1.3.4/migraph/man/components.Rd                           |only
 migraph-1.3.4/migraph/man/core.Rd                                 |only
 migraph-1.3.4/migraph/man/degree_centrality.Rd                    |only
 migraph-1.3.4/migraph/man/eigenv_centrality.Rd                    |only
 migraph-1.3.4/migraph/man/equivalence.Rd                          |only
 migraph-1.3.4/migraph/man/features.Rd                             |only
 migraph-1.3.4/migraph/man/heterogeneity.Rd                        |only
 migraph-1.3.4/migraph/man/hierarchy.Rd                            |only
 migraph-1.3.4/migraph/man/holes.Rd                                |only
 migraph-1.3.4/migraph/man/kselect.Rd                              |only
 migraph-1.3.4/migraph/man/net_diffusion.Rd                        |only
 migraph-1.3.4/migraph/man/network_census.Rd                       |only
 migraph-1.3.4/migraph/man/node_census.Rd                          |only
 migraph-1.3.4/migraph/man/node_diffusion.Rd                       |only
 migraph-1.3.4/migraph/man/over.Rd                                 |only
 migraph-1.3.4/migraph/man/periods.Rd                              |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_centrality.R    |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_closure.R       |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_cohesion.R      |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_features.R      |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_heterogeneity.R |only
 migraph-1.3.4/migraph/tests/testthat/test-measure_holes.R         |only
 migraph-1.3.4/migraph/tests/testthat/test-member_community.R      |only
 migraph-1.3.4/migraph/tests/testthat/test-member_equivalence.R    |only
 migraph-1.3.4/migraph/tests/testthat/test-motif_census.R          |only
 migraph-1.4.1/migraph/DESCRIPTION                                 |   35 
 migraph-1.4.1/migraph/MD5                                         |  112 ---
 migraph-1.4.1/migraph/NAMESPACE                                   |  258 -------
 migraph-1.4.1/migraph/NEWS.md                                     |   53 +
 migraph-1.4.1/migraph/R/class_models.R                            |   22 
 migraph-1.4.1/migraph/R/migraph-defunct.R                         |  368 ----------
 migraph-1.4.1/migraph/R/migraph-package.R                         |   15 
 migraph-1.4.1/migraph/R/model_regression.R                        |   13 
 migraph-1.4.1/migraph/R/model_tests.R                             |   83 +-
 migraph-1.4.1/migraph/R/reexports_classes.R                       |   56 -
 migraph-1.4.1/migraph/R/reexports_ggplot2.R                       |    5 
 migraph-1.4.1/migraph/README.md                                   |  177 +---
 migraph-1.4.1/migraph/build/partial.rdb                           |binary
 migraph-1.4.1/migraph/inst/migraph.png                            |binary
 migraph-1.4.1/migraph/inst/migraph_logo.png                       |only
 migraph-1.4.1/migraph/inst/migraph_old.png                        |only
 migraph-1.4.1/migraph/inst/tutorials/tutorial8/diversity.Rmd      |only
 migraph-1.4.1/migraph/inst/tutorials/tutorial8/diversity.html     |only
 migraph-1.4.1/migraph/man/defunct.Rd                              |  219 -----
 migraph-1.4.1/migraph/man/figures/logo.png                        |binary
 migraph-1.4.1/migraph/man/figures/logo_old.png                    |only
 migraph-1.4.1/migraph/man/migraph-package.Rd                      |    4 
 migraph-1.4.1/migraph/man/reexports.Rd                            |   20 
 migraph-1.4.1/migraph/man/regression.Rd                           |   19 
 migraph-1.4.1/migraph/man/test_distributions.Rd                   |only
 migraph-1.4.1/migraph/man/tests.Rd                                |   64 -
 migraph-1.4.1/migraph/tests/testthat/test-model_regression.R      |    4 
 migraph-1.4.1/migraph/tests/testthat/test-model_tests.R           |   30 
 87 files changed, 349 insertions(+), 1208 deletions(-)

More information about migraph at CRAN
Permanent link

Package LifemapR updated to version 1.1.2 with previous version 1.1.1 dated 2024-03-20

Title: Data Visualisation on 'Lifemap' Tree
Description: Allow to visualise data on the NCBI phylogenetic tree as presented in Lifemap '<http://lifemap.univ-lyon1.fr/>'. It takes as input a dataframe with at least a "taxid" column containing NCBI format TaxIds and allows to draw multiple layers with different visualisation tools.
Author: Cassandra Bompard [aut], Damien M. de Vienne [aut], Aurelie Siberchicot [ctb, cre]
Maintainer: Aurelie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>

Diff between LifemapR versions 1.1.1 dated 2024-03-20 and 1.1.2 dated 2024-07-19

 DESCRIPTION               |    9 ++-
 MD5                       |   18 +++----
 R/build_Lifemap.R         |   65 +++++++++++++------------
 R/display_map.R           |   11 ++--
 README.md                 |    2 
 build/vignette.rds        |binary
 inst/doc/runLifemapR.R    |    7 +-
 inst/doc/runLifemapR.Rmd  |    7 +-
 inst/doc/runLifemapR.html |  117 ++++++++++++++++++++++------------------------
 vignettes/runLifemapR.Rmd |    7 +-
 10 files changed, 127 insertions(+), 116 deletions(-)

More information about LifemapR at CRAN
Permanent link

Package funcharts updated to version 1.5.0 with previous version 1.4.1 dated 2024-02-22

Title: Functional Control Charts
Description: Provides functional control charts for statistical process monitoring of functional data, using the methods of Capezza et al. (2020) <doi:10.1002/asmb.2507>, Centofanti et al. (2021) <doi:10.1080/00401706.2020.1753581>, and Capezza et al. (2024) <doi:10.1080/00401706.2024.2327346>. The package is thoroughly illustrated in the paper of Capezza et al (2023) <doi:10.1080/00224065.2023.2219012>.
Author: Christian Capezza [cre, aut], Fabio Centofanti [aut], Antonio Lepore [aut], Alessandra Menafoglio [aut], Biagio Palumbo [aut], Simone Vantini [aut]
Maintainer: Christian Capezza <christian.capezza@unina.it>

Diff between funcharts versions 1.4.1 dated 2024-02-22 and 1.5.0 dated 2024-07-19

 funcharts-1.4.1/funcharts/R/sysdata.rda                 |only
 funcharts-1.4.1/funcharts/README.md                     |only
 funcharts-1.4.1/funcharts/tests/testthat/Rplots.pdf     |only
 funcharts-1.5.0/funcharts/DESCRIPTION                   |   18 +++--
 funcharts-1.5.0/funcharts/MD5                           |   52 ++++++++--------
 funcharts-1.5.0/funcharts/NAMESPACE                     |    4 +
 funcharts-1.5.0/funcharts/NEWS.md                       |   27 +++++---
 funcharts-1.5.0/funcharts/R/04_phaseII.R                |   44 +++++++++++++
 funcharts-1.5.0/funcharts/R/RcppExports.R               |only
 funcharts-1.5.0/funcharts/R/amfewma.R                   |only
 funcharts-1.5.0/funcharts/R/funcharts-package.R         |   20 +++---
 funcharts-1.5.0/funcharts/R/rmfcc.R                     |   39 ++++++------
 funcharts-1.5.0/funcharts/R/simulate.R                  |    7 +-
 funcharts-1.5.0/funcharts/build/partial.rdb             |binary
 funcharts-1.5.0/funcharts/build/vignette.rds            |binary
 funcharts-1.5.0/funcharts/inst/doc/capezza2020.html     |    2 
 funcharts-1.5.0/funcharts/inst/doc/centofanti2021.html  |    2 
 funcharts-1.5.0/funcharts/inst/doc/colosimo2010.html    |    2 
 funcharts-1.5.0/funcharts/inst/doc/mfd.html             |    2 
 funcharts-1.5.0/funcharts/man/AMFEWMA_PhaseI.Rd         |only
 funcharts-1.5.0/funcharts/man/AMFEWMA_PhaseII.Rd        |only
 funcharts-1.5.0/funcharts/man/RoMFCC_PhaseI.Rd          |    6 -
 funcharts-1.5.0/funcharts/man/RoMFCC_PhaseII.Rd         |    5 +
 funcharts-1.5.0/funcharts/man/RoMFDI.Rd                 |    6 -
 funcharts-1.5.0/funcharts/man/funcharts-package.Rd      |    2 
 funcharts-1.5.0/funcharts/man/functional_filter.Rd      |   12 +--
 funcharts-1.5.0/funcharts/man/rpca_mfd.Rd               |    8 +-
 funcharts-1.5.0/funcharts/man/sim_funcharts.Rd          |    7 +-
 funcharts-1.5.0/funcharts/src                           |only
 funcharts-1.5.0/funcharts/tests/testthat/test_amfewma.R |only
 30 files changed, 173 insertions(+), 92 deletions(-)

More information about funcharts at CRAN
Permanent link

Package rkriging updated to version 1.0.1 with previous version 1.0 dated 2024-07-08

Title: Kriging Modeling
Description: An 'Eigen'-based computationally efficient 'C++' implementation for fitting various kriging models to data. This research is supported by U.S. National Science Foundation grant DMS-2310637.
Author: Chaofan Huang [aut, cre], V. Roshan Joseph [aut]
Maintainer: Chaofan Huang <10billhuang01@gmail.com>

Diff between rkriging versions 1.0 dated 2024-07-08 and 1.0.1 dated 2024-07-19

 DESCRIPTION     |    6 +++---
 MD5             |    8 ++++----
 src/export.cpp  |    8 ++++----
 src/kernel.h    |    1 +
 src/kriging.cpp |    8 ++++----
 5 files changed, 16 insertions(+), 15 deletions(-)

More information about rkriging at CRAN
Permanent link

Package nominatimlite updated to version 0.4.1 with previous version 0.4.0 dated 2024-05-27

Title: Interface with 'Nominatim' API Service
Description: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract coordinates from addresses, find places near a set of coordinates and return spatial objects on 'sf' format.
Author: Diego Hernangomez [aut, cre, cph] , Jindra Lacko [ctb, rev] , Alex White [ctb], OpenStreetMap [cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between nominatimlite versions 0.4.0 dated 2024-05-27 and 0.4.1 dated 2024-07-19

 DESCRIPTION                                    |    8 
 MD5                                            |   76 +--
 NEWS.md                                        |    6 
 R/geo_address_lookup.R                         |  271 ++++++-------
 R/geo_address_lookup_sf.R                      |  293 +++++++-------
 R/geo_lite.R                                   |  394 +++++++++----------
 R/geo_lite_sf.R                                |  466 +++++++++++------------
 R/geo_lite_struct.R                            |  342 ++++++++---------
 R/geo_lite_struct_sf.R                         |  354 ++++++++---------
 R/reverse_geo_lite.R                           |  474 +++++++++++------------
 R/reverse_geo_lite_sf.R                        |  502 ++++++++++++-------------
 README.md                                      |   17 
 build/vignette.rds                             |binary
 data/osm_amenities.rda                         |binary
 inst/CITATION                                  |   16 
 inst/doc/nominatimlite.Rmd                     |    2 
 inst/doc/nominatimlite.html                    |    4 
 inst/schemaorg.json                            |    6 
 man/figures/README-line-object-1.png           |binary
 man/figures/README-pizzahut-1.png              |binary
 man/geo_address_lookup.Rd                      |    2 
 man/geo_address_lookup_sf.Rd                   |    2 
 man/geo_lite.Rd                                |    2 
 man/geo_lite_sf.Rd                             |    2 
 man/geo_lite_struct.Rd                         |    2 
 man/geo_lite_struct_sf.Rd                      |    2 
 man/reverse_geo_lite.Rd                        |    2 
 man/reverse_geo_lite_sf.Rd                     |    2 
 tests/testthat/_snaps/geo_address_lookup.md    |   16 
 tests/testthat/_snaps/geo_address_lookup_sf.md |   16 
 tests/testthat/_snaps/geo_lite.md              |   14 
 tests/testthat/_snaps/geo_lite_sf.md           |   14 
 tests/testthat/_snaps/geo_lite_struct.md       |   14 
 tests/testthat/_snaps/geo_lite_struct_sf.md    |   14 
 tests/testthat/_snaps/reverse_geo_lite.md      |   16 
 tests/testthat/_snaps/reverse_geo_lite_sf.md   |   16 
 tests/testthat/test-geo_address_lookup.R       |   30 +
 tests/testthat/test-geo_address_lookup_sf.R    |   30 +
 vignettes/nominatimlite.Rmd                    |    2 
 39 files changed, 1749 insertions(+), 1680 deletions(-)

More information about nominatimlite at CRAN
Permanent link

Package cotram updated to version 0.5-1 with previous version 0.5-0 dated 2024-07-18

Title: Count Transformation Models
Description: Count transformation models featuring parameters interpretable as discrete hazard ratios, odds ratios, reverse-time discrete hazard ratios, or transformed expectations. An appropriate data transformation for a count outcome and regression coefficients are simultaneously estimated by maximising the exact discrete log-likelihood using the computational framework provided in package 'mlt', technical details are given in Siegfried & Hothorn (2020) <DOI:10.1111/2041-210X.13383>. The package also contains an experimental implementation of multivariate count transformation models with an application to multi-species distribution models <DOI:10.48550/arXiv.2201.13095>.
Author: Sandra Siegfried [aut, cre] , Luisa Barbanti [aut] , Torsten Hothorn [aut]
Maintainer: Sandra Siegfried <sandra.siegfried@alumni.uzh.ch>

Diff between cotram versions 0.5-0 dated 2024-07-18 and 0.5-1 dated 2024-07-19

 DESCRIPTION         |    8 ++++----
 MD5                 |    8 ++++----
 inst/NEWS.Rd        |    6 ++++++
 inst/doc/cotram.pdf |binary
 tests/models-Ex.R   |    5 +++--
 5 files changed, 17 insertions(+), 10 deletions(-)

More information about cotram at CRAN
Permanent link

Package gert updated to version 2.1.0 with previous version 2.0.1 dated 2023-12-04

Title: Simple Git Client for R
Description: Simple git client for R based on 'libgit2' <https://libgit2.org> with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.
Author: Jeroen Ooms [aut, cre] , Jennifer Bryan [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between gert versions 2.0.1 dated 2023-12-04 and 2.1.0 dated 2024-07-19

 DESCRIPTION                  |    6 ++--
 MD5                          |   57 +++++++++++++++++++++----------------------
 NEWS                         |    5 +++
 R/credentials.R              |   44 +++++++++++++++++----------------
 R/rebase.R                   |   16 +++++++++---
 build/vignette.rds           |binary
 inst/doc/gert.html           |   23 ++++++++---------
 man/git_archive.Rd           |    1 
 man/git_branch.Rd            |    1 
 man/git_commit.Rd            |    1 
 man/git_config.Rd            |    1 
 man/git_diff.Rd              |    1 
 man/git_fetch.Rd             |    1 
 man/git_ignore.Rd            |    1 
 man/git_merge.Rd             |    1 
 man/git_rebase.Rd            |   14 ++--------
 man/git_remote.Rd            |    1 
 man/git_repo.Rd              |    1 
 man/git_reset.Rd             |only
 man/git_signature.Rd         |    1 
 man/git_stash.Rd             |    1 
 man/git_tag.Rd               |    1 
 src/clone.c                  |   18 +++++++++----
 src/commit.c                 |    2 -
 src/files.c                  |    4 ---
 src/init.c                   |    2 -
 src/rebase.c                 |    8 +++---
 src/utils.h                  |    7 +++++
 tests/testthat/test-commit.R |   13 +++++++++
 tests/testthat/test-rebase.R |   22 ++++++++++++++++
 30 files changed, 162 insertions(+), 92 deletions(-)

More information about gert at CRAN
Permanent link

Package flexmsm updated to version 0.1.2 with previous version 0.1.1 dated 2023-06-23

Title: A General Framework for Flexible Multi-State Survival Modelling
Description: A general estimation framework for multi-state Markov processes with flexible specification of the transition intensities. The log-transition intensities can be specified through Generalised Additive Models which allow for virtually any type of covariate effect. Elementary specifications such as time-homogeneous processes and simple parametric forms are also supported. There are no limitations on the type of process one can assume, with both forward and backward transitions allowed and virtually any number of states.
Author: Alessia Eletti [aut, cre], Giampiero Marra [aut], Rosalba Radice [aut]
Maintainer: Alessia Eletti <alessia.eletti.19@ucl.ac.uk>

Diff between flexmsm versions 0.1.1 dated 2023-06-23 and 0.1.2 dated 2024-07-19

 DESCRIPTION                      |    8 
 MD5                              |   61 +++--
 NAMESPACE                        |    6 
 R/LikGradHess.CM.R               |only
 R/LikGradHess.general.R          |   17 -
 R/LikGradapproxHess.general.R    |only
 R/Mmsm.fit.R                     |only
 R/Mmsm.fit.post.R                |only
 R/Mmsm.postVb.R                  |only
 R/MmsmLikGradHess.R              |only
 R/P.matr.comp.R                  |    8 
 R/P.pred.R                       |   36 ++-
 R/copFun.R                       |only
 R/crudeinits.fmsm.R              |only
 R/d2P.matr.comp.R                |  464 +++++++++++++++++++++++----------------
 R/d2copFun.d1d1.R                |only
 R/d2copFun.d1d2.R                |only
 R/d2copFun.d1dphi.R              |only
 R/d2copFun.d2d2.R                |only
 R/d2copFun.d2dphi.R              |only
 R/d2copFun.dphidphi.R            |only
 R/dP.matr.comp.R                 |   70 ++++-
 R/dcopFun.d1.R                   |only
 R/dcopFun.d2.R                   |only
 R/dcopFun.dphi.R                 |only
 R/fMmsm.R                        |only
 R/fmsm.R                         |   98 ++++++--
 R/fmsmObject.R                   |    1 
 R/msm.fit.R                      |   81 ++++--
 R/msmJustOne.R                   |only
 R/print.summary.fMmsm.R          |only
 R/print.summary.fmsm.R           |    2 
 R/state.pairs.CT.R               |    6 
 R/statetable.fmsm.R              |only
 R/summary.fMmsm.R                |only
 man/LikGradHess.CM.Rd            |only
 man/LikGradapproxHess.general.Rd |only
 man/P.pred.Rd                    |    4 
 man/fMmsm.Rd                     |only
 man/fmsm.Rd                      |   13 -
 man/fmsmObject.Rd                |    1 
 man/print.summary.fMmsm.Rd       |only
 man/print.summary.fmsm.Rd        |    4 
 man/summary.fMmsm.Rd             |only
 tests/testthat/test-msm.R        |    6 
 45 files changed, 573 insertions(+), 313 deletions(-)

More information about flexmsm at CRAN
Permanent link

Package spatstat.local updated to version 5.1-0 with previous version 5.0-1 dated 2022-11-13

Title: Extension to 'spatstat' for Local Composite Likelihood
Description: Extension to the 'spatstat' package, enabling the user to fit point process models to point pattern data by local composite likelihood ('geographically weighted regression').
Author: Adrian Baddeley [aut, cre]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.local versions 5.0-1 dated 2022-11-13 and 5.1-0 dated 2024-07-19

 DESCRIPTION |   18 +++++++++---------
 MD5         |    6 +++---
 NAMESPACE   |    2 +-
 NEWS        |    9 +++++++++
 4 files changed, 22 insertions(+), 13 deletions(-)

More information about spatstat.local at CRAN
Permanent link

Package spatstat.Knet updated to version 3.1-0 with previous version 3.0-2 dated 2022-11-13

Title: Extension to 'spatstat' for Large Datasets on a Linear Network
Description: Extension to the 'spatstat' family of packages, for analysing large datasets of spatial points on a network. The geometrically- corrected K function is computed using a memory-efficient tree-based algorithm described by Rakshit, Baddeley and Nair (2019).
Author: Suman Rakshit [aut, cph] , Adrian Baddeley [cre, cph]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.Knet versions 3.0-2 dated 2022-11-13 and 3.1-0 dated 2024-07-19

 DESCRIPTION        |   19 ++++++++++---------
 MD5                |   10 +++++-----
 NAMESPACE          |    2 +-
 NEWS               |   15 +++++++++++++++
 build/partial.rdb  |binary
 data/wacrashes.rda |binary
 6 files changed, 31 insertions(+), 15 deletions(-)

More information about spatstat.Knet at CRAN
Permanent link

Package spatstat.gui updated to version 3.1-0 with previous version 3.0-1 dated 2022-11-13

Title: Interactive Graphics Functions for the 'spatstat' Package
Description: Extension to the 'spatstat' package, containing interactive graphics capabilities.
Author: Adrian Baddeley [aut, cre] , Rolf Turner [aut] , Ege Rubak [aut]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.gui versions 3.0-1 dated 2022-11-13 and 3.1-0 dated 2024-07-19

 DESCRIPTION |   21 +++++++++++----------
 MD5         |    6 +++---
 NAMESPACE   |    2 +-
 NEWS        |   16 ++++++++++++++++
 4 files changed, 31 insertions(+), 14 deletions(-)

More information about spatstat.gui at CRAN
Permanent link

Package rqti updated to version 0.3.0 with previous version 0.2.1 dated 2024-05-26

Title: Create Tests According to QTI 2.1 Standard
Description: Create tests and tasks compliant with the Question & Test Interoperability (QTI) information model version 2.1. Input sources are Rmd/md description files or S4-class objects. Output formats include standalone zip or xml files. Supports the generation of basic task types (single and multiple choice, order, pair association, matching tables, filling gaps and essay) and provides a comprehensive set of attributes for customizing tests.
Author: Andrey Shevandrin [aut, cre, cph] , Petr Bondarenko [ctb] , Ivonne Ojeda [ctb], Johannes Titz [aut, cph] , Brian Mottershead [cph] , Stiftung fuer Innovation in der Hochschullehre [fnd]
Maintainer: Andrey Shevandrin <shevandrin@gmail.com>

Diff between rqti versions 0.2.1 dated 2024-05-26 and 0.3.0 dated 2024-07-19

 DESCRIPTION                                  |    6 
 MD5                                          |   57 -
 NAMESPACE                                    |    4 
 NEWS.md                                      |   23 
 R/AssessmentItem.R                           |    6 
 R/Essay.R                                    |  326 ++++----
 R/MatchTable.R                               |   14 
 R/Ordering.R                                 |    9 
 R/QtiMetadata.R                              |   13 
 R/api_opal.R                                 |  188 ++++
 R/extract_results.R                          |   48 -
 R/knit_functions.R                           |    5 
 R/object_builder.R                           | 1100 +++++++++++++--------------
 R/qti_task.R                                 |    3 
 R/response_processing.R                      |    5 
 README.md                                    |    2 
 inst/QTIJS/index.xml                         |   52 -
 inst/QTIJS/qti.js                            |  190 +++-
 inst/QTIJS/rqti.js                           |   15 
 inst/QTIJS/themecc/style.css                 |   85 ++
 inst/rstudio/templates/project/rqti_icon.png |binary
 man/createQtiTask-methods.Rd                 |    4 
 man/figures/logo.svg                         |only
 man/get_course_elements.Rd                   |only
 man/get_course_results.Rd                    |only
 man/publish_course.Rd                        |only
 man/qti_metadata.Rd                          |    2 
 man/render_qtijs.Rd                          |    5 
 man/update_course_test.Rd                    |only
 tests/testthat/test-extract_results.R        |  362 ++++----
 tests/testthat/test-qti_task.R               |    3 
 tests/testthat/test-rmd2qti.R                |  122 +-
 32 files changed, 1565 insertions(+), 1084 deletions(-)

More information about rqti at CRAN
Permanent link

Package longevity updated to version 1.1.1 with previous version 1.1 dated 2024-07-05

Title: Statistical Methods for the Analysis of Excess Lifetimes
Description: A collection of parametric and nonparametric methods for the analysis of survival data. Parametric families implemented include Gompertz-Makeham, exponential and generalized Pareto models and extended models. The package includes an implementation of the nonparametric maximum likelihood estimator for arbitrary truncation and censoring pattern based on Turnbull (1976) <doi:10.1111/j.2517-6161.1976.tb01597.x>, along with graphical goodness-of-fit diagnostics. Parametric models for positive random variables and peaks over threshold models based on extreme value theory are described in Rootzén and Zholud (2017) <doi:10.1007/s10687-017-0305-5>; Belzile et al. (2021) <doi:10.1098/rsos.202097> and Belzile et al. (2022) <doi:10.1146/annurev-statistics-040120-025426>.
Author: Leo Belzile [aut, cre]
Maintainer: Leo Belzile <belzilel@gmail.com>

Diff between longevity versions 1.1 dated 2024-07-05 and 1.1.1 dated 2024-07-19

 DESCRIPTION                 |    6 +++---
 MD5                         |   10 +++++-----
 R/parametric.R              |   10 ++++++++--
 inst/doc/introduction.html  |    4 ++--
 inst/doc/nonparametric.html |    4 ++--
 inst/tinytest/test-anova.R  |   30 +++++++++++++++---------------
 6 files changed, 35 insertions(+), 29 deletions(-)

More information about longevity at CRAN
Permanent link

New package iC10 with initial version 2.0.2
Package: iC10
Title: A Copy Number and Expression-Based Classifier for Breast Tumours
Version: 2.0.2
Date: 2024-07-16
Maintainer: Oscar M Rueda <Oscar.Rueda@mrc-bsu.cam.ac.uk>
Description: Implementation of the classifier described in the paper Ali HR et al (2014) <doi:10.1186/s13059-014-0431-1>. It uses copy number and/or expression form breast cancer data, trains a Tibshirani's 'pamr' classifier with the features available and predicts the iC10 group.
License: GPL-3
Imports: pamr, impute, iC10TrainingData
Packaged: 2024-07-19 06:32:13 UTC; oscar
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2024-07-19 09:00:26 UTC
Author: Oscar M Rueda [aut, cre]

More information about iC10 at CRAN
Permanent link

Package iemiscdata (with last version 1.0.2) was removed from CRAN

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

2024-06-05 1.0.2

Permanent link
Package iemisc (with last version 1.0.5) was removed from CRAN

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

2024-06-05 1.0.5

Permanent link
Package filibustr (with last version 0.2.1) was removed from CRAN

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

2024-05-02 0.2.1

Permanent link
Package resmush updated to version 0.2.0 with previous version 0.1.1 dated 2024-05-22

Title: Optimize and Compress Image Files with 'reSmush.it'
Description: Compress local and online images using the 'reSmush.it' API service <https://resmush.it/>.
Author: Diego Hernangomez [aut, cre, cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between resmush versions 0.1.1 dated 2024-05-22 and 0.2.0 dated 2024-07-19

 DESCRIPTION                           |    8 
 MD5                                   |   50 +-
 NEWS.md                               |    4 
 R/resmush_dir.R                       |    2 
 R/resmush_file.R                      |    1 
 R/resmush_url.R                       |    2 
 R/sysdata.rda                         |binary
 README.md                             |   20 
 build/vignette.rds                    |binary
 inst/CITATION                         |   14 
 inst/WORDLIST                         |    5 
 inst/doc/resmush.Rmd                  |   10 
 inst/doc/resmush.html                 |   19 
 inst/schemaorg.json                   |    6 
 man/resmush_dir.Rd                    |    2 
 man/resmush_file.Rd                   |    1 
 man/resmush_url.Rd                    |    1 
 tests/testthat/_snaps/remush_url.md   |   10 
 tests/testthat/_snaps/resmuh_dir.md   |    2 
 tests/testthat/_snaps/resmush_file.md |    4 
 tests/testthat/_snaps/show_report.md  |   24 -
 tests/testthat/test-formats-local.R   |   20 
 tests/testthat/test-formats.R         |  294 ++++++------
 tests/testthat/test-resmush_file.R    |  774 +++++++++++++++++-----------------
 tests/testthat/test-show_report.R     |    6 
 vignettes/resmush.Rmd                 |   10 
 26 files changed, 617 insertions(+), 672 deletions(-)

More information about resmush at CRAN
Permanent link

Package cNORM updated to version 3.1.0 with previous version 3.0.4 dated 2023-10-08

Title: Continuous Norming
Description: Conventional methods for producing standard scores or percentiles in psychometrics or biometrics are often plagued with 'jumps' or 'gaps' (i.e., discontinuities) in norm tables and low confidence for assessing extreme scores. The continuous norming method introduced by A. Lenhard et al. (2016, <doi:10.1177/1073191116656437>; 2019, <doi:10.1371/journal.pone.0222279>; 2021 <doi: 10.1177/0013164420928457>) estimates percentile development (e. g. over age) and generates continuous test norm scores on the basis of the raw data from standardization samples, without requiring assumptions about the distribution of the raw data: Norm scores are directly established from raw data by modeling the latter ones as a function of both percentile scores and an explanatory variable (e.g., age). The method minimizes bias arising from sampling and measurement error, while handling marked deviations from normality, addressing bottom or ceiling effects and capturing almost all of the varia [...truncated...]
Author: Alexandra Lenhard [aut] , Wolfgang Lenhard [cre, aut] , Sebastian Gary [aut], WPS publisher [fnd]
Maintainer: Wolfgang Lenhard <wolfgang.lenhard@uni-wuerzburg.de>

Diff between cNORM versions 3.0.4 dated 2023-10-08 and 3.1.0 dated 2024-07-19

 DESCRIPTION                            |   10 +--
 MD5                                    |   31 ++++++-----
 NAMESPACE                              |    8 ++
 NEWS.md                                |   12 ++++
 R/betaBinomial.R                       |only
 R/cNORM.R                              |    2 
 R/modelling.R                          |    5 +
 R/utilities.R                          |   12 ++--
 inst/doc/WeightedRegression.html       |    6 +-
 inst/doc/cNORM-Demo.html               |    6 +-
 man/betaByGroup.Rd                     |only
 man/betaCoefficients.Rd                |only
 man/betaContinuous.Rd                  |only
 man/betaNormTable.Rd                   |only
 man/betaTable.Rd                       |only
 man/cNORM.GUI.Rd                       |   40 +++++++-------
 man/predictBeta.Rd                     |only
 man/weighted.quantile.Rd               |   90 ++++++++++++++++-----------------
 man/weighted.quantile.harrell.davis.Rd |   46 ++++++++--------
 man/weighted.quantile.type7.Rd         |   46 ++++++++--------
 20 files changed, 169 insertions(+), 145 deletions(-)

More information about cNORM at CRAN
Permanent link

Package lpSolveAPI updated to version 5.5.2.0-17.12 with previous version 5.5.2.0-17.11 dated 2023-11-28

Title: R Interface to 'lp_solve' Version 5.5.2.0
Description: The lpSolveAPI package provides an R interface to 'lp_solve', a Mixed Integer Linear Programming (MILP) solver with support for pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
Author: lp_solve <https://lpsolve.sourceforge.net/> [aut], Kjell Konis [aut], Florian Schwendinger [aut, cre], Kurt Hornik [ctb]
Maintainer: Florian Schwendinger <FlorianSchwendinger@gmx.at>

Diff between lpSolveAPI versions 5.5.2.0-17.11 dated 2023-11-28 and 5.5.2.0-17.12 dated 2024-07-19

 DESCRIPTION        |    6 +++---
 MD5                |    4 ++--
 src/RlpSolveLink.c |   46 ++++++++++++++++++++++++++--------------------
 3 files changed, 31 insertions(+), 25 deletions(-)

More information about lpSolveAPI at CRAN
Permanent link


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