
Maintainer guidance when dependencies or executables are missing
Source:R/dependency_hints.R
maintainer_dependency_hint.RdUsed in error messages, Shiny modals, and documentation. Returns plain text
suitable for stop() or display.
Usage
maintainer_dependency_hint(
doi = NULL,
audit = NULL,
scope = c("study", "package"),
package = NULL,
missing_r = NULL,
include_path_hints = TRUE
)Arguments
- doi
Optional study DOI for single-study install hints.
- audit
Optional
study_system_compatibilityobject fromcheck_study_compatibility().- scope
"study"or"package"for package-backed studies.- package
Package name when
scope = "package".- missing_r
Character vector of missing CRAN packages.
- include_path_hints
Include
.Renvironlines for Python/Stata.