Skip to content

Commit ed77982

Browse files
authored
Merge pull request rstudio#1670 from rstudio/joe/prebuilt
pre-built => prebuilt
2 parents d67783e + e1b47ec commit ed77982

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Authors@R: c(
5656
)
5757
Description: Makes it incredibly easy to build interactive web
5858
applications with R. Automatic "reactive" binding between inputs and
59-
outputs and extensive pre-built widgets make it possible to build
59+
outputs and extensive prebuilt widgets make it possible to build
6060
beautiful, responsive, and powerful applications with minimal effort.
6161
License: GPL-3 | file LICENSE
6262
Depends:

R/shiny.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NULL
55
#'
66
#' Shiny makes it incredibly easy to build interactive web applications with R.
77
#' Automatic "reactive" binding between inputs and outputs and extensive
8-
#' pre-built widgets make it possible to build beautiful, responsive, and
8+
#' prebuilt widgets make it possible to build beautiful, responsive, and
99
#' powerful applications with minimal effort.
1010
#'
1111
#' The Shiny tutorial at \url{http://shiny.rstudio.com/tutorial/} explains

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For an introduction and examples, visit the [Shiny Dev Center](http://shiny.rstu
1616
* Works in any R environment (Console R, Rgui for Windows or Mac, ESS, StatET, RStudio, etc.).
1717
* Attractive default UI theme based on [Bootstrap](http://getbootstrap.com/).
1818
* A highly customizable slider widget with built-in support for animation.
19-
* Pre-built output widgets for displaying plots, tables, and printed output of R objects.
19+
* Prebuilt output widgets for displaying plots, tables, and printed output of R objects.
2020
* Fast bidirectional communication between the web browser and R using the [httpuv](https://github.com/rstudio/httpuv) package.
2121
* Uses a [reactive](http://en.wikipedia.org/wiki/Reactive_programming) programming model that eliminates messy event handling code, so you can focus on the code that really matters.
2222
* Develop and redistribute your own Shiny widgets that other developers can easily drop into their own applications (coming soon!).

man/shiny-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)