Thu, 29 Aug 2024

Package rnassqs updated to version 0.6.3 with previous version 0.6.1 dated 2022-03-11

Title: Access Data from the NASS 'Quick Stats' API
Description: Interface to access data via the United States Department of Agriculture's National Agricultural Statistical Service (NASS) 'Quick Stats' web API <https://quickstats.nass.usda.gov/api/>. Convenience functions facilitate building queries based on available parameters and valid parameter values. This product uses the NASS API but is not endorsed or certified by NASS.
Author: Nicholas Potter [aut, cre], Robert Dinterman [ctb], Jonathan Adams [ctb], Joseph Stachelek [ctb], Julia Piaskowski [ctb], Branden Collingsworth [ctb], Adam Sparks [rev], Neal Richardson [ctb, rev]
Maintainer: Nicholas Potter <econpotter@gmail.com>

Diff between rnassqs versions 0.6.1 dated 2022-03-11 and 0.6.3 dated 2024-08-29

 rnassqs-0.6.1/rnassqs/R/nassqs.R                                   |only
 rnassqs-0.6.1/rnassqs/inst/testdata                                |only
 rnassqs-0.6.1/rnassqs/man/rnassqs-package.Rd                       |only
 rnassqs-0.6.1/rnassqs/tests/testthat/api-key.txt                   |only
 rnassqs-0.6.3/rnassqs/DESCRIPTION                                  |   17 
 rnassqs-0.6.3/rnassqs/LICENSE                                      |    2 
 rnassqs-0.6.3/rnassqs/MD5                                          |   94 
 rnassqs-0.6.3/rnassqs/NAMESPACE                                    |   31 
 rnassqs-0.6.3/rnassqs/NEWS.md                                      |  108 
 rnassqs-0.6.3/rnassqs/R/auth.R                                     |   40 
 rnassqs-0.6.3/rnassqs/R/helpers.R                                  |  126 
 rnassqs-0.6.3/rnassqs/R/params.R                                   |  314 +-
 rnassqs-0.6.3/rnassqs/R/request.R                                  |  802 ++---
 rnassqs-0.6.3/rnassqs/R/rnassqs-package.R                          |only
 rnassqs-0.6.3/rnassqs/R/wrappers.R                                 |  210 -
 rnassqs-0.6.3/rnassqs/README.md                                    |  567 +--
 rnassqs-0.6.3/rnassqs/build/vignette.rds                           |binary
 rnassqs-0.6.3/rnassqs/inst/CITATION                                |   56 
 rnassqs-0.6.3/rnassqs/inst/doc/rnassqs.R                           |   30 
 rnassqs-0.6.3/rnassqs/inst/doc/rnassqs.Rmd                         |  619 ++--
 rnassqs-0.6.3/rnassqs/inst/doc/rnassqs.html                        | 1436 +++++-----
 rnassqs-0.6.3/rnassqs/inst/examples/combining_multiple_variables.R |  184 -
 rnassqs-0.6.3/rnassqs/inst/examples/example_parameters.R           |  168 -
 rnassqs-0.6.3/rnassqs/inst/examples/planting-harvest-progress.R    |only
 rnassqs-0.6.3/rnassqs/inst/examples/wa_operators_2012.R            |   42 
 rnassqs-0.6.3/rnassqs/inst/figures/hexsticker.R                    |   34 
 rnassqs-0.6.3/rnassqs/man/nassqs.Rd                                |  430 +-
 rnassqs-0.6.3/rnassqs/man/nassqs_GET.Rd                            |  132 
 rnassqs-0.6.3/rnassqs/man/nassqs_acres.Rd                          |   76 
 rnassqs-0.6.3/rnassqs/man/nassqs_auth.Rd                           |   60 
 rnassqs-0.6.3/rnassqs/man/nassqs_byfips.Rd                         |only
 rnassqs-0.6.3/rnassqs/man/nassqs_check.Rd                          |   40 
 rnassqs-0.6.3/rnassqs/man/nassqs_fields.Rd                         |   32 
 rnassqs-0.6.3/rnassqs/man/nassqs_param_values.Rd                   |   82 
 rnassqs-0.6.3/rnassqs/man/nassqs_params.Rd                         |   58 
 rnassqs-0.6.3/rnassqs/man/nassqs_parse.Rd                          |  106 
 rnassqs-0.6.3/rnassqs/man/nassqs_record_count.Rd                   |   69 
 rnassqs-0.6.3/rnassqs/man/nassqs_yields.Rd                         |   64 
 rnassqs-0.6.3/rnassqs/man/rnassqs.Rd                               |only
 rnassqs-0.6.3/rnassqs/tests/testthat.R                             |    4 
 rnassqs-0.6.3/rnassqs/tests/testthat/setup.R                       |  110 
 rnassqs-0.6.3/rnassqs/tests/testthat/test-auth.R                   |   20 
 rnassqs-0.6.3/rnassqs/tests/testthat/test-helpers.R                |   92 
 rnassqs-0.6.3/rnassqs/tests/testthat/test-params.R                 |  158 -
 rnassqs-0.6.3/rnassqs/tests/testthat/test-request.R                |  388 +-
 rnassqs-0.6.3/rnassqs/tests/testthat/test-wrappers.R               |  137 
 rnassqs-0.6.3/rnassqs/tests/testthat/testdata                      |only
 rnassqs-0.6.3/rnassqs/vignettes/rnassqs.Rmd                        |  619 ++--
 48 files changed, 3875 insertions(+), 3682 deletions(-)

More information about rnassqs at CRAN
Permanent link

New package WH with initial version 1.1.2
Package: WH
Title: Enhanced Implementation of Whittaker-Henderson Smoothing
Version: 1.1.2
Description: An enhanced implementation of Whittaker-Henderson smoothing for the gradation of one-dimensional and two-dimensional actuarial tables used to quantify Life Insurance risks. 'WH' is based on the methods described in Biessy (2023) <doi:10.48550/arXiv.2306.06932>. Among other features, it generalizes the original smoothing algorithm to maximum likelihood estimation, automatically selects the smoothing parameter(s) and extrapolates beyond the range of data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/GuillaumeBiessy/WH
BugReports: https://github.com/GuillaumeBiessy/WH/issues
Depends: R (>= 4.2)
Imports: stats
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-08-29 12:22:47 UTC; Guillaume Biessy
Author: Guillaume Biessy [aut, cre, cph]
Maintainer: Guillaume Biessy <guillaume.biessy78@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-29 22:40:06 UTC

More information about WH at CRAN
Permanent link

Package servr updated to version 0.31 with previous version 0.30 dated 2024-03-23

Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Description: Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Author: Yihui Xie [aut, cre] , Carson Sievert [ctb], Jesse Anderson [ctb], Ramnath Vaidyanathan [ctb], Romain Lesur [ctb], Posit Software, PBC [cph, fnd]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between servr versions 0.30 dated 2024-03-23 and 0.31 dated 2024-08-29

 DESCRIPTION          |    8 ++++----
 MD5                  |   12 ++++++------
 R/static.R           |   32 +++++++++++++++++++++-----------
 R/utils.R            |   11 +----------
 man/create_server.Rd |    2 +-
 man/httd.Rd          |    2 +-
 man/server_config.Rd |   10 +++++++++-
 7 files changed, 43 insertions(+), 34 deletions(-)

More information about servr at CRAN
Permanent link

Package csquares updated to version 0.1.0 with previous version 0.0.7 dated 2024-07-25

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.7 dated 2024-07-25 and 0.1.0 dated 2024-08-29

 DESCRIPTION                            |   11 
 MD5                                    |   64 -
 NAMESPACE                              |    1 
 NEWS.md                                |   10 
 R/as_csquares.R                        |    1 
 R/as_stars.R                           |    1 
 R/csquares_methods.R                   |   20 
 R/expand.R                             |    2 
 R/helpers.R                            |    7 
 R/in.R                                 |    2 
 R/joins_tidy.R                         |   12 
 R/new_csquares.R                       |    9 
 R/resample.R                           |    8 
 R/st_as_sf.R                           |   10 
 R/tidyverse.R                          |   61 -
 R/vctrs.R                              |   14 
 README.md                              |    1 
 inst/doc/csquares-objects.R            |   19 
 inst/doc/csquares-objects.Rmd          |   22 
 inst/doc/csquares-objects.html         | 1376 +++------------------------------
 man/csquares-methods.Rd                |    3 
 man/figures/csquares-objects-graph.svg |only
 man/tidyjoins.Rd                       |    5 
 tests/testthat/test-as-csquares.R      |   58 +
 tests/testthat/test-helpers.R          |only
 tests/testthat/test-ices.R             |   32 
 tests/testthat/test-in.R               |only
 tests/testthat/test-init.R             |only
 tests/testthat/test-joins.R            |only
 tests/testthat/test-methods.R          |only
 tests/testthat/test-new-csquares.R     |   10 
 tests/testthat/test-resample.R         |   73 +
 tests/testthat/test-sf.R               |   25 
 tests/testthat/test-stars.R            |only
 tests/testthat/test-tidy.R             |only
 tests/testthat/test-validate.R         |only
 tests/testthat/test-vctrs.R            |only
 vignettes/csquares-objects.Rmd         |   22 
 38 files changed, 528 insertions(+), 1351 deletions(-)

More information about csquares at CRAN
Permanent link

Package duckdbfs updated to version 0.0.7 with previous version 0.0.5 dated 2024-08-17

Title: High Performance Remote File System, Database and 'Geospatial' Access Using 'duckdb'
Description: Provides friendly wrappers for creating 'duckdb'-backed connections to tabular datasets ('csv', parquet, etc) on local or remote file systems. This mimics the behaviour of "open_dataset" in the 'arrow' package, but in addition to 'S3' file system also generalizes to any list of 'http' URLs.
Author: Carl Boettiger [aut, cre] , Michael D. Sumner [ctb]
Maintainer: Carl Boettiger <cboettig@gmail.com>

Diff between duckdbfs versions 0.0.5 dated 2024-08-17 and 0.0.7 dated 2024-08-29

 DESCRIPTION                         |    6 ++--
 MD5                                 |   23 ++++++++--------
 NAMESPACE                           |    1 
 NEWS.md                             |   13 +++++++++
 R/cached_connection.R               |   18 +++++++++++--
 R/duckdb_config.R                   |   10 ++++---
 R/open_dataset.R                    |    2 -
 R/parse_uri.R                       |   26 ++++++++++---------
 R/write_dataset.R                   |   49 +++++++++++++++++++-----------------
 man/as_dataset.Rd                   |only
 man/cached_connection.Rd            |   22 +++++++++++++++-
 man/open_dataset.Rd                 |    2 -
 tests/testthat/test-write_dataset.R |   13 +++++++--
 13 files changed, 125 insertions(+), 60 deletions(-)

More information about duckdbfs at CRAN
Permanent link

New package mirrorselect with initial version 0.0.3
Package: mirrorselect
Title: Test CRAN/Bioconductor Mirror Speed
Version: 0.0.3
Description: Testing CRAN and Bioconductor mirror speed by recording download time of 'src/base/COPYING' (for CRAN) and 'packages/release/bioc/html/ggtree.html' (for Bioconductor).
Depends: R (>= 3.4.0)
Imports: utils, yulab.utils (>= 0.1.7)
License: Artistic-2.0
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-08-26 13:53:45 UTC; HUAWEI
Author: Guangchuang Yu [aut, cre]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-29 19:10:02 UTC

More information about mirrorselect at CRAN
Permanent link

New package MALDIcellassay with initial version 0.4.47
Package: MALDIcellassay
Title: Automated MALDI Cell Assays Using Dose-Response Curve Fitting
Version: 0.4.47
Description: Conduct automated cell-based assays using Matrix-Assisted Laser Desorption/Ionization (MALDI) methods for high-throughput screening of signals responsive to treatments. The package efficiently identifies high variance signals and fits dose-response curves to them. Quality metrics such as Z', V', log2FC, and CRS are provided for evaluating the potential of signals as biomarkers. The methodologies were introduced by Weigt et al. (2018) <doi:10.1038/s41598-018-29677-z> and refined by Unger et al. (2021) <doi:10.1038/s41596-021-00624-z>.
License: MIT + file LICENSE
Imports: methods, ggplot2, nplr, dplyr, tidyr, forcats, scales, MALDIquant, MALDIquantForeign, tibble, svMisc, purrr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
Depends: R (>= 4.2)
URL: https://github.com/CeMOS-Mannheim/MALDIcellassay
BugReports: https://github.com/CeMOS-Mannheim/MALDIcellassay/issues
NeedsCompilation: no
Packaged: 2024-08-26 13:58:21 UTC; tenzl
Author: Thomas Enzlein [aut, cre, cph]
Maintainer: Thomas Enzlein <t.enzlein@hs-mannheim.de>
Repository: CRAN
Date/Publication: 2024-08-29 19:10:09 UTC

More information about MALDIcellassay at CRAN
Permanent link

Package glmmPen updated to version 1.5.4.8 with previous version 1.5.4.4 dated 2024-01-18

Title: High Dimensional Penalized Generalized Linear Mixed Models (pGLMM)
Description: Fits high dimensional penalized generalized linear mixed models using the Monte Carlo Expectation Conditional Minimization (MCECM) algorithm. The purpose of the package is to perform variable selection on both the fixed and random effects simultaneously for generalized linear mixed models. The package supports fitting of Binomial, Gaussian, and Poisson data with canonical links, and supports penalization using the MCP, SCAD, or LASSO penalties. The MCECM algorithm is described in Rashid et al. (2020) <doi:10.1080/01621459.2019.1671197>. The techniques used in the minimization portion of the procedure (the M-step) are derived from the procedures of the 'ncvreg' package (Breheny and Huang (2011) <doi:10.1214/10-AOAS388>) and 'grpreg' package (Breheny and Huang (2015) <doi:10.1007/s11222-013-9424-2>), with appropriate modifications to account for the estimation and penalization of the random effects. The 'ncvreg' and 'grpreg' packages also describe the MCP, SCAD, and LAS [...truncated...]
Author: Hillary Heiling [aut, cre], Naim Rashid [aut], Quefeng Li [aut], Joseph Ibrahim [aut]
Maintainer: Hillary Heiling <hmheiling@gmail.com>

Diff between glmmPen versions 1.5.4.4 dated 2024-01-18 and 1.5.4.8 dated 2024-08-29

 glmmPen-1.5.4.4/glmmPen/R/sim_generation_coxph.R |only
 glmmPen-1.5.4.4/glmmPen/inst/glmmPen_1.5.4.4.pdf |only
 glmmPen-1.5.4.4/glmmPen/inst/lambda_check.R      |only
 glmmPen-1.5.4.8/glmmPen/DESCRIPTION              |    8 -
 glmmPen-1.5.4.8/glmmPen/MD5                      |   29 ++--
 glmmPen-1.5.4.8/glmmPen/NAMESPACE                |    1 
 glmmPen-1.5.4.8/glmmPen/R/BICICQ_calc.R          |only
 glmmPen-1.5.4.8/glmmPen/R/GR_test.R              |only
 glmmPen-1.5.4.8/glmmPen/R/control_options.R      |    4 
 glmmPen-1.5.4.8/glmmPen/R/estimate_r.R           |    2 
 glmmPen-1.5.4.8/glmmPen/R/fit_dat.R              |    2 
 glmmPen-1.5.4.8/glmmPen/R/glmmPen.R              |  138 +++++++++++++++--------
 glmmPen-1.5.4.8/glmmPen/R/glmmPen_FA.R           |    6 -
 glmmPen-1.5.4.8/glmmPen/R/phmmPen.R              |    8 -
 glmmPen-1.5.4.8/glmmPen/R/sim_generation.R       |   15 ++
 glmmPen-1.5.4.8/glmmPen/R/sim_generation_surv.R  |only
 glmmPen-1.5.4.8/glmmPen/inst/glmmPen_1.5.4.8.pdf |only
 glmmPen-1.5.4.8/glmmPen/man/optimControl.Rd      |    4 
 glmmPen-1.5.4.8/glmmPen/man/sim.data.Rd          |   40 ++++++
 19 files changed, 179 insertions(+), 78 deletions(-)

More information about glmmPen at CRAN
Permanent link

New package fdesigns with initial version 1.0
Package: fdesigns
Title: Optimal Experimental Designs for Functional/Dynamic Models
Version: 1.0
Date: 2024-08-10
Maintainer: Damianos Michaelides <dm3g15@soton.ac.uk>
Description: Optimal experimental designs for functional linear and functional generalised linear models, for scalar responses and profile/dynamic factors. The designs are optimised using the coordinate exchange algorithm. The methods are discussed by Michaelides (2023) <https://eprints.soton.ac.uk/474982/1/Thesis_DamianosMichaelides_Final_pdfa_1_.pdf>.
License: GPL-2
Imports: Rcpp, Matrix, parallel, mvQuad, mvtnorm, stats, graphics
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2024-08-26 13:31:48 UTC; damianosmichaelides
Author: Damianos Michaelides [aut, cre], Antony Overstall [aut], Dave Woods [aut]
Repository: CRAN
Date/Publication: 2024-08-29 19:10:06 UTC

More information about fdesigns at CRAN
Permanent link

Package YTAnalytics updated to version 0.2.0 with previous version 0.1.0 dated 2023-09-14

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

Diff between YTAnalytics versions 0.1.0 dated 2023-09-14 and 0.2.0 dated 2024-08-29

 YTAnalytics-0.1.0/YTAnalytics/man/error_checking.Rd              |only
 YTAnalytics-0.1.0/YTAnalytics/man/time_period_check.Rd           |only
 YTAnalytics-0.1.0/YTAnalytics/man/youtube_GET.Rd                 |only
 YTAnalytics-0.2.0/YTAnalytics/DESCRIPTION                        |   18 
 YTAnalytics-0.2.0/YTAnalytics/LICENSE                            |    2 
 YTAnalytics-0.2.0/YTAnalytics/MD5                                |   58 +-
 YTAnalytics-0.2.0/YTAnalytics/NAMESPACE                          |    1 
 YTAnalytics-0.2.0/YTAnalytics/NEWS.md                            |   11 
 YTAnalytics-0.2.0/YTAnalytics/R/audience_retention.R             |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/cities.R                         |    2 
 YTAnalytics-0.2.0/YTAnalytics/R/countries.R                      |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/demographics.R                   |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/devices.R                        |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/get_stats.R                      |    7 
 YTAnalytics-0.2.0/YTAnalytics/R/live_onDemand.R                  |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/metadata.R                       |   34 +
 YTAnalytics-0.2.0/YTAnalytics/R/playback_location.R              |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/sharing_services.R               |    2 
 YTAnalytics-0.2.0/YTAnalytics/R/subscription_status.R            |    6 
 YTAnalytics-0.2.0/YTAnalytics/R/time_period.R                    |    2 
 YTAnalytics-0.2.0/YTAnalytics/R/top_videos.R                     |    2 
 YTAnalytics-0.2.0/YTAnalytics/R/traffic_details.R                |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/traffic_sources.R                |    4 
 YTAnalytics-0.2.0/YTAnalytics/R/utils.R                          |  122 ++--
 YTAnalytics-0.2.0/YTAnalytics/R/videos.R                         |   26 -
 YTAnalytics-0.2.0/YTAnalytics/R/youtube_oauth.R                  |  109 +++-
 YTAnalytics-0.2.0/YTAnalytics/README.md                          |  251 ++++------
 YTAnalytics-0.2.0/YTAnalytics/man/analytics_request.Rd           |    4 
 YTAnalytics-0.2.0/YTAnalytics/man/channel_playlists.Rd           |    9 
 YTAnalytics-0.2.0/YTAnalytics/man/channel_subscription_status.Rd |    2 
 YTAnalytics-0.2.0/YTAnalytics/man/playlist_metadata.Rd           |only
 YTAnalytics-0.2.0/YTAnalytics/man/youtube_oauth.Rd               |   11 
 32 files changed, 392 insertions(+), 319 deletions(-)

More information about YTAnalytics at CRAN
Permanent link

New package timeEL with initial version 0.9.1
Package: timeEL
Title: Time to Event Analysis via Empirical Likelihood Inference
Version: 0.9.1
Description: Computation of t-year survival probabilities and t-year risks with right censored survival data. The Kaplan-Meier estimator is used to provide estimates for data without competing risks and the Aalen-Johansen estimator is used when there are competing risks. Confidence intervals and p-values are obtained using either usual Wald-type inference or empirical likelihood inference, as described in Thomas and Grunkemeier (1975) <doi:10.1080/01621459.1975.10480315> and Blanche (2020) <doi:10.1007/s10985-018-09458-6>. Functions for both one-sample and two-sample inference are provided. Unlike Wald-type inference, empirical likelihood inference always leads to consistent conclusions, in terms of statistical significance, when comparing two risks (or survival probabilities) via either a ratio or a difference.
License: GPL (>= 3)
Encoding: UTF-8
Suggests: km.ci, prodlim, survival, testthat (>= 3.0.0)
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2024-08-26 09:27:56 UTC; paul
Author: Paul Blanche [aut, cre] , Frank Eriksson [ctb]
Maintainer: Paul Blanche <paulfblanche@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-29 19:00:01 UTC

More information about timeEL at CRAN
Permanent link

Package SSDforR updated to version 1.5.35 with previous version 1.5.34 dated 2024-01-08

Title: Functions to Analyze Single System Data
Description: Functions to visually and statistically analyze single system data.
Author: Charles Auerbach [aut, cre], Wendy Zeitlin [aut]
Maintainer: Charles Auerbach <auerbach@yu.edu>

Diff between SSDforR versions 1.5.34 dated 2024-01-08 and 1.5.35 dated 2024-08-29

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 R/RSstat.R  |    4 +---
 3 files changed, 7 insertions(+), 9 deletions(-)

More information about SSDforR at CRAN
Permanent link

New package AirExposure with initial version 1.0
Package: AirExposure
Title: Exposure Model to Air Pollutants Based on Mobility and Daily Activities
Version: 1.0
Date: 2024-07-26
Author: Josefina Urquiza [aut, cre], Maria Florencia Tames [aut], Maela Lupo [aut], Alfredo Rigalli [aut]
Maintainer: Josefina Urquiza <jurquiza@conicet.gov.ar>
Description: Model that assesses daily exposure to air pollution, which considers daily population mobility on a geographical scale and the spatial and temporal variability of pollutant concentrations, in addition to traditional parameters such as exposure time and pollutant concentration.
License: GPL-3
URL: https://github.com/flortames/Air-Exposure-Model
Depends: R (>= 4.1.1)
Imports: dplyr, htmltools, httr, jsonlite, leaflet, htmlwidgets, lubridate, sf
NeedsCompilation: no
Packaged: 2024-08-23 19:45:54 UTC; mama
Repository: CRAN
Date/Publication: 2024-08-29 19:00:05 UTC

More information about AirExposure at CRAN
Permanent link

Package SAMtool updated to version 1.7.0 with previous version 1.6.4 dated 2024-02-15

Title: Stock Assessment Methods Toolkit
Description: Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform data-rich fisheries. 'SAMtool' provides a conditioning model, assessment models of varying complexity with standardized reporting, model-based management procedures, and diagnostic tools for evaluating assessments inside closed-loop simulation.
Author: Quang Huynh [aut, cre], Tom Carruthers [aut], Adrian Hordyk [aut]
Maintainer: Quang Huynh <quang@bluematterscience.com>

Diff between SAMtool versions 1.6.4 dated 2024-02-15 and 1.7.0 dated 2024-08-29

 DESCRIPTION                        |   10 +--
 MD5                                |   84 ++++++++++++++--------------
 NEWS.md                            |    8 ++
 R/HCRs.R                           |   10 +--
 R/RCM2MOM.R                        |   61 ++++++++++----------
 R/RCM_assess.R                     |    5 +
 R/RCM_data.R                       |   17 ++++-
 R/RCM_est.R                        |   23 +++----
 R/RCM_int.R                        |    5 +
 R/RCM_rmd.R                        |  110 +++++++++++++++++++++----------------
 R/SAMtool-package.R                |    2 
 R/assess_DD.R                      |    2 
 R/assess_SCA.R                     |    2 
 R/assess_cDD.R                     |    2 
 R/define_S4_class_RCModel.R        |   40 ++++++++-----
 R/define_S4_class_assess_RCMdata.R |    6 +-
 R/define_S4_generic_RCM.R          |   10 ++-
 R/document_data.R                  |    4 -
 R/report_auxiliary.R               |    7 ++
 R/retrospective_AM.R               |    2 
 R/z_MPs.R                          |    2 
 README.md                          |    9 ++-
 build/partial.rdb                  |binary
 data/pcod.rda                      |binary
 inst/include/RCM.hpp               |   35 +++++++----
 man/DD_TMB.Rd                      |    2 
 man/HCR_MSY.Rd                     |    2 
 man/HCR_escapement.Rd              |    2 
 man/HCR_fixedF.Rd                  |    2 
 man/HCR_ramp.Rd                    |    2 
 man/HCR_segment.Rd                 |    2 
 man/Model-based-MP.Rd              |    2 
 man/RCM.Rd                         |   10 ++-
 man/RCM2MOM.Rd                     |   18 +++++-
 man/RCMdata-class.Rd               |    5 +
 man/RCModel-class.Rd               |    2 
 man/SAMtool-package.Rd             |   10 +++
 man/SCA.Rd                         |    2 
 man/cDD.Rd                         |    2 
 man/pcod.Rd                        |    2 
 man/retrospective_AM.Rd            |    2 
 man/swordfish.Rd                   |    2 
 src/SAMtool.cpp                    |    2 
 43 files changed, 310 insertions(+), 217 deletions(-)

More information about SAMtool at CRAN
Permanent link

Package robotstxt updated to version 0.7.15 with previous version 0.7.13 dated 2020-09-03

Title: A 'robots.txt' Parser and 'Webbot'/'Spider'/'Crawler' Permissions Checker
Description: Provides functions to download and parse 'robots.txt' files. Ultimately the package makes it easy to check if bots (spiders, crawler, scrapers, ...) are allowed to access specific resources on a domain.
Author: Pedro Baltazar [aut, cre], Peter Meissner [aut], Kun Ren [aut, cph] , Oliver Keys [ctb] , Rich Fitz John [ctb]
Maintainer: Pedro Baltazar <pedrobtz@gmail.com>

Diff between robotstxt versions 0.7.13 dated 2020-09-03 and 0.7.15 dated 2024-08-29

 robotstxt-0.7.13/robotstxt/README.md                     |only
 robotstxt-0.7.13/robotstxt/inst/doc/using_robotstxt.R    |only
 robotstxt-0.7.15/robotstxt/DESCRIPTION                   |   26 
 robotstxt-0.7.15/robotstxt/MD5                           |   34 
 robotstxt-0.7.15/robotstxt/NEWS.md                       |  530 +++---
 robotstxt-0.7.15/robotstxt/R/get_robotstxt.R             |    5 
 robotstxt-0.7.15/robotstxt/R/get_robotstxt_http_get.R    |    7 
 robotstxt-0.7.15/robotstxt/R/get_robotstxts.R            |    6 
 robotstxt-0.7.15/robotstxt/R/rt_get_fields.R             |    2 
 robotstxt-0.7.15/robotstxt/build/vignette.rds            |binary
 robotstxt-0.7.15/robotstxt/inst/doc/using_robotstxt.Rmd  |  412 +++--
 robotstxt-0.7.15/robotstxt/inst/doc/using_robotstxt.html | 1160 +++++++--------
 robotstxt-0.7.15/robotstxt/man/get_robotstxt.Rd          |    5 
 robotstxt-0.7.15/robotstxt/man/get_robotstxt_http_get.Rd |    5 
 robotstxt-0.7.15/robotstxt/man/get_robotstxts.Rd         |    5 
 robotstxt-0.7.15/robotstxt/man/paths_allowed.Rd          |    5 
 robotstxt-0.7.15/robotstxt/man/robotstxt.Rd              |    5 
 robotstxt-0.7.15/robotstxt/tests/testthat.R              |    5 
 robotstxt-0.7.15/robotstxt/vignettes/using_robotstxt.Rmd |  412 +++--
 19 files changed, 1448 insertions(+), 1176 deletions(-)

More information about robotstxt at CRAN
Permanent link

Package moc.gapbk updated to version 0.1.3 with previous version 0.1.1 dated 2024-07-21

Title: Multi-Objective Clustering Algorithm Guided by a-Priori Biological Knowledge
Description: Implements the Multi-Objective Clustering Algorithm Guided by a-Priori Biological Knowledge (MOC-GaPBK) which was proposed by Parraga-Alava, J. et. al. (2018) <doi:10.1186/s13040-018-0178-4>.
Author: Jorge Parraga-Alava [aut, cre]
Maintainer: Jorge Parraga-Alava <jorge.parraga@usach.cl>

Diff between moc.gapbk versions 0.1.1 dated 2024-07-21 and 0.1.3 dated 2024-08-29

 DESCRIPTION |   12 ++--
 MD5         |    4 -
 R/main.R    |  167 +++++++++++++++++++++++++++++-------------------------------
 3 files changed, 91 insertions(+), 92 deletions(-)

More information about moc.gapbk at CRAN
Permanent link

Package MCPModGeneral updated to version 0.1-3 with previous version 0.1-2 dated 2024-08-22

Title: A Supplement to the 'DoseFinding' Package for the General Case
Description: Analyzes non-normal data via the Multiple Comparison Procedures and Modeling approach (MCP-Mod). Many functions rely on the 'DoseFinding' package. This package makes it so the user does not need to provide or calculate the mu vector and S matrix. Instead, the user typically supplies the data in its raw form, and this package will calculate the needed objects and passes them into the 'DoseFinding' functions. If the user wishes to primarily use the functions provided in the 'DoseFinding' package, a singular function (prepareGen()) will provide mu and S. The package currently handles power analysis and the MCP-Mod procedure for negative binomial, Poisson, and binomial data. The MCP-Mod procedure can also be applied to survival data, but power analysis is not available. Bretz, F., Pinheiro, J. C., and Branson, M. (2005) <doi:10.1111/j.1541-0420.2005.00344.x>. Buckland, S. T., Burnham, K. P. and Augustin, N. H. (1997) <doi:10.2307/2533961>. Pinheiro, J. C., Bornkamp, B., Glimm, [...truncated...]
Author: Ian Laga [aut, cre], Francis Boateng [aut]
Maintainer: Ian Laga <ilaga25@gmail.com>

Diff between MCPModGeneral versions 0.1-2 dated 2024-08-22 and 0.1-3 dated 2024-08-29

 DESCRIPTION                           |    6 +++---
 MD5                                   |   11 ++++++-----
 R/powMCTGen.R                         |    2 +-
 inst/doc/MCPModGeneral-Vignette.Rmd   |    2 +-
 inst/doc/MCPModGeneral-Vignette.pdf   |binary
 vignettes/MCPModGeneral-Vignette.Rmd  |    2 +-
 vignettes/MCPModGeneral-Vignette.html |only
 7 files changed, 12 insertions(+), 11 deletions(-)

More information about MCPModGeneral at CRAN
Permanent link

Package grates updated to version 1.2.2 with previous version 1.2.1 dated 2024-05-31

Title: Grouped Date Classes
Description: Provides a coherent interface and implementation for creating grouped date classes. This package is part of the RECON (<https://www.repidemicsconsortium.org/>) toolkit for outbreak analysis.
Author: Tim Taylor [aut, cre]
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>

Diff between grates versions 1.2.1 dated 2024-05-31 and 1.2.2 dated 2024-08-29

 DESCRIPTION          |    9 +--
 MD5                  |   34 ++++++-------
 NEWS.md              |    6 ++
 R/accessors.R        |   10 ++--
 R/epiweek.R          |    2 
 R/isoweek.R          |    2 
 R/month.R            |    2 
 R/period.R           |    2 
 R/year.R             |    2 
 R/yearmonth.R        |    2 
 R/yearquarter.R      |    2 
 R/yearweek.R         |    2 
 README.md            |   23 ++-------
 build/vignette.rds   |binary
 inst/doc/grates.R    |   17 +++---
 inst/doc/grates.Rmd  |  126 ++++++++++++++++++++++++++++++++++++++-------------
 inst/doc/grates.html |  113 +++++++++++++++++++++------------------------
 vignettes/grates.Rmd |  126 ++++++++++++++++++++++++++++++++++++++-------------
 18 files changed, 297 insertions(+), 183 deletions(-)

More information about grates at CRAN
Permanent link

Package distrSim updated to version 2.8.3 with previous version 2.8.2 dated 2024-01-30

Title: Simulation Classes Based on Package 'distr'
Description: S4-classes for setting up a coherent framework for simulation within the distr family of packages.
Author: Florian Camphausen [ctb] , Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], Thomas Stabla [ctb]
Maintainer: Peter Ruckdeschel <peter.ruckdeschel@uni-oldenburg.de>

Diff between distrSim versions 2.8.2 dated 2024-01-30 and 2.8.3 dated 2024-08-29

 DESCRIPTION              |   16 ++++++++--------
 MD5                      |    8 ++++----
 inst/NEWS                |   10 ++++++++++
 man/0distrSim-package.Rd |    6 +++---
 man/distrSimMASK.Rd      |    2 ++
 5 files changed, 27 insertions(+), 15 deletions(-)

More information about distrSim at CRAN
Permanent link

Package chromote updated to version 0.3.0 with previous version 0.2.0 dated 2024-02-12

Title: Headless Chrome Web Browser Interface
Description: An implementation of the 'Chrome DevTools Protocol', for controlling a headless Chrome web browser.
Author: Winston Chang [aut, cre], Barret Schloerke [aut] , Garrick Aden-Buie [aut] , Posit Software, PBC [cph, fnd]
Maintainer: Winston Chang <winston@posit.co>

Diff between chromote versions 0.2.0 dated 2024-02-12 and 0.3.0 dated 2024-08-29

 DESCRIPTION             |   11 ++-
 MD5                     |   21 +++---
 NEWS.md                 |    8 ++
 R/chrome.R              |   55 ++++++++++++++---
 R/chromote-package.R    |   25 +++++++
 R/chromote.R            |    3 
 R/chromote_session.R    |    3 
 R/utils.R               |    2 
 README.md               |  155 ++++++++++++++++++++++++++++--------------------
 man/ChromoteSession.Rd  |    3 
 man/chromote-options.Rd |only
 man/chromote-package.Rd |    1 
 12 files changed, 198 insertions(+), 89 deletions(-)

More information about chromote at CRAN
Permanent link

New package tintin with initial version 0.2
Package: tintin
Title: Tintin Palette Generator
Version: 0.2
Description: Palettes generated from Tintin covers. There is one palette per cover, with a total of 24 palettes of 5 colours each. Includes functions to interpolate colors in order to create more colors based on the provided palettes.The data is based on Cyr, et al. (2004) <doi:10.1503/cmaj.1041405> and Wikipedia <https://en.wikipedia.org/wiki/The_Adventures_of_Tintin>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.10)
LazyData: true
Imports: dplyr, ggplot2, magrittr, rlang, scales, tidyr
Suggests: spelling
Language: en-US
NeedsCompilation: no
Packaged: 2024-08-25 16:20:49 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-08-29 15:20:02 UTC

More information about tintin at CRAN
Permanent link

New package LorMe with initial version 1.0.0
Package: LorMe
Title: Lightening One-Code Resolving Microbial Ecology Solution
Version: 1.0.0
Maintainer: Ningqi Wang <2434066068@qq.com>
Description: Provides a robust collection of functions tailored for microbial ecology analysis, encompassing both data analysis and visualization. It introduces an encapsulation feature that streamlines the process into a summary object. With the initial configuration of this summary object, users can execute a wide range of analyses with a single line of code, requiring only two essential parameters for setup. The package delivers comprehensive outputs including analysis objects, statistical outcomes, and visualization-ready data, enhancing the efficiency of research workflows. Designed with user-friendliness in mind, it caters to both novices and seasoned researchers, offering an intuitive interface coupled with adaptable customization options to meet diverse analytical needs.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: ape, ggalluvial, ggplot2, ggpubr, grDevices, magrittr, RColorBrewer, scales, stringr, tidyr, vegan, dplyr, igraph, Hmisc, fdrtool, agricolae, multcompView, DescTools, HH, coin
Suggests: testthat (>= 3.0.0), ggrepel, readr, patchwork, grid, permute, indicspecies, S4Vectors, tibble, DESeq2
NeedsCompilation: no
Packaged: 2024-08-25 14:29:31 UTC; wangningqi
Author: Ningqi Wang [aut, cre, cph], Yaozhong Zhang [aut], Geofei Jiang [aut]
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-08-29 15:20:06 UTC

More information about LorMe at CRAN
Permanent link

Package IPEDSuploadables updated to version 2.9.0 with previous version 2.8.7 dated 2023-11-01

Title: Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload
Description: Starting from user-supplied institutional data, these scripts transform, aggregate, and reshape the information to produce key-value pair data files that are able to be uploaded to IPEDS (Integrated Postsecondary Education Data System) through their submission portal <https://surveys.nces.ed.gov/ipeds/>. Starting data specifications can be found in the vignettes. Final files are saved locally to a location of the user's choice. User-friendly readable files can also be produced for purposes of data review and validation.
Author: Alison Lanski [aut, cre], Shiloh Fling [aut]
Maintainer: Alison Lanski <alanski@nd.edu>

Diff between IPEDSuploadables versions 2.8.7 dated 2023-11-01 and 2.9.0 dated 2024-08-29

 IPEDSuploadables-2.8.7/IPEDSuploadables/R/IPEDSuploadables.R                         |only
 IPEDSuploadables-2.9.0/IPEDSuploadables/DESCRIPTION                                  |   14 -
 IPEDSuploadables-2.9.0/IPEDSuploadables/MD5                                          |   81 +++++-----
 IPEDSuploadables-2.9.0/IPEDSuploadables/NAMESPACE                                    |    4 
 IPEDSuploadables-2.9.0/IPEDSuploadables/NEWS.md                                      |    7 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/IPEDSuploadables-package.R                 |only
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/create_dummy_data_e1d.R                    |    1 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/create_dummy_data_gr.R                     |    5 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/e1d_students.R                             |    4 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/gr_students.R                              |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/make_e1d_part_F.R                          |only
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/make_gr_part_E.R                           |   18 +-
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/make_om_part_D.R                           |    3 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/produce_e1d_report.R                       |    5 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/produce_gr_report.R                        |   46 +----
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/specs_E1D.R                                |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/specs_GR.R                                 |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/R/zzz.R                                      |    4 
 IPEDSuploadables-2.9.0/IPEDSuploadables/README.md                                    |   40 ++--
 IPEDSuploadables-2.9.0/IPEDSuploadables/build/vignette.rds                           |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/data/e1d_students.rda                        |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/data/gr_students.rda                         |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/data/part_outputs.rda                        |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/data/specs_E1D.rda                           |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/data/specs_GR.rda                            |binary
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/howto_overall_ipedsuploadables.Rmd  |   12 -
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/howto_overall_ipedsuploadables.html |   62 ++++---
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/howto_use_autoformat.html           |    6 
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/setup_for_12monthenrollment.R       |    3 
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/setup_for_12monthenrollment.Rmd     |    3 
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/setup_for_12monthenrollment.html    |   18 +-
 IPEDSuploadables-2.9.0/IPEDSuploadables/inst/doc/setup_for_gr.html                   |   22 +-
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/IPEDSuploadables-package.Rd              |only
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/IPEDSuploadables.Rd                      |    5 
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/e1d_students.Rd                          |    4 
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/gr_students.Rd                           |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/make_e1d_part_F.Rd                       |only
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/make_gr_part_E.Rd                        |   11 +
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/produce_gr_report.Rd                     |   19 +-
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/specs_E1D.Rd                             |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/man/specs_GR.Rd                              |    2 
 IPEDSuploadables-2.9.0/IPEDSuploadables/tests/testthat/test-part-outputs.R           |   44 +++--
 IPEDSuploadables-2.9.0/IPEDSuploadables/vignettes/howto_overall_ipedsuploadables.Rmd |   12 -
 IPEDSuploadables-2.9.0/IPEDSuploadables/vignettes/setup_for_12monthenrollment.Rmd    |    3 
 44 files changed, 268 insertions(+), 200 deletions(-)

More information about IPEDSuploadables at CRAN
Permanent link

Package distrEllipse updated to version 2.8.3 with previous version 2.8.2 dated 2024-01-31

Title: S4 Classes for Elliptically Contoured Distributions
Description: Distribution (S4-)classes for elliptically contoured distributions (based on package 'distr').
Author: Peter Ruckdeschel [aut, cre, cph]
Maintainer: Peter Ruckdeschel <peter.ruckdeschel@uni-oldenburg.de>

Diff between distrEllipse versions 2.8.2 dated 2024-01-31 and 2.8.3 dated 2024-08-29

 DESCRIPTION                  |   16 ++++++++--------
 MD5                          |    8 ++++----
 inst/NEWS                    |   10 ++++++++++
 man/0distrEllipse-package.Rd |    6 +++---
 man/distrEllipseMASK.Rd      |    2 ++
 5 files changed, 27 insertions(+), 15 deletions(-)

More information about distrEllipse at CRAN
Permanent link

Package tables updated to version 0.9.31 with previous version 0.9.28 dated 2024-06-26

Title: Formula-Driven Table Generation
Description: Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing.
Author: Duncan Murdoch [aut, cre]
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>

Diff between tables versions 0.9.28 dated 2024-06-26 and 0.9.31 dated 2024-08-29

 DESCRIPTION                |   12 ++++++++----
 MD5                        |   34 +++++++++++++++++-----------------
 NEWS.md                    |    9 +++++++++
 R/RowFactor.R              |    1 +
 R/tabular.R                |   22 +++++++++++++++++-----
 README.md                  |    2 +-
 build/vignette.rds         |binary
 inst/doc/tables.R          |    4 ++--
 inst/doc/tables.Rnw        |    4 ++--
 inst/doc/tables.pdf        |binary
 man/Percent.Rd             |    6 +++---
 man/html.tabular.Rd        |    2 +-
 man/matrix_form.tabular.Rd |    4 ++--
 man/tabular.Rd             |    4 ++--
 vignettes/HTML.Rmd         |    2 +-
 vignettes/knitrTables.Rmd  |    6 +++---
 vignettes/tables.Rnw       |    4 ++--
 vignettes/tables.Rout.save |    8 ++++----
 18 files changed, 75 insertions(+), 49 deletions(-)

More information about tables at CRAN
Permanent link

Package distr updated to version 2.9.5 with previous version 2.9.3 dated 2024-01-29

Title: Object Oriented Implementation of Distributions
Description: S4-classes and methods for distributions.
Author: Florian Camphausen [ctb] , Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], Thomas Stabla [ctb] , R Core Team [ctb, cph]
Maintainer: Peter Ruckdeschel <peter.ruckdeschel@uni-oldenburg.de>

Diff between distr versions 2.9.3 dated 2024-01-29 and 2.9.5 dated 2024-08-29

 DESCRIPTION                         |   16 ++++++++--------
 MD5                                 |   20 ++++++++++----------
 R/makedots.R                        |    6 ++++++
 build/vignette.rds                  |binary
 inst/NEWS                           |   17 +++++++++++++++++
 inst/doc/newDistributions-knitr.pdf |binary
 man/0distr-package.Rd               |    6 +++---
 man/distrARITH.Rd                   |    2 ++
 man/distrMASK.Rd                    |    2 ++
 src/ks.c                            |   16 ++++++++++------
 tests/Examples/distr-Ex.Rout.save   |   30 +++++++++++++++++-------------
 11 files changed, 75 insertions(+), 40 deletions(-)

More information about distr at CRAN
Permanent link

Package DanielBiostatistics10th updated to version 0.2.4 with previous version 0.2.3 dated 2024-08-22

Title: Functions for Wayne W. Daniel's Biostatistics, Tenth Edition
Description: Functions to accompany Wayne W. Daniel's Biostatistics: A Foundation for Analysis in the Health Sciences, Tenth Edition.
Author: Tingting Zhan [aut, cre, cph]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between DanielBiostatistics10th versions 0.2.3 dated 2024-08-22 and 0.2.4 dated 2024-08-29

 DESCRIPTION                    |   20 ++++++++++----------
 MD5                            |   10 +++++-----
 R/Gosset_Welch.R               |   40 ++++++++++++++++++++++++----------------
 inst/extexample/Chapter5.6.7.R |    5 +++--
 man/Chapter05to07.Rd           |    5 +++--
 man/Gosset_Welch.Rd            |   36 +++++++++++++++++++++++-------------
 6 files changed, 68 insertions(+), 48 deletions(-)

More information about DanielBiostatistics10th at CRAN
Permanent link

Package s3fs updated to version 0.1.7 with previous version 0.1.6 dated 2024-07-25

Title: 'Amazon Web Service S3' File System
Description: Access 'Amazon Web Service Simple Storage Service' ('S3') <https://aws.amazon.com/s3/> as if it were a file system. Interface based on the R package 'fs'.
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>

Diff between s3fs versions 0.1.6 dated 2024-07-25 and 0.1.7 dated 2024-08-29

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

More information about s3fs at CRAN
Permanent link

Package mvs updated to version 2.0.0 with previous version 1.0.2 dated 2023-08-15

Title: Methods for High-Dimensional Multi-View Learning
Description: Methods for high-dimensional multi-view learning based on the multi-view stacking (MVS) framework. For technical details on the MVS and stacked penalized logistic regression (StaPLR) methods see Van Loon, Fokkema, Szabo, & De Rooij (2020) <doi:10.1016/j.inffus.2020.03.007> and Van Loon et al. (2022) <doi:10.3389/fnins.2022.830630>.
Author: Wouter van Loon [aut, cre], Marjolein Fokkema [ctb]
Maintainer: Wouter van Loon <w.s.van.loon@fsw.leidenuniv.nl>

Diff between mvs versions 1.0.2 dated 2023-08-15 and 2.0.0 dated 2024-08-29

 DESCRIPTION                        |   10 
 MD5                                |   39 +--
 NAMESPACE                          |    3 
 NEWS                               |    9 
 R/MRM.R                            |only
 R/MVS.R                            |   56 +++-
 R/StaPLR.R                         |  455 ++++++++++++++++++++++++++++++-------
 R/adaptive_weights.R               |only
 R/condense.R                       |    4 
 R/kFolds.R                         |    4 
 R/learn.R                          |    4 
 R/missingness.R                    |only
 R/mvs-package.r                    |    3 
 R/translate_adaptive_argument.R    |only
 README.md                          |   75 ++++++
 inst/CITATION                      |   11 
 man/MRM.Rd                         |only
 man/MVS.Rd                         |   31 ++
 man/StaPLR.Rd                      |   40 ++-
 man/mvs-package.Rd                 |    3 
 tests/optional                     |only
 tests/testthat/test_missing_data.R |only
 tests/testthat/test_mvs.R          |    5 
 tests/testthat/test_staplr.R       |   27 ++
 24 files changed, 644 insertions(+), 135 deletions(-)

More information about mvs at CRAN
Permanent link

Package rollup updated to version 0.1.0 with previous version 0.0.2 dated 2024-08-26

Title: A Tidy Grouping Set Aggregation
Description: A Tidy implementation of 'grouping sets', 'rollup' and 'cube' - extensions of the 'group_by' clause that allow for computing multiple 'group_by' clauses in a single statement. For more detailed information on these functions, please refer to "Enhanced Aggregation, Cube, Grouping and Rollup" <https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup>.
Author: Ju Young Ahn [aut, cre]
Maintainer: Ju Young Ahn <juyoung.ahn@snu.ac.kr>

Diff between rollup versions 0.0.2 dated 2024-08-26 and 0.1.0 dated 2024-08-29

 rollup-0.0.2/rollup/vignettes/publish_readme.R |only
 rollup-0.1.0/rollup/DESCRIPTION                |    7 
 rollup-0.1.0/rollup/MD5                        |   18 
 rollup-0.1.0/rollup/NEWS.md                    |only
 rollup-0.1.0/rollup/R/rollup.R                 |   62 -
 rollup-0.1.0/rollup/README.md                  |   23 
 rollup-0.1.0/rollup/build/vignette.rds         |binary
 rollup-0.1.0/rollup/inst/doc/tutorial.R        |   67 +
 rollup-0.1.0/rollup/inst/doc/tutorial.Rmd      |  125 ++-
 rollup-0.1.0/rollup/inst/doc/tutorial.html     |  968 +++++++++++++------------
 rollup-0.1.0/rollup/vignettes/tutorial.Rmd     |  125 ++-
 11 files changed, 796 insertions(+), 599 deletions(-)

More information about rollup at CRAN
Permanent link

Package atable updated to version 0.1.15 with previous version 0.1.14 dated 2023-09-17

Title: Create Tables for Reporting Clinical Trials
Description: Create Tables for Reporting Clinical Trials. Calculates descriptive statistics and hypothesis tests, arranges the results in a table ready for reporting with LaTeX, HTML or Word.
Author: Armin Stroebel [aut, cre] , Alan Haynes [aut]
Maintainer: Armin Stroebel <arminstroebel@web.de>

Diff between atable versions 0.1.14 dated 2023-09-17 and 0.1.15 dated 2024-08-29

 atable-0.1.14/atable/man/atable_package.Rd     |only
 atable-0.1.15/atable/DESCRIPTION               |    8 +-
 atable-0.1.15/atable/MD5                       |   22 +++---
 atable-0.1.15/atable/R/Package_atable.R        |    5 -
 atable-0.1.15/atable/R/atable.R                |   21 +++---
 atable-0.1.15/atable/R/atable_options.R        |   84 ++++++++++++-------------
 atable-0.1.15/atable/build/vignette.rds        |binary
 atable-0.1.15/atable/inst/doc/atable_usage.pdf |binary
 atable-0.1.15/atable/inst/doc/extending.pdf    |binary
 atable-0.1.15/atable/inst/doc/modifying.pdf    |binary
 atable-0.1.15/atable/man/atable-package.Rd     |only
 atable-0.1.15/atable/man/atable.Rd             |   21 +++---
 atable-0.1.15/atable/man/atable_options.Rd     |   84 ++++++++++++-------------
 13 files changed, 123 insertions(+), 122 deletions(-)

More information about atable at CRAN
Permanent link

Package TreatmentPatterns updated to version 2.6.8 with previous version 2.6.7 dated 2024-05-24

Title: Analyzes Real-World Treatment Patterns of a Study Population of Interest
Description: Computes treatment patterns within a given cohort using the Observational Medical Outcomes Partnership (OMOP) common data model (CDM). As described in Markus, Verhamme, Kors, and Rijnbeek (2022) <doi:10.1016/j.cmpb.2022.107081>.
Author: Aniek Markus [aut] , Maarten van Kessel [cre]
Maintainer: Maarten van Kessel <m.l.vankessel@erasmusmc.nl>

Diff between TreatmentPatterns versions 2.6.7 dated 2024-05-24 and 2.6.8 dated 2024-08-29

 TreatmentPatterns-2.6.7/TreatmentPatterns/tests/testthat/test-InteracivePlots.R           |only
 TreatmentPatterns-2.6.8/TreatmentPatterns/DESCRIPTION                                     |    6 
 TreatmentPatterns-2.6.8/TreatmentPatterns/MD5                                             |   52 +-
 TreatmentPatterns-2.6.8/TreatmentPatterns/NEWS.md                                         |    9 
 TreatmentPatterns-2.6.8/TreatmentPatterns/R/constructPathways.R                           |   51 ++
 TreatmentPatterns-2.6.8/TreatmentPatterns/R/createSankeyDiagram.R                         |   33 -
 TreatmentPatterns-2.6.8/TreatmentPatterns/README.md                                       |    3 
 TreatmentPatterns-2.6.8/TreatmentPatterns/build/partial.rdb                               |binary
 TreatmentPatterns-2.6.8/TreatmentPatterns/build/vignette.rds                              |binary
 TreatmentPatterns-2.6.8/TreatmentPatterns/inst/CITATION                                   |    2 
 TreatmentPatterns-2.6.8/TreatmentPatterns/inst/doc/DefiningCohorts.html                   |   16 
 TreatmentPatterns-2.6.8/TreatmentPatterns/man/CharacterizationPlots.Rd                    |    2 
 TreatmentPatterns-2.6.8/TreatmentPatterns/man/InputHandler.Rd                             |    2 
 TreatmentPatterns-2.6.8/TreatmentPatterns/man/SankeyDiagram.Rd                            |    2 
 TreatmentPatterns-2.6.8/TreatmentPatterns/man/SunburstPlot.Rd                             |    2 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/helper-ableToRun.R               |   25 +
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/helper-generateCohortTableCDMC.R |   78 ++--
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/helper-generateCohortTableCG.R   |  154 ++++----
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-CDMInterface.R              |   34 +
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-CDMInterfaceCDMC.R          |   69 +--
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-CDMInterfaceDBC.R           |    7 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-CharacterizationPlots.R     |    3 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-InputHandler.R              |    5 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-InteractivePlots.R          |only
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-ShinyApp.R                  |    1 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-computePathways.R           |  183 +++++++---
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-launchResultsExplorer.R     |    1 
 TreatmentPatterns-2.6.8/TreatmentPatterns/tests/testthat/test-pathwaysLogical.R           |   81 ++++
 28 files changed, 540 insertions(+), 281 deletions(-)

More information about TreatmentPatterns at CRAN
Permanent link

Package tmsens updated to version 0.3.1 with previous version 0.3.0 dated 2023-05-10

Title: Sensitivity Analysis Using the Trimmed Means Estimator
Description: Sensitivity analysis using the trimmed means estimator.
Author: Audinga-Dea Hazewinkel [aut, cre] , Tom Palmer [aut] , Kate Tilling [aut] , Kaitlin Wade [aut] , Jack Bowden [aut]
Maintainer: Audinga-Dea Hazewinkel <dea.hazew@gmail.com>

Diff between tmsens versions 0.3.0 dated 2023-05-10 and 0.3.1 dated 2024-08-29

 DESCRIPTION                   |   11 
 MD5                           |   30 -
 NAMESPACE                     |   16 
 NEWS.md                       |   34 -
 R/TM_bias.R                   | 1010 +++++++++++++++++++++---------------------
 R/tmF.R                       |  706 ++++++++++++++---------------
 R/tmsens.R                    |   15 
 README.md                     |   38 -
 inst/CITATION                 |   38 -
 man/summary.tm.Rd             |   90 +--
 man/tm.Rd                     |  168 +++---
 man/tm_bias.Rd                |  216 ++++----
 man/tmsens-package.Rd         |   42 +
 tests/testthat.R              |   10 
 tests/testthat/test-tm_bias.R |  134 ++---
 tests/testthat/test-tmf.R     |   98 ++--
 16 files changed, 1344 insertions(+), 1312 deletions(-)

More information about tmsens at CRAN
Permanent link

Package startupmsg updated to version 0.9.7 with previous version 0.9.6.1 dated 2024-02-12

Title: Utilities for Start-Up Messages
Description: Provides utilities to create or suppress start-up messages.
Author: Peter Ruckdeschel [cre, cph, aut]
Maintainer: Peter Ruckdeschel <peter.ruckdeschel@uni-oldenburg.de>

Diff between startupmsg versions 0.9.6.1 dated 2024-02-12 and 0.9.7 dated 2024-08-29

 DESCRIPTION             |   19 +++++++++++--------
 MD5                     |    6 +++---
 inst/NEWS               |   10 ++++++++++
 man/StartupUtilities.Rd |    2 ++
 4 files changed, 26 insertions(+), 11 deletions(-)

More information about startupmsg at CRAN
Permanent link

Package ipolygrowth updated to version 1.0.0 with previous version 0.1.2 dated 2023-07-20

Title: Individual Growth Curve Parameter Calculation using Polynomial Functions
Description: Calculation of key bacterial growth curve parameters using fourth degree polynomial functions. Six growth curve parameters are provided including peak growth rate, doubling time, lag time, maximum growth, and etc. 'ipolygrowth' takes time series data from individual biological samples (with technical replicates) or multiple samples.
Author: Jifan Wang [aut, cre, cph] , Kathryn Barger [aut, cph]
Maintainer: Jifan Wang <wjifan@hotmail.com>

Diff between ipolygrowth versions 0.1.2 dated 2023-07-20 and 1.0.0 dated 2024-08-29

 DESCRIPTION                            |   18 +-
 MD5                                    |   37 ++--
 NAMESPACE                              |   14 -
 NEWS.md                                |only
 R/ipg_multisample.R                    |    6 
 R/ipg_singlesample.R                   |  290 ++++++++++++++++-----------------
 R/ipolygrowth-package.R                |   32 +--
 R/utils-pipe.R                         |   28 +--
 README.md                              |   31 ++-
 build/vignette.rds                     |binary
 inst/doc/ipolygrowth_vignette.R        |   21 +-
 inst/doc/ipolygrowth_vignette.Rmd      |   11 +
 inst/doc/ipolygrowth_vignette.html     |   39 ++--
 man/ipg_multisample.Rd                 |   82 ++++-----
 man/ipg_singlesample.Rd                |   88 +++++-----
 man/ipolygrowth-package.Rd             |   72 ++++----
 man/pipe.Rd                            |   40 ++--
 tests/testthat.R                       |   24 +-
 tests/testthat/test-ipg_singlesample.R |   56 +++---
 vignettes/ipolygrowth_vignette.Rmd     |   11 +
 20 files changed, 476 insertions(+), 424 deletions(-)

More information about ipolygrowth at CRAN
Permanent link

New package VPdtw with initial version 2.2.1
Package: VPdtw
Title: Variable Penalty Dynamic Time Warping
Version: 2.2.1
Date: 2024-08-27
Description: Variable Penalty Dynamic Time Warping (VPdtw) for aligning chromatographic signals. With an appropriate penalty this method performs good alignment of chromatographic data without deforming the peaks (Clifford, D., Stone, G., Montoliu, I., Rezzi S., Martin F., Guy P., Bruce S., and Kochhar S.(2009) <doi:10.1021/ac802041e>; Clifford, D. and Stone, G. (2012) <doi:10.18637/jss.v047.i08>).
License: GPL-2
URL: https://github.com/ethanbass/VPdtw/
BugReports: https://github.com/ethanbass/VPdtw/issues
Encoding: UTF-8
Suggests: testthat (>= 3.0.0), vdiffr
NeedsCompilation: yes
Packaged: 2024-08-27 18:29:45 UTC; ethanbass
Author: David Clifford [aut], Glenn Stone [aut], Ethan Bass [ctb, cre]
Maintainer: Ethan Bass <ethanbass@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-29 07:30:09 UTC

More information about VPdtw at CRAN
Permanent link

New package quanteda.textmodels with initial version 0.9.8
Package: quanteda.textmodels
Title: Scaling Models and Classifiers for Textual Data
Version: 0.9.8
Description: Scaling models and classifiers for sparse matrix objects representing textual data in the form of a document-feature matrix. Includes original implementations of 'Laver', 'Benoit', and Garry's (2003) <doi:10.1017/S0003055403000698>, 'Wordscores' model, the Perry and 'Benoit' (2017) <doi:10.48550/arXiv.1710.08963> class affinity scaling model, and the 'Slapin' and 'Proksch' (2008) <doi:10.1111/j.1540-5907.2008.00338.x> 'wordfish' model, as well as methods for correspondence analysis, latent semantic analysis, and fast Naive Bayes and linear 'SVMs' specially designed for sparse textual data.
Depends: R (>= 3.1.0), methods
Imports: glmnet, LiblineaR, Matrix (>= 1.2), quanteda (>= 4.0.0), RSpectra, Rcpp (>= 0.12.12), SparseM, stringi
Suggests: ca, covr, fastNaiveBayes, knitr, lsa, microbenchmark, naivebayes, quanteda.textplots, spelling, testthat, rmarkdown
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.600.1.0), quanteda
URL: https://github.com/quanteda/quanteda.textmodels
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-GB
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-08-28 15:48:03 UTC; kbenoit
Author: Kenneth Benoit [cre, aut, cph] , Kohei Watanabe [aut] , Haiyan Wang [aut] , Patrick O. Perry [aut] , Benjamin Lauderdale [aut] , Johannes Gruber [aut] , William Lowe [aut] , Vikas Sindhwani [cph] , European Research Council [fnd]
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Repository: CRAN
Date/Publication: 2024-08-29 07:30:02 UTC

More information about quanteda.textmodels at CRAN
Permanent link

Package geosimilarity updated to version 3.1 with previous version 3.0 dated 2024-08-21

Title: Geographically Optimal Similarity
Description: Understanding spatial association is essential for spatial statistical inference, including factor exploration and spatial prediction. Geographically optimal similarity (GOS) model is an effective method for spatial prediction, as described in Yongze Song (2022) <doi:10.1007/s11004-022-10036-8>. GOS was developed based on the geographical similarity principle, as described in Axing Zhu (2018) <doi:10.1080/19475683.2018.1534890>. GOS has advantages in more accurate spatial prediction using fewer samples and critically reduced prediction uncertainty.
Author: Yongze Song [aut, cph] , Wenbo Lv [aut, cre]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>

Diff between geosimilarity versions 3.0 dated 2024-08-21 and 3.1 dated 2024-08-29

 DESCRIPTION   |    6 +++---
 MD5           |    9 +++++----
 NEWS.md       |    8 +++++++-
 R/zzz.R       |    4 ++++
 README.md     |   29 +++++++++++++++++++++++++++--
 inst/CITATION |only
 6 files changed, 46 insertions(+), 10 deletions(-)

More information about geosimilarity at CRAN
Permanent link

Package CrossCarry updated to version 0.3.0 with previous version 0.2.0 dated 2024-06-18

Title: Analysis of Data from a Crossover Design with GEE
Description: Analyze data from a crossover design using generalized estimation equations (GEE), including carryover effects and various correlation structures based on the Kronecker product. It contains functions for semiparametric estimates of carry-over effects in repeated measures and allows estimation of complex carry-over effects. Related work includes: a) Cruz N.A., Melo O.O., Martinez C.A. (2023). "CrossCarry: An R package for the analysis of data from a crossover design with GEE". <doi:10.48550/arXiv.2304.02440>. b) Cruz N.A., Melo O.O., Martinez C.A. (2023). "A correlation structure for the analysis of Gaussian and non-Gaussian responses in crossover experimental designs with repeated measures". <doi:10.1007/s00362-022-01391-z> and c) Cruz N.A., Melo O.O., Martinez C.A. (2023). "Semiparametric generalized estimating equations for repeated measurements in cross-over designs". <doi:10.1177/09622802231158736>.
Author: Nelson Alirio Cruz Gutierrez [aut, cre, cph], Oscar Orlando Melo [aut], Carlos Alberto Martinez [aut]
Maintainer: Nelson Alirio Cruz Gutierrez <neacruzgu@unal.edu.co>

Diff between CrossCarry versions 0.2.0 dated 2024-06-18 and 0.3.0 dated 2024-08-29

 DESCRIPTION         |   10 +++++-----
 MD5                 |   22 ++++++++++++----------
 NAMESPACE           |    4 ++++
 R/CrossGEE.R        |   17 ++++++++++-------
 R/CrossGEEKron.R    |   25 +++++++++++++------------
 R/CrossGEESP.R      |   18 ++++++++++--------
 R/computeqic.R      |only
 R/globals.R         |    2 +-
 inst/CITATION       |    5 ++---
 man/CrossGEE.Rd     |   12 ++++++++----
 man/CrossGEEKron.Rd |   17 ++++++++++-------
 man/CrossGEESP.Rd   |   15 +++++++++------
 man/computeqic.Rd   |only
 13 files changed, 84 insertions(+), 63 deletions(-)

More information about CrossCarry at CRAN
Permanent link

Package circular updated to version 0.5-1 with previous version 0.5-0 dated 2023-09-05

Title: Circular Statistics
Description: Circular Statistics, from "Topics in circular Statistics" (2001) S. Rao Jammalamadaka and A. SenGupta, World Scientific.
Author: Ulric Lund [aut], Claudio Agostinelli [aut] , Hiroyoshi Arai [ctb], Alessando Gagliardi [ctb], Eduardo Garcia-Portugues [ctb, cre] , Dimitri Giunchi [ctb], Jean-Olivier Irisson [ctb], Matthew Pocernich [ctb], Federico Rotolo [ctb]
Maintainer: Eduardo Garcia-Portugues <edgarcia@est-econ.uc3m.es>

Diff between circular versions 0.5-0 dated 2023-09-05 and 0.5-1 dated 2024-08-29

 DESCRIPTION           |   49 +++++++++++++++++++++++++++++++++++--------------
 MD5                   |   14 +++++++-------
 inst/NEWS             |    7 ++++++-
 man/plot.circular.Rd  |    2 +-
 man/rose.diag.Rd      |    2 +-
 man/windrose.Rd       |    2 +-
 src/median.circular.c |    6 +++---
 src/minuspipluspi.c   |    4 ++--
 8 files changed, 56 insertions(+), 30 deletions(-)

More information about circular at CRAN
Permanent link

Package admiralvaccine updated to version 0.3.0 with previous version 0.2.0 dated 2024-01-08

Title: Vaccine Extension Package for ADaM in 'R' Asset Library
Description: Programming vaccine specific Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Data Model (ADaM) datasets in 'R'. Flat model is followed as per Center for Biologics Evaluation and Research (CBER) guidelines for creating vaccine specific domains. ADaM datasets are a mandatory part of any New Drug or Biologics License Application submitted to the United States Food and Drug Administration (FDA). Analysis derivations are implemented in accordance with the "Analysis Data Model Implementation Guide" (CDISC Analysis Data Model Team (2021), <https://www.cdisc.org/standards/foundational/adam/adamig-v1-3-release-package>). The package is an extension package of the 'admiral' package.
Author: Sukalpo Saha [aut, cre], Arjun Rubalingam [aut], Ben Straub [aut], Vikram S [aut], Dhivya Kanagaraj [aut], Federico Baratin [aut], Yamini Purna Bollu [aut], Ilse Augustyns [aut], Kalyani Bodicherla [aut], Hilde Delanghe [aut], Lee Armishaw [aut], Nee [...truncated...]
Maintainer: Sukalpo Saha <sukalpo.saha@pfizer.com>

Diff between admiralvaccine versions 0.2.0 dated 2024-01-08 and 0.3.0 dated 2024-08-29

 DESCRIPTION                                      |   12 
 MD5                                              |   70 -
 NAMESPACE                                        |    1 
 NEWS.md                                          |   28 
 R/admiralvaccine.R                               |    1 
 R/derive_diam_to_sev_records.R                   |    9 
 R/derive_vars_merged_vaccine.R                   |   47 -
 README.md                                        |    6 
 inst/WORDLIST                                    |    7 
 inst/doc/adce.R                                  |    8 
 inst/doc/adce.Rmd                                |    8 
 inst/doc/adce.html                               |    8 
 inst/doc/adface.R                                |   42 -
 inst/doc/adface.Rmd                              |   56 -
 inst/doc/adface.html                             |  362 ++++++--
 inst/doc/adis.R                                  |  193 ++--
 inst/doc/adis.Rmd                                |  193 ++--
 inst/doc/adis.html                               |  947 +++++++++++------------
 inst/doc/admiralvaccine.Rmd                      |    2 
 inst/doc/admiralvaccine.html                     |    3 
 inst/doc/adsl.R                                  |    8 
 inst/doc/adsl.Rmd                                |   10 
 inst/doc/adsl.html                               |   12 
 inst/templates/ad_adce.R                         |    8 
 inst/templates/ad_adface.R                       |   94 +-
 inst/templates/ad_adis.R                         |  174 +---
 inst/templates/ad_adsl.R                         |   10 
 man/derive_diam_to_sev_records.Rd                |    3 
 man/derive_vars_merged_vaccine.Rd                |   30 
 tests/testthat/test-derive_diam_to_sev_records.R |   22 
 tests/testthat/test-derive_vars_merged_vaccine.R |  123 --
 vignettes/adce.Rmd                               |    8 
 vignettes/adface.Rmd                             |   56 -
 vignettes/adis.Rmd                               |  193 ++--
 vignettes/admiralvaccine.Rmd                     |    2 
 vignettes/adsl.Rmd                               |   10 
 36 files changed, 1405 insertions(+), 1361 deletions(-)

More information about admiralvaccine at CRAN
Permanent link

Package vvtableau updated to version 0.7.0 with previous version 0.6.0 dated 2024-03-04

Title: R Interface for 'Tableau' Services
Description: Provides an R interface for interacting with the 'Tableau' Server. It allows users to perform various operations such as publishing workbooks, refreshing data extracts, and managing users using the 'Tableau' REST API (see <https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm> for details). Additionally, it includes functions to perform manipulations on local 'Tableau' workbooks.
Author: Tomer Iwan [aut, cre], Ruben Korvinus [ctb], Jorn Amatdoelrasit [ctb], VU Analytics [cph]
Maintainer: Tomer Iwan <t.iwan@vu.nl>

Diff between vvtableau versions 0.6.0 dated 2024-03-04 and 0.7.0 dated 2024-08-29

 DESCRIPTION                                 |   15 ++-
 MD5                                         |  100 ++++++++++++----------
 NEWS.md                                     |    5 +
 R/download_tableau_crosstab_excel.R         |    3 
 R/download_tableau_data.R                   |   48 +++++++++-
 R/get_tableau_data_source.R                 |   15 ++-
 build/vignette.rds                          |binary
 inst/doc/data_management.R                  |only
 inst/doc/data_management.Rmd                |only
 inst/doc/data_management.html               |only
 inst/doc/download_filtered_views.html       |    2 
 inst/doc/getting_started.html               |    2 
 inst/doc/user_management.R                  |only
 inst/doc/user_management.Rmd                |only
 inst/doc/user_management.html               |only
 man/add_tags_to_view.Rd                     |    2 
 man/add_tags_to_workbook.Rd                 |    2 
 man/add_user_to_group.Rd                    |    2 
 man/add_user_to_site.Rd                     |    2 
 man/authenticate_PAT.Rd                     |    2 
 man/authenticate_server.Rd                  |    2 
 man/create_group.Rd                         |    2 
 man/delete_group.Rd                         |    2 
 man/download_datasource.Rd                  |    2 
 man/download_filtered_tableau_image.Rd      |    2 
 man/download_tableau_crosstab_excel.Rd      |    6 +
 man/download_tableau_data.Rd                |   38 ++++++++
 man/download_workbooks_server_pdf.Rd        |    2 
 man/download_workbooks_server_powerpoint.Rd |    2 
 man/get_groups_for_user.Rd                  |    2 
 man/get_mobile_security_settings.Rd         |    2 
 man/get_server_connected_apps.Rd            |    2 
 man/get_server_datasources.Rd               |    2 
 man/get_server_groups.Rd                    |    2 
 man/get_server_info.Rd                      |    2 
 man/get_server_jobs.Rd                      |    2 
 man/get_server_projects.Rd                  |    2 
 man/get_server_refresh_tasks.Rd             |    2 
 man/get_server_schedules.Rd                 |    2 
 man/get_server_user_favorites.Rd            |    2 
 man/get_server_users.Rd                     |    2 
 man/get_server_views.Rd                     |    2 
 man/get_server_workbooks.Rd                 |    2 
 man/get_table_assets.Rd                     |    2 
 man/get_users_in_group.Rd                   |    2 
 man/query_user_on_site.Rd                   |    2 
 man/remove_user_from_group.Rd               |    2 
 man/remove_user_from_site.Rd                |    2 
 man/run_extract_refresh_task.Rd             |  126 ++++++++++++++--------------
 man/update_data_source_now.Rd               |  126 ++++++++++++++--------------
 man/update_group.Rd                         |    2 
 man/update_user.Rd                          |    2 
 man/update_workbook_now.Rd                  |  126 ++++++++++++++--------------
 vignettes/data_management.Rmd               |only
 vignettes/user_management.Rmd               |only
 55 files changed, 394 insertions(+), 284 deletions(-)

More information about vvtableau at CRAN
Permanent link

Package contingencytables updated to version 3.0.1 with previous version 3.0.0 dated 2024-03-14

Title: Statistical Analysis of Contingency Tables
Description: Provides functions to perform statistical inference of data organized in contingency tables. This package is a companion to the "Statistical Analysis of Contingency Tables" book by Fagerland et al. <ISBN 9781466588172>.
Author: Morten Wang Fagerland [aut], Stian Lydersen [ctb], Petter Laake [ctb], Waldir Leoncio [cre], Ole Christian Lingjaerde [trl], Brad J. Biggerstaff [ctb]
Maintainer: Waldir Leoncio <w.l.netto@medisin.uio.no>

Diff between contingencytables versions 3.0.0 dated 2024-03-14 and 3.0.1 dated 2024-08-29

 DESCRIPTION                     |   10 ++++-----
 MD5                             |   15 +++++++++----
 NAMESPACE                       |   24 +++++++++++++++++++++
 NEWS.md                         |    4 +++
 R/generics.R                    |   44 ++++++++++++++++++++++++++++++++++++++++
 man/ML_estimates.Rd             |only
 man/calc_Pvalue_4x2.Rd          |only
 man/calc_Pvalue_5x2.Rd          |only
 man/calc_prob.Rd                |only
 man/score_test_statistic.Rd     |only
 tests/testthat/test-bootstrap.R |    3 --
 11 files changed, 87 insertions(+), 13 deletions(-)

More information about contingencytables at CRAN
Permanent link

Package QTE.RD updated to version 1.1.0 with previous version 1.0.0 dated 2024-03-18

Title: Quantile Treatment Effects under the Regression Discontinuity Design
Description: Provides comprehensive methods for testing, estimating, and conducting uniform inference on quantile treatment effects (QTEs) in sharp regression discontinuity (RD) designs, incorporating covariates and implementing robust bias correction methods of Qu, Yoon, Perron (2024) <doi:10.1162/rest_a_01168>.
Author: Zhongjun Qu [aut, cph], Jungmo Yoon [aut, cre, cph]
Maintainer: Jungmo Yoon <jmyoon@hanyang.ac.kr>

Diff between QTE.RD versions 1.0.0 dated 2024-03-18 and 1.1.0 dated 2024-08-29

 DESCRIPTION              |    6 +--
 MD5                      |   55 ++++++++++++++++++------------
 NAMESPACE                |    6 +++
 NEWS.md                  |    6 +++
 R/cv.bandwidth.R         |    8 ++--
 R/make.band.R            |    4 +-
 R/make.band.cq.R         |    2 -
 R/plot.qte.R             |   35 ++++++++++++-------
 R/print.band.qte.R       |only
 R/print.bw.qte.R         |only
 R/print.qte.R            |only
 R/print.summary.qte.R    |only
 R/print.test.qte.R       |only
 R/rd.qte.R               |   86 ++++++++---------------------------------------
 R/rdq.band.R             |   40 +++------------------
 R/rdq.bandwidth.R        |   26 ++------------
 R/rdq.test.R             |   83 +++++++--------------------------------------
 R/run.test.R             |   11 ++++--
 R/summary.qte.R          |only
 README.md                |only
 man/cv.bandwidth.Rd      |    8 ++--
 man/make.band.Rd         |    4 +-
 man/make.band.cq.Rd      |    2 -
 man/plot.qte.Rd          |   19 ++++++----
 man/print.band.qte.Rd    |only
 man/print.bw.qte.Rd      |only
 man/print.qte.Rd         |only
 man/print.summary.qte.Rd |only
 man/print.test.qte.Rd    |only
 man/rd.qte.Rd            |   34 ++++++------------
 man/rdq.band.Rd          |    6 +--
 man/rdq.bandwidth.Rd     |    4 --
 man/rdq.test.Rd          |    7 +--
 man/run.test.Rd          |    5 +-
 man/summary.qte.Rd       |only
 35 files changed, 162 insertions(+), 295 deletions(-)

More information about QTE.RD at CRAN
Permanent link


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