I noticed that the deployment process is throwing a bunch of warnings. I think this is for the newly created R Markdown components (.Rmd) that do not have a title metadata.
This does not break the deployment, but I think it's a good idea to take care of warning messages. One way to do so is to set the title metadata for the R Markdown files.
Warning: bundle for application: 6291853...[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'education_graduation_valbox.knit' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
I noticed that the deployment process is throwing a bunch of warnings. I think this is for the newly created R Markdown components (.Rmd) that do not have a title metadata.
This does not break the deployment, but I think it's a good idea to take care of warning messages. One way to do so is to set the title metadata for the R Markdown files.
Example:
Originally posted by @nsunami in https://github.com/de-data-lab/WRK/issues/51#issuecomment-1170032070