Files
shiny/.Rbuildignore
Joe Cheng f8bf146b6c Render functions can be inserted directly into .Rmd
All render functions need to call markRenderFunction on their
return values for this mechanism to work.

Also:
- Remove runRmdContainer (it's moved to rmarkdown)
- Remove some bad .Rbuildignore entries
- Make height/width in shinyApp respected
2014-04-09 14:53:56 -07:00

13 lines
147 B
Plaintext

^\.Rproj\.user$
^\.git$
^examples$
^shiny\.Rproj$
^shiny\.sh$
^shiny\.cmd$
^run\.R$
^\.gitignore$
^res$
^man-roxygen$
^\.travis\.yml$
^staticdocs$