-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.qmd
93 lines (55 loc) · 2.04 KB
/
index.qmd
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
title: "R packages for building robust, production grade `{shiny}` apps."
about:
id: hero-heading
template: broadside
image: img/profile.png
listing:
- contents: news
type: default
id: blog-listings
max-items: 5
sort: "date desc"
feed: true
exclude:
id: news-index
---
:::{#hero-heading}
The golemverse is a collection of R packages for building `{shiny}` apps that need to be safely shipped to production.
<!-- Install them all with:
```r
install.packages("golemverse")
``` -->
### Packages from the golemverse
- `{bank}`, Extra Cache
- `{brochure}`, Multipage 'Shiny' Apps
- `{dockerfiler}`, Easy Dockerfile Creation from R
- `{elvis}`, 'Shiny' renderers and observers made safer
- `{fakir}`, Generate Fake Datasets for Prototyping and Teaching
- `{gargoyle}`, An Event-Based Mechanism for 'Shiny'
- `{gemstones}`, Make Your 'golem' App Shine
- `{golem}`, A framework for production-grade `{shiny}` apps
- `{ghooks}`, 'Golem' Hooks for Standard 'Shiny' Apps
- `{minifyr}`, Minify CSS, HTML and JavaScript Files
- `{skeleton}`, Skeleton CSS for Shiny
- `{shinidraw}`, 'Excalidraw' in 'Shiny'
- `{shinipsum}`, Lorem-Ipsum Helper Function for 'shiny' Prototyping
- `{w3css}`, W3CSS for 'shiny'
:::
## Read the book 📚
::: {.grid}
::: {.g-col-6}
Learn more about building `{shiny}` apps for production with the _Engineering Production-Grade Shiny Apps_.
The online version of the book is free to read on <https://engineering-shiny.org/>.
This book is available in print, published in the R Series by Chapman and Hall/CRC.
You can grab a copy on [routledge.com](https://www.routledge.com/Engineering-Production-Grade-Shiny-Apps/Fay-Rochette-Guyader-Girard/p/book/9780367466022?utm_source=author&utm_medium=shared_link&utm_campaign=B043139_jm1_5ll_6rm_t081_1al_engineeringproduction-gradeshinyappsauthorshare).
:::
::: {.g-col-6}
![](img/engineering-shiny.jpg)
:::
:::
## On the blog ✍️
::: {#blog-listings}
:::
## Contact 📲
Contact us via the <a href = "https://rtask.thinkr.fr/contact/">ThinkR website</a>!