Skip to content

Commit 440270e

Browse files
authored
Air release post (#725)
* First draft of Air release post * Refine refine refine * Call out project specific settings option * Incorporate feedback * Explicitly mention GitHub Actions * Mention projects we already use Air in * Final tweaks
1 parent aee5583 commit 440270e

File tree

8 files changed

+740
-0
lines changed

8 files changed

+740
-0
lines changed

content/blog/air/index.Rmd

Lines changed: 392 additions & 0 deletions
Large diffs are not rendered by default.

content/blog/air/index.md

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.

content/blog/air/script.R

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Some beautiful ggplot2 code
2+
mpg |>
3+
ggplot(aes(displ, hwy)) +
4+
geom_point() +
5+
geom_line(
6+
data = grid,
7+
colour = "blue",
8+
linewidth = 1.5
9+
) +
10+
geom_text(
11+
data = outlier,
12+
aes(label = model)
13+
)

content/blog/air/thumbnail-sq.jpg

17.8 KB
Loading

content/blog/air/thumbnail-wd.jpg

36.4 KB
Loading
3.06 MB
Binary file not shown.

content/blog/air/video/ggplot.mov

889 KB
Binary file not shown.

content/blog/air/video/project.mov

2.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)