View source: R/help_gpcm_scope.R
| gpcm_runtime_guard_coverage | R Documentation |
Public table showing how blocked or deferred bounded-GPCM capability rows
are handled by the current release.
gpcm_runtime_guard_coverage()
gpcm_capability_matrix() is the user-facing support matrix. This helper
records which public helpers stop with mfrmr_gpcm_scope_error when called
on a bounded GPCM path and which capability rows have no public route yet
and are therefore documented as future-extension scope.
Package checks use this table to keep out-of-scope GPCM behavior aligned
with the capability matrix. A row with GuardMode = "runtime_error" should
have ExpectedConditionClass = "mfrmr_gpcm_scope_error". A row with
GuardMode = "roadmap_only" records a documented future-extension target
with no public helper to call in the current release.
A data.frame with columns:
Area
Helper
Status
GuardMode
ExpectedConditionClass
RecommendedRoute
NextValidationStep
TestRoute
Notes
gpcm_capability_matrix(), mfrmr_workflow_methods,
mfrmr-package
gpcm_runtime_guard_coverage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.