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(-)
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(-)
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(-)
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 MALDIcellassay at CRAN
Permanent link
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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
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(-)
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(-)
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(-)
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
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(-)
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(-)
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(-)
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(-)
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
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(-)
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(-)
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 quanteda.textmodels at CRAN
Permanent link
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(-)
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(-)
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(-)
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
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(-)
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
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(-)