We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a096be2 commit e785a46Copy full SHA for e785a46
pipeline/05-finalize.R
@@ -193,6 +193,10 @@ if (feature_report_enable) {
193
} else {
194
message("Skipping feature report generation:
195
feature_report_enable is not enabled")
196
+ # Create an empty file if model_features is not enabled
197
+ sink(paths$output$model_features$local)
198
+ cat("Feature report skipped because feature_report_enable is FALSE")
199
+ sink()
200
}
201
202
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0 commit comments