-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
88 lines (59 loc) · 2.01 KB
/
README.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
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
---
output: github_document
---
<!-- badges: start -->
[![R build status](https://github.com/andrewcstewart/tidytuesdays/workflows/R-CMD-check/badge.svg)](https://github.com/andrewcstewart/tidytuesdays/actions)
<!-- badges: end -->
```{r include=FALSE}
library(here)
library(fs)
library(pander)
```
# TidyTuesdays
## 2020-09-15
![](2020-09-15/kids.png)
## 2020-09-08
![](2020-09-08/friends.png)
## 2020-08-25 Chopped
![](2020-08-25/chopped.png)
## 2020-08-04 European Energy
![](2020-08-04/final.png)
## 2020-07-28 Penguins
![](2020-07-28/penguins.png)
## 2020-07-21 Animal Outcomes
![](2020-07-21/animal_outcomes.jpg)
## 2020-07-14 Astronauts
```{r eval=FALSE, fig.align='center', include=FALSE}
# walk directory tree
for (fig in fs::dir_ls(recurse = TRUE, glob = "*.png")) {
print(fig)
knitr::include_graphics(fig)
}
```
```{r eval=FALSE, include=FALSE}
knitr::include_graphics(fs::dir_ls(recurse = TRUE, glob = "*.png"))
```
```{r eval=FALSE, include=FALSE}
knitr::include_graphics(c("2020-08-04/final.png"))
print("hi")
knitr::include_graphics(c("2020-08-04/final.png"))
print("foo")
```
# Packages that I'm using
- [`futurevisions`](https://github.com/JoeyStanley/futurevisions)
- [`patchwork`](https://patchwork.data-imaginist.com/)
- [`waffle`](https://github.com/hrbrmstr/waffle)
- [`hrbrthemes`]()
- [`ggpubr`](https://github.com/kassambara/ggpubr)
- [`ggthemr`](https://github.com/cttobin/ggthemr)
- [`artyfarty`](https://datarootsio.github.io/artyfarty//index.html)
- [`ggpomological`](https://www.garrickadenbuie.com/project/ggpomological/)
- [`tvthemes`](https://ryo-n7.github.io/2019-05-16-introducing-tvthemes-package/)
- [`ggsci`](https://cran.r-project.org/web/packages/ggsci/vignettes/ggsci.html)
- [`sf`](https://r-spatial.github.io/sf/index.html)
# Fellow TidyTuesday folks I follow
- https://github.com/Z3tt/TidyTuesday
- https://github.com/jack-davison/TidyTuesday
- https://github.com/kellycotton/TidyTuesdays
- https://github.com/iandouglasbell/Tidy-Tuesdays
- https://github.com/beeb22/tidytuesday