Check if an Object Requires External Processing
Source:R/extension_registry.R
requires_external_processing.Rd
Determines if an HRF specification or convolved term should be handled by external tools rather than R's standard convolution.
Examples
register_hrfspec_extension(
spec_class = "demo_hrfspec",
package = "demoPkg",
requires_external_processing = TRUE
)
requires_external_processing("demo_hrfspec")
#> [1] FALSE