Skip to content

Commit

Permalink
Handle more redirects; document
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 3, 2020
1 parent 5d34455 commit 9dda6e7
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 22 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Suggests:
Enhances: shiny (>= 1.1)
URL: https://github.com/ramnathv/htmlwidgets
BugReports: https://github.com/ramnathv/htmlwidgets/issues
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
2 changes: 1 addition & 1 deletion R/scaffold.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Add the minimal code required to implement an HTML widget to an R package.
#'
#' @param name Name of widget
#' @param bowerPkg Optional name of \href{http://bower.io/}{Bower} package upon
#' @param bowerPkg Optional name of \href{https://bower.io/}{Bower} package upon
#' which this widget is based. If you specify this parameter then bower will
#' be used to automatically download the widget's source code and dependencies
#' and add them to the widget's YAML.
Expand Down
14 changes: 11 additions & 3 deletions man/createWidget.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/htmlwidgets-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The \pkg{htmlwidgets} package provides a framework for easily creating R bindings to JavaScript libraries. Widgets created using the framework can be:
\enumerate{
\item Used at the R console for data analysis just like conventional R plots (via RStudio Viewer)
\item Seamlessly embedded within \href{http://rmarkdown.rstudio.com}{R Markdown} documents and \href{https://shiny.rstudio.com/}{Shiny} web applications.
\item Seamlessly embedded within \href{https://rmarkdown.rstudio.com/}{R Markdown} documents and \href{https://shiny.rstudio.com/}{Shiny} web applications.
\item Saved as standalone web pages for ad-hoc sharing via email, Dropbox, etc.
}

Expand Down
11 changes: 9 additions & 2 deletions man/htmlwidgets-shiny.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/saveWidget.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/scaffoldWidget.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 19 additions & 9 deletions man/sizingPolicy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/develop_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vignette: >
The **[htmlwidgets](https://cran.r-project.org/package=htmlwidgets)** package provides a framework for creating R bindings to JavaScript libraries. HTML Widgets can be:

* Used at the R console for data analysis just like conventional R plots.
* Embedded within [R Markdown](http://rmarkdown.rstudio.com) documents
* Embedded within [R Markdown](https://rmarkdown.rstudio.com/) documents
* Incorporated into [Shiny](https://shiny.rstudio.com/) web applications.
* Saved as standalone web pages for ad-hoc sharing via email, Dropbox, etc.

Expand Down

0 comments on commit 9dda6e7

Please sign in to comment.