-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
42 lines (31 loc) · 1.05 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
---
title: "Rstudio themes"
output:
github_document:
toc: true
toc_depth: 2
editor_options:
chunk_output_type: console
---
# 49th Parallel :coffee:
A dark Rstudio theme created as thanks to a particular Vancouver coffee shop that fueled many productive mornings.
*Requires Rstudio version > 1.2*
```{r, echo = F, out.width=770, out.height=550, fig.align = 'center'}
knitr::include_graphics("images/preview_49th_parallel.png")
```
<br>
**To install,**
**Step 1.** Make a coffee :coffee:
**Step 2.** Open R and run the following:
```{r, eval = F}
# create temporary download directory
theme_49th_parallel <- fs::path_temp("49th_parallel-RStudio",
ext = "rstheme")
# download theme from github
download.file("https://raw.githubusercontent.com/wvictor14/rstudio_themes/master/49th%20Parallel.rstheme",
theme_49th_parallel)
# apply the theme
rstudioapi::addTheme(theme_49th_parallel,
apply = TRUE)
```
**Step 3.** Start coding while enjoying your coffee :yum: :computer: