Skip to contents

Reads languages:, paper.dependencies, python_dependencies:, stata_packages:, and stata_deps_probe: from the study replication.yml and probes the local R, Python, and Stata stack. Alias for study_system_compatibility().

Usage

check_study_compatibility(
  doi,
  repo = NULL,
  folder = NULL,
  registry_root = NULL,
  materialize_study = TRUE,
  include_registry_audit = FALSE
)

Arguments

doi

Study DOI.

repo, folder

Registry row hints.

registry_root

Optional local registry checkout.

materialize_study

Materialize folder-backed study repo for Stata probe scripts.

include_registry_audit

Include latest registry audit_latest.rds summary.

Value

A study_system_compatibility list with ready, install_needed, and per-engine dependencies.

Examples

if (FALSE) { # \dontrun{
check_study_compatibility("10.1017/S0003055403000534")
check_study_compatibility("10.1017/S0003055422000284")
check_study_compatibility("10.1257/aer.91.5.1369")
check_study_compatibility("rep-template")
} # }