-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
44 lines (32 loc) · 815 Bytes
/
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
---
output:
github_document:
toc: false
fig_width: 10.08
fig_height: 6
tags: [r, reports]
vignette: >
\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
---
```{r, echo = FALSE, warning=FALSE, message=FALSE}
knitr::opts_chunk$set(
dpi = 450,
collapse = TRUE,
fig.path = "img/"
)
options(
knitr.kable.NA = "",
digits = 4,
width = 60
)
library(tidyverse)
```
# Makowski's Publications
This repo contains materials and data related to my publications. Check-it out:
- [**Personal Website**](https://dominiquemakowski.github.io/)
- [**CV**](https://dominiquemakowski.github.io/cv)
- [**List of Communications**](https://dominiquemakowski.github.io/publication/)
- [**Blog**](https://dominiquemakowski.github.io/post/)