-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.Rmd
executable file
·35 lines (26 loc) · 1.5 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: "Mastering Shiny Solutions"
author: "The R4DS Online Learning Community"
date: "(updated on `r Sys.Date()`)"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: r4ds/mastering_shiny_book_solutions
description: "A solutions manual to Hadley Wickham's Mastering Shiny."
---
# Welcome {-}
This book offers solutions to the exercises from Hadley Wickham's book [Mastering Shiny](https://mastering-shiny.org/). It is a work in progress and under active development. The code for this book can be found on [GitHub](https://github.com/r4ds/mastering_shiny_book_solutions). Your PRs and suggestions are very welcome.
## Note Boxes {-}
We use three different types of boxes throughout the book.
:::note
This "note" box denotes we were either unclear what the exercise was asking or have follow up questions.
:::
:::TODO
This "TODO" box denotes that the exercises in the chapter have either partial solutions or have yet to be reviewed.
:::
## License {-}
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work by Maya Gans and Marly Gotti is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
## Acknowledgements {-}