Returns a list with structure compatible with r4subscore::sci_config_default().
Can be passed directly to compute_pillar_scores() or compute_sci().
Examples
prof <- submission_profile("FDA", "NDA")
cfg <- profile_sci_config(prof)
cfg$pillar_weights
#> quality trace risk usability
#> 0.35 0.25 0.25 0.15
cfg$bands
#> $ready
#> [1] 85 100
#>
#> $minor_gaps
#> [1] 70 84
#>
#> $conditional
#> [1] 50 69
#>
#> $high_risk
#> [1] 0 49
#>