-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseries.qmd
More file actions
28 lines (21 loc) · 1.09 KB
/
series.qmd
File metadata and controls
28 lines (21 loc) · 1.09 KB
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
---
title: "Series"
page-layout: full
---
## [R2lambda](series/r2lambda.html)
#### Getting started and becoming productive with AWS Lambda from R
This series contains posts about getting started with deploying `R` code to
AWS Lambda. It follows the development of our open source `R` package
[`{r2lambda}`](https://github.com/discindo/r2lambda).
## [R/Python packaging and environments](series/pkg-env.html)
#### Package and environment management in R and Python
The average programmer and data scientist in a collaborative environment
spends a hefty chunk of their time on managing environments and packaging code
for sharing, collaboration or reproducibility. We are no different, and often
write about these topics.
## [Shiny](series/shiny.html)
#### Various helpful posts on `{shiny}`
We do a lot of `{shiny}` work, and sometimes it happens that we run into a neat
solution or learned something unexpected that we feel its worth sharing,
so we write a blog post about it. Among others, there are posts here on async
approaches for `{shiny}`, on multi-session `{shiny}`, and various UI tidbits.