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
This commit is contained in:
Joe Cheng
2014-04-09 14:53:56 -07:00
parent 52f104c517
commit f8bf146b6c
7 changed files with 79 additions and 74 deletions

View File

@@ -10,5 +10,3 @@
^man-roxygen$
^\.travis\.yml$
^staticdocs$
^R/.*\.Rmd1$
^R/.*\.html$