generated from rstudio/bookdown-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
46 lines (32 loc) · 1.16 KB
/
index.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
---
title: "R Tutorials - some notes"
author: "João Pedro Cruz"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::html_book:
theme:
uniteddocumentclass: spacelab
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: jpcaveiro/r-tutorials
description: "Some R tutorials or starting guides."
---
```{r echo=F,results=F}
#
# output: bookdown::gitbook
# output: bookdown::pdf_book
#
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
# Preface {-}
In this book, we will introduce usefull techinques: rmarkdown, exams (for moodle), bookdown, and git.
It's a **work in progress** started around 2023-05-16 in Granada.
Acknowledgements: M. Montero-Alonso, A. Freitas, C. Miranda.
**About the author**
* Assistant teacher at Mathematics Department ([DMat-UA](https://www.ua.pt/en/dmat/page/2615)) and member of [CIDMA/OGTC](https://cidma.ua.pt/) in colaboration with Assoc. Prof. Adelaide Freitas fromo [Probability and Statistics Group](http://probability.cidma.ua.pt/index)
* <https://www.ua.pt/pt/viver-ua>