emit appropriate warnings in R Markdown mode; collect <head> contents

This commit is contained in:
Jonathan McPherson
2014-04-11 10:53:25 -07:00
parent d803bae874
commit 81bd57c5ea
5 changed files with 79 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
\name{getProvidedHtmlDependencies}
\alias{getProvidedHtmlDependencies}
\title{Return HTML dependencies provided by Shiny}
\usage{
getProvidedHtmlDependencies()
}
\value{
A list of objects of type \code{html_dependency}, one per dependency
}
\description{
By default, Shiny supplies some framework scripts when it renders a page.
\code{getProvidedHtmlDependencies} returns a list of those provided objects.
}