Skip to content

Conversation

@jcheng5
Copy link
Member

@jcheng5 jcheng5 commented Dec 9, 2020

Fixes #466

var rmd = _.find(entries, function(entry) {
return /\.rmd$/i.test(entry);
});
var uiRmd = _.find(entries, function(entry) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name ui.Rmd is unimportant; the filename is a convention, not a requirement. See: rstudio/rsconnect#461 (comment)

This was my original approach in rsconnect, too, before looking more deeply at each Rmd to understand if it asks for a Shiny runtime.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crap, I was hoping to avoid doing that, oh well. Thanks for catching that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui.Rmd support

3 participants