Title: Muscle Near-Infrared Spectroscopy Processing and Analysis
Description: Read, process, and analyse data from muscle near-infrared
spectroscopy (mNIRS) devices. Import raw data from .csv or .xls(x)
files and return time-series data and metadata. Includes standardised
methods for cleaning, filtering, and pre-processing mNIRS data for
subsequent analysis. Also includes a custom plot theme and colour
palette. Intended for mNIRS researchers and practitioners in exercise
physiology, sports science, and clinical rehabilitation with minimal
coding experience required.
Author: Jem Arnold [aut, cre, cph]
Maintainer: Jem Arnold <jem.arnold@gmail.com>
Diff between mnirs versions 0.6.4 dated 2026-05-14 and 0.6.5 dated 2026-06-01
mnirs-0.6.4/mnirs/man/figures/mnirs_hexSticker.R |only mnirs-0.6.5/mnirs/DESCRIPTION | 8 mnirs-0.6.5/mnirs/MD5 | 67 ++-- mnirs-0.6.5/mnirs/NEWS.md | 31 ++ mnirs-0.6.5/mnirs/R/extract_interval_helpers.R | 71 +++- mnirs-0.6.5/mnirs/R/extract_intervals.R | 2 mnirs-0.6.5/mnirs/R/plot.mnirs.R | 72 ++-- mnirs-0.6.5/mnirs/R/read_mnirs.R | 4 mnirs-0.6.5/mnirs/R/read_mnirs_helpers.R | 151 +++++---- mnirs-0.6.5/mnirs/R/replace_helpers.R | 13 mnirs-0.6.5/mnirs/R/resample_mnirs.R | 6 mnirs-0.6.5/mnirs/R/validate_mnirs.R | 45 +- mnirs-0.6.5/mnirs/README.md | 3 mnirs-0.6.5/mnirs/inst/doc/reading-mnirs-data.R | 1 mnirs-0.6.5/mnirs/inst/doc/reading-mnirs-data.html | 7 mnirs-0.6.5/mnirs/inst/doc/reading-mnirs-data.qmd | 5 mnirs-0.6.5/mnirs/man/by_time.Rd | 22 + mnirs-0.6.5/mnirs/man/datetime_formats.Rd | 4 mnirs-0.6.5/mnirs/man/device_patterns.Rd | 4 mnirs-0.6.5/mnirs/man/figures/mnirs-hex-v1.svg |only mnirs-0.6.5/mnirs/man/figures/mnirs-hex.svg | 2 mnirs-0.6.5/mnirs/man/findInt_mnirs.Rd |only mnirs-0.6.5/mnirs/man/format_hmmss.Rd | 2 mnirs-0.6.5/mnirs/man/mnirs-package.Rd | 5 mnirs-0.6.5/mnirs/man/mnirs_metadata.Rd | 4 mnirs-0.6.5/mnirs/man/plot.mnirs.Rd | 19 - mnirs-0.6.5/mnirs/man/read_data_table.Rd | 2 mnirs-0.6.5/mnirs/man/replace_mnirs.Rd | 6 mnirs-0.6.5/mnirs/man/resample_mnirs.Rd | 4 mnirs-0.6.5/mnirs/man/scale_colour_mnirs.Rd | 4 mnirs-0.6.5/mnirs/man/theme_mnirs.Rd | 2 mnirs-0.6.5/mnirs/tests/testthat/test-extract_intervals.R | 78 +++++ mnirs-0.6.5/mnirs/tests/testthat/test-plot.mnirs.R | 197 +++++++++++-- mnirs-0.6.5/mnirs/tests/testthat/test-read_mnirs.R | 212 ++++++++++++-- mnirs-0.6.5/mnirs/tests/testthat/test-validate_mnirs.R | 8 mnirs-0.6.5/mnirs/vignettes/reading-mnirs-data.qmd | 5 36 files changed, 779 insertions(+), 287 deletions(-)
Title: Interactive Structural Equation Modeling (SEM) and Multi-Group
Path Diagrams
Description: Provides an interactive workflow for visualizing structural equation modeling (SEM), multi-group path diagrams, and network diagrams in R. Users can directly manipulate nodes and edges to create publication-quality figures while maintaining statistical model integrity. Supports integration with 'lavaan', 'OpenMx', 'tidySEM', and 'blavaan' etc. Features include parameter-based aesthetic mapping, generative AI assistance, and complete reproducibility by exporting metadata for script-based workflows.
Author: Seung Hyun Min [aut, cre]
Maintainer: Seung Hyun Min <seung.min@mail.mcgill.ca>
Diff between ggsem versions 1.0.0 dated 2026-05-26 and 1.0.0.1 dated 2026-06-01
DESCRIPTION | 8 +- LICENSE |only MD5 | 5 + inst/shiny/app.R | 162 +++++++++++++++++++++++++++---------------------------- 4 files changed, 88 insertions(+), 87 deletions(-)
Title: Data from the Ecuador Truth Commission
Description: Provides access to data collected by the Ecuadorian Truth Commission.
Allows users to extract and analyze systematized information for human rights
research in Ecuador. The package contains datasets documenting human rights
violations from 1984-2008, including victim information, violation types,
perpetrators, and geographic distribution.
Author: Adriana Robles [aut] ,
Javier Borja [aut, cre]
Maintainer: Javier Borja <javier@demografiando.pro>
Diff between verdadecu versions 1.0.1 dated 2026-05-19 and 1.0.2 dated 2026-06-01
DESCRIPTION | 6 +++--- MD5 | 13 +++++++------ NEWS.md | 5 +++++ inst/CITATION | 4 ++-- inst/doc/meta |only inst/doc/verdadecu.Rmd | 6 +++++- inst/doc/verdadecu.html | 4 ++-- vignettes/verdadecu.Rmd | 6 +++++- 8 files changed, 29 insertions(+), 15 deletions(-)
Title: Filter and Query Data Frames in 'shiny' Using an LLM Chat
Interface
Description: Adds an LLM-powered chatbot to your 'shiny' app, that can
turn your users' natural language questions into 'SQL' queries that
run against your data, and return the result as a reactive data frame.
Use it to drive reactive calculations, visualizations, downloads, and
more.
Author: Garrick Aden-Buie [aut, cre] ,
Joe Cheng [aut, ccp],
Carson Sievert [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Garrick Aden-Buie <garrick@posit.co>
Diff between querychat versions 0.2.0 dated 2026-01-12 and 0.3.0 dated 2026-06-01
DESCRIPTION | 25 - MD5 | 95 ++-- NEWS.md | 28 + R/DBISource.R | 177 ++++++++ R/QueryChat.R | 314 +++++++++++---- R/QueryChatSystemPrompt.R | 40 +- R/querychat_module.R | 97 +++- R/querychat_tools.R | 26 + R/querychat_viz.R |only README.md | 6 build/vignette.rds |binary inst/doc/build.R | 25 + inst/doc/build.Rmd | 34 + inst/doc/build.html | 558 ++++++++++++++-------------- inst/doc/greet.Rmd | 16 inst/doc/greet.html | 16 inst/doc/tools.R | 9 inst/doc/tools.Rmd | 39 + inst/doc/tools.html | 36 + inst/doc/visualize.R |only inst/doc/visualize.Rmd |only inst/doc/visualize.html |only inst/examples-shiny/02-sidebar-app/app.R | 6 inst/examples-shiny/03-module-app/app.R | 2 inst/examples-shiny/10-viz-app |only inst/examples-shiny/sqlite/app.R | 6 inst/htmldep/viz.css |only inst/htmldep/viz.js |only inst/prompts/ggsql-syntax.md |only inst/prompts/prompt.md | 144 ++++++- inst/prompts/semantic-views |only inst/prompts/tool-query.md | 21 - inst/prompts/tool-visualize.md |only man/DBISource.Rd | 269 +++++++------ man/DataFrameSource.Rd | 101 ++--- man/DataSource.Rd | 211 +++++----- man/QueryChat.Rd | 533 +++++++++++++------------- man/TblSqlSource.Rd | 299 ++++++++------- man/execute_ggsql.Rd |only man/extract_visualise_table.Rd |only man/figures/viz-bar-chart.png |only man/figures/viz-fullscreen.png |only man/figures/viz-scatter.png |only man/figures/viz-show-query.png |only man/has_layer_level_source.Rd |only man/querychat-convenience.Rd | 13 man/querychat-package.Rd | 1 tests/testthat/test-QueryChat.R | 239 +++++++++++ tests/testthat/test-QueryChatSystemPrompt.R | 134 ++++++ tests/testthat/test-SnowflakeSource.R |only tests/testthat/test-collapsed-param.R |only tests/testthat/test-querychat-viz.R |only tests/testthat/test-querychat_module.R | 113 +++++ tests/testthat/test-querychat_tools.R | 8 tests/testthat/test-viz-tool.R |only vignettes/build.Rmd | 34 + vignettes/greet.Rmd | 16 vignettes/tools.Rmd | 39 + vignettes/visualize.Rmd |only 59 files changed, 2564 insertions(+), 1166 deletions(-)
Title: Amazon Web Services Software Development Kit
Description: Interface to Amazon Web Services <https://aws.amazon.com>,
including storage, database, and compute services, such as 'Simple
Storage Service' ('S3'), 'DynamoDB' 'NoSQL' database, and 'Lambda'
functions-as-a-service.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws versions 0.9.0 dated 2025-03-17 and 0.10.0 dated 2026-06-01
paws-0.10.0/paws/DESCRIPTION | 27 paws-0.10.0/paws/MD5 | 534 paws-0.10.0/paws/NAMESPACE | 8 paws-0.10.0/paws/NEWS.md | 203 paws-0.10.0/paws/R/paws.R |10798 ++++------- paws-0.10.0/paws/man/accessanalyzer.Rd | 45 paws-0.10.0/paws/man/account.Rd | 3 paws-0.10.0/paws/man/acm.Rd | 8 paws-0.10.0/paws/man/acmpca.Rd | 25 paws-0.10.0/paws/man/apigateway.Rd | 6 paws-0.10.0/paws/man/apigatewaymanagementapi.Rd | 8 paws-0.10.0/paws/man/apigatewayv2.Rd | 31 paws-0.10.0/paws/man/appfabric.Rd | 11 paws-0.10.0/paws/man/applicationautoscaling.Rd | 33 paws-0.10.0/paws/man/applicationcostprofiler.Rd | 11 paws-0.10.0/paws/man/applicationinsights.Rd | 15 paws-0.10.0/paws/man/appmesh.Rd | 17 paws-0.10.0/paws/man/appregistry.Rd | 6 paws-0.10.0/paws/man/apprunner.Rd | 28 paws-0.10.0/paws/man/appstream.Rd | 50 paws-0.10.0/paws/man/arczonalshift.Rd | 69 paws-0.10.0/paws/man/athena.Rd | 16 paws-0.10.0/paws/man/auditmanager.Rd | 35 paws-0.10.0/paws/man/augmentedairuntime.Rd | 32 paws-0.10.0/paws/man/autoscaling.Rd | 12 paws-0.10.0/paws/man/autoscalingplans.Rd | 19 paws-0.10.0/paws/man/backup.Rd | 30 paws-0.10.0/paws/man/backupgateway.Rd | 15 paws-0.10.0/paws/man/batch.Rd | 43 paws-0.10.0/paws/man/bedrock.Rd | 54 paws-0.10.0/paws/man/bedrockagent.Rd | 5 paws-0.10.0/paws/man/bedrockagentcore.Rd |only paws-0.10.0/paws/man/bedrockagentcorecontrol.Rd |only paws-0.10.0/paws/man/bedrockagentruntime.Rd | 27 paws-0.10.0/paws/man/bedrockdataautomation.Rd | 18 paws-0.10.0/paws/man/bedrockdataautomationruntime.Rd | 6 paws-0.10.0/paws/man/bedrockruntime.Rd | 5 paws-0.10.0/paws/man/billing.Rd | 8 paws-0.10.0/paws/man/billingconductor.Rd | 21 paws-0.10.0/paws/man/braket.Rd | 41 paws-0.10.0/paws/man/budgets.Rd | 34 paws-0.10.0/paws/man/chatbot.Rd | 11 paws-0.10.0/paws/man/cleanroomsml.Rd | 17 paws-0.10.0/paws/man/cloud9.Rd | 45 paws-0.10.0/paws/man/cloudcontrolapi.Rd | 3 paws-0.10.0/paws/man/clouddirectory.Rd | 7 paws-0.10.0/paws/man/cloudformation.Rd | 64 paws-0.10.0/paws/man/cloudfront.Rd | 58 paws-0.10.0/paws/man/cloudfrontkeyvaluestore.Rd | 3 paws-0.10.0/paws/man/cloudhsm.Rd | 7 paws-0.10.0/paws/man/cloudhsmv2.Rd | 3 paws-0.10.0/paws/man/cloudsearch.Rd | 13 paws-0.10.0/paws/man/cloudsearchdomain.Rd | 12 paws-0.10.0/paws/man/cloudtrail.Rd | 34 paws-0.10.0/paws/man/cloudtraildataservice.Rd | 11 paws-0.10.0/paws/man/cloudwatch.Rd | 34 paws-0.10.0/paws/man/cloudwatchapplicationsignals.Rd | 29 paws-0.10.0/paws/man/cloudwatchinternetmonitor.Rd | 33 paws-0.10.0/paws/man/cloudwatchlogs.Rd | 70 paws-0.10.0/paws/man/cloudwatchobservabilityaccessmanager.Rd | 21 paws-0.10.0/paws/man/cloudwatchrum.Rd | 17 paws-0.10.0/paws/man/codeartifact.Rd | 241 paws-0.10.0/paws/man/codebuild.Rd | 20 paws-0.10.0/paws/man/codecatalyst.Rd | 145 paws-0.10.0/paws/man/codecommit.Rd | 296 paws-0.10.0/paws/man/codeconnections.Rd | 69 paws-0.10.0/paws/man/codedeploy.Rd | 69 paws-0.10.0/paws/man/codeguruprofiler.Rd | 24 paws-0.10.0/paws/man/codegurureviewer.Rd | 17 paws-0.10.0/paws/man/codegurusecurity.Rd | 12 paws-0.10.0/paws/man/codepipeline.Rd | 134 paws-0.10.0/paws/man/codestarconnections.Rd | 73 paws-0.10.0/paws/man/codestarnotifications.Rd | 54 paws-0.10.0/paws/man/cognitoidentity.Rd | 22 paws-0.10.0/paws/man/cognitoidentityprovider.Rd | 183 paws-0.10.0/paws/man/cognitosync.Rd | 19 paws-0.10.0/paws/man/comprehend.Rd | 5 paws-0.10.0/paws/man/comprehendmedical.Rd | 8 paws-0.10.0/paws/man/computeoptimizer.Rd | 21 paws-0.10.0/paws/man/configservice.Rd | 27 paws-0.10.0/paws/man/connect.Rd | 428 paws-0.10.0/paws/man/connectcampaignservicev2.Rd | 4 paws-0.10.0/paws/man/connectcases.Rd | 11 paws-0.10.0/paws/man/connectcontactlens.Rd | 11 paws-0.10.0/paws/man/connectparticipant.Rd | 13 paws-0.10.0/paws/man/connectwisdomservice.Rd | 7 paws-0.10.0/paws/man/controltower.Rd | 120 paws-0.10.0/paws/man/costandusagereportservice.Rd | 15 paws-0.10.0/paws/man/costexplorer.Rd | 24 paws-0.10.0/paws/man/customerprofiles.Rd | 54 paws-0.10.0/paws/man/datapipeline.Rd | 24 paws-0.10.0/paws/man/datazone.Rd | 42 paws-0.10.0/paws/man/dax.Rd | 8 paws-0.10.0/paws/man/detective.Rd | 61 paws-0.10.0/paws/man/devopsguru.Rd | 19 paws-0.10.0/paws/man/directconnect.Rd | 17 paws-0.10.0/paws/man/directoryservice.Rd | 28 paws-0.10.0/paws/man/dlm.Rd | 9 paws-0.10.0/paws/man/docdb.Rd | 6 paws-0.10.0/paws/man/docdbelastic.Rd | 16 paws-0.10.0/paws/man/dynamodb.Rd | 27 paws-0.10.0/paws/man/dynamodbstreams.Rd | 5 paws-0.10.0/paws/man/ebs.Rd | 27 paws-0.10.0/paws/man/ec2.Rd | 137 paws-0.10.0/paws/man/ec2instanceconnect.Rd | 9 paws-0.10.0/paws/man/ecr.Rd | 21 paws-0.10.0/paws/man/ecrpublic.Rd | 9 paws-0.10.0/paws/man/ecs.Rd | 43 paws-0.10.0/paws/man/efs.Rd | 10 paws-0.10.0/paws/man/eks.Rd | 21 paws-0.10.0/paws/man/elasticache.Rd | 13 paws-0.10.0/paws/man/elasticbeanstalk.Rd | 15 paws-0.10.0/paws/man/elasticsearchservice.Rd | 12 paws-0.10.0/paws/man/elb.Rd | 28 paws-0.10.0/paws/man/elbv2.Rd | 28 paws-0.10.0/paws/man/emr.Rd | 10 paws-0.10.0/paws/man/emrcontainers.Rd | 21 paws-0.10.0/paws/man/emrserverless.Rd | 26 paws-0.10.0/paws/man/entityresolution.Rd | 28 paws-0.10.0/paws/man/eventbridge.Rd | 21 paws-0.10.0/paws/man/eventbridgepipes.Rd | 8 paws-0.10.0/paws/man/eventbridgescheduler.Rd | 7 paws-0.10.0/paws/man/finspace.Rd | 3 paws-0.10.0/paws/man/firehose.Rd | 8 paws-0.10.0/paws/man/fis.Rd | 4 paws-0.10.0/paws/man/fms.Rd | 8 paws-0.10.0/paws/man/frauddetector.Rd | 19 paws-0.10.0/paws/man/fsx.Rd | 6 paws-0.10.0/paws/man/glacier.Rd | 43 paws-0.10.0/paws/man/globalaccelerator.Rd | 75 paws-0.10.0/paws/man/glue.Rd | 12 paws-0.10.0/paws/man/gluedatabrew.Rd | 6 paws-0.10.0/paws/man/guardduty.Rd | 46 paws-0.10.0/paws/man/health.Rd | 58 paws-0.10.0/paws/man/healthlake.Rd | 26 paws-0.10.0/paws/man/iam.Rd | 40 paws-0.10.0/paws/man/iamrolesanywhere.Rd | 20 paws-0.10.0/paws/man/identitystore.Rd | 16 paws-0.10.0/paws/man/imagebuilder.Rd | 8 paws-0.10.0/paws/man/inspector.Rd | 4 paws-0.10.0/paws/man/inspector2.Rd | 20 paws-0.10.0/paws/man/ivs.Rd | 99 paws-0.10.0/paws/man/ivschat.Rd | 92 paws-0.10.0/paws/man/ivsrealtime.Rd | 59 paws-0.10.0/paws/man/kafka.Rd | 9 paws-0.10.0/paws/man/kendraranking.Rd | 3 paws-0.10.0/paws/man/keyspaces.Rd | 27 paws-0.10.0/paws/man/kinesis.Rd | 12 paws-0.10.0/paws/man/kinesisanalytics.Rd | 8 paws-0.10.0/paws/man/kinesisanalyticsv2.Rd | 13 paws-0.10.0/paws/man/kms.Rd | 84 paws-0.10.0/paws/man/lakeformation.Rd | 3 paws-0.10.0/paws/man/lambda.Rd | 86 paws-0.10.0/paws/man/lexmodelbuildingservice.Rd | 4 paws-0.10.0/paws/man/lexmodelsv2.Rd | 7 paws-0.10.0/paws/man/lexruntimeservice.Rd | 13 paws-0.10.0/paws/man/lexruntimev2.Rd | 3 paws-0.10.0/paws/man/licensemanager.Rd | 21 paws-0.10.0/paws/man/licensemanagerlinuxsubscriptions.Rd | 3 paws-0.10.0/paws/man/licensemanagerusersubscriptions.Rd | 4 paws-0.10.0/paws/man/lightsail.Rd | 19 paws-0.10.0/paws/man/locationservice.Rd | 59 paws-0.10.0/paws/man/lookoutequipment.Rd | 4 paws-0.10.0/paws/man/managedgrafana.Rd | 13 paws-0.10.0/paws/man/marketplacecatalog.Rd | 9 paws-0.10.0/paws/man/marketplaceentitlementservice.Rd | 9 paws-0.10.0/paws/man/marketplacemetering.Rd | 112 paws-0.10.0/paws/man/memorydb.Rd | 12 paws-0.10.0/paws/man/mq.Rd | 7 paws-0.10.0/paws/man/mwaa.Rd | 12 paws-0.10.0/paws/man/neptune.Rd | 27 paws-0.10.0/paws/man/neptunedata.Rd | 7 paws-0.10.0/paws/man/networkfirewall.Rd | 141 paws-0.10.0/paws/man/networkmanager.Rd | 11 paws-0.10.0/paws/man/omics.Rd | 166 paws-0.10.0/paws/man/opensearchingestion.Rd | 13 paws-0.10.0/paws/man/opensearchservice.Rd | 30 paws-0.10.0/paws/man/opensearchserviceserverless.Rd | 21 paws-0.10.0/paws/man/organizations.Rd | 76 paws-0.10.0/paws/man/panorama.Rd | 4 paws-0.10.0/paws/man/paymentcryptographycontrolplane.Rd | 48 paws-0.10.0/paws/man/paymentcryptographydataplane.Rd | 15 paws-0.10.0/paws/man/pcaconnectorad.Rd | 5 paws-0.10.0/paws/man/personalize.Rd | 3 paws-0.10.0/paws/man/personalizeevents.Rd | 4 paws-0.10.0/paws/man/pi.Rd | 32 paws-0.10.0/paws/man/pinpointemail.Rd | 35 paws-0.10.0/paws/man/pinpointsmsvoicev2.Rd | 73 paws-0.10.0/paws/man/polly.Rd | 9 paws-0.10.0/paws/man/pricing.Rd | 25 paws-0.10.0/paws/man/prometheusservice.Rd | 49 paws-0.10.0/paws/man/proton.Rd | 108 paws-0.10.0/paws/man/quicksight.Rd | 141 paws-0.10.0/paws/man/ram.Rd | 14 paws-0.10.0/paws/man/rds.Rd | 34 paws-0.10.0/paws/man/rdsdataservice.Rd | 7 paws-0.10.0/paws/man/recyclebin.Rd | 19 paws-0.10.0/paws/man/redshift.Rd | 31 paws-0.10.0/paws/man/redshiftdataapiservice.Rd | 8 paws-0.10.0/paws/man/redshiftserverless.Rd | 23 paws-0.10.0/paws/man/reexports.Rd | 2 paws-0.10.0/paws/man/rekognition.Rd | 11 paws-0.10.0/paws/man/resiliencehub.Rd | 8 paws-0.10.0/paws/man/resourceexplorer.Rd | 40 paws-0.10.0/paws/man/resourcegroups.Rd | 28 paws-0.10.0/paws/man/resourcegroupstaggingapi.Rd | 1 paws-0.10.0/paws/man/route53.Rd | 4 paws-0.10.0/paws/man/route53domains.Rd | 3 paws-0.10.0/paws/man/route53profiles.Rd | 3 paws-0.10.0/paws/man/route53recoverycluster.Rd | 48 paws-0.10.0/paws/man/route53recoverycontrolconfig.Rd | 4 paws-0.10.0/paws/man/route53resolver.Rd | 51 paws-0.10.0/paws/man/s3.Rd | 45 paws-0.10.0/paws/man/s3control.Rd | 25 paws-0.10.0/paws/man/s3tables.Rd | 37 paws-0.10.0/paws/man/sagemaker.Rd | 42 paws-0.10.0/paws/man/sagemakeredgemanager.Rd | 3 paws-0.10.0/paws/man/sagemakerfeaturestoreruntime.Rd | 7 paws-0.10.0/paws/man/sagemakermetrics.Rd | 4 paws-0.10.0/paws/man/sagemakerruntime.Rd | 6 paws-0.10.0/paws/man/savingsplans.Rd | 10 paws-0.10.0/paws/man/secretsmanager.Rd | 29 paws-0.10.0/paws/man/securityhub.Rd | 211 paws-0.10.0/paws/man/securitylake.Rd | 40 paws-0.10.0/paws/man/serverlessapplicationrepository.Rd | 48 paws-0.10.0/paws/man/servicecatalog.Rd | 6 paws-0.10.0/paws/man/servicediscovery.Rd | 10 paws-0.10.0/paws/man/servicequotas.Rd | 28 paws-0.10.0/paws/man/ses.Rd | 10 paws-0.10.0/paws/man/sesv2.Rd | 23 paws-0.10.0/paws/man/sfn.Rd | 32 paws-0.10.0/paws/man/shield.Rd | 6 paws-0.10.0/paws/man/simpledb.Rd | 20 paws-0.10.0/paws/man/sns.Rd | 23 paws-0.10.0/paws/man/sqs.Rd | 15 paws-0.10.0/paws/man/ssm.Rd | 33 paws-0.10.0/paws/man/ssmcontacts.Rd | 16 paws-0.10.0/paws/man/ssmincidents.Rd | 12 paws-0.10.0/paws/man/ssmsap.Rd | 11 paws-0.10.0/paws/man/sso.Rd | 21 paws-0.10.0/paws/man/ssoadmin.Rd | 44 paws-0.10.0/paws/man/ssooidc.Rd | 44 paws-0.10.0/paws/man/storagegateway.Rd | 63 paws-0.10.0/paws/man/sts.Rd | 9 paws-0.10.0/paws/man/support.Rd | 57 paws-0.10.0/paws/man/supportapp.Rd | 26 paws-0.10.0/paws/man/swf.Rd | 15 paws-0.10.0/paws/man/synthetics.Rd | 15 paws-0.10.0/paws/man/telconetworkbuilder.Rd | 6 paws-0.10.0/paws/man/textract.Rd | 4 paws-0.10.0/paws/man/timestreamwrite.Rd | 17 paws-0.10.0/paws/man/transcribeservice.Rd | 16 paws-0.10.0/paws/man/translate.Rd | 3 paws-0.10.0/paws/man/verifiedpermissions.Rd | 73 paws-0.10.0/paws/man/voiceid.Rd | 4 paws-0.10.0/paws/man/vpclattice.Rd | 13 paws-0.10.0/paws/man/waf.Rd | 19 paws-0.10.0/paws/man/wafregional.Rd | 22 paws-0.10.0/paws/man/wafv2.Rd | 52 paws-0.10.0/paws/man/wellarchitected.Rd | 5 paws-0.10.0/paws/man/workdocs.Rd | 37 paws-0.10.0/paws/man/workmail.Rd | 20 paws-0.10.0/paws/man/workmailmessageflow.Rd | 3 paws-0.10.0/paws/man/workspaces.Rd | 28 paws-0.10.0/paws/man/workspacesweb.Rd | 16 paws-0.10.0/paws/man/xray.Rd | 8 paws-0.9.0/paws/man/cloudwatchevidently.Rd |only paws-0.9.0/paws/man/lookoutmetrics.Rd |only paws-0.9.0/paws/man/opsworks.Rd |only paws-0.9.0/paws/man/opsworkscm.Rd |only paws-0.9.0/paws/man/qldb.Rd |only paws-0.9.0/paws/man/qldbsession.Rd |only 272 files changed, 7560 insertions(+), 12173 deletions(-)
Title: Native 'LaTeX' Math Rendering for Grid Graphics
Description: Renders 'LaTeX' math equations as native R grid graphics objects
(grobs) using the 'MicroTeX' 'C++' library as the layout engine. Produces
resolution-independent vector output that works on any R graphics device,
with no external 'LaTeX' installation required.
Author: Alim Dayim [aut, cre] ,
Nano Michael [cph] ,
Bundled math font authors [cph]
Maintainer: Alim Dayim <ad938@cam.ac.uk>
Diff between gridmicrotex versions 0.0.3 dated 2026-05-18 and 0.0.4 dated 2026-06-01
DESCRIPTION | 6 MD5 | 47 +- NEWS.md | 15 R/latex-grob.R | 55 ++ R/macros.R | 18 R/utils.R | 191 ++++++++ inst/doc/getting-started.R | 11 inst/doc/getting-started.Rmd | 119 +++++ inst/doc/getting-started.html | 326 +++++++++++---- man/latex_grob.Rd | 49 ++ src/MicroTeX/lib/atom/atom_basic.cpp | 2 src/MicroTeX/lib/atom/atom_basic.h | 17 src/MicroTeX/lib/atom/atom_matrix.cpp | 21 src/MicroTeX/lib/macro/macro_def.cpp | 6 src/MicroTeX/lib/macro/macro_env.h | 200 +++++++++ src/init.cpp | 3 src/mark_atom.cpp | 4 src/mark_atom.h | 8 src/otf_math_reader.cpp | 13 tests/testthat/Rplots.pdf |binary tests/testthat/_snaps/visual-samples/lists-and-rules.svg |only tests/testthat/test-latex-wrap.R | 255 +++++++++++ tests/testthat/test-list-env.R |only tests/testthat/test-macros.R |only tests/testthat/test-visual-samples.R | 30 + vignettes/getting-started.Rmd | 119 +++++ 26 files changed, 1388 insertions(+), 127 deletions(-)
Title: Automated Data Quality Checks for Recurring Dataset Deliveries
Description: Automates quality verification of recurring external dataset deliveries.
For each new file arrival, it runs single-snapshot quality checks, compares
the file to the previous delivery, writes a self-contained 'HTML' report, and
records summary statistics in a local 'SQLite' database for long-term trend
tracking. Supports 'CSV' and fixed-width formats. Custom organisation-specific
checks can be supplied as plain R files.
Author: Mick Mioduszewski [aut, cre]
Maintainer: Mick Mioduszewski <mick@mioduszewski.net>
Diff between dqcheckr versions 0.1.2 dated 2026-05-20 and 0.2.0 dated 2026-06-01
dqcheckr-0.1.2/dqcheckr/inst/demonstrations/data/starwars.fwf |only dqcheckr-0.1.2/dqcheckr/inst/templates/report.Rmd |only dqcheckr-0.1.2/dqcheckr/man/compare_column_order.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_dropped_values.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_missing_rate.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_new_values.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_non_numeric_rate.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_numeric_mean.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_row_count.Rd |only dqcheckr-0.1.2/dqcheckr/man/compare_schema.Rd |only dqcheckr-0.1.2/dqcheckr/man/compute_col_stats.Rd |only dqcheckr-0.1.2/dqcheckr/man/dot-missing_rate_vec.Rd |only dqcheckr-0.1.2/dqcheckr/man/dot-missing_vals.Rd |only dqcheckr-0.1.2/dqcheckr/man/dqcheckr-package.Rd |only dqcheckr-0.1.2/dqcheckr/man/init_snapshot_db.Rd |only dqcheckr-0.1.2/dqcheckr/man/render_report.Rd |only dqcheckr-0.1.2/dqcheckr/man/write_snapshot.Rd |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_bad_allowed_values.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_bad_pattern.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_duplicate_keys.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_duplicate_rows.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_empty_column.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_high_missing.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_non_numeric.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_out_of_range.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_row_count_small.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_schema_change.csv |only dqcheckr-0.1.2/dqcheckr/tests/testthat/fixtures/accounts_type_change.csv |only dqcheckr-0.2.0/dqcheckr/DESCRIPTION | 12 dqcheckr-0.2.0/dqcheckr/MD5 | 136 -- dqcheckr-0.2.0/dqcheckr/NAMESPACE | 21 dqcheckr-0.2.0/dqcheckr/NEWS.md | 58 dqcheckr-0.2.0/dqcheckr/R/checks_custom.R | 8 dqcheckr-0.2.0/dqcheckr/R/checks_generic.R | 642 ++++++++-- dqcheckr-0.2.0/dqcheckr/R/compare.R | 191 +- dqcheckr-0.2.0/dqcheckr/R/dqcheckr-package.R | 3 dqcheckr-0.2.0/dqcheckr/R/drift.R |only dqcheckr-0.2.0/dqcheckr/R/ingest.R | 2 dqcheckr-0.2.0/dqcheckr/R/report.R | 68 - dqcheckr-0.2.0/dqcheckr/R/run_check.R | 55 dqcheckr-0.2.0/dqcheckr/R/snapshot.R | 127 + dqcheckr-0.2.0/dqcheckr/R/utils.R | 109 + dqcheckr-0.2.0/dqcheckr/build/vignette.rds |binary dqcheckr-0.2.0/dqcheckr/inst/WORDLIST | 3 dqcheckr-0.2.0/dqcheckr/inst/config/dqcheckr.yml | 32 dqcheckr-0.2.0/dqcheckr/inst/doc/dqcheckr.R | 28 dqcheckr-0.2.0/dqcheckr/inst/doc/dqcheckr.Rmd | 68 - dqcheckr-0.2.0/dqcheckr/inst/doc/dqcheckr.html | 131 +- dqcheckr-0.2.0/dqcheckr/inst/doc/specification.R | 17 dqcheckr-0.2.0/dqcheckr/inst/doc/specification.Rmd | 109 + dqcheckr-0.2.0/dqcheckr/inst/doc/specification.html | 240 ++- dqcheckr-0.2.0/dqcheckr/inst/templates/drift_report.qmd |only dqcheckr-0.2.0/dqcheckr/inst/templates/report.qmd |only dqcheckr-0.2.0/dqcheckr/man/check_allowed_values.Rd | 27 dqcheckr-0.2.0/dqcheckr/man/check_col_count.Rd | 23 dqcheckr-0.2.0/dqcheckr/man/check_distinct_counts.Rd | 25 dqcheckr-0.2.0/dqcheckr/man/check_duplicate_rows.Rd | 24 dqcheckr-0.2.0/dqcheckr/man/check_empty_column.Rd | 24 dqcheckr-0.2.0/dqcheckr/man/check_inferred_types.Rd | 25 dqcheckr-0.2.0/dqcheckr/man/check_key_uniqueness.Rd | 29 dqcheckr-0.2.0/dqcheckr/man/check_min_row_count.Rd | 40 dqcheckr-0.2.0/dqcheckr/man/check_non_numeric.Rd | 27 dqcheckr-0.2.0/dqcheckr/man/check_numeric_bounds.Rd | 26 dqcheckr-0.2.0/dqcheckr/man/check_numeric_stats.Rd | 26 dqcheckr-0.2.0/dqcheckr/man/check_outliers.Rd |only dqcheckr-0.2.0/dqcheckr/man/check_pattern.Rd | 26 dqcheckr-0.2.0/dqcheckr/man/check_row_count.Rd | 24 dqcheckr-0.2.0/dqcheckr/man/check_schema_contract.Rd | 34 dqcheckr-0.2.0/dqcheckr/man/compare_snapshots.Rd |only dqcheckr-0.2.0/dqcheckr/man/list_snapshots.Rd |only dqcheckr-0.2.0/dqcheckr/man/load_config.Rd | 4 dqcheckr-0.2.0/dqcheckr/man/read_recent_snapshots.Rd | 13 dqcheckr-0.2.0/dqcheckr/man/resolve_col_type.Rd |only dqcheckr-0.2.0/dqcheckr/man/run_comparison_checks.Rd | 5 dqcheckr-0.2.0/dqcheckr/man/run_custom_checks.Rd | 9 dqcheckr-0.2.0/dqcheckr/man/run_dq_check.Rd | 3 dqcheckr-0.2.0/dqcheckr/man/run_qc_checks.Rd | 7 dqcheckr-0.2.0/dqcheckr/tests/testthat/helper-drift.R |only dqcheckr-0.2.0/dqcheckr/tests/testthat/test-checks.R | 131 ++ dqcheckr-0.2.0/dqcheckr/tests/testthat/test-col-threshold.R |only dqcheckr-0.2.0/dqcheckr/tests/testthat/test-compare.R | 78 + dqcheckr-0.2.0/dqcheckr/tests/testthat/test-drift.R |only dqcheckr-0.2.0/dqcheckr/tests/testthat/test-ingest.R | 19 dqcheckr-0.2.0/dqcheckr/tests/testthat/test-integration.R | 14 dqcheckr-0.2.0/dqcheckr/tests/testthat/test-report-tempdir.R |only dqcheckr-0.2.0/dqcheckr/tests/testthat/test-snapshot.R | 210 ++- dqcheckr-0.2.0/dqcheckr/tests/testthat/test-type-override.R |only dqcheckr-0.2.0/dqcheckr/vignettes/dqcheckr.Rmd | 68 - dqcheckr-0.2.0/dqcheckr/vignettes/specification.Rmd | 109 + 89 files changed, 2468 insertions(+), 642 deletions(-)
Title: Event History Analysis
Description: Parametric proportional hazards fitting with left truncation and
right censoring for common families of distributions, piecewise constant
hazards, and discrete models. Parametric accelerated failure time models
for left truncated and right censored data. Proportional hazards
models for tabular and register data. Sampling of risk sets in Cox
regression, selections in the Lexis diagram, bootstrapping.
Broström (2022) <doi:10.1201/9780429503764>.
Author: Goeran Brostroem [aut, cre],
Jianming Jin [ctb]
Maintainer: Goeran Brostroem <goran.brostrom@umu.se>
Diff between eha versions 2.11.5 dated 2024-09-20 and 2.12.0 dated 2026-06-01
ChangeLog | 15 +++++++ DESCRIPTION | 10 ++--- MD5 | 75 +++++++++++++++++++++++---------------- NAMESPACE | 10 +++++ R/aftGomp0.R |only R/aftGompreg.R |only R/aftGompreg.fit.R |only R/aftp0g.R | 2 - R/aftreg.R | 28 ++++++++++---- R/extract.R | 13 ++++++ R/gompreg.R | 14 +++++-- R/logLik.R | 9 ++++ R/ltx.R | 1 R/ltx2.R | 6 +-- R/make.communal.R | 6 +-- R/phreg.R | 5 +- R/plot.aftGompreg.R |only R/plot.aftreg.R | 76 ++++++++++++++++++++++++++++------------ R/plot.coxreg.R | 6 +-- R/plot.phreg.R | 6 +-- R/plot.tpchreg.R | 25 ++++++++----- R/print.aftGompreg.R |only R/print.summary.aftGompreg.R |only R/rmsGomp.R |only R/summary.aftGompreg.R |only R/summary.aftreg.R | 2 - build/partial.rdb |binary build/vignette.rds |binary inst/doc/eha.R | 12 +++--- inst/doc/eha.html | 4 +- inst/doc/gompertz.html | 4 +- inst/doc/parametric.html | 6 +-- inst/doc/parametric1.pdf |binary inst/doc/tpchreg.html | 4 +- man/aftGompreg.Rd |only man/aftGompreg.fit.Rd |only man/aftreg.Rd | 6 +-- man/plot.aftGompreg.Rd |only man/plot.aftreg.Rd | 8 ++-- man/print.aftGompreg.Rd |only man/print.summary.aftGompreg.Rd |only man/rmsGomp.Rd |only man/summary.aftGompreg.Rd |only man/summary.aftreg.Rd | 4 +- src/init.c | 4 +- src/split.f | 2 - 46 files changed, 241 insertions(+), 122 deletions(-)
Title: Categorical Regression Splines
Description: Regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings. I would like to gratefully acknowledge support from the Natural Sciences and Engineering Research Council of Canada (NSERC, <https://www.nserc-crsng.gc.ca>), the Social Sciences and Humanities Research Council of Canada (SSHRC, <https://www.sshrc-crsh.gc.ca>), and the Shared Hierarchical Academic Research Computing Network (SHARCNET, <https://www.sharcnet.ca>). We would also like to acknowledge the contributions of the GNU GSL authors. In particular, we adapt the GNU GSL B-spline routine gsl_bspline.c adding automated support for quantile knots (in addition to uniform knots), providing missing functionality for derivatives, and for extending the splines beyond their endpoints.
Author: Jeffrey S. Racine [aut, cre],
Zhenghua Nie [aut],
Brian D. Ripley [ctb]
Maintainer: Jeffrey S. Racine <racinej@mcmaster.ca>
Diff between crs versions 0.15-43 dated 2026-05-15 and 0.15-44 dated 2026-06-01
CHANGELOG | 20 ++- DESCRIPTION | 8 - MD5 | 32 ++-- NEWS.md |only R/frscvNOMAD.R | 44 ++++-- R/krscvNOMAD.R | 44 ++---- R/nomad.geometry.R |only R/nomad.progress.R | 6 R/snomadr-native.R |only R/snomadr.R | 4 inst/doc/crs_getting_started.html | 2 inst/include |only man/crs_nomad_api.Rd |only man/snomadr.Rd | 5 src/Makevars | 2 src/crs_init.c | 5 src/nomad4_src/interfaces/CInterface/NomadStdCInterface.cpp | 47 +++++++ src/nomad4_src/interfaces/CInterface/NomadStdCInterface.h | 3 src/snomadr.cpp | 79 +++++++++--- src/snomadr_native.cpp |only 20 files changed, 224 insertions(+), 77 deletions(-)
Title: Tidy Tools for Actuarial Mathematics and Life Contingencies
Description: Provides tidyverse-aligned tools for actuarial mathematics
and life contingencies, including life tables, survival probabilities,
actuarial present values of cash flows, life annuities, life insurance,
premiums, reserves, multiple-life calculations, Monte Carlo simulation,
and deterministic cash-flow diagrams. The package emphasizes clear
actuarial notation, reproducible workflows, and pipe-friendly tools for
actuarial education and applied actuarial analysis.
Author: Julian Fajardo [aut, cre]
Maintainer: Julian Fajardo <julian.fajardo1908@gmail.com>
Diff between tidyactuarial versions 0.1.3 dated 2026-05-28 and 0.1.4 dated 2026-06-01
tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_multilife_status_rank.Rd |only tidyactuarial-0.1.4/tidyactuarial/DESCRIPTION | 6 tidyactuarial-0.1.4/tidyactuarial/MD5 | 299 +- tidyactuarial-0.1.4/tidyactuarial/NEWS.md | 48 tidyactuarial-0.1.4/tidyactuarial/R/a_angle.R | 261 +- tidyactuarial-0.1.4/tidyactuarial/R/amort_schedule.R | 160 - tidyactuarial-0.1.4/tidyactuarial/R/annuity_arith.R | 336 +-- tidyactuarial-0.1.4/tidyactuarial/R/annuity_geom.R | 393 +-- tidyactuarial-0.1.4/tidyactuarial/R/annuity_multi.R | 311 ++ tidyactuarial-0.1.4/tidyactuarial/R/annuity_x.R | 441 ++- tidyactuarial-0.1.4/tidyactuarial/R/annuity_xy.R | 738 +++++- tidyactuarial-0.1.4/tidyactuarial/R/apv_life_flow.R | 330 ++ tidyactuarial-0.1.4/tidyactuarial/R/bond_book_value.R | 384 +-- tidyactuarial-0.1.4/tidyactuarial/R/bond_callable_price.R | 289 +- tidyactuarial-0.1.4/tidyactuarial/R/bond_cash_flow.R | 101 tidyactuarial-0.1.4/tidyactuarial/R/bond_convexity.R | 139 - tidyactuarial-0.1.4/tidyactuarial/R/bond_duration.R | 148 - tidyactuarial-0.1.4/tidyactuarial/R/bond_price.R | 127 - tidyactuarial-0.1.4/tidyactuarial/R/bond_ytm.R | 148 - tidyactuarial-0.1.4/tidyactuarial/R/conmutation_table.R | 158 + tidyactuarial-0.1.4/tidyactuarial/R/data-mortality.R | 16 tidyactuarial-0.1.4/tidyactuarial/R/data-samples-roxygen.R | 66 tidyactuarial-0.1.4/tidyactuarial/R/data-samples.R | 66 tidyactuarial-0.1.4/tidyactuarial/R/data-soa08lt.R | 47 tidyactuarial-0.1.4/tidyactuarial/R/discount_factor_spot.R | 148 - tidyactuarial-0.1.4/tidyactuarial/R/forward_rate.R | 318 +- tidyactuarial-0.1.4/tidyactuarial/R/future_value.R | 180 - tidyactuarial-0.1.4/tidyactuarial/R/fv_flow.R | 187 - tidyactuarial-0.1.4/tidyactuarial/R/globals.R | 167 + tidyactuarial-0.1.4/tidyactuarial/R/inmunize_duration.R | 292 +- tidyactuarial-0.1.4/tidyactuarial/R/inmunize_duration_convexity.R | 310 +- tidyactuarial-0.1.4/tidyactuarial/R/insurance_variable_k.R | 385 ++- tidyactuarial-0.1.4/tidyactuarial/R/insurance_x.R | 591 +++-- tidyactuarial-0.1.4/tidyactuarial/R/insurance_xj.R | 235 +- tidyactuarial-0.1.4/tidyactuarial/R/insurance_xy.R | 725 ++++-- tidyactuarial-0.1.4/tidyactuarial/R/interest_equivalents.R | 63 tidyactuarial-0.1.4/tidyactuarial/R/irr_flow.R | 106 tidyactuarial-0.1.4/tidyactuarial/R/irr_flow_multi.R | 141 - tidyactuarial-0.1.4/tidyactuarial/R/life_contract.R | 285 +- tidyactuarial-0.1.4/tidyactuarial/R/mc-utils.R | 179 + tidyactuarial-0.1.4/tidyactuarial/R/mc_annuity.R | 793 ++++--- tidyactuarial-0.1.4/tidyactuarial/R/mc_insurance.R | 658 +++-- tidyactuarial-0.1.4/tidyactuarial/R/mc_loss.R | 376 ++- tidyactuarial-0.1.4/tidyactuarial/R/mc_multilife_status.R | 374 --- tidyactuarial-0.1.4/tidyactuarial/R/mc_premium.R | 357 ++- tidyactuarial-0.1.4/tidyactuarial/R/mc_reserve.R | 1002 +++++---- tidyactuarial-0.1.4/tidyactuarial/R/mortality_colombia_tables.R | 41 tidyactuarial-0.1.4/tidyactuarial/R/mortality_law_table.R | 477 +++- tidyactuarial-0.1.4/tidyactuarial/R/plot_cash_flow.R | 495 ++-- tidyactuarial-0.1.4/tidyactuarial/R/plot_inmunization_gap.R | 211 + tidyactuarial-0.1.4/tidyactuarial/R/portfolio_convexity.R | 235 +- tidyactuarial-0.1.4/tidyactuarial/R/portfolio_duration.R | 234 +- tidyactuarial-0.1.4/tidyactuarial/R/premium_gross.R | 159 - tidyactuarial-0.1.4/tidyactuarial/R/premium_x.R | 657 +++-- tidyactuarial-0.1.4/tidyactuarial/R/premium_xy.R | 692 ++++-- tidyactuarial-0.1.4/tidyactuarial/R/present_value.R | 175 - tidyactuarial-0.1.4/tidyactuarial/R/pv_flow.R | 168 - tidyactuarial-0.1.4/tidyactuarial/R/reserve_x.R | 650 ++++- tidyactuarial-0.1.4/tidyactuarial/R/reserve_xy.R | 1106 +++++++--- tidyactuarial-0.1.4/tidyactuarial/R/s_angle.R | 274 +- tidyactuarial-0.1.4/tidyactuarial/R/simulate_life_mc.R | 759 ++++-- tidyactuarial-0.1.4/tidyactuarial/R/simulate_lifetime.R | 309 +- tidyactuarial-0.1.4/tidyactuarial/R/simulate_lifetimes.R | 393 +-- tidyactuarial-0.1.4/tidyactuarial/R/sinking_fund_schedule.R | 210 + tidyactuarial-0.1.4/tidyactuarial/R/standardize_interest.R | 165 - tidyactuarial-0.1.4/tidyactuarial/R/summary_mc.R | 301 +- tidyactuarial-0.1.4/tidyactuarial/R/t_Ex.R | 231 +- tidyactuarial-0.1.4/tidyactuarial/R/yield_curve.R | 305 +- tidyactuarial-0.1.4/tidyactuarial/data/bonds_sample.rda |binary tidyactuarial-0.1.4/tidyactuarial/data/cash_flows_sample.rda |binary tidyactuarial-0.1.4/tidyactuarial/data/loans_sample.rda |binary tidyactuarial-0.1.4/tidyactuarial/data/mortality_colombia_tables.rda |binary tidyactuarial-0.1.4/tidyactuarial/data/mortality_world_sample_2015_2023.rda |binary tidyactuarial-0.1.4/tidyactuarial/data/mortality_world_sample_2023.rda |binary tidyactuarial-0.1.4/tidyactuarial/man/a_angle.Rd | 116 - tidyactuarial-0.1.4/tidyactuarial/man/amort_schedule.Rd | 54 tidyactuarial-0.1.4/tidyactuarial/man/annuity_arith.Rd | 99 tidyactuarial-0.1.4/tidyactuarial/man/annuity_geom.Rd | 124 - tidyactuarial-0.1.4/tidyactuarial/man/annuity_multi.Rd | 142 - tidyactuarial-0.1.4/tidyactuarial/man/annuity_x.Rd | 148 - tidyactuarial-0.1.4/tidyactuarial/man/annuity_xy.Rd | 163 + tidyactuarial-0.1.4/tidyactuarial/man/apv_life_flow.Rd | 104 tidyactuarial-0.1.4/tidyactuarial/man/bond_book_value.Rd | 149 - tidyactuarial-0.1.4/tidyactuarial/man/bond_callable_price.Rd | 144 - tidyactuarial-0.1.4/tidyactuarial/man/bond_cash_flows.Rd | 47 tidyactuarial-0.1.4/tidyactuarial/man/bond_convexity.Rd | 92 tidyactuarial-0.1.4/tidyactuarial/man/bond_duration.Rd | 95 tidyactuarial-0.1.4/tidyactuarial/man/bond_price.Rd | 86 tidyactuarial-0.1.4/tidyactuarial/man/bond_ytm.Rd | 80 tidyactuarial-0.1.4/tidyactuarial/man/bonds_sample.Rd | 39 tidyactuarial-0.1.4/tidyactuarial/man/cash_flows_sample.Rd | 23 tidyactuarial-0.1.4/tidyactuarial/man/commutation_table.Rd | 66 tidyactuarial-0.1.4/tidyactuarial/man/discount_factor_spot.Rd | 70 tidyactuarial-0.1.4/tidyactuarial/man/dot-annuity_factor_count.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-annuity_payment_count.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-life_mc_collect_old_args.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_annuity_payment_times_annual.Rd | 19 tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_annuity_payment_times_fractional.Rd | 20 tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_discount_factor.Rd | 26 tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_effective_rate.Rd | 60 tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_normalize_i_type.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-mc_reserve_benefit_info.Rd | 18 tidyactuarial-0.1.4/tidyactuarial/man/dot-resolve_life_mc_inputs.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-simulate_lifetime_inverse_lx.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/dot-validate_mc_common.Rd |only tidyactuarial-0.1.4/tidyactuarial/man/forward_rate.Rd | 96 tidyactuarial-0.1.4/tidyactuarial/man/future_value.Rd | 74 tidyactuarial-0.1.4/tidyactuarial/man/fv_flow.Rd | 99 tidyactuarial-0.1.4/tidyactuarial/man/immunize_duration.Rd | 127 - tidyactuarial-0.1.4/tidyactuarial/man/immunize_duration_convexity.Rd | 142 - tidyactuarial-0.1.4/tidyactuarial/man/insurance_variable_k.Rd | 175 + tidyactuarial-0.1.4/tidyactuarial/man/insurance_x.Rd | 154 - tidyactuarial-0.1.4/tidyactuarial/man/insurance_xj.Rd | 115 - tidyactuarial-0.1.4/tidyactuarial/man/insurance_xy.Rd | 158 - tidyactuarial-0.1.4/tidyactuarial/man/interest_equivalents.Rd | 39 tidyactuarial-0.1.4/tidyactuarial/man/irr_flow.Rd | 46 tidyactuarial-0.1.4/tidyactuarial/man/irr_flow_multi.Rd | 43 tidyactuarial-0.1.4/tidyactuarial/man/life_contract.Rd | 97 tidyactuarial-0.1.4/tidyactuarial/man/loans_sample.Rd | 35 tidyactuarial-0.1.4/tidyactuarial/man/mc_annuity.Rd | 330 +- tidyactuarial-0.1.4/tidyactuarial/man/mc_insurance.Rd | 331 +- tidyactuarial-0.1.4/tidyactuarial/man/mc_loss.Rd | 223 +- tidyactuarial-0.1.4/tidyactuarial/man/mc_multilife_status.Rd | 184 - tidyactuarial-0.1.4/tidyactuarial/man/mc_premium.Rd | 227 +- tidyactuarial-0.1.4/tidyactuarial/man/mc_reserve.Rd | 363 +-- tidyactuarial-0.1.4/tidyactuarial/man/mortality_colombia_tables.Rd | 41 tidyactuarial-0.1.4/tidyactuarial/man/mortality_law_table.Rd | 157 + tidyactuarial-0.1.4/tidyactuarial/man/mortality_world_sample_2015_2023.Rd | 8 tidyactuarial-0.1.4/tidyactuarial/man/mortality_world_sample_2023.Rd | 8 tidyactuarial-0.1.4/tidyactuarial/man/multiple_decrement_sample.Rd | 31 tidyactuarial-0.1.4/tidyactuarial/man/plot_cash_flow.Rd | 119 - tidyactuarial-0.1.4/tidyactuarial/man/plot_immunization_gap.Rd | 65 tidyactuarial-0.1.4/tidyactuarial/man/portfolio_convexity.Rd | 76 tidyactuarial-0.1.4/tidyactuarial/man/portfolio_duration.Rd | 73 tidyactuarial-0.1.4/tidyactuarial/man/premium_gross.Rd | 76 tidyactuarial-0.1.4/tidyactuarial/man/premium_x.Rd | 194 - tidyactuarial-0.1.4/tidyactuarial/man/premium_xy.Rd | 180 - tidyactuarial-0.1.4/tidyactuarial/man/present_value.Rd | 71 tidyactuarial-0.1.4/tidyactuarial/man/pv_flow.Rd | 79 tidyactuarial-0.1.4/tidyactuarial/man/reserve_x.Rd | 134 - tidyactuarial-0.1.4/tidyactuarial/man/reserve_xy.Rd | 203 + tidyactuarial-0.1.4/tidyactuarial/man/s_angle.Rd | 112 - tidyactuarial-0.1.4/tidyactuarial/man/simulate_annuity_x.Rd | 102 tidyactuarial-0.1.4/tidyactuarial/man/simulate_insurance_x.Rd | 102 tidyactuarial-0.1.4/tidyactuarial/man/simulate_lifetime.Rd | 176 - tidyactuarial-0.1.4/tidyactuarial/man/simulate_lifetimes.Rd | 158 - tidyactuarial-0.1.4/tidyactuarial/man/sinking_fund_schedule.Rd | 74 tidyactuarial-0.1.4/tidyactuarial/man/soa08lt.Rd | 38 tidyactuarial-0.1.4/tidyactuarial/man/standardize_interest.Rd | 63 tidyactuarial-0.1.4/tidyactuarial/man/summary_mc.Rd | 75 tidyactuarial-0.1.4/tidyactuarial/man/t_Ex.Rd | 110 tidyactuarial-0.1.4/tidyactuarial/man/yield_curve.Rd | 99 tidyactuarial-0.1.4/tidyactuarial/tests/testthat/test-annuity_x.R |only tidyactuarial-0.1.4/tidyactuarial/tests/testthat/test-cran-multilife-workflow.R |only tidyactuarial-0.1.4/tidyactuarial/tests/testthat/test-life_contract.R |only tidyactuarial-0.1.4/tidyactuarial/tests/testthat/test-soa08lt.R | 180 + 156 files changed, 18078 insertions(+), 10899 deletions(-)
Title: Chat UI Component for 'shiny'
Description: Provides a scrolling chat interface with multiline input,
suitable for creating chatbot apps based on Large Language Models
(LLMs). Designed to work particularly well with the 'ellmer' R package
for calling LLMs.
Author: Joe Cheng [aut],
Carson Sievert [aut],
Garrick Aden-Buie [aut, cre] ,
Barret Schloerke [aut] ,
Posit Software, PBC [cph, fnd]
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Diff between shinychat versions 0.3.0 dated 2025-11-20 and 0.4.0 dated 2026-06-01
shinychat-0.3.0/shinychat/inst/lib/shiny/chat |only shinychat-0.3.0/shinychat/inst/lib/shiny/markdown-stream |only shinychat-0.4.0/shinychat/DESCRIPTION | 12 shinychat-0.4.0/shinychat/MD5 | 81 - shinychat-0.4.0/shinychat/NAMESPACE | 2 shinychat-0.4.0/shinychat/NEWS.md | 42 shinychat-0.4.0/shinychat/R/chat.R | 739 ++++++++-- shinychat-0.4.0/shinychat/R/chat_app.R | 195 ++ shinychat-0.4.0/shinychat/R/chat_restore.R | 70 shinychat-0.4.0/shinychat/R/client_state.R | 2 shinychat-0.4.0/shinychat/R/contents_shinychat.R | 122 + shinychat-0.4.0/shinychat/R/html_islands.R |only shinychat-0.4.0/shinychat/R/markdown-stream.R | 27 shinychat-0.4.0/shinychat/R/utils-shiny.R | 11 shinychat-0.4.0/shinychat/R/utils.R | 10 shinychat-0.4.0/shinychat/R/zzz.R | 4 shinychat-0.4.0/shinychat/inst/lib/shiny/GIT_VERSION | 2 shinychat-0.4.0/shinychat/inst/lib/shiny/shinychat.css |only shinychat-0.4.0/shinychat/inst/lib/shiny/shinychat.css.map |only shinychat-0.4.0/shinychat/inst/lib/shiny/shinychat.js |only shinychat-0.4.0/shinychat/inst/lib/shiny/shinychat.js.map |only shinychat-0.4.0/shinychat/man/chat_app.Rd | 71 shinychat-0.4.0/shinychat/man/chat_append.Rd | 2 shinychat-0.4.0/shinychat/man/chat_append_message.Rd | 2 shinychat-0.4.0/shinychat/man/chat_clear.Rd | 39 shinychat-0.4.0/shinychat/man/chat_greeting.Rd |only shinychat-0.4.0/shinychat/man/chat_restore.Rd | 11 shinychat-0.4.0/shinychat/man/chat_set_greeting.Rd |only shinychat-0.4.0/shinychat/man/chat_ui.Rd | 102 + shinychat-0.4.0/shinychat/man/contents_shinychat.Rd | 2 shinychat-0.4.0/shinychat/man/output_markdown_stream.Rd | 3 shinychat-0.4.0/shinychat/man/shinychat-package.Rd | 3 shinychat-0.4.0/shinychat/tests/testthat/_snaps/chat.md | 24 shinychat-0.4.0/shinychat/tests/testthat/_snaps/contents_shinychat.md | 4 shinychat-0.4.0/shinychat/tests/testthat/_snaps/greeting.md |only shinychat-0.4.0/shinychat/tests/testthat/_snaps/markdown-stream.md | 8 shinychat-0.4.0/shinychat/tests/testthat/apps/append-user-msg |only shinychat-0.4.0/shinychat/tests/testthat/apps/tool-basic/app.R | 12 shinychat-0.4.0/shinychat/tests/testthat/apps/tool-map/app.R | 7 shinychat-0.4.0/shinychat/tests/testthat/apps/tool-weather/app-04-tool-result-table.R | 3 shinychat-0.4.0/shinychat/tests/testthat/apps/tool-weather/app-05-tool-custom-result-class.R | 1 shinychat-0.4.0/shinychat/tests/testthat/test-chat.R | 11 shinychat-0.4.0/shinychat/tests/testthat/test-contents_shinychat.R | 80 - shinychat-0.4.0/shinychat/tests/testthat/test-greeting.R |only shinychat-0.4.0/shinychat/tests/testthat/test-html_islands.R |only 45 files changed, 1430 insertions(+), 274 deletions(-)
Title: Complex Partial Least Squares Structural Equation Modeling
Description: Estimate complex Structural Equation Models (SEMs) by fitting Partial
Least Squares Structural Equation Modeling (PLS-SEM) and Partial Least
Squares consistent Structural Equation Modeling (PLSc-SEM) specifications
that handle categorical data, non-linear relations, and multilevel
structures. The implementation follows Lohmöller (1989) for the classic PLS-SEM
algorithm, Dijkstra and Henseler (2015) for consistent PLSc-SEM, Dijkstra et al.,
(2014) for nonlinear PLSc-SEM, and Schuberth, Henseler, Dijkstra (2018)
for ordinal PLS-SEM and PLSc-SEM. Additional extensions are under development.
The MC-OrdPLSc algorithm, used to handle ordinal interaction models is detailed
in Slupphaug et al., (2026).
References:
Lohmöller, J.-B. (1989, ISBN:9783790803002).
"Latent Variable Path Modeling with Partial Least Squares."
Dijkstra, T. K., & Henseler, J. (2015).
<doi:10.1016/j.jmva.2015.06.002>.
"Consistent partial least squares path modeling."
Dijkstra, T. K., & Schermelleh-Engel, K. [...truncated...]
Author: Kjell Solem Slupphaug [aut, cre]
Maintainer: Kjell Solem Slupphaug <slupphaugkjell@gmail.com>
Diff between plssem versions 0.1.1 dated 2026-04-25 and 0.1.2 dated 2026-06-01
plssem-0.1.1/plssem/R/djikstra_correction.R |only plssem-0.1.1/plssem/R/generics.R |only plssem-0.1.1/plssem/R/knn_impute.R |only plssem-0.1.1/plssem/R/mean_impute.R |only plssem-0.1.1/plssem/R/model.R |only plssem-0.1.1/plssem/R/nlin_djikstra_correction.R |only plssem-0.1.1/plssem/R/parse_model.R |only plssem-0.1.1/plssem/R/partable.R |only plssem-0.1.1/plssem/R/robbins-monro.R |only plssem-0.1.1/plssem/R/step0.R |only plssem-0.1.1/plssem/R/step0_5.R |only plssem-0.1.1/plssem/R/step1.R |only plssem-0.1.1/plssem/R/step2.R |only plssem-0.1.1/plssem/R/step3.R |only plssem-0.1.1/plssem/R/step4.R |only plssem-0.1.1/plssem/R/step5.R |only plssem-0.1.1/plssem/R/step6.R |only plssem-0.1.1/plssem/R/step7.R |only plssem-0.1.1/plssem/R/step8.R |only plssem-0.1.1/plssem/R/utils_higher_order.R |only plssem-0.1.1/plssem/man/isMC_PLS.Rd |only plssem-0.1.1/plssem/man/parameter_estimates.plssem.Rd |only plssem-0.1.1/plssem/man/print.plssem.Rd |only plssem-0.1.1/plssem/man/summary.plssem.Rd |only plssem-0.1.2/plssem/DESCRIPTION | 22 plssem-0.1.2/plssem/MD5 | 178 - plssem-0.1.2/plssem/NAMESPACE | 30 plssem-0.1.2/plssem/R/00model_classes.R |only plssem-0.1.2/plssem/R/bootstrap.R | 292 +- plssem-0.1.2/plssem/R/datasets.R | 32 plssem-0.1.2/plssem/R/fit_measures.R | 268 +- plssem-0.1.2/plssem/R/formatted_objects.R | 7 plssem-0.1.2/plssem/R/ho_helpers.R |only plssem-0.1.2/plssem/R/impute_knn.R |only plssem-0.1.2/plssem/R/impute_mean.R |only plssem-0.1.2/plssem/R/lmer.R | 399 ++- plssem-0.1.2/plssem/R/mcpls.R | 386 ++- plssem-0.1.2/plssem/R/mcpls_robbins_monro.R |only plssem-0.1.2/plssem/R/model_accessors.R |only plssem-0.1.2/plssem/R/model_constructors.R |only plssem-0.1.2/plssem/R/model_generics.R |only plssem-0.1.2/plssem/R/model_partable.R |only plssem-0.1.2/plssem/R/model_partable_utils.R |only plssem-0.1.2/plssem/R/model_specification.R |only plssem-0.1.2/plssem/R/model_state.R |only plssem-0.1.2/plssem/R/model_syntax.R |only plssem-0.1.2/plssem/R/modsem_internals.R | 2 plssem-0.1.2/plssem/R/pls.R | 381 +-- plssem-0.1.2/plssem/R/pls_data.R | 39 plssem-0.1.2/plssem/R/pls_fit.R |only plssem-0.1.2/plssem/R/pls_helpers.R |only plssem-0.1.2/plssem/R/pls_msg.R |only plssem-0.1.2/plssem/R/pls_steps.R |only plssem-0.1.2/plssem/R/plsc_dijkstra.R |only plssem-0.1.2/plssem/R/plsc_nlin_dijkstra.R |only plssem-0.1.2/plssem/R/predict.R | 160 - plssem-0.1.2/plssem/R/scale_transform_ordered.R | 6 plssem-0.1.2/plssem/R/simulate_data.R | 235 +- plssem-0.1.2/plssem/R/utils.R | 299 -- plssem-0.1.2/plssem/R/utils_matrices.R |only plssem-0.1.2/plssem/R/utils_tmp.R |only plssem-0.1.2/plssem/R/zzz.R | 2 plssem-0.1.2/plssem/README.md | 17 plssem-0.1.2/plssem/build/vignette.rds |binary plssem-0.1.2/plssem/inst/doc/categorical-models.R | 4 plssem-0.1.2/plssem/inst/doc/categorical-models.Rmd | 4 plssem-0.1.2/plssem/inst/doc/categorical-models.html | 553 +++- plssem-0.1.2/plssem/inst/doc/higher-order.R | 5 plssem-0.1.2/plssem/inst/doc/higher-order.Rmd | 5 plssem-0.1.2/plssem/inst/doc/higher-order.html | 584 +++-- plssem-0.1.2/plssem/inst/doc/interaction-models.Rmd | 2 plssem-0.1.2/plssem/inst/doc/interaction-models.html | 653 +++-- plssem-0.1.2/plssem/inst/doc/linear-models.R | 4 plssem-0.1.2/plssem/inst/doc/linear-models.Rmd | 4 plssem-0.1.2/plssem/inst/doc/linear-models.html | 548 +++- plssem-0.1.2/plssem/inst/doc/mc-pls.R |only plssem-0.1.2/plssem/inst/doc/mc-pls.Rmd |only plssem-0.1.2/plssem/inst/doc/mc-pls.html |only plssem-0.1.2/plssem/inst/doc/missing-imputation.R | 2 plssem-0.1.2/plssem/inst/doc/missing-imputation.Rmd | 8 plssem-0.1.2/plssem/inst/doc/missing-imputation.html | 415 ++- plssem-0.1.2/plssem/inst/doc/multilevel-models.html | 1107 +++++----- plssem-0.1.2/plssem/inst/doc/ordinal-regression.R | 4 plssem-0.1.2/plssem/inst/doc/ordinal-regression.Rmd | 4 plssem-0.1.2/plssem/inst/doc/ordinal-regression.html | 749 ++++-- plssem-0.1.2/plssem/inst/doc/parallel-bootstrapping.R | 10 plssem-0.1.2/plssem/inst/doc/parallel-bootstrapping.Rmd | 18 plssem-0.1.2/plssem/inst/doc/parallel-bootstrapping.html | 384 ++- plssem-0.1.2/plssem/man/TPB_Ordered.Rd | 4 plssem-0.1.2/plssem/man/boot.Rd | 12 plssem-0.1.2/plssem/man/coef-PlsModel-method.Rd |only plssem-0.1.2/plssem/man/fit_measures.Rd |only plssem-0.1.2/plssem/man/implied_construct_corr.Rd |only plssem-0.1.2/plssem/man/implied_indicator_corr.Rd |only plssem-0.1.2/plssem/man/is_admissible.Rd |only plssem-0.1.2/plssem/man/is_mcpls.Rd |only plssem-0.1.2/plssem/man/parameter_estimates-PlsModel-method.Rd |only plssem-0.1.2/plssem/man/parameter_estimates.Rd | 2 plssem-0.1.2/plssem/man/pls.Rd | 188 - plssem-0.1.2/plssem/man/pls_construct_scores.Rd | 2 plssem-0.1.2/plssem/man/pls_predict.Rd | 11 plssem-0.1.2/plssem/man/predict-PlsModel-method.Rd |only plssem-0.1.2/plssem/man/print.SummaryPlsSem.Rd | 5 plssem-0.1.2/plssem/man/show-PlsModel-method.Rd |only plssem-0.1.2/plssem/man/summary-PlsModel-method.Rd |only plssem-0.1.2/plssem/man/vcov-PlsModel-method.Rd |only plssem-0.1.2/plssem/tests/testthat/test_design_invariants.R |only plssem-0.1.2/plssem/tests/testthat/test_higher_order.R | 12 plssem-0.1.2/plssem/tests/testthat/test_multilevel_random_slope.R | 8 plssem-0.1.2/plssem/tests/testthat/test_oneint.R | 7 plssem-0.1.2/plssem/tests/testthat/test_third_order_structural.R |only plssem-0.1.2/plssem/tests/testthat/test_titanic.R | 8 plssem-0.1.2/plssem/tests/testthat/test_tpb.R | 6 plssem-0.1.2/plssem/vignettes/categorical-models.Rmd | 4 plssem-0.1.2/plssem/vignettes/higher-order.Rmd | 5 plssem-0.1.2/plssem/vignettes/interaction-models.Rmd | 2 plssem-0.1.2/plssem/vignettes/linear-models.Rmd | 4 plssem-0.1.2/plssem/vignettes/mc-pls.Rmd |only plssem-0.1.2/plssem/vignettes/missing-imputation.Rmd | 8 plssem-0.1.2/plssem/vignettes/ordinal-regression.Rmd | 4 plssem-0.1.2/plssem/vignettes/parallel-bootstrapping.Rmd | 18 121 files changed, 4954 insertions(+), 3178 deletions(-)
Title: Tools for Two-Dimensional Monte-Carlo Simulations
Description: A complete framework to build and study Two-Dimensional Monte-Carlo simulations, aka Second-Order Monte-Carlo simulations. Also includes various distributions (pert, triangular, Bernoulli, empirical discrete and continuous).
Author: Regis Pouillot [aut, cre] ,
Marie-Laure Delignette-Muller [ctb] ,
Jean-Baptiste Denis [ctb],
Yu Chen [ctb],
Arie Havelaar [ctb]
Maintainer: Regis Pouillot <rpouillot@yahoo.fr>
Diff between mc2d versions 0.2.1 dated 2024-06-05 and 0.2.2 dated 2026-06-01
mc2d-0.2.1/mc2d/inst/doc/docmcEnglish.Rnw |only mc2d-0.2.1/mc2d/inst/doc/mc2dLmEnglish.rnw |only mc2d-0.2.1/mc2d/man/is.mc.Rd |only mc2d-0.2.1/mc2d/man/pmin.Rd |only mc2d-0.2.1/mc2d/man/typemcnode.Rd |only mc2d-0.2.1/mc2d/vignettes/Illustration.eps |only mc2d-0.2.1/mc2d/vignettes/docmcEnglish.Rnw |only mc2d-0.2.1/mc2d/vignettes/mc2dLmEnglish.rnw |only mc2d-0.2.1/mc2d/vignettes/mc2dsaumon.eps |only mc2d-0.2.2/mc2d/DESCRIPTION | 36 - mc2d-0.2.2/mc2d/MD5 | 237 ++++---- mc2d-0.2.2/mc2d/NAMESPACE | 232 ++++---- mc2d-0.2.2/mc2d/R/Ops.mcnode.R | 409 ++++++-------- mc2d-0.2.2/mc2d/R/bern.R | 104 +-- mc2d-0.2.2/mc2d/R/betagen.R | 258 ++++----- mc2d-0.2.2/mc2d/R/converg.R | 266 ++++----- mc2d-0.2.2/mc2d/R/cornode.R | 389 ++++++-------- mc2d-0.2.2/mc2d/R/empiricalC.R | 557 +++++++++----------- mc2d-0.2.2/mc2d/R/empiricalD.R | 522 +++++++++---------- mc2d-0.2.2/mc2d/R/evalmccut.R | 547 +++++++++----------- mc2d-0.2.2/mc2d/R/evalmcmod.R | 89 +-- mc2d-0.2.2/mc2d/R/extractvar.R | 106 +-- mc2d-0.2.2/mc2d/R/gghist.R | 4 mc2d-0.2.2/mc2d/R/ggplotmc.R | 5 mc2d-0.2.2/mc2d/R/ggspaghetti.R | 16 mc2d-0.2.2/mc2d/R/hist.mc.R | 177 +++--- mc2d-0.2.2/mc2d/R/is.mc.R | 211 +++---- mc2d-0.2.2/mc2d/R/is.na.R | 117 +--- mc2d-0.2.2/mc2d/R/lhs.R | 105 +-- mc2d-0.2.2/mc2d/R/lognormalb.R | 21 mc2d-0.2.2/mc2d/R/mc.R | 205 +++---- mc2d-0.2.2/mc2d/R/mc2d-package.R |only mc2d-0.2.2/mc2d/R/mcapply.R | 163 ++--- mc2d-0.2.2/mc2d/R/mccontrol.R | 119 ++-- mc2d-0.2.2/mc2d/R/mcdata.R | 337 ++++-------- mc2d-0.2.2/mc2d/R/mcdatanocontrol.R | 35 - mc2d-0.2.2/mc2d/R/mcmodel.R | 91 +-- mc2d-0.2.2/mc2d/R/mcmodelcut.R | 59 +- mc2d-0.2.2/mc2d/R/mcprobtree.R | 232 +++----- mc2d-0.2.2/mc2d/R/mcratio.R | 202 +++---- mc2d-0.2.2/mc2d/R/mcstoc.R | 561 ++++++++------------ mc2d-0.2.2/mc2d/R/outm.R | 71 +- mc2d-0.2.2/mc2d/R/pert.R | 15 mc2d-0.2.2/mc2d/R/plot.mc.R | 299 +++++----- mc2d-0.2.2/mc2d/R/plot.mccut.R | 100 +-- mc2d-0.2.2/mc2d/R/plot.tornado.R | 161 ++--- mc2d-0.2.2/mc2d/R/pmin.R | 428 +++++++-------- mc2d-0.2.2/mc2d/R/print.mc.R | 147 ++--- mc2d-0.2.2/mc2d/R/print.mccut.R | 72 +- mc2d-0.2.2/mc2d/R/quantile.mc.R | 224 +++----- mc2d-0.2.2/mc2d/R/rdirichlet.R | 149 ++--- mc2d-0.2.2/mc2d/R/rmultinomial.R | 224 +++----- mc2d-0.2.2/mc2d/R/rmultinormal.R | 216 +++---- mc2d-0.2.2/mc2d/R/rtrunc.R | 150 ++--- mc2d-0.2.2/mc2d/R/spaghetti.R | 4 mc2d-0.2.2/mc2d/R/summary.mc.R | 291 +++++----- mc2d-0.2.2/mc2d/R/summary.mccut.R | 89 +-- mc2d-0.2.2/mc2d/R/tornado.R | 351 +++++------- mc2d-0.2.2/mc2d/R/tornadounc.mc.R | 362 ++++++------- mc2d-0.2.2/mc2d/R/tornadounc.mccut.R | 161 ++--- mc2d-0.2.2/mc2d/R/triang.R | 15 mc2d-0.2.2/mc2d/R/unmc.R | 77 +- mc2d-0.2.2/mc2d/build/vignette.rds |binary mc2d-0.2.2/mc2d/inst/NEWS | 7 mc2d-0.2.2/mc2d/inst/doc/docmcEnglish.R | 600 ++++++++-------------- mc2d-0.2.2/mc2d/inst/doc/docmcEnglish.Rmd |only mc2d-0.2.2/mc2d/inst/doc/docmcEnglish.pdf |binary mc2d-0.2.2/mc2d/inst/doc/mc2dLmEnglish.R | 331 ++++-------- mc2d-0.2.2/mc2d/inst/doc/mc2dLmEnglish.Rmd |only mc2d-0.2.2/mc2d/inst/doc/mc2dLmEnglish.pdf |binary mc2d-0.2.2/mc2d/man/Lognormalb.Rd | 153 ++--- mc2d-0.2.2/mc2d/man/MinimumQuantileInformation.Rd | 306 +++++------ mc2d-0.2.2/mc2d/man/NA.mcnode.Rd | 74 +- mc2d-0.2.2/mc2d/man/Ops.mcnode.Rd | 173 ++---- mc2d-0.2.2/mc2d/man/bernoulli.Rd | 103 +-- mc2d-0.2.2/mc2d/man/betagen.Rd | 141 ++--- mc2d-0.2.2/mc2d/man/converg.Rd | 138 ++--- mc2d-0.2.2/mc2d/man/cornode.Rd | 164 ++---- mc2d-0.2.2/mc2d/man/dimmcnode.Rd | 91 ++- mc2d-0.2.2/mc2d/man/dirichlet.Rd | 107 +-- mc2d-0.2.2/mc2d/man/dmultinomial.Rd | 115 +--- mc2d-0.2.2/mc2d/man/ec.Rd | 2 mc2d-0.2.2/mc2d/man/empiricalC.Rd | 166 ++---- mc2d-0.2.2/mc2d/man/empiricalD.Rd | 169 ++---- mc2d-0.2.2/mc2d/man/evalmcmod.Rd | 88 +-- mc2d-0.2.2/mc2d/man/extractvar.Rd | 80 +- mc2d-0.2.2/mc2d/man/ggspaghetti.Rd | 12 mc2d-0.2.2/mc2d/man/hist.mc.Rd | 82 +-- mc2d-0.2.2/mc2d/man/lhs.Rd | 89 +-- mc2d-0.2.2/mc2d/man/mc.Rd | 105 +-- mc2d-0.2.2/mc2d/man/mc.control.Rd | 94 +-- mc2d-0.2.2/mc2d/man/mc2d-package.Rd |only mc2d-0.2.2/mc2d/man/mcapply.Rd | 88 +-- mc2d-0.2.2/mc2d/man/mccut.Rd | 310 ++++------- mc2d-0.2.2/mc2d/man/mcmodel.Rd | 93 +-- mc2d-0.2.2/mc2d/man/mcnode.Rd | 322 +++-------- mc2d-0.2.2/mc2d/man/mcprobtree.Rd | 167 ++---- mc2d-0.2.2/mc2d/man/mcratio.Rd | 106 +-- mc2d-0.2.2/mc2d/man/mcstoc.Rd | 312 ++++------- mc2d-0.2.2/mc2d/man/multinormal.Rd | 160 ++--- mc2d-0.2.2/mc2d/man/outm.Rd | 69 +- mc2d-0.2.2/mc2d/man/pert.Rd | 208 +++---- mc2d-0.2.2/mc2d/man/plot.mc.Rd | 181 +++--- mc2d-0.2.2/mc2d/man/plot.tornado.Rd | 112 ++-- mc2d-0.2.2/mc2d/man/pmin.mcnode.Rd |only mc2d-0.2.2/mc2d/man/print.mc.Rd | 60 +- mc2d-0.2.2/mc2d/man/quantile.mc.Rd | 82 +-- mc2d-0.2.2/mc2d/man/rtrunc.Rd | 118 +--- mc2d-0.2.2/mc2d/man/summary.mc.Rd | 128 ++-- mc2d-0.2.2/mc2d/man/tornado.Rd | 154 ++--- mc2d-0.2.2/mc2d/man/tornadounc.Rd | 184 ++---- mc2d-0.2.2/mc2d/man/total.Rd | 2 mc2d-0.2.2/mc2d/man/triangular.Rd | 154 ++--- mc2d-0.2.2/mc2d/man/unmc.Rd | 61 +- mc2d-0.2.2/mc2d/tests |only mc2d-0.2.2/mc2d/vignettes/docmcEnglish.Rmd |only mc2d-0.2.2/mc2d/vignettes/figs |only mc2d-0.2.2/mc2d/vignettes/mc2dLmEnglish.Rmd |only mc2d-0.2.2/mc2d/vignettes/mc2dsaumon.pdf |binary 119 files changed, 7500 insertions(+), 8979 deletions(-)
Title: Mediation, Moderation and Moderated-Mediation After Model
Fitting
Description: Computes indirect effects, conditional effects, and conditional
indirect effects in a structural equation model or path model after model
fitting, with no need to define any user parameters or label any paths in
the model syntax, using the approach presented in Cheung and Cheung
(2024) <doi:10.3758/s13428-023-02224-z>. Can also form bootstrap
confidence intervals by doing bootstrapping only once and reusing the
bootstrap estimates in all subsequent computations. Supports bootstrap
confidence intervals for standardized (partially or completely) indirect
effects, conditional effects, and conditional indirect effects as described
in Cheung (2009) <doi:10.3758/BRM.41.2.425> and Cheung, Cheung, Lau, Hui,
and Vong (2022) <doi:10.1037/hea0001188>. Model fitting can be done by
structural equation modeling using lavaan() or regression using lm().
Author: Shu Fai Cheung [aut, cre] ,
Sing-Hang Cheung [aut] ,
Rong Wei Sun [ctb]
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>
Diff between manymome versions 0.3.4 dated 2026-03-26 and 0.3.5 dated 2026-06-01
DESCRIPTION | 10 MD5 | 138 +- NAMESPACE | 1 NEWS.md | 62 + R/boot2est_lavaan.R | 138 ++ R/check_path.R | 2 R/cond_indirect.R | 3 R/dat_indicators.R |only R/dat_sem_mome.R |only R/get_b.R | 2 R/get_intercept.R | 2 R/get_prod.R | 2 R/indirect.R | 13 R/lav_data_used.R | 95 + R/lav_helpers_mod.R | 2 R/mc2est_lavaan.R | 3 R/mod_levels.R | 12 R/q_functions_helpers.R | 7 R/q_functions_helpers_indicators.R |only R/q_functions_helpers_lavaan.R | 159 +- R/q_mediation.R | 598 +++++++++- R/q_mediation_plot.R | 3 README.md | 2 build/partial.rdb |binary build/vignette.rds |binary data/data_indicators.rda |only data/data_sem_mome.rda |only inst/doc/mod_levels.html | 4 man/check_path.Rd | 4 man/cond_indirect.Rd | 4 man/data_indicators.Rd |only man/data_sem_mome.Rd |only man/delta_med.Rd | 4 man/do_mc.Rd | 4 man/fit2mc_out.Rd | 2 man/get_prod.Rd | 2 man/index_of_mome.Rd | 2 man/indirect_i.Rd | 2 man/indirect_proportion.Rd | 2 man/manymome-package.Rd | 1 man/mod_levels.Rd | 2 man/plot_effect_vs_w.Rd | 22 man/pseudo_johnson_neyman.Rd | 2 man/q_mediation.Rd | 90 + tests/testthat/test_cond_indirect_effects_lavaan_lv_mod.R |only tests/testthat/test_do_boot_empty_cases.R |only tests/testthat/test_do_boot_implied_lv_means.R |only tests/testthat/test_lav_data_used_mi.R | 4 tests/testthat/test_lav_implied_all.R | 8 tests/testthat/test_q_fct_get_fit.R |only tests/testthat/test_q_fct_indicators.R |only tests/testthat/test_q_fct_indicators_reliability.R |only tests/testthat/test_q_fct_mediation_lm_indicators.R |only tests/testthat/test_q_fct_mediation_lm_indicators_scale_scores_reverse.R |only tests/testthat/test_q_fct_mediation_sem_fixedx_FALSE.R |only tests/testthat/test_q_fct_mediation_sem_indicators_measurement.R |only tests/testthat/test_q_fct_mediation_sem_indicators_measurement_reverse.R |only tests/testthat/test_q_fct_mediation_sem_indicators_sam_reverse.R |only tests/testthat/test_q_fct_mediation_sem_indicators_scale_scores.R |only tests/testthat/test_q_fct_mediation_sem_indicators_scale_scores_reverse.R |only tests/testthat/test_q_fct_mediation_sem_indicators_standardized.R |only tests/testthat/test_sam.R |only tests/testthat/test_sam_do_boot.R |only tests/testthat/test_sam_do_boot_mod.R |only tests/testthat/test_sam_implied.R |only tests/testthat/test_sam_indirect_effect_std.R |only tests/testthat/test_sam_mediation_mg.R |only tests/testthat/test_sam_q_mediation.R |only tests/testthat/test_sam_q_mediation_std.R |only tests/testthat/test_sam_update.R |only tests/testthat/test_sam_update_internal.R |only vignettes/articles/mo_sam.Rmd |only vignettes/articles/mo_sam.Rmd.original |only vignettes/articles/mo_sam_draw_model-1.png |only vignettes/articles/mome_sam.Rmd |only vignettes/articles/mome_sam.Rmd.original |only vignettes/articles/mome_sam_draw_model-1.png |only vignettes/articles/plot_cond-1.png |only vignettes/articles/plot_std-1.png |only vignettes/articles/q_mediation_sem_indicators_arbitrary-1.png |only vignettes/articles/q_mediation_sem_indicators_arbitrary.Rmd |only vignettes/articles/q_mediation_sem_indicators_arbitrary.Rmd.original |only vignettes/articles/q_mediation_sem_indicators_ins_additional.txt |only vignettes/articles/q_mediation_sem_indicators_ins_args.txt |only vignettes/articles/q_mediation_sem_indicators_ins_direct.txt |only vignettes/articles/q_mediation_sem_indicators_ins_final.txt |only vignettes/articles/q_mediation_sem_indicators_ins_indirect.txt |only vignettes/articles/q_mediation_sem_indicators_ins_intro.txt |only vignettes/articles/q_mediation_sem_indicators_ins_predict_y.txt |only vignettes/articles/q_mediation_sem_indicators_ins_results.txt |only vignettes/articles/q_mediation_sem_indicators_parallel-1.png |only vignettes/articles/q_mediation_sem_indicators_parallel.Rmd |only vignettes/articles/q_mediation_sem_indicators_parallel.Rmd.original |only vignettes/articles/q_mediation_sem_indicators_serial-1.png |only vignettes/articles/q_mediation_sem_indicators_serial.Rmd |only vignettes/articles/q_mediation_sem_indicators_serial.Rmd.original |only vignettes/articles/q_mediation_sem_indicators_simple-1.png |only vignettes/articles/q_mediation_sem_indicators_simple.Rmd |only vignettes/articles/q_mediation_sem_indicators_simple.Rmd.original |only vignettes/articles/references.bib | 63 + 100 files changed, 1297 insertions(+), 179 deletions(-)
Title: Bayes Factor Design for Two-Arm Binomial Trials
Description: Design and analysis of one- and two-stage binomial
clinical phase II trials using Bayes factors. Implements Bayes factors
for point-null and directional hypotheses, predictive densities under
different hypotheses, and power and sample size calibration. Both one-arm
trials with only a single treatment arm and two-arm trials with treatment
and control arm are implemented for the one- and two-stage designs.
Author: Riko Kelter [aut, cre]
Maintainer: Riko Kelter <rkelter@uni-koeln.de>
Diff between bfbin2arm versions 0.1.2 dated 2026-05-07 and 0.1.3 dated 2026-06-01
bfbin2arm-0.1.2/bfbin2arm/R/power_calibration.R |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-intro.R |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-intro.Rmd |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-intro.html |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-twostage.R |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-twostage.Rmd |only bfbin2arm-0.1.2/bfbin2arm/inst/doc/bfbin2arm-twostage.html |only bfbin2arm-0.1.2/bfbin2arm/vignettes/bfbin2arm-intro.Rmd |only bfbin2arm-0.1.2/bfbin2arm/vignettes/bfbin2arm-twostage.Rmd |only bfbin2arm-0.1.2/bfbin2arm/vignettes/figures/one-stage-design.png |only bfbin2arm-0.1.3/bfbin2arm/DESCRIPTION | 16 bfbin2arm-0.1.3/bfbin2arm/MD5 | 116 ++++- bfbin2arm-0.1.3/bfbin2arm/NAMESPACE | 25 + bfbin2arm-0.1.3/bfbin2arm/R/design_singlearm_bf.R |only bfbin2arm-0.1.3/bfbin2arm/R/design_singlearm_onestage_bf.R |only bfbin2arm-0.1.3/bfbin2arm/R/design_twoarm_onestage_bf.R |only bfbin2arm-0.1.3/bfbin2arm/R/design_twoarm_twostage_bf.R |only bfbin2arm-0.1.3/bfbin2arm/R/helpers_singlearm_bf.R |only bfbin2arm-0.1.3/bfbin2arm/R/helpers_singlearm_predictive.R |only bfbin2arm-0.1.3/bfbin2arm/R/optimal_onestage_singlearm.R |only bfbin2arm-0.1.3/bfbin2arm/R/optimal_onestage_twoarm.R |only bfbin2arm-0.1.3/bfbin2arm/R/optimal_twostage_2arm.R | 18 bfbin2arm-0.1.3/bfbin2arm/R/optimal_twostage_singlearm.R |only bfbin2arm-0.1.3/bfbin2arm/R/power_calibration_twoarm_onestage.R |only bfbin2arm-0.1.3/bfbin2arm/R/powerbinbf01seq.R |only bfbin2arm-0.1.3/bfbin2arm/R/s3-singlearm_bf_design.R |only bfbin2arm-0.1.3/bfbin2arm/R/s3-singlearm_bf_onestage_design.R |only bfbin2arm-0.1.3/bfbin2arm/R/s3-twoarm_bf_onestage_design.R |only bfbin2arm-0.1.3/bfbin2arm/R/s3-twoarm_bf_twostage_design.R |only bfbin2arm-0.1.3/bfbin2arm/build/vignette.rds |binary bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-overview.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-overview.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-onestage.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-onestage.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-onestage.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-twostage_bayesian.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-twostage_bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm-twostage_bayesian.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_frequentist.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_frequentist.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_frequentist.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_full.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_full.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_full.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_hybrid.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_hybrid.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-singlearm_twostage_hybrid.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm-twostage_Bayesian.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm-twostage_Bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm-twostage_Bayesian.html |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm_onestage_Bayesian.R |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm_onestage_Bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/inst/doc/bfbin2arm-twoarm_onestage_Bayesian.html |only bfbin2arm-0.1.3/bfbin2arm/man/as.data.frame.singlearm_onestage_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/design_singlearm_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/design_singlearm_onestage_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/design_twoarm_onestage_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/design_twoarm_twostage_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/dot-sustained_singlearm_feasibility.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/ntwoarmbinbf01.Rd | 64 ++ bfbin2arm-0.1.3/bfbin2arm/man/optimal_onestage_singlearm_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/optimal_onestage_twoarm_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/optimal_twostage_singlearm_bf.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/plot.singlearm_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/plot.singlearm_onestage_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/powerbinbf01_fixed.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/powerbinbf01seq.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/powertwoarmbinbf01.Rd | 2 bfbin2arm-0.1.3/bfbin2arm/man/print.singlearm_onestage_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/print.summary.singlearm_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/print.summary.singlearm_onestage_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/summary.singlearm_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/man/summary.singlearm_onestage_bf_design.Rd |only bfbin2arm-0.1.3/bfbin2arm/tests/testthat/test-powerbinbf01seq.R |only bfbin2arm-0.1.3/bfbin2arm/tests/testthat/test-singlearm-ce-correction.R |only bfbin2arm-0.1.3/bfbin2arm/tests/testthat/test-singlearm-helpers.R |only bfbin2arm-0.1.3/bfbin2arm/tests/testthat/test-singlearm-seq-identities.R |only bfbin2arm-0.1.3/bfbin2arm/tests/testthat/test-singlearm-table6_2.R |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-overview.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm-onestage.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm-onestage_files 2 |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm-twostage_bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm_twostage_frequentist.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm_twostage_full.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-singlearm_twostage_hybrid.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-twoarm-twostage_Bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/bfbin2arm-twoarm_onestage_Bayesian.Rmd |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-single_arm_two_stage_bayes_fig3fig.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-two-stage-design-more-inf-des-priors-no-ce.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-two-stage-design-riociguat-more-informative-design-priors.png |binary bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-two-stage-design-riociguat.png |binary bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-twoarm-twostage-vignette-fixed-design-ss-reduc.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal-twoarm-twostage-vignette-twostage-opt-des-ss-reduc.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_bayes_fig2.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_bayes_fig3.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_bayes_fig4.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_bayes_flowchart_rootfinding.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_full_fig1.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_hybrid_fig1.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/optimal_single_arm_two_stage_hybrid_fig2.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/singlearm_twostage_freq_fig1.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm-onestage-design.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm_onestage_fig1.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm_onestage_fig2.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm_onestage_fig3.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm_onestage_fig4.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/figures/twoarm_onestage_fig5.png |only bfbin2arm-0.1.3/bfbin2arm/vignettes/references.bib | 222 +++++++++- 108 files changed, 426 insertions(+), 37 deletions(-)
Title: Calculate 'ActiGraph' Counts from Accelerometer Data
Description: Calculate 'ActiGraph' counts from the X, Y, and Z axes of a triaxial
accelerometer. This work was inspired by Neishabouri et al. who published the
article "Quantification of Acceleration as Activity Counts in 'ActiGraph' Wearables"
on February 24, 2022. The link to the article (<https://pubmed.ncbi.nlm.nih.gov/35831446>)
and 'python' implementation of this code (<https://github.com/actigraph/agcounts>).
Author: Brian C. Helsel [aut, cre],
Paul R. Hibbing [ctb],
Robert N. Montgomery [ctb],
Eric D. Vidoni [ctb],
Jonathan Clutton [ctb],
John Muschelli [ctb],
University of Kansas [cph]
Maintainer: Brian C. Helsel <bhelsel@kumc.edu>
Diff between agcounts versions 0.6.6 dated 2024-02-29 and 0.7.0 dated 2026-06-01
DESCRIPTION | 18 ++- MD5 | 36 +++--- NAMESPACE | 4 NEWS.md | 18 +++ R/RcppExports.R | 4 R/agcounts-package.R | 1 R/agread.R | 88 +++++++++++++--- R/get_counts.R | 1 R/helpers.R | 2 man/agcalibrate.Rd | 26 ++++ man/agcounts-package.Rd | 14 ++ src/RcppExports.cpp | 12 +- src/gcalibrate.cpp | 183 ++++++++++++++++++++++++++--------- src/resample_helpers.cpp | 1 tests/testthat/_snaps/shinyUI.md | 6 - tests/testthat/test_agread.R | 25 +++- tests/testthat/test_shinyReactable.R | 1 tests/testthat/test_shinyServer.R | 10 + tests/testthat/test_shinyUI.R | 6 - 19 files changed, 341 insertions(+), 115 deletions(-)
Title: Probabilistic Efficiency Analysis Using Explainable Artificial
Intelligence
Description: Provides a probabilistic framework that integrates Data Envelopment
Analysis (DEA) (Banker et al., 1984) <doi:10.1287/mnsc.30.9.1078> with machine
learning classifiers (Kuhn, 2008) <doi:10.18637/jss.v028.i05> to estimate both the
(in)efficiency status and the probability of efficiency for decision-making
units. The approach trains predictive models on DEA-derived efficiency labels
(Charnes et al., 1985) <doi:10.1016/0304-4076(85)90133-2>, enabling explainable
artificial intelligence (XAI) workflows with global and local interpretability
tools, including permutation importance (Molnar et al., 2018) <doi:10.21105/joss.00786>,
Shapley value explanations (Strumbelj & Kononenko, 2014) <doi:10.1007/s10115-013-0679-x>,
and sensitivity analysis (Cortez, 2011) <https://CRAN.R-project.org/package=rminer>.
The framework also supports probability-threshold peer selection and counterfactual
improvement recommendations for benchmarking and policy evaluation. T [...truncated...]
Author: Ricardo Gonzalez Moyano [cre, aut] ,
Juan Aparicio [aut] ,
Jose Luis Zofio [aut] ,
Victor Espana [aut]
Maintainer: Ricardo Gonzalez Moyano <ricardo.gonzalezm@umh.es>
Diff between PEAXAI versions 1.0.1 dated 2026-05-19 and 1.0.2 dated 2026-06-01
DESCRIPTION | 6 +++--- MD5 | 9 ++++++++- R/data-SABI.R |only R/data_example.R |only README.md |only data/data_SABI.rda |only data/data_example.rda |only man/data_SABI.Rd |only man/data_example.Rd |only 9 files changed, 11 insertions(+), 4 deletions(-)
Title: R Client for the 'OMOPHub' Medical Vocabulary API
Description: Provides an R interface to the 'OMOPHub' API for accessing
'OHDSI ATHENA' standardized medical vocabularies. Supports concept search,
semantic search using neural embeddings, concept similarity, vocabulary
exploration, hierarchy navigation, relationship queries, concept
mappings, and FHIR-to-OMOP concept resolution with automatic pagination.
Author: Alex Chen [aut, cre, cph],
Observational Health Data Science and Informatics [cph]
Maintainer: Alex Chen <alex@omophub.com>
Diff between omophub versions 1.8.0 dated 2026-05-25 and 1.8.1 dated 2026-06-01
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 11 +++++++++++ R/search.R | 2 +- tests/testthat/test-search.R | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-)
Title: Microeconometrics with R
Description: Functions, data sets and examples for the book: Yves Croissant (2025) "Microeconometrics with R", Chapman and Hall/CRC The R Series <doi:10.1201/9781003100263>. The package includes a set of estimators for models used in microeconometrics, especially for count data and limited dependent variables. Test functions include score test, Hausman test, Vuong test, Sargan test and conditional moment test. A small subset of the data set used in the book is also included.
Author: Yves Croissant [aut, cre]
Maintainer: Yves Croissant <yves.croissant@univ-reunion.fr>
Diff between micsr versions 0.1-4 dated 2025-10-27 and 0.1-5 dated 2026-06-01
DESCRIPTION | 10 +++---- MD5 | 60 ++++++++++++++++++++++----------------------- NAMESPACE | 4 +-- NEWS.md | 4 +++ R/clm.R | 10 +++---- build/partial.rdb |binary build/vignette.rds |binary data/apples.rda |binary data/birthwt.rda |binary data/charitable.rda |binary data/cigmales.rda |binary data/drinks.rda |binary data/federiv.rda |binary data/fin_reform.rda |binary data/housprod.rda |binary data/mode_choice.rda |binary data/random_group.rda |binary data/recall.rda |binary data/trade_protection.rda |binary data/trips.rda |binary data/turnout.rda |binary data/twa.rda |binary data/unemp_duration.rda |binary inst/doc/charitable.pdf |binary inst/doc/escount.pdf |binary inst/doc/expreg.pdf |binary inst/doc/lm_function.pdf |binary inst/doc/micsr_objects.pdf |binary inst/doc/misc_tools.pdf |binary inst/doc/ndvuong.pdf |binary man/clm.Rd | 10 +++---- 31 files changed, 51 insertions(+), 47 deletions(-)
Title: Differential Network Estimation in R
Description: An efficient and convenient set of functions to perform differential network estimation through the use of alternating direction method of multipliers optimization with a variety of different loss functions.
Author: Ricardo Daniel Marques Salgado [aut, cre] ,
Mohammad Arashi [ctb],
Andriette Bekker [ctb]
Maintainer: Ricardo Daniel Marques Salgado <ricardodansalgado@gmail.com>
Diff between dineR versions 1.0.1 dated 2021-11-15 and 2.0.0 dated 2026-06-01
dineR-1.0.1/dineR/R/admm.R |only dineR-2.0.0/dineR/DESCRIPTION | 35 dineR-2.0.0/dineR/LICENSE | 2 dineR-2.0.0/dineR/MD5 | 53 - dineR-2.0.0/dineR/NAMESPACE | 5 dineR-2.0.0/dineR/NEWS.md |only dineR-2.0.0/dineR/R/data_generator.R | 141 +- dineR-2.0.0/dineR/R/estimation.R | 865 +++++++++++++---- dineR-2.0.0/dineR/R/npn.R | 70 - dineR-2.0.0/dineR/R/selection.R | 164 +-- dineR-2.0.0/dineR/README.md | 129 +- dineR-2.0.0/dineR/build/vignette.rds |binary dineR-2.0.0/dineR/inst/CITATION |only dineR-2.0.0/dineR/inst/doc/Data-Generator.R |only dineR-2.0.0/dineR/inst/doc/Data-Generator.Rmd |only dineR-2.0.0/dineR/inst/doc/Data-Generator.html |only dineR-2.0.0/dineR/inst/doc/Differential-Networks.R | 68 - dineR-2.0.0/dineR/inst/doc/Differential-Networks.Rmd | 4 dineR-2.0.0/dineR/inst/doc/Differential-Networks.html | 811 ++++++++------- dineR-2.0.0/dineR/inst/doc/Estimation.R |only dineR-2.0.0/dineR/inst/doc/Estimation.Rmd |only dineR-2.0.0/dineR/inst/doc/Estimation.html |only dineR-2.0.0/dineR/inst/doc/Parallelisation.R |only dineR-2.0.0/dineR/inst/doc/Parallelisation.Rmd |only dineR-2.0.0/dineR/inst/doc/Parallelisation.html |only dineR-2.0.0/dineR/man/data_generator.Rd | 61 - dineR-2.0.0/dineR/man/estimation.Rd | 31 dineR-2.0.0/dineR/man/npn.Rd | 10 dineR-2.0.0/dineR/tests/testthat/test-data_generator.R | 2 dineR-2.0.0/dineR/tests/testthat/test-estimation.R | 6 dineR-2.0.0/dineR/tests/testthat/test-selection.R | 6 dineR-2.0.0/dineR/vignettes/Data-Generator.Rmd |only dineR-2.0.0/dineR/vignettes/Differential-Networks.Rmd | 4 dineR-2.0.0/dineR/vignettes/Estimation.Rmd |only dineR-2.0.0/dineR/vignettes/Parallelisation.Rmd |only 35 files changed, 1595 insertions(+), 872 deletions(-)
Title: Comoro Islands Maps
Description: Provides static and interactive maps of the Comoro Islands at four
administrative levels: country, island, prefecture, and commune. Includes
tools for choropleth visualisation using 'ggplot2' and 'leaflet', and
functions to retrieve the underlying spatial datasets as 'sf' objects.
Author: Housni Hassani [aut, cre]
Maintainer: Housni Hassani <housni.hassani@comoresopendata.org>
Diff between comorosmaps versions 1.0.0 dated 2022-06-06 and 1.6.1 dated 2026-06-01
DESCRIPTION | 23 - MD5 | 30 +- NAMESPACE | 29 ++ NEWS.md |only R/comorosmaps.R | 517 +++++++++++++++++++++++++++++++++----- R/globals.R | 2 R/sysdata.rda |binary man/anjouan.Rd | 6 man/commune.Rd |only man/comoros.Rd | 4 man/comorosmaps.Rd | 1 man/get_cities.Rd |only man/get_communes.Rd |only man/get_prefectures.Rd |only man/grandeComore.Rd | 6 man/moheli.Rd | 6 man/plot_map.Rd |only man/view_map.Rd |only tests/testthat/Rplots.pdf |only tests/testthat/test-comorosmaps.R | 100 +++++++ 20 files changed, 633 insertions(+), 91 deletions(-)
Title: End-to-End Automated Machine Learning and Model Evaluation
Description: Single unified interface for end-to-end modelling of regression,
categorical and time-to-event (survival) outcomes. Models created using
familiar are self-containing, and their use does not require additional
information such as baseline survival, feature clustering, or feature
transformation and normalisation parameters. Model performance,
calibration, risk group stratification, (permutation) variable importance,
individual conditional expectation, partial dependence, and more, are
assessed automatically as part of the evaluation process and exported in
tabular format and plotted, and may also be computed manually using export
and plot functions. Where possible, metrics and values obtained during the
evaluation process come with confidence intervals.
Author: Alex Zwanenburg [aut, cre] ,
Steffen Loeck [aut],
German Cancer Research Center [cph],
Technische Universitaet Dresden [cph]
Maintainer: Alex Zwanenburg <alexander.zwanenburg@nct-dresden.de>
Diff between familiar versions 2.0.1 dated 2026-05-22 and 2.0.2 dated 2026-06-01
DESCRIPTION | 6 ++-- MD5 | 20 +++++++------- NEWS.md | 12 ++++++++ R/LearnerS4RFSRC.R | 4 ++ R/LearnerS4SVM.R | 2 - R/NoveltyDetectorS4NoneNoveltyDetector.R | 22 +++++++++++++++ R/TaskLearn.R | 5 +++ R/TestDataCreators.R | 43 +++++++++++++++++++++++++++++++ R/TestFunctions.R | 30 ++++++++++++++++++++- tests/testthat.R | 8 ----- tests/testthat/test-naive_model.R | 37 ++++++++++++++++++++++++++ 11 files changed, 166 insertions(+), 23 deletions(-)
Title: Missing Outcome Data in Health Economic Evaluation
Description: Contains a suite of functions for health economic evaluations with missing outcome data.
The package can fit different types of statistical models under a fully Bayesian approach using the software 'JAGS' (which should be installed locally and which is loaded in 'missingHE' via the 'R' package 'R2jags').
Three classes of models can be fitted under a variety of missing data assumptions: selection models, pattern mixture models and hurdle models.
In addition to model fitting, 'missingHE' provides a set of specialised functions to assess model convergence and fit, and to summarise the statistical and economic results using different types of measures and graphs.
The methods implemented are described in Mason (2018) <doi:10.1002/hec.3793>, Molenberghs (2000) <doi:10.1007/978-1-4419-0300-6_18> and Gabrio (2019) <doi:10.1002/sim.8045>.
Author: Andrea Gabrio [aut, cre]
Maintainer: Andrea Gabrio <a.gabrio@maastrichtuniversity.nl>
Diff between missingHE versions 1.6.0 dated 2026-03-19 and 1.6.1 dated 2026-06-01
DESCRIPTION | 8 - MD5 | 34 ++-- R/hurdle.R | 4 R/menss-data.R | 2 R/prior_hurdle.R | 20 +- R/prior_lmdm.R | 14 - R/prior_pattern.R | 54 +++---- R/prior_selection.R | 6 R/run_hurdle.R | 16 +- R/write_hurdle.R | 24 +-- R/write_lmdm.R | 28 +-- R/write_pattern.R | 38 ++--- R/write_selection.R | 8 - build/vignette.rds |binary inst/doc/Fitting_MNAR_models_in_missingHE.html | 164 +++++++++++----------- inst/doc/Introduction_to_missingHE.html | 78 +++++----- inst/doc/Longitudinal_models_in_missingHE.html | 184 ++++++++++++------------- inst/doc/Model_customisation_in_missingHE.html | 66 ++++---- 18 files changed, 374 insertions(+), 374 deletions(-)
Title: Nowcasting by Bayesian Smoothing
Description: A Bayesian approach to estimate the number of occurred-but-not-yet-reported cases from incomplete, time-stamped reporting data for disease outbreaks. 'NobBS' learns the reporting delay distribution and the time evolution of the epidemic curve to produce smoothed nowcasts in both stable and time-varying case reporting settings, as described in McGough et al. (2020) <doi:10.1371/journal.pcbi.1007735>.
Author: Sarah McGough [aut, ctb],
Nicolas Menzies [aut],
Marc Lipsitch [aut],
Michael Johansson [aut],
Rami Yaari [aut, ctb],
Rodrigo Zepeda Tello [cre, aut, ctb],
Teresa Yamana [ctb],
Matteo Perini [ctb]
Maintainer: Rodrigo Zepeda Tello <rzepeda17@gmail.com>
Diff between NobBS versions 1.1.0 dated 2025-05-07 and 1.1.1 dated 2026-06-01
DESCRIPTION | 22 +++++++++++----------- MD5 | 8 ++++---- NEWS.md | 7 +++++++ inst/doc/dow_effect.html | 2 +- inst/doc/wis_calc.html | 4 ++-- 5 files changed, 25 insertions(+), 18 deletions(-)
Title: Identifying Modulators of Cellular Responses Leveraging
Intercellular Heterogeneity
Description: Cellular responses to perturbations are highly heterogeneous
and depend largely on the initial state of cells. Connecting
post-perturbation cells via cellular trajectories to untreated cells
(e.g. by leveraging metabolic labeling information) enables
exploitation of intercellular heterogeneity as a combined knock-down
and overexpression screen to identify pathway modulators, termed
Heterogeneity-seq (see 'Berg et al' <doi:10.1101/2024.10.28.620481>).
This package contains functions to generate cellular trajectories based
on scSLAM-seq (single-cell, thiol-(SH)-linked alkylation of RNA for
metabolic labelling sequencing) time courses, functions to identify
pathway modulators and to visualize the results.
Author: Kevin Berg [aut, cre],
Florian Erhard [aut] ,
Lygeri Sakellaridi [aut]
Maintainer: Kevin Berg <Kevin.Berg@informatik.uni-regensburg.de>
Diff between HetSeq versions 0.1.0 dated 2025-02-03 and 0.1.1 dated 2026-06-01
DESCRIPTION | 8 ++++---- MD5 | 26 +++++++++++++------------- NEWS.md | 2 +- R/hetseq.R | 6 +++--- R/plot.R | 4 ++-- R/trajectories.R | 6 +++--- man/Hetseq.Rd | 2 +- man/HetseqClassify.Rd | 2 +- man/HetseqDoubleML.Rd | 2 +- man/PlotClassify.Rd | 2 +- man/PlotDoubleML.Rd | 2 +- man/distmat.Rd | 2 +- man/mincostflow.Rd | 2 +- man/prune.Rd | 2 +- 14 files changed, 34 insertions(+), 34 deletions(-)
Title: Hierarchical Bayesian Area-Level Small Area Estimation Models
Description: Fits area-level Hierarchical Bayesian Small Area Estimation
models. The methodological foundation follows the standard area-level
Small Area Estimation literature, primarily Rao and Molina (2015,
ISBN: 9781118735787) <doi:10.1002/9781118735855>, while computational
implementation is adapted to the parameterisation and
prior-specification conventions of the 'brms' package
<doi:10.18637/jss.v080.i01>, which targets the
Stan back-end. Supports a principled Bayesian workflow
<doi:10.48550/arXiv.2011.01808>, with prior
predictive checks, convergence diagnostics, model comparison,
spatial random effects, custom distributions, missing-data
handling, and a bilingual 'shiny' application for non-programmer
analysts.
Author: Achmad Syahrul Choir [aut, cre] ,
Saniyyah Sri Nurhayati [aut],
Sofi Zamzanah [aut],
Arsyka Laila Oktalia Siregar [aut]
Maintainer: Achmad Syahrul Choir <madsyair@stis.ac.id>
Diff between hbsaems versions 1.0.0 dated 2026-05-24 and 1.1.0 dated 2026-06-01
DESCRIPTION | 9 MD5 | 60 +- NAMESPACE | 2 NEWS.md | 87 ++++ R/check-shiny-deps.R | 21 - R/convergence-check.R | 62 ++ R/deprecated.R | 2 R/hbm-flex.R | 76 +++ R/hbm.R | 66 +++ R/hbm_helpers_ext.R | 55 ++ R/hbmfit-methods.R | 20 R/model-compare.R | 138 ++++++ R/models-registry.R | 156 +++++++ R/prior-check.R | 119 ++++- R/sae-predict.R | 164 +++++++ build/vignette.rds |binary inst/WORDLIST | 367 +++++++++-------- inst/doc/complete-workflow.Rmd | 11 inst/doc/complete-workflow.html | 689 ++++++++++++++++++--------------- inst/shiny/sae_app/app.R | 32 + man/deprecated.Rd | 2 man/hbm.Rd | 11 man/hbm_flex.Rd | 25 + man/model_average.Rd | 5 man/prior_check.Rd | 38 + man/sae_predict.Rd | 43 +- tests/testthat/helper-fits.R |only tests/testthat/test-additions.R | 84 +--- tests/testthat/test-check-shiny-deps.R | 16 tests/testthat/test-prior-check.R |only tests/testthat/test-shiny-server.R |only tests/testthat/test-workflow-1-1-0.R |only vignettes/complete-workflow.Rmd | 11 33 files changed, 1725 insertions(+), 646 deletions(-)
Title: Sub-National Geospatial Data Archive: Geoprocessing Toolkit
Description: Integrates spatially-misaligned GIS datasets across incompatible
geographic units. Part of the Sub-National Geospatial Data Archive System.
For the underlying methods, see Zhukov, Byers, Davidson, and Kollman (2024)
"Integrating Data Across Misaligned Spatial Units," Political Analysis,
Volume 32, Number 1, pp. 17-33
<doi:10.1017/pan.2023.5>.
Author: Yuri M. Zhukov [aut, cre],
Jason Byers [aut],
Marty Davidson [aut]
Maintainer: Yuri M. Zhukov <ymz2@georgetown.edu>
This is a re-admission after prior archival of version 1.3.0 dated 2024-05-14
Diff between SUNGEO versions 1.3.0 dated 2024-05-14 and 1.4.0 dated 2026-06-01
SUNGEO-1.3.0/SUNGEO/R/point2poly_krige.R |only SUNGEO-1.3.0/SUNGEO/man/point2poly_krige.Rd |only SUNGEO-1.4.0/SUNGEO/DESCRIPTION | 38 ++- SUNGEO-1.4.0/SUNGEO/MD5 | 122 ++++----- SUNGEO-1.4.0/SUNGEO/NAMESPACE | 17 - SUNGEO-1.4.0/SUNGEO/R/SUNGEO.R | 2 SUNGEO-1.4.0/SUNGEO/R/data.R | 4 SUNGEO-1.4.0/SUNGEO/R/df2sf.R | 8 SUNGEO-1.4.0/SUNGEO/R/fix_geom.R | 5 SUNGEO-1.4.0/SUNGEO/R/geocode_osm.R | 319 +++++++++++++++++++------- SUNGEO-1.4.0/SUNGEO/R/geocode_osm_batch.R | 219 +++++++++++++---- SUNGEO-1.4.0/SUNGEO/R/get_data.R | 14 - SUNGEO-1.4.0/SUNGEO/R/get_info.R | 9 SUNGEO-1.4.0/SUNGEO/R/hot_spot.R | 53 ++-- SUNGEO-1.4.0/SUNGEO/R/line2poly.R | 4 SUNGEO-1.4.0/SUNGEO/R/make_ticker.R | 11 SUNGEO-1.4.0/SUNGEO/R/merge_list.R | 6 SUNGEO-1.4.0/SUNGEO/R/nesting.R | 4 SUNGEO-1.4.0/SUNGEO/R/point2poly_simp.R | 14 - SUNGEO-1.4.0/SUNGEO/R/point2poly_tess.R | 7 SUNGEO-1.4.0/SUNGEO/R/poly2poly_ap.R | 32 +- SUNGEO-1.4.0/SUNGEO/R/sf2raster.R | 10 SUNGEO-1.4.0/SUNGEO/R/smart_round.R | 10 SUNGEO-1.4.0/SUNGEO/R/update_bbox.R | 9 SUNGEO-1.4.0/SUNGEO/R/utils.R | 2 SUNGEO-1.4.0/SUNGEO/R/utm_select.R | 11 SUNGEO-1.4.0/SUNGEO/README.md | 63 ----- SUNGEO-1.4.0/SUNGEO/build |only SUNGEO-1.4.0/SUNGEO/data/available_data.rda |binary SUNGEO-1.4.0/SUNGEO/data/cc_dict.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009_df.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009_pt.rda |binary SUNGEO-1.4.0/SUNGEO/data/gpw4_deu2010.rda |binary SUNGEO-1.4.0/SUNGEO/data/hex_05_deu.rda |binary SUNGEO-1.4.0/SUNGEO/data/highways_deu1992.rda |binary SUNGEO-1.4.0/SUNGEO/inst |only SUNGEO-1.4.0/SUNGEO/man/SUNGEO-package.Rd | 13 - SUNGEO-1.4.0/SUNGEO/man/available_data.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/cc_dict.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009_df.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009_pt.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/df2sf.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/fix_geom.Rd | 5 SUNGEO-1.4.0/SUNGEO/man/geocode_osm.Rd | 108 ++++++-- SUNGEO-1.4.0/SUNGEO/man/geocode_osm_batch.Rd | 123 +++++++--- SUNGEO-1.4.0/SUNGEO/man/get_data.Rd | 6 SUNGEO-1.4.0/SUNGEO/man/get_info.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/gpw4_deu2010.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/hex_05_deu.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/highways_deu1992.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/hot_spot.Rd | 25 -- SUNGEO-1.4.0/SUNGEO/man/line2poly.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/make_ticker.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/merge_list.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/nesting.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/point2poly_simp.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/point2poly_tess.Rd | 7 SUNGEO-1.4.0/SUNGEO/man/poly2poly_ap.Rd | 13 - SUNGEO-1.4.0/SUNGEO/man/sf2raster.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/smart_round.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/update_bbox.Rd | 3 SUNGEO-1.4.0/SUNGEO/man/utm_select.Rd | 11 64 files changed, 835 insertions(+), 553 deletions(-)
Title: Methods Based on the e-Closure Principle
Description: Implements several methods for False Discovery Rate control based on the e-Closure Principle,
in particular the Closed e-Benjamini-Hochberg and Closed Benjamini-Yekutieli procedures.
Author: Jelle Goeman [aut, cre]
Maintainer: Jelle Goeman <j.j.goeman@lumc.nl>
Diff between eClosure versions 0.9.4 dated 2026-04-15 and 0.9.5 dated 2026-06-01
ChangeLog | 5 ++++- DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++++------- NAMESPACE | 2 ++ R/RcppExports.R | 8 ++++++++ R/cBH_wrapper.R |only R/eClosure-package.R | 9 ++++++--- man/closedBH.Rd |only man/eClosure.Rd | 2 ++ src/RcppExports.cpp | 26 ++++++++++++++++++++++++++ src/cBH.cpp |only tests/testthat/test_BH.R |only 12 files changed, 63 insertions(+), 15 deletions(-)
Title: Metrics of R Packages
Description: Static code analyses for R packages using the external code-tagging
libraries 'ctags' and 'gtags'. Static analyses enable packages to be
analysed very quickly, generally a couple of seconds at most. The package
also provides access to a database generating by applying the main function
to the full 'CRAN' archive, enabling the statistical properties of any package
to be compared with all other 'CRAN' packages.
Author: Mark Padgham [aut, cre] ,
Michael Sumner [ctb] ,
Jeffrey Hollister [ctb] ,
Egor Kotov [ctb]
Maintainer: Mark Padgham <mark.padgham@email.com>
Diff between pkgstats versions 0.2.2 dated 2026-02-11 and 0.2.3 dated 2026-06-01
DESCRIPTION | 17 +-- MD5 | 81 ++++++++--------- NEWS.md | 10 ++ R/cran-data-fn-names.R | 40 ++++++++ R/external-calls.R | 152 +++++++++++++++++++-------------- R/loc.R | 34 +++---- R/pkgstats-data-download.R | 17 +++ R/pkgstats-function.R | 16 +-- R/pkgstats-summary.R | 4 R/tag-data-ctags.R | 18 +-- R/tag-data-gtags.R | 2 R/tag-data.R | 110 +++++++++++++++-------- R/utils.R | 88 ++++++++++++++----- R/zzz.R | 33 ++++--- README.md | 4 build/vignette.rds |binary inst/doc/installation.R | 4 inst/doc/installation.Rmd | 9 + inst/doc/installation.html | 10 +- inst/doc/pkgstats.html | 10 +- man/ctags_install.Rd | 6 - man/ctags_test.Rd | 6 - man/desc_stats.Rd | 10 +- man/dl_pkgstats_data.Rd | 12 +- man/extract_tarball.Rd | 4 man/loc_stats.Rd | 10 +- man/pkgstats-package.Rd | 5 + man/pkgstats.Rd | 10 +- man/pkgstats_cran_current_from_full.Rd | 12 +- man/pkgstats_fn_names.Rd | 4 man/pkgstats_fns_from_archive.Rd | 12 +- man/pkgstats_fns_update.Rd | 12 +- man/pkgstats_from_archive.Rd | 12 +- man/pkgstats_summary.Rd | 10 +- man/pkgstats_update.Rd | 12 +- man/rd_stats.Rd | 10 +- man/tags_data.Rd | 6 - tests/testthat/test-pkgstats.R | 48 +++++++++- tests/testthat/test-utils.R |only vignettes/installation.Rmd | 9 + vignettes/installation.md | 8 + vignettes/pkgstats.md | 4 42 files changed, 570 insertions(+), 311 deletions(-)
Title: 'Amazon Web Services' Database Services
Description: Interface to 'Amazon Web Services' database services,
including 'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL'
database, and more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.database versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-06-01
paws.database-0.10.0/paws.database/DESCRIPTION | 18 paws.database-0.10.0/paws.database/MD5 | 1614 - paws.database-0.10.0/paws.database/NAMESPACE | 2 paws.database-0.10.0/paws.database/R/dax_interfaces.R | 22 paws.database-0.10.0/paws.database/R/dax_operations.R | 168 paws.database-0.10.0/paws.database/R/dax_service.R | 10 paws.database-0.10.0/paws.database/R/docdb_interfaces.R | 58 paws.database-0.10.0/paws.database/R/docdb_operations.R | 1218 - paws.database-0.10.0/paws.database/R/docdb_service.R | 6 paws.database-0.10.0/paws.database/R/docdbelastic_operations.R | 192 paws.database-0.10.0/paws.database/R/docdbelastic_service.R | 18 paws.database-0.10.0/paws.database/R/dynamodb_interfaces.R | 30 paws.database-0.10.0/paws.database/R/dynamodb_operations.R | 2092 -- paws.database-0.10.0/paws.database/R/dynamodb_service.R | 25 paws.database-0.10.0/paws.database/R/dynamodbstreams_interfaces.R | 2 paws.database-0.10.0/paws.database/R/dynamodbstreams_operations.R | 48 paws.database-0.10.0/paws.database/R/dynamodbstreams_service.R | 8 paws.database-0.10.0/paws.database/R/elasticache_interfaces.R | 22 paws.database-0.10.0/paws.database/R/elasticache_operations.R | 2075 -- paws.database-0.10.0/paws.database/R/elasticache_service.R | 15 paws.database-0.10.0/paws.database/R/keyspaces_interfaces.R | 6 paws.database-0.10.0/paws.database/R/keyspaces_operations.R | 325 paws.database-0.10.0/paws.database/R/keyspaces_service.R | 33 paws.database-0.10.0/paws.database/R/lakeformation_interfaces.R | 42 paws.database-0.10.0/paws.database/R/lakeformation_operations.R | 480 paws.database-0.10.0/paws.database/R/lakeformation_service.R | 5 paws.database-0.10.0/paws.database/R/memorydb_interfaces.R | 48 paws.database-0.10.0/paws.database/R/memorydb_operations.R | 422 paws.database-0.10.0/paws.database/R/memorydb_service.R | 14 paws.database-0.10.0/paws.database/R/neptune_interfaces.R | 42 paws.database-0.10.0/paws.database/R/neptune_operations.R | 1533 - paws.database-0.10.0/paws.database/R/neptune_service.R | 27 paws.database-0.10.0/paws.database/R/neptunedata_interfaces.R | 2 paws.database-0.10.0/paws.database/R/neptunedata_operations.R | 666 paws.database-0.10.0/paws.database/R/neptunedata_service.R | 11 paws.database-0.10.0/paws.database/R/rds_interfaces.R | 362 paws.database-0.10.0/paws.database/R/rds_operations.R | 8272 +++------- paws.database-0.10.0/paws.database/R/rds_service.R | 51 paws.database-0.10.0/paws.database/R/rdsdataservice_operations.R | 75 paws.database-0.10.0/paws.database/R/rdsdataservice_service.R | 10 paws.database-0.10.0/paws.database/R/redshift_interfaces.R | 74 paws.database-0.10.0/paws.database/R/redshift_operations.R | 2331 -- paws.database-0.10.0/paws.database/R/redshift_service.R | 31 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_interfaces.R | 32 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_operations.R | 336 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_service.R | 11 paws.database-0.10.0/paws.database/R/redshiftserverless_interfaces.R | 136 paws.database-0.10.0/paws.database/R/redshiftserverless_operations.R | 761 paws.database-0.10.0/paws.database/R/redshiftserverless_service.R | 27 paws.database-0.10.0/paws.database/R/simpledb_operations.R | 41 paws.database-0.10.0/paws.database/R/simpledb_service.R | 22 paws.database-0.10.0/paws.database/R/timestreamquery_operations.R | 211 paws.database-0.10.0/paws.database/R/timestreamquery_service.R | 2 paws.database-0.10.0/paws.database/R/timestreamwrite_operations.R | 74 paws.database-0.10.0/paws.database/R/timestreamwrite_service.R | 19 paws.database-0.10.0/paws.database/man/dax.Rd | 8 paws.database-0.10.0/paws.database/man/dax_create_cluster.Rd | 63 paws.database-0.10.0/paws.database/man/dax_create_parameter_group.Rd | 3 paws.database-0.10.0/paws.database/man/dax_describe_clusters.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_default_parameters.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_events.Rd | 21 paws.database-0.10.0/paws.database/man/dax_describe_parameter_groups.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_parameters.Rd | 12 paws.database-0.10.0/paws.database/man/dax_describe_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/dax_increase_replication_factor.Rd | 5 paws.database-0.10.0/paws.database/man/dax_list_tags.Rd | 4 paws.database-0.10.0/paws.database/man/dax_untag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/dax_update_cluster.Rd | 13 paws.database-0.10.0/paws.database/man/dax_update_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_add_source_identifier_to_subscription.Rd | 15 paws.database-0.10.0/paws.database/man/docdb_add_tags_to_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_apply_pending_maintenance_action.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_copy_db_cluster_parameter_group.Rd | 13 paws.database-0.10.0/paws.database/man/docdb_copy_db_cluster_snapshot.Rd | 88 paws.database-0.10.0/paws.database/man/docdb_create_db_cluster.Rd | 120 paws.database-0.10.0/paws.database/man/docdb_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_create_db_instance.Rd | 48 paws.database-0.10.0/paws.database/man/docdb_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_create_event_subscription.Rd | 44 paws.database-0.10.0/paws.database/man/docdb_create_global_cluster.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_delete_db_cluster.Rd | 17 paws.database-0.10.0/paws.database/man/docdb_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_delete_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_delete_event_subscription.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_describe_certificates.Rd | 15 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_parameter_groups.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_parameters.Rd | 18 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_snapshots.Rd | 65 paws.database-0.10.0/paws.database/man/docdb_describe_db_clusters.Rd | 17 paws.database-0.10.0/paws.database/man/docdb_describe_db_engine_versions.Rd | 28 paws.database-0.10.0/paws.database/man/docdb_describe_db_instances.Rd | 22 paws.database-0.10.0/paws.database/man/docdb_describe_db_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_describe_engine_default_cluster_parameters.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_event_subscriptions.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_events.Rd | 39 paws.database-0.10.0/paws.database/man/docdb_describe_global_clusters.Rd | 18 paws.database-0.10.0/paws.database/man/docdb_describe_orderable_db_instance_options.Rd | 21 paws.database-0.10.0/paws.database/man/docdb_describe_pending_maintenance_actions.Rd | 22 paws.database-0.10.0/paws.database/man/docdb_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_failover_global_cluster.Rd | 16 paws.database-0.10.0/paws.database/man/docdb_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_modify_db_cluster.Rd | 156 paws.database-0.10.0/paws.database/man/docdb_modify_db_cluster_snapshot_attribute.Rd | 28 paws.database-0.10.0/paws.database/man/docdb_modify_db_instance.Rd | 79 paws.database-0.10.0/paws.database/man/docdb_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_modify_event_subscription.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_modify_global_cluster.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_reboot_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_remove_from_global_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_remove_source_identifier_from_subscription.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_remove_tags_from_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_reset_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_restore_db_cluster_from_snapshot.Rd | 70 paws.database-0.10.0/paws.database/man/docdb_restore_db_cluster_to_point_in_time.Rd | 87 paws.database-0.10.0/paws.database/man/docdb_start_db_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/docdb_stop_db_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/docdb_switchover_global_cluster.Rd | 13 paws.database-0.10.0/paws.database/man/docdbelastic.Rd | 16 paws.database-0.10.0/paws.database/man/docdbelastic_apply_pending_maintenance_action.Rd | 9 paws.database-0.10.0/paws.database/man/docdbelastic_copy_cluster_snapshot.Rd | 36 paws.database-0.10.0/paws.database/man/docdbelastic_create_cluster.Rd | 48 paws.database-0.10.0/paws.database/man/docdbelastic_create_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_delete_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_get_pending_maintenance_action.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_list_cluster_snapshots.Rd | 19 paws.database-0.10.0/paws.database/man/docdbelastic_list_clusters.Rd | 10 paws.database-0.10.0/paws.database/man/docdbelastic_list_pending_maintenance_actions.Rd | 9 paws.database-0.10.0/paws.database/man/docdbelastic_restore_cluster_from_snapshot.Rd | 23 paws.database-0.10.0/paws.database/man/docdbelastic_update_cluster.Rd | 27 paws.database-0.10.0/paws.database/man/dynamodb.Rd | 27 paws.database-0.10.0/paws.database/man/dynamodb_batch_execute_statement.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_batch_get_item.Rd | 79 paws.database-0.10.0/paws.database/man/dynamodb_batch_write_item.Rd | 45 paws.database-0.10.0/paws.database/man/dynamodb_create_backup.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_create_table.Rd | 217 paws.database-0.10.0/paws.database/man/dynamodb_delete_item.Rd | 121 paws.database-0.10.0/paws.database/man/dynamodb_delete_resource_policy.Rd | 12 paws.database-0.10.0/paws.database/man/dynamodb_delete_table.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_continuous_backups.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodb_describe_contributor_insights.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_import.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_table.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_table_replica_auto_scaling.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_time_to_live.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_disable_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_enable_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_execute_statement.Rd | 44 paws.database-0.10.0/paws.database/man/dynamodb_execute_transaction.Rd | 8 paws.database-0.10.0/paws.database/man/dynamodb_export_table_to_point_in_time.Rd | 50 paws.database-0.10.0/paws.database/man/dynamodb_get_item.Rd | 70 paws.database-0.10.0/paws.database/man/dynamodb_get_resource_policy.Rd | 4 paws.database-0.10.0/paws.database/man/dynamodb_import_table.Rd | 24 paws.database-0.10.0/paws.database/man/dynamodb_list_backups.Rd | 19 paws.database-0.10.0/paws.database/man/dynamodb_list_contributor_insights.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_list_exports.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_list_global_tables.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_list_imports.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_list_tables.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_list_tags_of_resource.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_put_item.Rd | 139 paws.database-0.10.0/paws.database/man/dynamodb_put_resource_policy.Rd | 42 paws.database-0.10.0/paws.database/man/dynamodb_query.Rd | 312 paws.database-0.10.0/paws.database/man/dynamodb_restore_table_from_backup.Rd | 12 paws.database-0.10.0/paws.database/man/dynamodb_restore_table_to_point_in_time.Rd | 19 paws.database-0.10.0/paws.database/man/dynamodb_scan.Rd | 265 paws.database-0.10.0/paws.database/man/dynamodb_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_transact_get_items.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_transact_write_items.Rd | 57 paws.database-0.10.0/paws.database/man/dynamodb_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodb_update_continuous_backups.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_update_contributor_insights.Rd | 8 paws.database-0.10.0/paws.database/man/dynamodb_update_global_table_settings.Rd | 23 paws.database-0.10.0/paws.database/man/dynamodb_update_item.Rd | 219 paws.database-0.10.0/paws.database/man/dynamodb_update_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_update_table.Rd | 101 paws.database-0.10.0/paws.database/man/dynamodb_update_table_replica_auto_scaling.Rd | 11 paws.database-0.10.0/paws.database/man/dynamodb_update_time_to_live.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodbstreams.Rd | 5 paws.database-0.10.0/paws.database/man/dynamodbstreams_describe_stream.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodbstreams_get_records.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodbstreams_get_shard_iterator.Rd | 25 paws.database-0.10.0/paws.database/man/dynamodbstreams_list_streams.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_add_tags_to_resource.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_authorize_cache_security_group_ingress.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_complete_migration.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_copy_snapshot.Rd | 22 paws.database-0.10.0/paws.database/man/elasticache_create_cache_cluster.Rd | 248 paws.database-0.10.0/paws.database/man/elasticache_create_cache_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_create_cache_security_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_create_cache_subnet_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_create_global_replication_group.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_create_replication_group.Rd | 374 paws.database-0.10.0/paws.database/man/elasticache_create_serverless_cache.Rd | 53 paws.database-0.10.0/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_create_snapshot.Rd | 11 paws.database-0.10.0/paws.database/man/elasticache_create_user.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_create_user_group.Rd | 10 paws.database-0.10.0/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd | 18 paws.database-0.10.0/paws.database/man/elasticache_decrease_replica_count.Rd | 24 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_cluster.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_parameter_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_global_replication_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_replication_group.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_delete_serverless_cache.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_clusters.Rd | 27 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_engine_versions.Rd | 19 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_parameter_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_parameters.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_security_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_engine_default_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_describe_events.Rd | 21 paws.database-0.10.0/paws.database/man/elasticache_describe_global_replication_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_replication_groups.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd | 130 paws.database-0.10.0/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd | 128 paws.database-0.10.0/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd | 23 paws.database-0.10.0/paws.database/man/elasticache_describe_serverless_caches.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_describe_service_updates.Rd | 5 paws.database-0.10.0/paws.database/man/elasticache_describe_snapshots.Rd | 37 paws.database-0.10.0/paws.database/man/elasticache_describe_update_actions.Rd | 11 paws.database-0.10.0/paws.database/man/elasticache_describe_user_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_users.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_disassociate_global_replication_group.Rd | 6 paws.database-0.10.0/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_increase_node_groups_in_global_replication_group.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_increase_replica_count.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd | 16 paws.database-0.10.0/paws.database/man/elasticache_list_tags_for_resource.Rd | 5 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_cluster.Rd | 216 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_parameter_group.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/elasticache_modify_global_replication_group.Rd | 18 paws.database-0.10.0/paws.database/man/elasticache_modify_replication_group.Rd | 173 paws.database-0.10.0/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd | 42 paws.database-0.10.0/paws.database/man/elasticache_modify_serverless_cache.Rd | 40 paws.database-0.10.0/paws.database/man/elasticache_modify_user.Rd | 2 paws.database-0.10.0/paws.database/man/elasticache_modify_user_group.Rd | 2 paws.database-0.10.0/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_reboot_cache_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_remove_tags_from_resource.Rd | 8 paws.database-0.10.0/paws.database/man/elasticache_reset_cache_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_revoke_cache_security_group_ingress.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_start_migration.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_test_failover.Rd | 8 paws.database-0.10.0/paws.database/man/elasticache_test_migration.Rd | 3 paws.database-0.10.0/paws.database/man/keyspaces.Rd | 27 paws.database-0.10.0/paws.database/man/keyspaces_create_keyspace.Rd | 12 paws.database-0.10.0/paws.database/man/keyspaces_create_table.Rd | 102 paws.database-0.10.0/paws.database/man/keyspaces_create_type.Rd | 16 paws.database-0.10.0/paws.database/man/keyspaces_get_type.Rd | 5 paws.database-0.10.0/paws.database/man/keyspaces_list_keyspaces.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_tables.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_tags_for_resource.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_types.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_restore_table.Rd | 39 paws.database-0.10.0/paws.database/man/keyspaces_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/keyspaces_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/keyspaces_update_keyspace.Rd | 10 paws.database-0.10.0/paws.database/man/keyspaces_update_table.Rd | 70 paws.database-0.10.0/paws.database/man/lakeformation.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_add_lf_tags_to_resource.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_assume_decorated_role_with_saml.Rd | 15 paws.database-0.10.0/paws.database/man/lakeformation_batch_grant_permissions.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_batch_revoke_permissions.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_create_data_cells_filter.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_create_lake_format_identi_center_config.Rd | 34 paws.database-0.10.0/paws.database/man/lakeformation_create_lake_formation_opt_in.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_create_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_create_lf_tag_expression.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_delete_lake_format_identi_center_config.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_delete_lake_formation_opt_in.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_delete_lf_tag.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_delete_lf_tag_expression.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_delete_objects_on_cancel.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_deregister_resource.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_descri_lake_format_identi_center_config.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_data_lake_settings.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_effective_permissions_for_path.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_get_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_resource_lf_tags.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_get_table_objects.Rd | 24 paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_data_location_credentials.Rd |only paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_glue_partition_credentials.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_glue_table_credentials.Rd | 19 paws.database-0.10.0/paws.database/man/lakeformation_get_work_unit_results.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_get_work_units.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_grant_permissions.Rd | 39 paws.database-0.10.0/paws.database/man/lakeformation_list_lake_formation_opt_ins.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_list_lf_tag_expressions.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_list_lf_tags.Rd | 14 paws.database-0.10.0/paws.database/man/lakeformation_list_permissions.Rd | 16 paws.database-0.10.0/paws.database/man/lakeformation_list_resources.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_list_table_storage_optimizers.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_list_transactions.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_put_data_lake_settings.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_register_resource.Rd | 19 paws.database-0.10.0/paws.database/man/lakeformation_remove_lf_tags_from_resource.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_revoke_permissions.Rd | 14 paws.database-0.10.0/paws.database/man/lakeformation_search_databases_by_lf_tags.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_search_tables_by_lf_tags.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_start_transaction.Rd | 4 paws.database-0.10.0/paws.database/man/lakeformation_update_data_cells_filter.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_update_lake_format_identi_center_config.Rd | 29 paws.database-0.10.0/paws.database/man/lakeformation_update_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_update_resource.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_update_table_objects.Rd | 6 paws.database-0.10.0/paws.database/man/memorydb.Rd | 12 paws.database-0.10.0/paws.database/man/memorydb_copy_snapshot.Rd | 12 paws.database-0.10.0/paws.database/man/memorydb_create_acl.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_cluster.Rd | 60 paws.database-0.10.0/paws.database/man/memorydb_create_multi_region_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/memorydb_create_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/memorydb_create_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_user.Rd | 9 paws.database-0.10.0/paws.database/man/memorydb_delete_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_describe_ac_ls.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_clusters.Rd | 13 paws.database-0.10.0/paws.database/man/memorydb_describe_engine_versions.Rd | 13 paws.database-0.10.0/paws.database/man/memorydb_describe_events.Rd | 24 paws.database-0.10.0/paws.database/man/memorydb_describe_multi_region_parameter_groups.Rd |only paws.database-0.10.0/paws.database/man/memorydb_describe_multi_region_parameters.Rd |only paws.database-0.10.0/paws.database/man/memorydb_describe_parameter_groups.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_reserved_nodes.Rd | 34 paws.database-0.10.0/paws.database/man/memorydb_describe_reserved_nodes_offerings.Rd | 23 paws.database-0.10.0/paws.database/man/memorydb_describe_service_updates.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_snapshots.Rd | 24 paws.database-0.10.0/paws.database/man/memorydb_describe_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_users.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_list_allowed_node_type_updates.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_list_tags.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_purchase_reserved_nodes_offering.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_reset_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/memorydb_tag_resource.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_untag_resource.Rd | 5 paws.database-0.10.0/paws.database/man/memorydb_update_cluster.Rd | 27 paws.database-0.10.0/paws.database/man/memorydb_update_multi_region_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_update_parameter_group.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_update_user.Rd | 3 paws.database-0.10.0/paws.database/man/neptune.Rd | 27 paws.database-0.10.0/paws.database/man/neptune_add_role_to_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_add_source_identifier_to_subscription.Rd | 15 paws.database-0.10.0/paws.database/man/neptune_add_tags_to_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_apply_pending_maintenance_action.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_copy_db_cluster_parameter_group.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_copy_db_cluster_snapshot.Rd | 38 paws.database-0.10.0/paws.database/man/neptune_copy_db_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster.Rd | 114 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_endpoint.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_instance.Rd | 133 paws.database-0.10.0/paws.database/man/neptune_create_db_parameter_group.Rd | 5 paws.database-0.10.0/paws.database/man/neptune_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_event_subscription.Rd | 45 paws.database-0.10.0/paws.database/man/neptune_create_global_cluster.Rd | 12 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster.Rd | 17 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster_endpoint.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_delete_db_instance.Rd | 23 paws.database-0.10.0/paws.database/man/neptune_delete_db_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_endpoints.Rd | 30 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_parameters.Rd | 19 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_snapshot_attributes.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_snapshots.Rd | 79 paws.database-0.10.0/paws.database/man/neptune_describe_db_clusters.Rd | 27 paws.database-0.10.0/paws.database/man/neptune_describe_db_engine_versions.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_describe_db_instances.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_describe_db_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_db_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_db_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_engine_default_cluster_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_engine_default_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_event_categories.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_event_subscriptions.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_events.Rd | 36 paws.database-0.10.0/paws.database/man/neptune_describe_global_clusters.Rd | 14 paws.database-0.10.0/paws.database/man/neptune_describe_orderable_db_instance_options.Rd | 22 paws.database-0.10.0/paws.database/man/neptune_describe_pending_maintenance_actions.Rd | 25 paws.database-0.10.0/paws.database/man/neptune_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_failover_global_cluster.Rd | 25 paws.database-0.10.0/paws.database/man/neptune_list_tags_for_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster.Rd | 100 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster_endpoint.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster_snapshot_attribute.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_modify_db_instance.Rd | 173 paws.database-0.10.0/paws.database/man/neptune_modify_db_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/neptune_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_modify_event_subscription.Rd | 16 paws.database-0.10.0/paws.database/man/neptune_modify_global_cluster.Rd | 33 paws.database-0.10.0/paws.database/man/neptune_reboot_db_instance.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_remove_from_global_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_remove_role_from_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_remove_source_identifier_from_subscription.Rd | 7 paws.database-0.10.0/paws.database/man/neptune_remove_tags_from_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_reset_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/neptune_reset_db_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_restore_db_cluster_from_snapshot.Rd | 57 paws.database-0.10.0/paws.database/man/neptune_restore_db_cluster_to_point_in_time.Rd | 75 paws.database-0.10.0/paws.database/man/neptune_start_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_stop_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_switchover_global_cluster.Rd |only paws.database-0.10.0/paws.database/man/neptunedata.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_data_processing_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_model_training_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_model_transform_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_open_cypher_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_create_ml_endpoint.Rd | 50 paws.database-0.10.0/paws.database/man/neptunedata_delete_ml_endpoint.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_execute_fast_reset.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_execute_gremlin_profile_query.Rd | 15 paws.database-0.10.0/paws.database/man/neptunedata_execute_gremlin_query.Rd | 11 paws.database-0.10.0/paws.database/man/neptunedata_execute_open_cypher_explain_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_execute_open_cypher_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_get_loader_job_status.Rd | 15 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_data_processing_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_endpoint.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_model_training_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_model_transform_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_open_cypher_query_status.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_get_propertygraph_stream.Rd | 30 paws.database-0.10.0/paws.database/man/neptunedata_get_sparql_stream.Rd | 30 paws.database-0.10.0/paws.database/man/neptunedata_list_gremlin_queries.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_list_loader_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_data_processing_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_endpoints.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_model_training_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_model_transform_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_open_cypher_queries.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_manage_propertygraph_statistics.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_manage_sparql_statistics.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_start_loader_job.Rd | 218 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_data_processing_job.Rd | 62 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_model_training_job.Rd | 60 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_model_transform_job.Rd | 54 paws.database-0.10.0/paws.database/man/rds.Rd | 34 paws.database-0.10.0/paws.database/man/rds_add_role_to_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/rds_add_role_to_db_instance.Rd | 7 paws.database-0.10.0/paws.database/man/rds_add_source_identifier_to_subscription.Rd | 24 paws.database-0.10.0/paws.database/man/rds_add_tags_to_resource.Rd | 4 paws.database-0.10.0/paws.database/man/rds_apply_pending_maintenance_action.Rd | 16 paws.database-0.10.0/paws.database/man/rds_authorize_db_security_group_ingress.Rd | 17 paws.database-0.10.0/paws.database/man/rds_backtrack_db_cluster.Rd | 22 paws.database-0.10.0/paws.database/man/rds_copy_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/rds_copy_db_cluster_snapshot.Rd | 115 paws.database-0.10.0/paws.database/man/rds_copy_db_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/rds_copy_db_snapshot.Rd | 165 paws.database-0.10.0/paws.database/man/rds_copy_option_group.Rd | 4 paws.database-0.10.0/paws.database/man/rds_create_blue_green_deployment.Rd | 49 paws.database-0.10.0/paws.database/man/rds_create_custom_db_engine_version.Rd | 102 paws.database-0.10.0/paws.database/man/rds_create_db_cluster.Rd | 578 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_endpoint.Rd | 14 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/rds_create_db_instance.Rd | 753 paws.database-0.10.0/paws.database/man/rds_create_db_instance_read_replica.Rd | 534 paws.database-0.10.0/paws.database/man/rds_create_db_parameter_group.Rd | 11 paws.database-0.10.0/paws.database/man/rds_create_db_proxy.Rd | 85 paws.database-0.10.0/paws.database/man/rds_create_db_proxy_endpoint.Rd | 42 paws.database-0.10.0/paws.database/man/rds_create_db_security_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_create_db_shard_group.Rd | 54 paws.database-0.10.0/paws.database/man/rds_create_db_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/rds_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/rds_create_event_subscription.Rd | 69 paws.database-0.10.0/paws.database/man/rds_create_global_cluster.Rd | 56 paws.database-0.10.0/paws.database/man/rds_create_integration.Rd | 35 paws.database-0.10.0/paws.database/man/rds_create_option_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_create_tenant_database.Rd | 50 paws.database-0.10.0/paws.database/man/rds_delete_blue_green_deployment.Rd | 8 paws.database-0.10.0/paws.database/man/rds_delete_custom_db_engine_version.Rd | 22 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster.Rd | 32 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_automated_backup.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_endpoint.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_instance.Rd | 34 paws.database-0.10.0/paws.database/man/rds_delete_db_instance_automated_backup.Rd | 7 paws.database-0.10.0/paws.database/man/rds_delete_db_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_tenant_database.Rd | 21 paws.database-0.10.0/paws.database/man/rds_deregister_db_proxy_targets.Rd | 3 paws.database-0.10.0/paws.database/man/rds_describe_blue_green_deployments.Rd | 33 paws.database-0.10.0/paws.database/man/rds_describe_certificates.Rd | 14 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_automated_backups.Rd | 33 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_backtracks.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_endpoints.Rd | 30 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_parameters.Rd | 19 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_snapshot_attributes.Rd | 3 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_snapshots.Rd | 85 paws.database-0.10.0/paws.database/man/rds_describe_db_clusters.Rd | 37 paws.database-0.10.0/paws.database/man/rds_describe_db_engine_versions.Rd | 55 paws.database-0.10.0/paws.database/man/rds_describe_db_instance_automated_backups.Rd | 42 paws.database-0.10.0/paws.database/man/rds_describe_db_instances.Rd | 35 paws.database-0.10.0/paws.database/man/rds_describe_db_log_files.Rd | 23 paws.database-0.10.0/paws.database/man/rds_describe_db_major_engine_versions.Rd |only paws.database-0.10.0/paws.database/man/rds_describe_db_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_proxies.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_endpoints.Rd | 21 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_target_groups.Rd | 9 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_targets.Rd | 9 paws.database-0.10.0/paws.database/man/rds_describe_db_recommendations.Rd | 52 paws.database-0.10.0/paws.database/man/rds_describe_db_security_groups.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_db_shard_groups.Rd | 16 paws.database-0.10.0/paws.database/man/rds_describe_db_snapshot_tenant_databases.Rd | 55 paws.database-0.10.0/paws.database/man/rds_describe_db_snapshots.Rd | 73 paws.database-0.10.0/paws.database/man/rds_describe_db_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_engine_default_cluster_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_engine_default_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_event_categories.Rd | 6 paws.database-0.10.0/paws.database/man/rds_describe_event_subscriptions.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_events.Rd | 48 paws.database-0.10.0/paws.database/man/rds_describe_export_tasks.Rd | 29 paws.database-0.10.0/paws.database/man/rds_describe_global_clusters.Rd | 23 paws.database-0.10.0/paws.database/man/rds_describe_integrations.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_option_group_options.Rd | 12 paws.database-0.10.0/paws.database/man/rds_describe_option_groups.Rd | 21 paws.database-0.10.0/paws.database/man/rds_describe_orderable_db_instance_options.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_pending_maintenance_actions.Rd | 24 paws.database-0.10.0/paws.database/man/rds_describe_reserved_db_instances.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_reserved_db_instances_offerings.Rd | 24 paws.database-0.10.0/paws.database/man/rds_describe_serverless_v2_platform_versions.Rd |only paws.database-0.10.0/paws.database/man/rds_describe_source_regions.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_tenant_databases.Rd | 29 paws.database-0.10.0/paws.database/man/rds_download_db_log_file_portion.Rd | 32 paws.database-0.10.0/paws.database/man/rds_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/rds_failover_global_cluster.Rd | 16 paws.database-0.10.0/paws.database/man/rds_list_tags_for_resource.Rd | 5 paws.database-0.10.0/paws.database/man/rds_modify_activity_stream.Rd | 8 paws.database-0.10.0/paws.database/man/rds_modify_certificates.Rd | 7 paws.database-0.10.0/paws.database/man/rds_modify_current_db_cluster_capacity.Rd | 25 paws.database-0.10.0/paws.database/man/rds_modify_custom_db_engine_version.Rd | 36 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster.Rd | 411 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_endpoint.Rd | 10 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_snapshot_attribute.Rd | 37 paws.database-0.10.0/paws.database/man/rds_modify_db_instance.Rd | 728 paws.database-0.10.0/paws.database/man/rds_modify_db_parameter_group.Rd | 24 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy.Rd | 31 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy_endpoint.Rd | 11 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy_target_group.Rd | 7 paws.database-0.10.0/paws.database/man/rds_modify_db_recommendation.Rd | 3 paws.database-0.10.0/paws.database/man/rds_modify_db_shard_group.Rd | 18 paws.database-0.10.0/paws.database/man/rds_modify_db_snapshot.Rd | 28 paws.database-0.10.0/paws.database/man/rds_modify_db_snapshot_attribute.Rd | 36 paws.database-0.10.0/paws.database/man/rds_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/rds_modify_event_subscription.Rd | 19 paws.database-0.10.0/paws.database/man/rds_modify_global_cluster.Rd | 30 paws.database-0.10.0/paws.database/man/rds_modify_integration.Rd | 3 paws.database-0.10.0/paws.database/man/rds_modify_option_group.Rd | 11 paws.database-0.10.0/paws.database/man/rds_modify_tenant_database.Rd | 73 paws.database-0.10.0/paws.database/man/rds_promote_read_replica.Rd | 25 paws.database-0.10.0/paws.database/man/rds_promote_read_replica_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_purchase_reserved_db_instances_offering.Rd | 4 paws.database-0.10.0/paws.database/man/rds_reboot_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_reboot_db_instance.Rd | 6 paws.database-0.10.0/paws.database/man/rds_register_db_proxy_targets.Rd | 3 paws.database-0.10.0/paws.database/man/rds_remove_from_global_cluster.Rd | 11 paws.database-0.10.0/paws.database/man/rds_remove_role_from_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/rds_remove_role_from_db_instance.Rd | 7 paws.database-0.10.0/paws.database/man/rds_remove_source_identifier_from_subscription.Rd | 7 paws.database-0.10.0/paws.database/man/rds_remove_tags_from_resource.Rd | 5 paws.database-0.10.0/paws.database/man/rds_reset_db_cluster_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/rds_reset_db_parameter_group.Rd | 19 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_from_s3.Rd | 249 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_from_snapshot.Rd | 316 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_to_point_in_time.Rd | 349 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_from_db_snapshot.Rd | 351 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_from_s3.Rd | 337 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_to_point_in_time.Rd | 322 paws.database-0.10.0/paws.database/man/rds_revoke_db_security_group_ingress.Rd | 21 paws.database-0.10.0/paws.database/man/rds_start_activity_stream.Rd | 18 paws.database-0.10.0/paws.database/man/rds_start_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_start_db_instance_automated_backups_replication.Rd | 45 paws.database-0.10.0/paws.database/man/rds_start_export_task.Rd | 51 paws.database-0.10.0/paws.database/man/rds_stop_activity_stream.Rd | 7 paws.database-0.10.0/paws.database/man/rds_stop_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_stop_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/rds_stop_db_instance_automated_backups_replication.Rd | 4 paws.database-0.10.0/paws.database/man/rds_switchover_blue_green_deployment.Rd | 3 paws.database-0.10.0/paws.database/man/rds_switchover_global_cluster.Rd | 11 paws.database-0.10.0/paws.database/man/rds_switchover_read_replica.Rd | 6 paws.database-0.10.0/paws.database/man/rdsdataservice.Rd | 7 paws.database-0.10.0/paws.database/man/rdsdataservice_batch_execute_statement.Rd | 23 paws.database-0.10.0/paws.database/man/rdsdataservice_execute_sql.Rd | 8 paws.database-0.10.0/paws.database/man/rdsdataservice_execute_statement.Rd | 31 paws.database-0.10.0/paws.database/man/redshift.Rd | 31 paws.database-0.10.0/paws.database/man/redshift_accept_reserved_node_exchange.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_add_partner.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_associate_data_share_consumer.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_authorize_cluster_security_group_ingress.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_authorize_data_share.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_authorize_snapshot_access.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_batch_modify_cluster_snapshots.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_cancel_resize.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_copy_cluster_snapshot.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_create_authentication_profile.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_create_cluster.Rd | 214 paws.database-0.10.0/paws.database/man/redshift_create_cluster_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_create_cluster_security_group.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_create_cluster_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_create_cluster_subnet_group.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_create_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_create_endpoint_access.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_create_event_subscription.Rd | 34 paws.database-0.10.0/paws.database/man/redshift_create_hsm_client_certificate.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_create_hsm_configuration.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_create_integration.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_create_redshift_idc_application.Rd | 35 paws.database-0.10.0/paws.database/man/redshift_create_scheduled_action.Rd | 29 paws.database-0.10.0/paws.database/man/redshift_create_snapshot_copy_grant.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_snapshot_schedule.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_tags.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_usage_limit.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_deauthorize_data_share.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_delete_cluster.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_delete_cluster_snapshot.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_delete_event_subscription.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_partner.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_tags.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_deregister_namespace.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_authentication_profiles.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_db_revisions.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_parameter_groups.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_parameters.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_security_groups.Rd | 42 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_snapshots.Rd | 79 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_subnet_groups.Rd | 33 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_tracks.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_versions.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_describe_clusters.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_custom_domain_associations.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares_for_consumer.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares_for_producer.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_default_cluster_parameters.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_endpoint_access.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_describe_endpoint_authorization.Rd | 20 paws.database-0.10.0/paws.database/man/redshift_describe_event_categories.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_event_subscriptions.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_describe_events.Rd | 50 paws.database-0.10.0/paws.database/man/redshift_describe_hsm_client_certificates.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_hsm_configurations.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_inbound_integrations.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_integrations.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_describe_node_configuration_options.Rd | 44 paws.database-0.10.0/paws.database/man/redshift_describe_orderable_cluster_options.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_describe_partners.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_describe_redshift_idc_applications.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_node_exchange_status.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_node_offerings.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_nodes.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_resize.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_scheduled_actions.Rd | 25 paws.database-0.10.0/paws.database/man/redshift_describe_snapshot_copy_grants.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_describe_snapshot_schedules.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_table_restore_status.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_tags.Rd | 49 paws.database-0.10.0/paws.database/man/redshift_describe_usage_limits.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_disable_snapshot_copy.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_disassociate_data_share_consumer.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_enable_logging.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_enable_snapshot_copy.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_failover_primary_compute.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_get_cluster_credentials.Rd | 50 paws.database-0.10.0/paws.database/man/redshift_get_cluster_credentials_with_iam.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_get_identity_center_auth_token.Rd |only paws.database-0.10.0/paws.database/man/redshift_get_reserved_node_exchange_configuration_options.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_get_reserved_node_exchange_offerings.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_get_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_list_recommendations.Rd | 24 paws.database-0.10.0/paws.database/man/redshift_modify_aqua_configuration.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_authentication_profile.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_modify_cluster.Rd | 181 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_db_revision.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_iam_roles.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_maintenance.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_parameter_group.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_snapshot.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_snapshot_schedule.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_endpoint_access.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_event_subscription.Rd | 34 paws.database-0.10.0/paws.database/man/redshift_modify_lakehouse_configuration.Rd |only paws.database-0.10.0/paws.database/man/redshift_modify_redshift_idc_application.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_modify_scheduled_action.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_modify_snapshot_copy_retention_period.Rd | 35 paws.database-0.10.0/paws.database/man/redshift_modify_snapshot_schedule.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_modify_usage_limit.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_purchase_reserved_node_offering.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_put_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_register_namespace.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_reset_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_resize_cluster.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_restore_from_cluster_snapshot.Rd | 173 paws.database-0.10.0/paws.database/man/redshift_restore_table_from_cluster_snapshot.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_revoke_cluster_security_group_ingress.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_revoke_endpoint_access.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_revoke_snapshot_access.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_rotate_encryption_key.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_update_partner_status.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftdataapiservice.Rd | 8 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd | 58 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_cancel_statement.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_describe_statement.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_describe_table.Rd | 68 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_execute_statement.Rd | 60 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_get_statement_result.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_get_statement_result_v2.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_databases.Rd | 45 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_schemas.Rd | 64 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_statements.Rd | 52 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_tables.Rd | 75 paws.database-0.10.0/paws.database/man/redshiftserverless.Rd | 23 paws.database-0.10.0/paws.database/man/redshiftserverless_convert_recovery_point_to_snapshot.Rd | 5 paws.database-0.10.0/paws.database/man/redshiftserverless_create_endpoint_access.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftserverless_create_namespace.Rd | 28 paws.database-0.10.0/paws.database/man/redshiftserverless_create_reservation.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_create_scheduled_action.Rd | 38 paws.database-0.10.0/paws.database/man/redshiftserverless_create_snapshot.Rd | 5 paws.database-0.10.0/paws.database/man/redshiftserverless_create_snapshot_copy_configuration.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftserverless_create_usage_limit.Rd | 17 paws.database-0.10.0/paws.database/man/redshiftserverless_create_workgroup.Rd | 39 paws.database-0.10.0/paws.database/man/redshiftserverless_get_credentials.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_get_identity_center_auth_token.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_reservation.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_reservation_offering.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_get_table_restore_status.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_get_track.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_custom_domain_associations.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_endpoint_access.Rd | 16 paws.database-0.10.0/paws.database/man/redshiftserverless_list_managed_workgroups.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_list_namespaces.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftserverless_list_recovery_points.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_list_reservation_offerings.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_reservations.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_scheduled_actions.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_snapshot_copy_configurations.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_snapshots.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_list_table_restore_status.Rd | 18 paws.database-0.10.0/paws.database/man/redshiftserverless_list_tracks.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_usage_limits.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_list_workgroups.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_put_resource_policy.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_from_snapshot.Rd | 18 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_table_from_recovery_point.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_table_from_snapshot.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_update_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_endpoint_access.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_lakehouse_configuration.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_update_namespace.Rd | 42 paws.database-0.10.0/paws.database/man/redshiftserverless_update_scheduled_action.Rd | 27 paws.database-0.10.0/paws.database/man/redshiftserverless_update_snapshot_copy_configuration.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_usage_limit.Rd | 8 paws.database-0.10.0/paws.database/man/redshiftserverless_update_workgroup.Rd | 46 paws.database-0.10.0/paws.database/man/reexports.Rd | 2 paws.database-0.10.0/paws.database/man/simpledb.Rd | 20 paws.database-0.10.0/paws.database/man/simpledb_create_domain.Rd | 4 paws.database-0.10.0/paws.database/man/simpledb_delete_attributes.Rd | 11 paws.database-0.10.0/paws.database/man/simpledb_get_attributes.Rd | 6 paws.database-0.10.0/paws.database/man/simpledb_list_domains.Rd | 6 paws.database-0.10.0/paws.database/man/simpledb_put_attributes.Rd | 5 paws.database-0.10.0/paws.database/man/simpledb_select.Rd | 9 paws.database-0.10.0/paws.database/man/timestreamquery_cancel_query.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_create_scheduled_query.Rd | 44 paws.database-0.10.0/paws.database/man/timestreamquery_execute_scheduled_query.Rd | 7 paws.database-0.10.0/paws.database/man/timestreamquery_list_scheduled_queries.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamquery_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_prepare_query.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamquery_query.Rd | 79 paws.database-0.10.0/paws.database/man/timestreamquery_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamquery_update_account_settings.Rd | 25 paws.database-0.10.0/paws.database/man/timestreamwrite.Rd | 17 paws.database-0.10.0/paws.database/man/timestreamwrite_create_batch_load_task.Rd | 11 paws.database-0.10.0/paws.database/man/timestreamwrite_create_database.Rd | 4 paws.database-0.10.0/paws.database/man/timestreamwrite_create_table.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamwrite_list_batch_load_tasks.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_databases.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_tables.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamwrite_update_database.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_update_table.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_write_records.Rd | 11 paws.database-0.10.0/paws.database/tests/testthat/test_memorydb.R | 8 paws.database-0.10.0/paws.database/tests/testthat/test_rds.R | 8 paws.database-0.10.0/paws.database/tests/testthat/test_redshiftserverless.R | 12 paws.database-0.9.0/paws.database/R/qldb_interfaces.R |only paws.database-0.9.0/paws.database/R/qldb_operations.R |only paws.database-0.9.0/paws.database/R/qldb_service.R |only paws.database-0.9.0/paws.database/R/qldbsession_interfaces.R |only paws.database-0.9.0/paws.database/R/qldbsession_operations.R |only paws.database-0.9.0/paws.database/R/qldbsession_service.R |only paws.database-0.9.0/paws.database/man/qldb.Rd |only paws.database-0.9.0/paws.database/man/qldb_cancel_journal_kinesis_stream.Rd |only paws.database-0.9.0/paws.database/man/qldb_create_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_delete_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_journal_kinesis_stream.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_journal_s3_export.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_export_journal_to_s3.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_block.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_digest.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_revision.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_kinesis_streams_for_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_s3_exports.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_s3_exports_for_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_ledgers.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_tags_for_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_stream_journal_to_kinesis.Rd |only paws.database-0.9.0/paws.database/man/qldb_tag_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_untag_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_update_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_update_ledger_permissions_mode.Rd |only paws.database-0.9.0/paws.database/man/qldbsession.Rd |only paws.database-0.9.0/paws.database/man/qldbsession_send_command.Rd |only paws.database-0.9.0/paws.database/tests/testthat/test_qldb.R |only paws.database-0.9.0/paws.database/tests/testthat/test_qldbsession.R |only 832 files changed, 14939 insertions(+), 29997 deletions(-)
Title: Latent Interaction (and Moderation) Analysis in Structural
Equation Models (SEM)
Description: Estimation of interaction (i.e., moderation) effects between latent variables
in structural equation models (SEM).
The supported methods are:
The constrained approach (Algina & Moulder, 2001).
The unconstrained approach (Marsh et al., 2004).
The residual centering approach (Little et al., 2006).
The double centering approach (Lin et al., 2010).
The latent moderated structural equations (LMS) approach (Klein & Moosbrugger, 2000).
The quasi-maximum likelihood (QML) approach (Klein & Muthén, 2007)
The constrained- unconstrained, residual- and double centering- approaches
are estimated via 'lavaan' (Rosseel, 2012), whilst the LMS- and QML- approaches
are estimated via 'modsem' it self. Alternatively model can be
estimated via 'Mplus' (Muthén & Muthén, 1998-2017).
References:
Algina, J., & Moulder, B. C. (2001).
<doi:10.1207/S15328007SEM0801_3>.
"A note on estimating the Jöreskog-Yang model for latent variable interaction using 'LISREL' 8.3."
Klein, A., & Moosb [...truncated...]
Author: Kjell Solem Slupphaug [aut, cre] ,
Mehmet Mehmetoglu [ctb] ,
Matthias Mittner [ctb]
Maintainer: Kjell Solem Slupphaug <slupphaugkjell@gmail.com>
Diff between modsem versions 1.0.19 dated 2026-04-30 and 1.0.20 dated 2026-06-01
modsem-1.0.19/modsem/R/scale_correction_ordered.R |only modsem-1.0.19/modsem/tests/testthat/test_modelsplit.R |only modsem-1.0.20/modsem/DESCRIPTION | 12 modsem-1.0.20/modsem/MD5 | 191 - modsem-1.0.20/modsem/NAMESPACE | 1 modsem-1.0.20/modsem/R/RcppExports.R | 76 modsem-1.0.20/modsem/R/bootstrap.R | 22 modsem-1.0.20/modsem/R/calc_se_da.R | 64 modsem-1.0.20/modsem/R/check_model_da.R | 155 - modsem-1.0.20/modsem/R/compare_fit.R | 4 modsem-1.0.20/modsem/R/constraints_pi_ca.R | 8 modsem-1.0.20/modsem/R/construct_matrices_da.R | 143 modsem-1.0.20/modsem/R/equations_lms.R | 248 - modsem-1.0.20/modsem/R/equations_qml.R | 288 + modsem-1.0.20/modsem/R/est_h0.R | 27 modsem-1.0.20/modsem/R/est_lms.R | 21 modsem-1.0.20/modsem/R/est_qml.R | 4 modsem-1.0.20/modsem/R/fit_modsem_da.R | 56 modsem-1.0.20/modsem/R/formatted_objects.R | 8 modsem-1.0.20/modsem/R/generics.R | 46 modsem-1.0.20/modsem/R/generics_lavaan.R | 4 modsem-1.0.20/modsem/R/generics_modsem_da.R | 215 - modsem-1.0.20/modsem/R/generics_modsem_pi.R | 17 modsem-1.0.20/modsem/R/inspect_da.R | 184 - modsem-1.0.20/modsem/R/lav_syntax_functions.R | 10 modsem-1.0.20/modsem/R/lavaan_labels.R | 38 modsem-1.0.20/modsem/R/lexer.R | 10 modsem-1.0.20/modsem/R/method_settings_da.R | 8 modsem-1.0.20/modsem/R/method_settings_pi.R | 2 modsem-1.0.20/modsem/R/mod_msg.R |only modsem-1.0.20/modsem/R/model_da.R | 211 + modsem-1.0.20/modsem/R/model_parameters_da.R | 316 +- modsem-1.0.20/modsem/R/model_pi.R | 46 modsem-1.0.20/modsem/R/modsem-package.R | 1 modsem-1.0.20/modsem/R/modsem.R | 10 modsem-1.0.20/modsem/R/modsem_da.R | 302 + modsem-1.0.20/modsem/R/modsem_data_da.R |only modsem-1.0.20/modsem/R/modsem_mplus.R | 19 modsem-1.0.20/modsem/R/modsem_pi.R | 184 - modsem-1.0.20/modsem/R/multiple_imputation_da.R | 16 modsem-1.0.20/modsem/R/optimize_da.R | 266 + modsem-1.0.20/modsem/R/ordered_mc_correction.R |only modsem-1.0.20/modsem/R/parser.R | 38 modsem-1.0.20/modsem/R/plot_interaction.R | 21 modsem-1.0.20/modsem/R/plot_jn.R | 34 modsem-1.0.20/modsem/R/predict_da.R |only modsem-1.0.20/modsem/R/print_partable.R | 29 modsem-1.0.20/modsem/R/quadrature.R | 40 modsem-1.0.20/modsem/R/reliablity_single_item.R | 49 modsem-1.0.20/modsem/R/residual_cov_pi.R | 9 modsem-1.0.20/modsem/R/run_multiple_models.R | 4 modsem-1.0.20/modsem/R/set_threads.R | 12 modsem-1.0.20/modsem/R/simple_slopes.R | 24 modsem-1.0.20/modsem/R/simulate_partable.R | 6 modsem-1.0.20/modsem/R/standardized_solution.R | 177 - modsem-1.0.20/modsem/R/standardized_solution_da.R | 2 modsem-1.0.20/modsem/R/standardized_solution_pi.R | 14 modsem-1.0.20/modsem/R/summarize_partable.R | 12 modsem-1.0.20/modsem/R/tokenizer.R | 30 modsem-1.0.20/modsem/R/twostep.R | 4 modsem-1.0.20/modsem/R/utils.R | 98 modsem-1.0.20/modsem/R/utils_da.R | 543 +-- modsem-1.0.20/modsem/R/utils_pi.R | 46 modsem-1.0.20/modsem/R/zzz.R | 8 modsem-1.0.20/modsem/build/vignette.rds |binary modsem-1.0.20/modsem/inst/doc/composites.R |only modsem-1.0.20/modsem/inst/doc/composites.Rmd |only modsem-1.0.20/modsem/inst/doc/composites.html |only modsem-1.0.20/modsem/inst/doc/customize_plot_interactions.html | 28 modsem-1.0.20/modsem/inst/doc/mc-lms-ord.R |only modsem-1.0.20/modsem/inst/doc/mc-lms-ord.Rmd |only modsem-1.0.20/modsem/inst/doc/mc-lms-ord.html |only modsem-1.0.20/modsem/inst/doc/observed_lms_qml.html | 41 modsem-1.0.20/modsem/inst/doc/plot_interactions.html | 18 modsem-1.0.20/modsem/man/modsem-package.Rd | 6 modsem-1.0.20/modsem/man/modsem_da.Rd | 96 modsem-1.0.20/modsem/man/modsem_inspect.Rd | 29 modsem-1.0.20/modsem/man/modsem_pi.Rd | 7 modsem-1.0.20/modsem/man/modsem_predict.Rd | 88 modsem-1.0.20/modsem/man/summarize_partable.Rd | 5 modsem-1.0.20/modsem/man/summary.Rd | 3 modsem-1.0.20/modsem/src/RcppExports.cpp | 292 + modsem-1.0.20/modsem/src/equations_lms.cpp | 1161 +++++-- modsem-1.0.20/modsem/src/equations_qml.cpp | 1517 +++++++++- modsem-1.0.20/modsem/src/predict_da.cpp |only modsem-1.0.20/modsem/tests/testthat/mplusResults.inp | 49 modsem-1.0.20/modsem/tests/testthat/mplusResults.out | 974 ++++++ modsem-1.0.20/modsem/tests/testthat/mplusResults_0cdf413a1525cdd43e084da9823487b8.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_2f55eb38256759e6ebc9b0699ecf1d13.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_a38cc9c25f40845079c9955f90f260f0.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_f3bccb91f6126be98dccff864043cccd.dat |only modsem-1.0.20/modsem/tests/testthat/test_bootstrap.R | 2 modsem-1.0.20/modsem/tests/testthat/test_composites_da.R |only modsem-1.0.20/modsem/tests/testthat/test_composites_pi.R |only modsem-1.0.20/modsem/tests/testthat/test_linear_da.R | 2 modsem-1.0.20/modsem/tests/testthat/test_lms.R | 9 modsem-1.0.20/modsem/tests/testthat/test_missing.R | 2 modsem-1.0.20/modsem/tests/testthat/test_ordered_da.R | 74 modsem-1.0.20/modsem/tests/testthat/test_ov_int.R | 2 modsem-1.0.20/modsem/tests/testthat/test_ovchecks_da.R | 8 modsem-1.0.20/modsem/tests/testthat/test_predict.R |only modsem-1.0.20/modsem/tests/testthat/test_qml.R | 466 +++ modsem-1.0.20/modsem/tests/testthat/test_rescov_eta_xi_lms.R |only modsem-1.0.20/modsem/tests/testthat/test_simple_slopes.R | 2 modsem-1.0.20/modsem/tests/testthat/test_three_way.R | 8 modsem-1.0.20/modsem/tests/testthat/test_zero_variance_indicator_lms.R | 2 modsem-1.0.20/modsem/vignettes/composites.Rmd |only modsem-1.0.20/modsem/vignettes/mc-lms-ord.Rmd |only 108 files changed, 7120 insertions(+), 2204 deletions(-)
Title: 'DataSHIELD' RO-Crate Governance Functions
Description: Tools for wrapping 'DataSHIELD' analyses into RO-Crate
(Research Object Crate) objects. Provides functions to create structured
metadata for federated data analysis projects, enabling governance
tracking of data access, project membership, analysis execution and
output validation across distributed data sources.
Author: Roberto Villegas-Diaz [aut, cre] ,
Becca Wilson [aut] ,
Olly Butters [aut] ,
Stuart Wheater [aut] ,
University of Liverpool [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>
Diff between dsROCrate versions 0.0.2 dated 2026-04-27 and 0.1.0 dated 2026-06-01
dsROCrate-0.0.2/dsROCrate/man/append_entity_ref.Rd |only dsROCrate-0.0.2/dsROCrate/man/audit_engine.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_data.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_output.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_people.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_project.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_setting.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_data.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_output.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_people.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_project.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_setting.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_user_perm_entity.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_project_details.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_project_tables.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_table_permissions.Rd |only dsROCrate-0.0.2/dsROCrate/man/is_opal_admin_con.Rd |only dsROCrate-0.0.2/dsROCrate/man/is_valid_posixct.Rd |only dsROCrate-0.0.2/dsROCrate/man/load_content.Rd |only dsROCrate-0.0.2/dsROCrate/man/load_cr8tor_bundle.Rd |only dsROCrate-0.0.2/dsROCrate/man/parse_user_profiles.Rd |only dsROCrate-0.0.2/dsROCrate/man/project_exists.Rd |only dsROCrate-0.0.2/dsROCrate/man/refill_vec.Rd |only dsROCrate-0.0.2/dsROCrate/man/unfill_vec.Rd |only dsROCrate-0.0.2/dsROCrate/man/update_project_datasets.Rd |only dsROCrate-0.0.2/dsROCrate/man/user_perm_entity.Rd |only dsROCrate-0.0.2/dsROCrate/man/validate_opal_con.Rd |only dsROCrate-0.1.0/dsROCrate/DESCRIPTION | 14 dsROCrate-0.1.0/dsROCrate/MD5 | 101 dsROCrate-0.1.0/dsROCrate/NAMESPACE | 9 dsROCrate-0.1.0/dsROCrate/NEWS.md | 33 dsROCrate-0.1.0/dsROCrate/R/audit.R | 12 dsROCrate-0.1.0/dsROCrate/R/audit_engine.R | 29 dsROCrate-0.1.0/dsROCrate/R/check_permissions.R |only dsROCrate-0.1.0/dsROCrate/R/dsROCrate.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_data.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_output.R | 11 dsROCrate-0.1.0/dsROCrate/R/safe_people.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_project.R | 7 dsROCrate-0.1.0/dsROCrate/R/safe_setting.R | 7 dsROCrate-0.1.0/dsROCrate/R/utils-connection.R | 111 dsROCrate-0.1.0/dsROCrate/R/utils-cr8tor.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-date.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-opal.R | 311 dsROCrate-0.1.0/dsROCrate/R/utils-rocrate.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-rocrateR.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-safe_data.R | 20 dsROCrate-0.1.0/dsROCrate/R/utils-safe_output.R | 19 dsROCrate-0.1.0/dsROCrate/R/utils-safe_people.R | 16 dsROCrate-0.1.0/dsROCrate/R/utils-safe_project.R | 24 dsROCrate-0.1.0/dsROCrate/R/utils-safe_setting.R | 15 dsROCrate-0.1.0/dsROCrate/R/utils-tibble.R | 2 dsROCrate-0.1.0/dsROCrate/build/vignette.rds |binary dsROCrate-0.1.0/dsROCrate/inst/CITATION | 3 dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.R |only dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.Rmd |only dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.html |only dsROCrate-0.1.0/dsROCrate/inst/doc/deploy-local-datashield-server-with-opal.Rmd | 60 dsROCrate-0.1.0/dsROCrate/inst/doc/deploy-local-datashield-server-with-opal.html | 55 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.R | 73 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.Rmd | 84 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.html | 7551 +--------- dsROCrate-0.1.0/dsROCrate/man/check_permissions.Rd |only dsROCrate-0.1.0/dsROCrate/man/dsROCrate-package.Rd | 1 dsROCrate-0.1.0/dsROCrate/tests/testthat/test-utils-opal.R | 134 dsROCrate-0.1.0/dsROCrate/vignettes/audit-permissions.Rmd |only dsROCrate-0.1.0/dsROCrate/vignettes/deploy-local-datashield-server-with-opal.Rmd | 60 dsROCrate-0.1.0/dsROCrate/vignettes/getting-started.Rmd | 84 68 files changed, 1712 insertions(+), 7150 deletions(-)
Title: Convert, Validate, Format and Print Geographic Coordinates and
Waypoints
Description: Convert, validate, format and elegantly print geographic coordinates and waypoints
(paired latitude and longitude values) in decimal degrees, degrees and minutes, and degrees,
minutes and seconds using high performance C++ code to enable rapid conversion and formatting
of large coordinate and waypoint datasets.
Author: Mark Eisler [aut, cre, cph]
Maintainer: Mark Eisler <mark.eisler@bristol.ac.uk>
Diff between Waypoint versions 1.2.1 dated 2025-05-31 and 1.3.0 dated 2026-06-01
DESCRIPTION | 10 - LICENSE | 2 MD5 | 26 ++-- NEWS.md | 37 +++++++ R/CoordBase.R | 55 ++++++---- README.md | 4 build/partial.rdb |binary man/Extract.Rd | 27 +++-- man/coords.Rd | 5 man/format.Rd | 3 man/validate.Rd | 15 +- man/waypoints.Rd | 5 src/CoordBase.cpp | 283 ++++++++++++++++++++++++++++++++---------------------- src/CoordBase.h | 263 +++++++++----------------------------------------- 14 files changed, 345 insertions(+), 390 deletions(-)
Title: Minimalist Async Evaluation Framework for R
Description: Evaluates R expressions asynchronously and in parallel,
locally or distributed across networks. An official parallel cluster
type for R. Built on 'nanonext' and 'NNG', its non-polling,
event-driven architecture scales from a laptop to thousands of
processes across high-performance computing clusters and cloud
platforms. Features FIFO scheduling with task cancellation and bounded
queues, promises for reactive programming, 'OpenTelemetry' distributed
tracing, and custom serialization for cross-language data types.
Author: Charlie Gao [aut, cre] ,
Joe Cheng [ctb],
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between mirai versions 2.7.0 dated 2026-05-08 and 2.7.1 dated 2026-06-01
DESCRIPTION | 6 +-- MD5 | 37 ++++++++++--------- NEWS.md | 12 +++++- R/daemons.R | 2 - R/launchers.R | 76 ++++++++++++++++++++++++++-------------- R/map.R | 42 +++++++--------------- R/mirai.R | 37 ++++++------------- R/parallel.R | 8 +++- inst/doc/mirai.html | 2 - inst/doc/v01-reference.Rmd | 8 ---- inst/doc/v01-reference.html | 10 +---- inst/doc/v02-promises.html | 2 - inst/doc/v03-serialization.html | 2 - inst/doc/v04-parallel.html | 2 - inst/doc/v06-packages.html | 2 - inst/doc/v07-questions.html | 2 - inst/skills |only man/http_config.Rd | 39 ++++++++++++++------ tests/tests.R | 39 ++++++++++++++------ vignettes/v01-reference.Rmd | 8 ---- 20 files changed, 183 insertions(+), 153 deletions(-)
Title: The MBESS R Package
Description: Implements methods that are useful in designing research studies and analyzing data, with
particular emphasis on methods that are developed for or used within the behavioral,
educational, and social sciences (broadly defined). That being said, many of the methods
implemented within MBESS are applicable to a wide variety of disciplines. MBESS has a
suite of functions for a variety of related topics, such as effect sizes, confidence intervals
for effect sizes (including standardized effect sizes and noncentral effect sizes), sample size
planning (from the accuracy in parameter estimation [AIPE], power analytic, equivalence, and
minimum-risk point estimation perspectives), mediation analysis, various properties of
distributions, and a variety of utility functions. MBESS (pronounced 'em-bes') was originally
an acronym for 'Methods for the Behavioral, Educational, and Social Sciences,' but MBESS became
more general and now contains methods applicable and used in a wide variety of fields and [...truncated...]
Author: Ken Kelley [aut, cre]
Maintainer: Ken Kelley <kkelley@nd.edu>
Diff between MBESS versions 4.9.42 dated 2026-01-08 and 5.0.0 dated 2026-06-01
DESCRIPTION | 14 +- MD5 | 187 +++++++++++++++++----------------- NEWS.md |only R/ci.reliability.R | 26 ++-- R/ci.sc.ancova.R | 4 R/ci.src.R | 2 R/conf.limits.nct.R | 2 R/ss.aipe.rmsea.sensitivity.R | 2 R/upsilon.R | 12 +- README.md | 79 ++++++++++++++ inst |only man/Expected.R2.Rd | 90 ++++++++-------- man/F.and.R2.Noncentral.Conversion.Rd | 2 man/Gardner.LD.Rd | 82 +++++++------- man/MBESS-package.Rd | 16 +- man/Variance.R2.Rd | 76 ++++++------- man/aipe.smd.Rd | 2 man/ci.R.Rd | 4 man/ci.R2.Rd | 4 man/ci.c.Rd | 2 man/ci.cc.Rd | 6 - man/ci.cv.Rd | 2 man/ci.omega2.Rd | 10 - man/ci.pvaf.Rd | 2 man/ci.rc.Rd | 4 man/ci.reg.coef.Rd | 4 man/ci.reliability.Rd | 4 man/ci.rmsea.Rd | 2 man/ci.sc.Rd | 8 - man/ci.sm.Rd | 2 man/ci.smd.Rd | 2 man/ci.smd.c.Rd | 2 man/ci.snr.Rd | 4 man/ci.src.Rd | 8 - man/ci.srsnr.Rd | 8 - man/conf.limits.nc.chisq.Rd | 4 man/conf.limits.ncf.Rd | 2 man/conf.limits.nct.Rd | 4 man/cor2cov.Rd | 2 man/covmat.from.cfm.Rd | 2 man/cv.Rd | 2 man/intr.plot.2d.Rd | 2 man/intr.plot.Rd | 6 - man/mediation.Rd | 8 - man/mediation.effect.bar.plot.Rd | 2 man/mediation.effect.plot.Rd | 2 man/mr.cv.Rd | 8 - man/mr.smd.Rd | 16 +- man/power.density.equivalence.md.Rd | 2 man/power.equivalence.md.Rd | 2 man/power.equivalence.md.plot.Rd | 2 man/s.u.Rd | 86 +++++++-------- man/signal.to.noise.R2.Rd | 2 man/smd.Rd | 2 man/smd.c.Rd | 122 +++++++++++----------- man/ss.aipe.R2.Rd | 10 - man/ss.aipe.R2.sensitivity.Rd | 6 - man/ss.aipe.c.Rd | 6 - man/ss.aipe.c.ancova.Rd | 2 man/ss.aipe.cv.Rd | 2 man/ss.aipe.cv.sensitivity.Rd | 2 man/ss.aipe.pcm.Rd | 2 man/ss.aipe.rc.Rd | 4 man/ss.aipe.rc.sensitivity.Rd | 2 man/ss.aipe.reg.coef.Rd | 4 man/ss.aipe.reg.coef.sensitivity.Rd | 2 man/ss.aipe.reliability.Rd | 6 - man/ss.aipe.rmsea.Rd | 2 man/ss.aipe.rmsea.sensitivity.Rd | 10 - man/ss.aipe.sc.Rd | 6 - man/ss.aipe.sc.ancova.Rd | 4 man/ss.aipe.sc.sensitivity.Rd | 12 +- man/ss.aipe.sem.path.Rd | 6 - man/ss.aipe.sem.path.sensitiv.Rd | 6 - man/ss.aipe.sm.Rd | 2 man/ss.aipe.sm.sensitivity.Rd | 2 man/ss.aipe.smd.Rd | 4 man/ss.aipe.smd.sensitivity.Rd | 2 man/ss.aipe.src.Rd | 4 man/ss.aipe.src.sensitivity.Rd | 2 man/ss.power.R2.Rd | 4 man/ss.power.pcm.Rd | 2 man/ss.power.rc.Rd | 2 man/ss.power.reg.coef.Rd | 4 man/ssAIPECRD.Rd | 4 man/ssAIPECRDES.Rd | 4 man/t.and.smd.conversion.Rd | 2 man/theta.2.Sigma.theta.Rd | 4 man/transform_Z.r.Rd | 4 man/transform_r.Z.Rd | 2 man/upsilon.Rd | 5 man/var.ete.Rd | 2 man/verify.ss.aipe.R2.Rd | 2 man/vit.Rd | 4 man/vit.fitted.Rd | 4 95 files changed, 595 insertions(+), 516 deletions(-)
Title: Spherical Geometry Operators Using the S2 Geometry Library
Description: Provides R bindings for Google's s2 library for geometric calculations on
the sphere. High-performance constructors and exporters provide high compatibility
with existing spatial packages, transformers construct new geometries from existing
geometries, predicates provide a means to select geometries based on spatial
relationships, and accessors extract information about geometries.
Author: Dewey Dunnington [aut] ,
Edzer Pebesma [aut, cre] ,
Ege Rubak [aut],
Jeroen Ooms [ctb] ,
Google, Inc. [cph]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>
Diff between s2 versions 1.1.9 dated 2025-05-23 and 1.1.11 dated 2026-06-01
DESCRIPTION | 10 - MD5 | 86 +++++----- NEWS.md | 10 + R/RcppExports.R | 8 R/s2-accessors.R | 22 +- R/s2-cell.R | 8 R/s2-constructors-formatters.R | 15 - R/s2-geography.R | 9 - R/s2-predicates.R | 20 +- R/s2-serialize.R |only R/s2-transformers.R | 20 +- R/utils.R | 4 R/wk-utils.R | 9 - R/zzz.R | 3 README.md | 4 build/partial.rdb |binary configure | 19 +- man/s2-package.Rd | 3 man/s2_boundary.Rd | 20 +- man/s2_contains.Rd | 20 +- man/s2_geog_point.Rd | 16 - man/s2_is_collection.Rd | 22 +- man/wk_handle.s2_geography.Rd | 7 src/Makevars.in | 11 + src/Makevars.win | 4 src/RcppExports.cpp | 28 +-- src/geography.h | 1 src/init.cpp | 13 + src/s2-altrep.cpp |only src/s2-altrep.h |only src/s2-cell.cpp | 3 src/s2-constructors-formatters.cpp | 39 +++- src/s2-lnglat.cpp | 25 ++ src/s2-new-geography.h |only src/s2/mutable_s2shape_index.cc | 17 + src/s2geography/constructor.h | 10 - src/util.cpp |only src/util.h |only tests/testthat/helper-s2-serialization.R |only tests/testthat/test-s2-accessors.R | 6 tests/testthat/test-s2-geography.R | 15 + tests/testthat/test-s2-lnglat.R | 4 tests/testthat/test-s2-point.R | 11 + tests/testthat/test-s2-serialization.R |only tools/build_absl.sh | 6 tools/docker/Rconf |only tools/docker/cran-incoming.dockerfile |only tools/vendor/abseil-cpp/absl/base/attributes.h | 16 + tools/vendor/abseil-cpp/absl/container/internal/container_memory.h | 1 49 files changed, 360 insertions(+), 185 deletions(-)
Title: Extending 'mlr3' to Functional Data Analysis
Description: Extends the 'mlr3' ecosystem to functional analysis by adding
support for irregular and regular functional data as defined in the
'tf' package. The package provides 'PipeOps' for preprocessing
functional columns and for extracting scalar features, thereby
allowing standard machine learning algorithms to be applied
afterwards. Available operations include simple functional features
such as the mean or maximum, smoothing, interpolation, flattening, and
functional 'PCA'.
Author: Maximilian Muecke [aut, cre] ,
Sebastian Fischer [aut] ,
Fabian Scheipl [ctb] ,
Bernd Bischl [ctb]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between mlr3fda versions 0.5.0 dated 2026-05-03 and 0.6.0 dated 2026-06-01
DESCRIPTION | 20 +++++++-------- MD5 | 26 ++++++++++++------- NAMESPACE | 2 + NEWS.md | 8 ++++++ R/PipeOpFDADepth.R |only R/PipeOpFDADerive.R |only R/PipeOpFDAExtract.R | 9 +++--- R/PipeOpFDAFourier.R | 45 ++++++++++++++++------------------ R/PipeOpFDAWavelets.R | 2 - R/zzz.R | 2 + README.md | 13 +++++---- man/mlr_pipeops_fda.depth.Rd |only man/mlr_pipeops_fda.derive.Rd |only man/mlr_pipeops_fda.extract.Rd | 2 - man/mlr_pipeops_fda.wavelets.Rd | 2 - tests/testthat/test_PipeOpFDADepth.R |only tests/testthat/test_PipeOpFDADerive.R |only 17 files changed, 75 insertions(+), 56 deletions(-)
Title: Generalized Pairwise Comparisons
Description: Implementation of the Generalized Pairwise Comparisons (GPC) as defined in Buyse (2010) <doi:10.1002/sim.3923> for complete observations, and extended in Peron (2018) <doi:10.1177/0962280216658320> to deal with right-censoring. GPC compare two groups of observations (intervention vs. control group) regarding several prioritized endpoints to estimate the probability that a random observation drawn from one group performs better/worse/equivalently than a random observation drawn from the other group. Summary statistics such as the net treatment benefit, win ratio, or win odds are then deduced from these probabilities. Confidence intervals and p-values are obtained based on asymptotic results (Ozenne 2021 <doi:10.1177/09622802211037067>), non-parametric bootstrap, or permutations. The software enables the use of thresholds of minimal importance difference, stratification, non-prioritized endpoints (O Brien test), and can handle right-censoring and competing-risks.
Author: Brice Ozenne [aut, cre] ,
Eva Cantagallo [aut],
William Anderson [aut],
Julien Peron [ctb],
Johan Verbeeck [ctb]
Maintainer: Brice Ozenne <brice.mh.ozenne@gmail.com>
Diff between BuyseTest versions 3.3.4 dated 2025-09-24 and 3.3.9 dated 2026-06-01
BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.blg |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.fdb_latexmk |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.fls |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.out |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.soc |only BuyseTest-3.3.4/BuyseTest/inst/source |only BuyseTest-3.3.9/BuyseTest/DESCRIPTION | 10 BuyseTest-3.3.9/BuyseTest/MD5 | 378 - BuyseTest-3.3.9/BuyseTest/NAMESPACE | 199 BuyseTest-3.3.9/BuyseTest/NEWS | 634 +- BuyseTest-3.3.9/BuyseTest/R/0-onLoad.R | 22 BuyseTest-3.3.9/BuyseTest/R/1-setGeneric.R | 108 BuyseTest-3.3.9/BuyseTest/R/BuyseMultComp.R | 1036 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTTEM.R | 1887 ++++--- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-Peron.R | 865 +-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-check.R | 1194 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-inference.R | 1065 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-initialization.R | 2056 ++++---- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-package.R | 142 BuyseTest-3.3.9/BuyseTest/R/BuyseTest-print.R | 376 - BuyseTest-3.3.9/BuyseTest/R/BuyseTest.R | 1597 +++--- BuyseTest-3.3.9/BuyseTest/R/BuyseTest.options.R | 218 BuyseTest-3.3.9/BuyseTest/R/CasinoTest.R | 762 +-- BuyseTest-3.3.9/BuyseTest/R/PairScore.R | 108 BuyseTest-3.3.9/BuyseTest/R/RcppExports.R | 462 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-model.tables.R | 338 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-nobs.R | 96 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-print.R | 66 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-show.R | 64 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-summary.R | 346 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower.R | 166 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-coef.R | 714 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-confint.R | 2150 ++++---- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-get.R | 2000 ++++---- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-model.tables.R | 559 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-nobs.R | 298 - BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-plot.R | 178 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-print.R | 70 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-sensitivity.R | 752 +-- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-show.R | 98 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-summary.R | 960 ++- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-update.R | 122 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.R | 623 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.options.R | 464 - BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.vcov.R | 212 BuyseTest-3.3.9/BuyseTest/R/as.data.table.performance.R | 282 - BuyseTest-3.3.9/BuyseTest/R/auc.R | 792 +-- BuyseTest-3.3.9/BuyseTest/R/autoplot.S4BuyseTest.R | 342 - BuyseTest-3.3.9/BuyseTest/R/brier.R | 604 +- BuyseTest-3.3.9/BuyseTest/R/constStrata.R | 178 BuyseTest-3.3.9/BuyseTest/R/discreteRoot.R | 580 +- BuyseTest-3.3.9/BuyseTest/R/doc-data.R | 246 - BuyseTest-3.3.9/BuyseTest/R/efronlim.R | 242 BuyseTest-3.3.9/BuyseTest/R/iid.S3sensitivity.R | 50 BuyseTest-3.3.9/BuyseTest/R/iid.prodlim.R | 404 - BuyseTest-3.3.9/BuyseTest/R/mover.R | 242 BuyseTest-3.3.9/BuyseTest/R/normexp.R | 424 - BuyseTest-3.3.9/BuyseTest/R/performance.R | 2424 +++++----- BuyseTest-3.3.9/BuyseTest/R/performanceResample.R | 572 +- BuyseTest-3.3.9/BuyseTest/R/plot.S3sensitivity.R | 358 - BuyseTest-3.3.9/BuyseTest/R/powerBuyseTest.R | 1629 +++--- BuyseTest-3.3.9/BuyseTest/R/predict.logit.R | 564 +- BuyseTest-3.3.9/BuyseTest/R/rbind.performanceResample.R | 226 BuyseTest-3.3.9/BuyseTest/R/sim.simBuyseTest.R | 66 BuyseTest-3.3.9/BuyseTest/R/simBuyseTest.R | 1470 +++--- BuyseTest-3.3.9/BuyseTest/R/simCompetingRisks.R | 284 - BuyseTest-3.3.9/BuyseTest/R/summary.performance.R | 228 BuyseTest-3.3.9/BuyseTest/R/valid.R | 960 +-- BuyseTest-3.3.9/BuyseTest/build/vignette.rds |binary BuyseTest-3.3.9/BuyseTest/inst/CITATION | 116 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/bibliography.bib | 58 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired-compress.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.R | 184 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.aux | 77 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.bbl | 38 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.log | 2007 +++----- BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.org | 1664 +++--- BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.tex | 1769 +++---- BuyseTest-3.3.9/BuyseTest/inst/doc/overview.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/overview.pdf.asis | 1241 ++--- BuyseTest-3.3.9/BuyseTest/inst/doc/paired.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/paired.pdf.asis | 302 - BuyseTest-3.3.9/BuyseTest/inst/doc/wilcoxonTest.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/wilcoxonTest.pdf.asis | 211 BuyseTest-3.3.9/BuyseTest/man/BuyseMultComp.Rd | 224 BuyseTest-3.3.9/BuyseTest/man/BuyseTTEM.Rd | 227 BuyseTest-3.3.9/BuyseTest/man/BuyseTest-package.Rd | 166 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.Rd | 649 +- BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options-class.Rd | 32 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options-methods.Rd | 44 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/CasinoTest.Rd | 236 BuyseTest-3.3.9/BuyseTest/man/GPC_cpp.Rd | 382 - BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-class.Rd | 34 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-model.tables.Rd | 94 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-nobs.Rd | 50 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-print.Rd | 58 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-summary.Rd | 114 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-class.Rd | 34 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-coef.Rd | 156 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-confint.Rd | 220 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-model.tables.Rd | 132 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-nobs.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-plot.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-print.Rd | 52 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-show.Rd | 72 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-summary.Rd | 268 - BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-update.Rd | 50 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-vcov.Rd | 96 BuyseTest-3.3.9/BuyseTest/man/as.data.table.performance.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/auc.Rd | 166 BuyseTest-3.3.9/BuyseTest/man/autoplot-S4BuyseTest.Rd | 82 BuyseTest-3.3.9/BuyseTest/man/brier.Rd | 90 BuyseTest-3.3.9/BuyseTest/man/calcIntegralSurv2_cpp.Rd | 94 BuyseTest-3.3.9/BuyseTest/man/coef.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/coef.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/confint.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/confint.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/constStrata.Rd | 122 BuyseTest-3.3.9/BuyseTest/man/data-CHARM.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/data-EB.Rd | 58 BuyseTest-3.3.9/BuyseTest/man/data-prodige.Rd | 68 BuyseTest-3.3.9/BuyseTest/man/dot-calcIntegralCif_cpp.Rd | 98 BuyseTest-3.3.9/BuyseTest/man/dot-calcIntegralSurv_cpp.Rd | 84 BuyseTest-3.3.9/BuyseTest/man/dot-colCenter_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-colCumSum_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-colMultiply_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-colScale_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowCenter_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowCumProd_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-rowCumSum_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-rowMultiply_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowScale_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/efronlim.Rd | 104 BuyseTest-3.3.9/BuyseTest/man/getCount.Rd | 52 BuyseTest-3.3.9/BuyseTest/man/getIid.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/getMatrixScore.Rd |only BuyseTest-3.3.9/BuyseTest/man/getPairScore.Rd | 258 - BuyseTest-3.3.9/BuyseTest/man/getPseudovalue.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/getSurvival.Rd | 98 BuyseTest-3.3.9/BuyseTest/man/iid.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/iid.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/iid.prodlim.Rd | 110 BuyseTest-3.3.9/BuyseTest/man/mover.Rd | 76 BuyseTest-3.3.9/BuyseTest/man/performance.Rd | 212 BuyseTest-3.3.9/BuyseTest/man/performanceResample.Rd | 114 BuyseTest-3.3.9/BuyseTest/man/plot-sensitivity.Rd | 118 BuyseTest-3.3.9/BuyseTest/man/powerBuyseTest.Rd | 324 - BuyseTest-3.3.9/BuyseTest/man/predict.BuyseTTEM.Rd | 80 BuyseTest-3.3.9/BuyseTest/man/rbind.performance.Rd | 122 BuyseTest-3.3.9/BuyseTest/man/sensitivity.Rd | 176 BuyseTest-3.3.9/BuyseTest/man/simBuyseTest.Rd | 422 - BuyseTest-3.3.9/BuyseTest/man/simCompetingRisks.Rd | 212 BuyseTest-3.3.9/BuyseTest/man/summary.performance.Rd | 46 BuyseTest-3.3.9/BuyseTest/man/validFCTs.Rd | 312 - BuyseTest-3.3.9/BuyseTest/src/FCT_buyseTest.cpp | 25 BuyseTest-3.3.9/BuyseTest/src/FCT_calcAllPairs.h | 16 BuyseTest-3.3.9/BuyseTest/src/FCT_calcOnePair.h | 192 BuyseTest-3.3.9/BuyseTest/src/Makevars | 28 BuyseTest-3.3.9/BuyseTest/src/Makevars.win | 5 BuyseTest-3.3.9/BuyseTest/src/RcppExports.cpp | 18 BuyseTest-3.3.9/BuyseTest/tests/testthat.R | 86 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuysePower.R | 400 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTTEM.R | 568 +- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-CR.R | 468 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-PairScore.R | 240 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-Pairs.R | 1204 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-checkValues.R | 1148 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-correctionTTE.R | 450 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-engine.R | 214 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-iid.R | 1604 +++--- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-multcomp.R | 178 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-neutralAsUnif.R | 206 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-operator.R | 202 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-previousBug.R | 1654 +++--- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-resampling.R | 1198 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-restricted.R | 188 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-sensitivity.R | 196 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-standardization.R | 538 +- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-strata.R | 864 +-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-weightObs.R | 130 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-auc.R | 282 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-initSurvival.R | 438 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-initThreshold.R | 180 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-otherPackages.R | 394 - BuyseTest-3.3.9/BuyseTest/vignettes/overview.pdf.asis | 1241 ++--- BuyseTest-3.3.9/BuyseTest/vignettes/paired.pdf.asis | 302 - BuyseTest-3.3.9/BuyseTest/vignettes/vignette_CR.Rmd | 146 BuyseTest-3.3.9/BuyseTest/vignettes/wilcoxonTest.pdf.asis | 211 190 files changed, 34397 insertions(+), 33388 deletions(-)
Title: Edit an 'Antares' Simulation
Description: Edit an 'Antares' simulation before running it : create new areas, links, thermal
clusters or binding constraints or edit existing ones. Update 'Antares' general & optimization settings.
'Antares' is an open source power system generator, more information available here : <https://antares-simulator.org/>.
Author: Tatiana Vargas [aut, cre],
Frederic Breant [ctb],
Victor Perrier [ctb],
Baptiste Seguinot [ctb],
Benoit Thieurmel [ctb],
Titouan Robert [ctb],
Jalal-Edine Zawam [ctb],
Etienne Sanchez [ctb],
Janus De Bondt [ctb],
Assil Mansouri [ctb],
Abdallah Mahoud [...truncated...]
Maintainer: Tatiana Vargas <tatiana.vargas@rte-france.com>
Diff between antaresEditObject versions 1.0.0 dated 2026-02-03 and 1.0.1 dated 2026-06-01
DESCRIPTION | 8 MD5 | 51 ++-- NAMESPACE | 1 NEWS.md | 28 ++ R/API-utils.R | 2 R/backupStudy.R | 131 ++++++---- R/createClusterST.R | 78 +----- R/createLink.R | 92 +++++-- R/createStudy.R | 12 R/editLink.R | 29 -- R/importStudyAPI.R | 27 +- R/runSimulation.R | 13 - R/thematic_trimming.R | 20 + R/updateOptimizationSettings.R | 289 +++++++++++++++-------- inst/doc/Antares_new_features_v920.html | 4 inst/doc/api-variant-management.html | 2 man/backupStudy.Rd | 14 - man/importZipStudyWeb.Rd | 7 man/setThematicTrimming.Rd | 18 + man/updateOptimizationSettings.Rd | 20 + tests/testthat/test-backupStudy.R |only tests/testthat/test-createClusterST.R | 125 +++++++++ tests/testthat/test-createLink.R | 107 ++++++++ tests/testthat/test-createStudy.R | 6 tests/testthat/test-editClusterST.R | 7 tests/testthat/test-editLink.R | 15 + tests/testthat/test-updateOptimizationSettings.R | 42 +++ 27 files changed, 832 insertions(+), 316 deletions(-)
More information about antaresEditObject at CRAN
Permanent link
More information about connector.sharepoint at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-09-30 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-06-04 1.0.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-10-20 2.4.0
2021-09-08 2.3.1
2019-08-19 2.1.8
2019-05-27 2.1.7
2019-03-12 2.1.6
2019-03-07 2.1.4
2019-02-14 2.1.3
2019-01-03 2.1.1
2018-12-19 2.1.0
2018-11-21 2.0.1
2018-11-16 2.0.0
2018-11-09 1.1.1
2018-09-28 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-03-13 0.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-05-21 0.4.0
2023-01-24 0.3.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-11-28 0.4.16
2023-11-28 0.4.15
2023-08-21 0.4.14
2022-10-14 0.4.10
2022-09-29 0.4.8
2022-03-13 0.4.6
2022-02-16 0.4.4
2022-02-14 0.4.3
Title: Residual Diagnostics for Hierarchical (Multi-Level / Mixed)
Regression Models
Description: "Uses a simulation-based approach to create readily
interpretable scaled (quantile) residuals for fitted generalized linear (mixed)
models. Currently supported are linear and generalized linear (mixed) models from
'lme4' (classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive', 'spaMM', and 'brms'
(simple models); phylogenetic linear models from 'phylolm' (classes 'phylolm' and 'phyloglm');
generalized additive models ('gam' from 'mgcv'); 'glm' (including 'negbin' from 'MASS', but excluding
quasi-distributions) and 'lm' model classes. Moreover, externally created simulations,
e.g. posterior predictive simulations from Bayesian software such as 'JAGS', 'STAN',
or 'BUGS' can be processed as well. The resulting residuals are standardized to
values between 0 and 1 and can be interpreted as intuitively as residuals from a
linear regression. The package also provides a number of plot and test functions
for typical model misspecification problems, such as over/underdispersion, zero-inflatio [...truncated...]
Author: Florian Hartig [aut, cre] ,
Lukas Lohse [ctb],
Melina de Souza Leite [ctb] ,
Cosmina Werneke [ctb]
Maintainer: Florian Hartig <florian.hartig@biologie.uni-regensburg.de>
Diff between DHARMa versions 0.4.7 dated 2024-10-18 and 0.5.0 dated 2026-06-01
DHARMa-0.4.7/DHARMa/README.md |only DHARMa-0.4.7/DHARMa/vignettes/dispersion.png |only DHARMa-0.5.0/DHARMa/DESCRIPTION | 50 DHARMa-0.5.0/DHARMa/MD5 | 169 - DHARMa-0.5.0/DHARMa/NAMESPACE | 16 DHARMa-0.5.0/DHARMa/NEWS.md | 40 DHARMa-0.5.0/DHARMa/R/DHARMa.R | 32 DHARMa-0.5.0/DHARMa/R/compatibility.R | 346 +++ DHARMa-0.5.0/DHARMa/R/createData.R | 23 DHARMa-0.5.0/DHARMa/R/data.R | 2 DHARMa-0.5.0/DHARMa/R/helper.R | 122 + DHARMa-0.5.0/DHARMa/R/plots.R | 420 +++- DHARMa-0.5.0/DHARMa/R/random.R | 36 DHARMa-0.5.0/DHARMa/R/runBenchmarks.R | 34 DHARMa-0.5.0/DHARMa/R/simulateLRT.R | 16 DHARMa-0.5.0/DHARMa/R/simulateResiduals.R | 94 DHARMa-0.5.0/DHARMa/R/startup.R | 6 DHARMa-0.5.0/DHARMa/R/tests.R | 280 +- DHARMa-0.5.0/DHARMa/build/vignette.rds |binary DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.R | 236 +- DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.Rmd | 415 ++-- DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.html | 1001 +++++----- DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.R | 126 - DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.Rmd | 18 DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.html | 31 DHARMa-0.5.0/DHARMa/inst/examples/dharma-package.R |only DHARMa-0.5.0/DHARMa/inst/examples/plotResidualsHelp.R |only DHARMa-0.5.0/DHARMa/inst/examples/plotsHelp.R | 39 DHARMa-0.5.0/DHARMa/inst/examples/simulateResidualsHelp.R | 57 DHARMa-0.5.0/DHARMa/inst/examples/testDispersionHelp.R | 16 DHARMa-0.5.0/DHARMa/inst/examples/testQuantilesHelp.R | 7 DHARMa-0.5.0/DHARMa/inst/examples/testSpatialAutocorrelationHelp.R | 24 DHARMa-0.5.0/DHARMa/inst/examples/testTemporalAutocorrelationHelp.R | 110 - DHARMa-0.5.0/DHARMa/inst/examples/testsHelp.R | 4 DHARMa-0.5.0/DHARMa/inst/examples/wrappersHelp.R | 3 DHARMa-0.5.0/DHARMa/man/DHARMa-package.Rd | 25 DHARMa-0.5.0/DHARMa/man/checkModel.Rd | 2 DHARMa-0.5.0/DHARMa/man/createDHARMa.Rd | 6 DHARMa-0.5.0/DHARMa/man/createData.Rd | 14 DHARMa-0.5.0/DHARMa/man/ensureDHARMa.Rd | 9 DHARMa-0.5.0/DHARMa/man/ensurePredictor.Rd | 6 DHARMa-0.5.0/DHARMa/man/getData.Rd |only DHARMa-0.5.0/DHARMa/man/getFitted.Rd | 16 DHARMa-0.5.0/DHARMa/man/getFixedEffects.Rd | 9 DHARMa-0.5.0/DHARMa/man/getFormulaPredictors.Rd |only DHARMa-0.5.0/DHARMa/man/getObservedResponse.Rd | 3 DHARMa-0.5.0/DHARMa/man/getPearsonResiduals.Rd | 11 DHARMa-0.5.0/DHARMa/man/getPredictorNames.Rd |only DHARMa-0.5.0/DHARMa/man/getQuantile.Rd | 16 DHARMa-0.5.0/DHARMa/man/getRandomState.Rd | 4 DHARMa-0.5.0/DHARMa/man/getRefit.Rd | 6 DHARMa-0.5.0/DHARMa/man/getResiduals.Rd | 6 DHARMa-0.5.0/DHARMa/man/getSimulations.Rd | 84 DHARMa-0.5.0/DHARMa/man/hist.DHARMa.Rd | 57 DHARMa-0.5.0/DHARMa/man/hurricanes.Rd | 2 DHARMa-0.5.0/DHARMa/man/outliers.Rd | 4 DHARMa-0.5.0/DHARMa/man/plot.DHARMa.Rd | 53 DHARMa-0.5.0/DHARMa/man/plot.DHARMaBenchmark.Rd | 4 DHARMa-0.5.0/DHARMa/man/plotQQunif.Rd | 51 DHARMa-0.5.0/DHARMa/man/plotResiduals.Rd | 101 - DHARMa-0.5.0/DHARMa/man/plotResidualsAll.Rd |only DHARMa-0.5.0/DHARMa/man/plotSimulatedResiduals.Rd | 2 DHARMa-0.5.0/DHARMa/man/rankTransform.Rd |only DHARMa-0.5.0/DHARMa/man/recalculateResiduals.Rd | 63 DHARMa-0.5.0/DHARMa/man/residuals.DHARMa.Rd | 67 DHARMa-0.5.0/DHARMa/man/runBenchmarks.Rd | 18 DHARMa-0.5.0/DHARMa/man/simulateLRT.Rd | 16 DHARMa-0.5.0/DHARMa/man/simulateResiduals.Rd | 92 DHARMa-0.5.0/DHARMa/man/testCategorical.Rd | 18 DHARMa-0.5.0/DHARMa/man/testDispersion.Rd | 43 DHARMa-0.5.0/DHARMa/man/testGeneric.Rd | 16 DHARMa-0.5.0/DHARMa/man/testOutliers.Rd | 24 DHARMa-0.5.0/DHARMa/man/testOverdispersion.Rd | 4 DHARMa-0.5.0/DHARMa/man/testOverdispersionParametric.Rd | 4 DHARMa-0.5.0/DHARMa/man/testPhylogeneticAutocorrelation.Rd | 6 DHARMa-0.5.0/DHARMa/man/testQuantiles.Rd | 31 DHARMa-0.5.0/DHARMa/man/testResiduals.Rd | 6 DHARMa-0.5.0/DHARMa/man/testSpatialAutocorrelation.Rd | 44 DHARMa-0.5.0/DHARMa/man/testTemporalAutocorrelation.Rd | 128 - DHARMa-0.5.0/DHARMa/man/testUniformity.Rd | 10 DHARMa-0.5.0/DHARMa/man/testZeroInflation.Rd | 10 DHARMa-0.5.0/DHARMa/tests/manualTests/comparingPackges_condUnconditional_GLMM.R |only DHARMa-0.5.0/DHARMa/tests/manualTests/numericReproducibility.R |only DHARMa-0.5.0/DHARMa/tests/manualTests/referenceData.RData |only DHARMa-0.5.0/DHARMa/tests/testthat/_snaps/testTests.md | 8 DHARMa-0.5.0/DHARMa/tests/testthat/testCompatibility.R |only DHARMa-0.5.0/DHARMa/tests/testthat/testModelTypes.R | 135 + DHARMa-0.5.0/DHARMa/tests/testthat/testNumericReproducibility.R |only DHARMa-0.5.0/DHARMa/tests/testthat/testPlots.R | 15 DHARMa-0.5.0/DHARMa/tests/testthat/testSimulateResiduals.R | 74 DHARMa-0.5.0/DHARMa/vignettes/DHARMa.Rmd | 415 ++-- DHARMa-0.5.0/DHARMa/vignettes/DHARMaForBayesians.Rmd | 18 DHARMa-0.5.0/DHARMa/vignettes/testDispersion.jpeg |only 93 files changed, 3449 insertions(+), 2080 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-11-03 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-10-25 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-02-23 1.6
2015-09-28 1.5
2015-06-05 1.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-11-09 1.1.8
2025-11-08 1.1.0
2025-10-03 1.0.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-04-25 0.6.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-10-05 1.2.2
2021-01-06 1.2.1
2018-05-17 1.2.0
2013-05-07 1.1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-08-04 1.0.7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-06-16 1.2.2
2022-02-17 1.2.1
2021-08-07 1.2.0
2021-06-24 1.1.0
2021-05-06 1.0.1
2021-05-02 1.0.0
2021-02-25 0.2.0
2021-01-13 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-12-16 0.2.21
2019-08-24 0.2.20
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-12-05 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-09-04 1.2.1.0
2020-11-08 1.1.0
2020-09-07 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-12-21 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-12-09 0.4.0
2022-07-14 0.3.0
2020-03-28 0.2
2020-01-24 0.1.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-04-03 0.1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-06-14 1.7.2
2025-06-04 1.7.1
2025-03-31 1.7.0
2023-09-18 1.6.3
2023-03-20 1.6.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-09-05 0.1.1
2017-06-06 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-10-25 1.8
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-11-04 0.4.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-07-14 3.0.0
2018-03-30 2.0.0
2016-02-19 1.2.0
2015-10-23 1.0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-09-06 0.2.5
Title: R Wrapper to Access a Wide Range of Germany's Federal
Statistical System Databases Based on the GENESIS Web Service
RESTful API of the German Federal Statistical Office
(Statistisches Bundesamt/Destatis)
Description: A RESTful API wrapper for accessing the main databases of
Germany's Federal Statistical System. Supports data
search functions, credential management, result caching, and handling
remote background jobs for large datasets.
Author: Yannik Buhl [aut, cre],
Zoran Kovacevic [aut] ,
Dorian Le Jeune [aut],
Long Nguyen [aut] ,
Johannes Ritter [aut],
Stefan Linner [ctb]
Maintainer: Yannik Buhl <ybuhl@posteo.de>
Diff between restatis versions 0.4.0 dated 2026-03-15 and 0.4.1 dated 2026-06-01
restatis-0.4.0/restatis/tests/testthat/cube1 |only restatis-0.4.0/restatis/tests/testthat/searchvars2_fake |only restatis-0.4.1/restatis/DESCRIPTION | 8 restatis-0.4.1/restatis/MD5 | 67 restatis-0.4.1/restatis/NEWS.md | 6 restatis-0.4.1/restatis/R/zzz.R | 2 restatis-0.4.1/restatis/README.md | 8 restatis-0.4.1/restatis/build/vignette.rds |binary restatis-0.4.1/restatis/inst/doc/additional_parameter.html | 3 restatis-0.4.1/restatis/inst/doc/restatis.html | 3 restatis-0.4.1/restatis/inst/httptest2/redact.R | 2 restatis-0.4.1/restatis/man/gen_auth_save.Rd | 2 restatis-0.4.1/restatis/man/restatis-package.Rd | 1 restatis-0.4.1/restatis/tests/testthat/catalogue1/api/catalogue/tables-86e7c4-278e28-POST.json | 57 restatis-0.4.1/restatis/tests/testthat/catalogue4/api/catalogue/cubes-86e7c4-b16da7-POST.json | 64 restatis-0.4.1/restatis/tests/testthat/catalogue4/api/catalogue/tables-86e7c4-31aabf-POST.json | 57 restatis-0.4.1/restatis/tests/testthat/catalogue5/api/catalogue/tables-86e7c4-7a7d7b-POST.json | 18 restatis-0.4.1/restatis/tests/testthat/find1/api/find/find-86e7c4-3a9778-POST.json | 674 ---- restatis-0.4.1/restatis/tests/testthat/find2_fake/api/find/find-86e7c4-04539a-POST.json | 171 - restatis-0.4.1/restatis/tests/testthat/logincheck1_fake/api/helloworld/logincheck-86e7c4-1e1f6e-POST.R | 16 restatis-0.4.1/restatis/tests/testthat/meta1/api/metadata/table-86e7c4-b5d932-POST.json | 12 restatis-0.4.1/restatis/tests/testthat/meta2_fake/api/metadata/cube-86e7c4-8e9b02-POST.json | 97 restatis-0.4.1/restatis/tests/testthat/modified1/api/catalogue/modifieddata-86e7c4-70191d-POST.json | 4 restatis-0.4.1/restatis/tests/testthat/modified2 |only restatis-0.4.1/restatis/tests/testthat/searchvars1/api/catalogue/variables-86e7c4-582c7a-POST.json | 42 restatis-0.4.1/restatis/tests/testthat/table1/api/data/tablefile-86e7c4-23a648-POST.R | 28 restatis-0.4.1/restatis/tests/testthat/test_complete_workflows.R | 2 restatis-0.4.1/restatis/tests/testthat/test_credential_list.R | 11 restatis-0.4.1/restatis/tests/testthat/test_gen_api.R | 2 restatis-0.4.1/restatis/tests/testthat/test_gen_logincheck.R | 4 restatis-0.4.1/restatis/tests/testthat/xy_statistic1/api/catalogue/cubes2statistic-86e7c4-6d93aa-POST.json | 36 restatis-0.4.1/restatis/tests/testthat/xy_statistic1/api/catalogue/tables2statistic-86e7c4-6d93aa-POST.json | 33 restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/statistics2variable-86e7c4-a6b6cb-POST.json | 8 restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/tables2variable-86e7c4-a6b6cb-POST.json | 1526 ++++++---- restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/timeseries2variable-86e7c4-a6b6cb-POST.json | 1036 +++--- restatis-0.4.1/restatis/vignettes/authentication_in_restatis.html | 51 36 files changed, 1983 insertions(+), 2068 deletions(-)
Title: Read Australian Agricultural Data from Government Agencies
Description: Downloads and imports agricultural data from the Australian
Bureau of Agricultural and Resource Economics and Sciences (ABARES)
<https://www.agriculture.gov.au/abares> and the Australian Bureau of
Statistics (ABS) <https://www.abs.gov.au>. Supports multiple data
formats including spreadsheets, comma‑separated value (CSV) files, and
geospatial data such as shapefiles and GeoTIFFs. Covers topics such as
broadacre crops, livestock, soils, commodities and related
agricultural information. The package standardises field names and
data formats to improve interoperability and simplify analysis. It
also streamlines the import of geospatial data and corrects common
issues found in these data sources upon loading.
Author: Adam H. Sparks [cre, aut] ,
Curtin University [cph] ,
Jacob Wujciak-Jens [ctb] ,
Nicholas Potter [rev] ,
Maria Paula Caldas [rev]
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>
Diff between read.abares versions 2.0.0 dated 2026-01-22 and 3.0.0 dated 2026-06-01
read.abares-2.0.0/read.abares/inst/doc/read.abares.Rmd |only read.abares-2.0.0/read.abares/inst/doc/read.abares.html |only read.abares-2.0.0/read.abares/vignettes/precompile.R |only read.abares-2.0.0/read.abares/vignettes/read.abares.Rmd |only read.abares-2.0.0/read.abares/vignettes/read.abares.Rmd.orig |only read.abares-3.0.0/read.abares/DESCRIPTION | 47 ++-- read.abares-3.0.0/read.abares/MD5 | 105 +++++----- read.abares-3.0.0/read.abares/NEWS.md | 39 +++ read.abares-3.0.0/read.abares/R/data.R |only read.abares-3.0.0/read.abares/R/globals.R | 4 read.abares-3.0.0/read.abares/R/read_abares_trade.R | 87 +++++++- read.abares-3.0.0/read.abares/R/retry_download.R | 20 + read.abares-3.0.0/read.abares/R/zzz.R | 32 +-- read.abares-3.0.0/read.abares/README.md | 78 +++---- read.abares-3.0.0/read.abares/build/partial.rdb |binary read.abares-3.0.0/read.abares/build/vignette.rds |binary read.abares-3.0.0/read.abares/data |only read.abares-3.0.0/read.abares/inst/WORDLIST | 18 - read.abares-3.0.0/read.abares/inst/doc/options.Rmd | 14 - read.abares-3.0.0/read.abares/inst/doc/options.html | 25 +- read.abares-3.0.0/read.abares/inst/doc/spatial_data_in_read.abares.Rmd |only read.abares-3.0.0/read.abares/inst/doc/spatial_data_in_read.abares.html |only read.abares-3.0.0/read.abares/man/ahecc.Rd |only read.abares-3.0.0/read.abares/man/print_topsoil_thickness_metadata.Rd | 6 read.abares-3.0.0/read.abares/man/read.abares-options.Rd | 4 read.abares-3.0.0/read.abares/man/read.abares-package.Rd | 16 - read.abares-3.0.0/read.abares/man/read.abares_options.Rd | 2 read.abares-3.0.0/read.abares/man/read_abares_trade.Rd | 28 ++ read.abares-3.0.0/read.abares/man/read_abares_trade_regions.Rd | 4 read.abares-3.0.0/read.abares/man/read_abs_broadacre_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_abs_horticulture_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_abs_livestock_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_agfd_dt.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_stars.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_terra.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_tidync.Rd | 8 read.abares-3.0.0/read.abares/man/read_clum_stars.Rd | 4 read.abares-3.0.0/read.abares/man/read_clum_terra.Rd | 4 read.abares-3.0.0/read.abares/man/read_estimates_by_performance_category.Rd | 10 read.abares-3.0.0/read.abares/man/read_estimates_by_size.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_national_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_regional_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_state_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_nlum_stars.Rd | 8 read.abares-3.0.0/read.abares/man/read_nlum_terra.Rd | 8 read.abares-3.0.0/read.abares/man/read_topsoil_thickness_stars.Rd | 6 read.abares-3.0.0/read.abares/man/read_topsoil_thickness_terra.Rd | 6 read.abares-3.0.0/read.abares/man/reexports.Rd | 2 read.abares-3.0.0/read.abares/man/view_clum_metadata_pdf.Rd | 8 read.abares-3.0.0/read.abares/man/view_nlum_metadata_pdf.Rd | 8 read.abares-3.0.0/read.abares/tests/testthat/test-package-helpers.R | 16 - read.abares-3.0.0/read.abares/tests/testthat/test-read_abares_trade.R | 74 +++++++ read.abares-3.0.0/read.abares/tests/testthat/test-verbosity.R | 12 - read.abares-3.0.0/read.abares/vignettes/!precompile.R |only read.abares-3.0.0/read.abares/vignettes/aagis-regions-1.png |binary read.abares-3.0.0/read.abares/vignettes/aagis-regions-plot-1.png |binary read.abares-3.0.0/read.abares/vignettes/options.Rmd | 14 - read.abares-3.0.0/read.abares/vignettes/plot-topsoil-depth-1.png |binary read.abares-3.0.0/read.abares/vignettes/spatial_data_in_read.abares.Rmd |only read.abares-3.0.0/read.abares/vignettes/spatial_data_in_read.abares.Rmd.orig |only 60 files changed, 492 insertions(+), 307 deletions(-)
Title: Lightweight Toolkit for Messaging, Concurrency and the Web
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ.
A toolkit for messaging, concurrency and the web. High-performance
socket messaging over in-process, IPC, TCP, WebSocket and secure TLS
transports implements 'Scalability Protocols', a standard for common
communications patterns including publish/subscribe, request/reply and
survey. A threaded concurrency framework with intuitive 'aio' objects
that resolve automatically upon completion of asynchronous operations,
and synchronisation primitives that allow R to wait on events
signalled by concurrent threads. A unified HTTP server hosting REST
endpoints, WebSocket connections and streaming on a single port, with
a built-in HTTP client.
Author: Charlie Gao [aut, cre] ,
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph],
Staysail Systems, Inc. [cph] ,
Capitar IT Group BV [cph] ,
The Mbed TLS Contributors [cph] ,
Pierre L'Ecuyer [cph] ,
sakura authors [cph] ,
R Consortium [fnd]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between nanonext versions 1.9.0 dated 2026-05-04 and 1.9.1 dated 2026-06-01
nanonext-1.9.0/nanonext/man/dot-dispatcher.Rd |only nanonext-1.9.1/nanonext/DESCRIPTION | 6 nanonext-1.9.1/nanonext/MD5 | 43 - nanonext-1.9.1/nanonext/NAMESPACE | 1 nanonext-1.9.1/nanonext/NEWS.md | 8 nanonext-1.9.1/nanonext/R/dispatcher.R | 21 nanonext-1.9.1/nanonext/configure | 26 nanonext-1.9.1/nanonext/inst/doc/nanonext.html | 2 nanonext-1.9.1/nanonext/inst/doc/v01-messaging.html | 2 nanonext-1.9.1/nanonext/inst/doc/v02-protocols.html | 2 nanonext-1.9.1/nanonext/inst/doc/v03-configuration.html | 2 nanonext-1.9.1/nanonext/inst/doc/v04-web.html | 2 nanonext-1.9.1/nanonext/src/dispatcher.c | 257 +------- nanonext-1.9.1/nanonext/src/init.c | 1 nanonext-1.9.1/nanonext/src/nanonext.h | 3 nanonext-1.9.1/nanonext/src/nng/src/core/aio.c | 14 nanonext-1.9.1/nanonext/src/nng/src/core/aio.h | 2 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/CMakeLists.txt | 4 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/posix_ipcconn.c | 26 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/posix_tcpconn.c | 26 nanonext-1.9.1/nanonext/src/nng/src/platform/windows/win_tcpconn.c | 20 nanonext-1.9.1/nanonext/src/server.c | 72 +- nanonext-1.9.1/nanonext/tests/tests.R | 291 ++++------ 23 files changed, 330 insertions(+), 501 deletions(-)
Title: Calculating and Analyzing Measures of Deprivation in the United
States
Description: Provides a unified framework to building Area Deprivation Index (ADI),
Social Vulnerability Index (SVI), and Neighborhood Deprivation Index (NDI)
deprivation measures and accessing related data from the U.S. Census Bureau
such as Gini coefficient data. Tools are also available for calculating percentiles,
quantiles, and for creating clear map breaks for data visualization.
Author: Christopher Prener [aut, cre] ,
Timothy Wiemken [aut]
Maintainer: Christopher Prener <christopher.prener@pfizer.com>
Diff between deprivateR versions 0.1.0 dated 2025-01-29 and 0.2.0 dated 2026-06-01
DESCRIPTION | 41 ++-- MD5 | 69 +++++-- NAMESPACE | 1 NEWS.md | 32 +++ R/dep_build_varlist.R | 235 ++++++++++++++++---------- R/dep_calc_index.R | 91 ++-------- R/dep_get_data.R | 253 +++++++++++++---------------- R/dep_get_index.R | 121 +++---------- R/dep_map_breaks.R | 62 +++---- R/dep_process.R | 87 +-------- R/dep_process_adi.R | 8 R/dep_process_ndi.R | 84 ++++----- R/dep_process_svi.R | 190 ++++++++++----------- R/dep_quantiles.R | 49 ++++- R/dep_rank.R | 14 - R/dep_sample_data.R | 16 + R/dep_set_api_key.R |only R/dep_utils.R | 163 ++++++++++++++++-- README.md | 156 ++++++++++------- build |only inst |only man/dep_calc_index.Rd | 14 + man/dep_get_index.Rd | 32 ++- man/dep_map_breaks.Rd | 13 + man/dep_sample_data.Rd | 2 man/dep_set_api_key.Rd |only tests/testthat/test_dep_build_varlist.R | 36 ++-- tests/testthat/test_dep_calc_index.R | 21 +- tests/testthat/test_dep_get_data.R |only tests/testthat/test_dep_get_index.R |only tests/testthat/test_dep_map_breaks.R |only tests/testthat/test_dep_percentiles.R |only tests/testthat/test_dep_process.R |only tests/testthat/test_dep_process_adi.R |only tests/testthat/test_dep_process_baseline.R |only tests/testthat/test_dep_process_ndi.R |only tests/testthat/test_dep_process_svi.R |only tests/testthat/test_dep_quantiles.R |only tests/testthat/test_dep_sample_data.R | 5 tests/testthat/test_dep_set_api_key.R |only tests/testthat/test_dep_str_word.R |only tests/testthat/test_dep_utils.R |only vignettes |only 43 files changed, 965 insertions(+), 830 deletions(-)
Title: Bayesian Mode Inference
Description: A two-step Bayesian approach for mode inference
(Baştürk et al., 2026) <doi:10.18637/jss.v116.i03>.
First, a mixture distribution is fitted on the data using a sparse finite
mixture (SFM) Markov chain Monte Carlo (MCMC) algorithm. The number of
mixture components does not have to be known; the size of the mixture is
estimated endogenously through the SFM approach. Second, the modes of the
estimated mixture at each MCMC draw are retrieved using algorithms
specifically tailored for mode detection. These estimates are then used to
construct posterior probabilities for the number of modes, their locations
and uncertainties, providing a powerful tool for mode inference.
Author: Nalan Bastuerk [aut],
Jamie Cross [aut],
Peter de Knijff [aut],
Lennart Hoogerheide [aut],
Paul Labonne [aut, cre],
Herman van Dijk [aut]
Maintainer: Paul Labonne <labonnepaul@gmail.com>
Diff between BayesMultiMode versions 0.7.5 dated 2026-02-27 and 1.0.0 dated 2026-06-01
DESCRIPTION | 10 MD5 | 91 +- NAMESPACE | 126 +-- NEWS.md | 95 +- R/bayes_fit.R | 477 +++++------ R/bayes_mixture.R | 362 ++++---- R/bayes_mode.R | 701 ++++++++--------- R/bayes_trace.R | 116 +- R/data.R | 116 +- R/gibbs_sfm_algos.R | 1456 ++++++++++++++++++------------------ R/mix_mode.R | 832 ++++++++++---------- R/mixture.R | 252 +++--- R/mixture_functions.R | 290 +++---- R/plot_methods.R | 782 +++++++++---------- R/print_methods.R | 242 ++--- R/summary_methods.R | 242 ++--- README.md | 635 +++++++-------- THANKS | 14 build/partial.rdb |binary inst/CITATION |only inst/REFERENCES.bib | 336 ++++---- man/bayes_fit.Rd | 369 ++++----- man/bayes_mixture.Rd | 246 +++--- man/bayes_mode.Rd | 329 ++++---- man/bayes_trace.Rd | 86 +- man/ct47.Rd | 46 - man/cyclone.Rd | 52 - man/d4z4.Rd | 46 - man/galaxy.Rd | 44 - man/gibbs_SFM.Rd | 24 man/mix_mode.Rd | 342 ++++---- man/mixture.Rd | 176 ++-- man/plot.bayes_mixture.Rd | 50 - man/plot.bayes_mode.Rd | 40 man/plot.mix_mode.Rd | 44 - man/print.bayes_mixture.Rd | 44 - man/print.bayes_mode.Rd | 44 - man/print.mix_mode.Rd | 44 - man/summary.bayes_mixture.Rd | 40 man/summary.bayes_mode.Rd | 32 man/summary.mix_mode.Rd | 32 tests/testthat.R | 24 tests/testthat/_snaps/bayes_mode.md | 38 tests/testthat/test-bayes_mixture.R | 86 +- tests/testthat/test-bayes_mode.R | 310 +++---- tests/testthat/test-mix_mode.R | 292 +++---- tests/testthat/test-mixture.R | 80 - 47 files changed, 5072 insertions(+), 5063 deletions(-)
More information about BayesMultiMode at CRAN
Permanent link
Title: Supporting Functions for Packages Maintained by 'Yihui Xie'
Description: Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Author: Yihui Xie [aut, cre, cph] ,
Wush Wu [ctb],
Daijiang Li [ctb],
Xianying Tan [ctb],
Salim Brueggemann [ctb] ,
Christophe Dervieux [ctb]
Maintainer: Yihui Xie <xie@yihui.name>
Diff between xfun versions 0.57 dated 2026-03-20 and 0.58 dated 2026-06-01
DESCRIPTION | 8 MD5 | 96 ++++---- NAMESPACE | 3 R/app.R | 420 +++++++++++++++++++++++++++++++++++---- R/cache.R | 6 R/cran.R | 9 R/httpd.R |only R/io.R | 10 R/json.R | 8 R/markdown.R | 18 + R/string.R | 7 R/utils.R | 4 R/yaml.R | 37 ++- R/zzz.R | 11 + build/vignette.rds |binary inst/doc/xfun.Rmd | 4 inst/doc/xfun.html | 28 +- man/cache_exec.Rd | 4 man/download_cache.Rd | 2 man/file_ext.Rd | 4 man/find_globals.Rd | 2 man/html_tag.Rd | 4 man/md_table.Rd | 18 + man/new_app.Rd | 55 +++-- man/pkg_bib.Rd | 2 man/proj_root.Rd | 5 man/random_port.Rd |only man/rev_check.Rd | 2 man/serve_dir.Rd |only man/shrink_images.Rd | 2 man/taml_load.Rd | 3 man/tinify.Rd | 2 man/url_destination.Rd | 4 src/init.c | 6 tests/test-ci/test-cache.R | 49 ++++ tests/test-ci/test-httpd.R |only tests/test-ci/test-yaml.R |only tests/test-cran/test-algorithm.R |only tests/test-cran/test-base64.R | 24 ++ tests/test-cran/test-cache.R |only tests/test-cran/test-citation.R | 18 + tests/test-cran/test-httpd.R |only tests/test-cran/test-io.R | 177 ++++++++++++++++ tests/test-cran/test-json.R | 37 +++ tests/test-cran/test-knitr.R | 83 +++++++ tests/test-cran/test-markdown.R | 121 +++++++++++ tests/test-cran/test-packages.R | 43 +++ tests/test-cran/test-paths.R | 126 +++++++++++ tests/test-cran/test-record.R | 135 ++++++++++++ tests/test-cran/test-string.R | 89 ++++++++ tests/test-cran/test-utils.R | 178 ++++++++++++++++ tests/test-cran/test-yaml.R | 136 ++++++++++++ vignettes/xfun.Rmd | 4 53 files changed, 1833 insertions(+), 171 deletions(-)
Title: VPC Percentiles and Prediction Intervals
Description: Perform a Visual Predictive Check (VPC), while accounting for
stratification, censoring, and prediction correction. Using piping from
'magrittr', the intuitive syntax gives users a flexible and powerful method
to generate VPCs using both traditional binning and a new binless approach
Jamsen et al. (2018) <doi:10.1002/psp4.12319> with Additive Quantile
Regression (AQR) and Locally Estimated Scatterplot Smoothing (LOESS)
prediction correction.
Author: Olivier Barriere [aut],
Benjamin Rich [aut],
James Craig [aut, cre] ,
Samer Mouksassi [aut],
Bill Denney [ctb] ,
Michael Tomashevskiy [ctb],
Kris Jamsen [ctb],
Certara USA, Inc. [cph, fnd]
Maintainer: James Craig <james.craig@certara.com>
Diff between tidyvpc versions 1.5.2 dated 2024-11-21 and 1.6.0 dated 2026-06-01
DESCRIPTION | 17 MD5 | 64 NAMESPACE | 120 NEWS.md | 7 R/binless.R | 8 R/plot.R | 1338 ++-- R/qpc.R |only R/vpcstats.R | 2815 ++++---- R/vpcstats_fun.R | 32 README.md | 2 build/vignette.rds |binary inst/doc/tidyvpc_RsNLME.pdf |only inst/doc/tidyvpc_RsNLME.pdf.asis |only inst/doc/tidyvpc_cat.pdf |binary inst/doc/tidyvpc_cont.pdf |binary inst/doc/tidyvpc_qpc.pdf |only inst/doc/tidyvpc_qpc.pdf.asis |only inst/extdata/Binless/cat_stats_l.csv |only inst/extdata/Binless/cat_strat_stats_l.csv |only inst/extdata/Binless/predcor_stats_l.csv | 3302 +++++----- man/binning.Rd | 2 man/plot.tidyvpcobj.Rd | 9 man/qpcstats.Rd |only man/simulated.Rd | 6 man/stratify.Rd | 4 tests/testthat/_snaps/plot/censored-plot-with-aql.svg | 76 tests/testthat/_snaps/plot/censored-plot-with-bql-aql.svg | 108 tests/testthat/_snaps/plot/censored-plot-with-bql.svg | 76 tests/testthat/_snaps/plot/one-sided-strat-formula-with-facet-wrap.svg | 66 tests/testthat/_snaps/plot/single-value-group.svg | 6 tests/testthat/_snaps/plot/two-sided-strat-formula-with-facet-grid.svg | 6 tests/testthat/test-binless.R | 462 - tests/testthat/test-non_replicate.R |only tests/testthat/test-qpc.R |only tests/testthat/test-vpcstats.R | 8 vignettes/tidyvpc_RsNLME.Rmd |only vignettes/tidyvpc_RsNLME.pdf.asis |only vignettes/tidyvpc_cont.Rmd | 57 vignettes/tidyvpc_qpc.Rmd |only vignettes/tidyvpc_qpc.pdf.asis |only 40 files changed, 4547 insertions(+), 4044 deletions(-)
Title: Producing and Reproducing Results
Description: A system for embedded scientific computing and reproducible research with R
as described in <doi:10.48550/arXiv.1406.4806>.
The OpenCPU server exposes a simple but powerful HTTP api for RPC and data interchange
with R. This provides a reliable and scalable foundation for statistical services or
building R web applications. The OpenCPU server runs either as a single-user development
server within the interactive R session, or as a multi-user Linux stack based on Apache2.
The entire system is fully open source and permissively licensed. The OpenCPU website
has detailed documentation and example apps.
Author: Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Diff between opencpu versions 2.2.14 dated 2024-10-04 and 2.2.15 dated 2026-06-01
opencpu-2.2.14/opencpu/build |only opencpu-2.2.14/opencpu/inst/doc |only opencpu-2.2.14/opencpu/vignettes |only opencpu-2.2.15/opencpu/DESCRIPTION | 14 +++++++------- opencpu-2.2.15/opencpu/MD5 | 8 ++------ opencpu-2.2.15/opencpu/R/httpget_webhook.R | 12 ++++++------ 6 files changed, 15 insertions(+), 19 deletions(-)
Title: Access the 'Anthropic Economic Index' Dataset
Description: Provides clean, tidy access to the 'Anthropic Economic Index'
(AEI) dataset hosted on 'Hugging Face'
<https://huggingface.co/datasets/Anthropic/EconomicIndex>. The AEI
is a recurring release from 'Anthropic' that maps usage of the
'Claude' family of large language models to occupations and tasks
using the 'O*NET' taxonomy and the 'Standard Occupational
Classification' system, following the methodology of Handa et al.
(2025) <doi:10.48550/arXiv.2503.04761> and the privacy-preserving system 'Clio'
of Tamkin et al. (2024) <doi:10.48550/arXiv.2412.13678>. Functions list available
releases, fetch raw and enriched usage tables, retrieve task
statements, request hierarchies, and country-level breakdowns,
compare two releases, join the index to user-supplied data on a
shared key, and compute usage-concentration metrics
(Herfindahl-Hirschman Index, top-N concentration ratios, Shannon
entropy). Data is cached locally for subsequent calls.
Reproducibility helpers produce 'BibTeX [...truncated...]
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Diff between aieconindex versions 0.1.0 dated 2026-05-13 and 0.1.1 dated 2026-06-01
DESCRIPTION | 6 +- MD5 | 18 ++++---- NEWS.md | 18 ++++++++ R/aieconindex-package.R | 2 R/cache.R | 19 +++++++- R/link.R | 2 README.md | 96 ++++++++++++--------------------------------- man/aei_cache_dir.Rd | 5 ++ man/aei_link.Rd | 2 man/aieconindex-package.Rd | 2 10 files changed, 84 insertions(+), 86 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-05-05 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-09-11 0.0.9
2025-07-17 0.0.7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-05-18 1.6.1
2025-09-30 1.5.1