Closed jcheng5 closed 3 years ago
Regarding the first checkbox above, "Either ensure that .rmd is the only template format we support, or, properly support knit_expand_safe for any format we do support":
Yes, it is the only template format we currently support due to https://github.com/rstudio/shinymeta/blob/07bf34ed3b0186f07ac5100aab023c47b63127ed/R/report.R#L65 being hardcoded to "Rmd".
Proposed fix for the last item https://github.com/rstudio/shinymeta/pull/93
knit_expand_safe
for any format we do support.knit_expand_safe
should not read from the parent framebuildRmdScript
fails in adownloadHandler