Skip to content

Commit

Permalink
Add new cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 7, 2020
1 parent 0a0905d commit 8d4cacd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: "The official guide to the Shiny web application framework for R."

# Welcome {-}

This is the online version of _Mastering Shiny_, a book **currently under early development** and intended for a late 2020 release by [O'Reilly Media](https://www.oreilly.com/).
<img src="cover.png" width="250" height="328" alt="Cover image" align="right" style="margin: 0 1em 0 1em" />This is the online version of _Mastering Shiny_, a book **currently under early development** and intended for a late 2020 release by [O'Reilly Media](https://www.oreilly.com/).

[Shiny](https://shiny.rstudio.com/) is a framework for creating web applications using R code. It is designed primarily with data scientists in mind, and to that end, you can create pretty complicated Shiny apps with no knowledge of HTML, CSS, or JavaScript. On the other hand, Shiny doesn't limit you to creating trivial or prefabricated apps: its user interface components can be easily customized or extended, and its server uses reactive programming to let you create any type of backend logic you want. Shiny is designed to feel almost magically easy when you're getting started, and yet the deeper you get into how it works, the more you realize it's built out of general building blocks that have strong software engineering principles behind them.

Expand Down

0 comments on commit 8d4cacd

Please sign in to comment.