de-data-lab / WRK

Repository for the WRK Group Dashboard
https://techimpact.shinyapps.io/WRK-dashboard
GNU Affero General Public License v3.0
1 stars 0 forks source link

Deployment script is warning about missing a title element for R Markdown components #52

Open nsunami opened 2 years ago

nsunami commented 2 years ago

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:

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="...".

Originally posted by @nsunami in https://github.com/de-data-lab/WRK/issues/51#issuecomment-1170032070