-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev.R
31 lines (25 loc) · 928 Bytes
/
dev.R
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
# This file serves as a record of key steps and dependencies
# used to create this slide deck.
# dev.R is not meant to be run as a standalone script; rather,
# it is bibliographic in nature.
# README format borrowed from
# https://github.com/gadenbuie/drake-intro
# html codes for emojis identified via ermoji
# https://github.com/gadenbuie/ermoji
# basic Rmd structure and logos borrowed from
# https://github.com/tgerke/ci4cc-cdsc
# unicoRn hex logo created by Jordan Creed
#
# swivel css from
# https://vaibhav111tandon.github.io/vov.css/
# tweet screenshots captured with tweetrmd
# https://github.com/gadenbuie/tweetrmd
if (!fs::file_exists(here::here("figures", "rasgon-tweet.png"))) {
tweetrmd::tweet_screenshot(
tweetrmd::tweet_url("vectorgen", "1160180495080202242"),
maxwidth = 400,
hide_media = TRUE,
# theme = "dark",
file = here::here("figures", "rasgon-tweet.png")
)
}