Skip to content
Snippets Groups Projects
Commit ca43ce12 authored by Ghislain Durif's avatar Ghislain Durif
Browse files

install requirements

parent d44ac6a7
Branches
No related tags found
No related merge requests found
......@@ -21,6 +21,21 @@ format:
bibliography: references.bib
---
```{r include=FALSE}
pkg_list <- c("palmerpenguins", "tidyr", "dplyr", "rpart", "rpart.plot",
"ggplot2", "randomForest")
lapply(
pkg_list,
function(pkg) {
if(! pkg %in% .packages(all.available=TRUE))
install.packages(pkg)
}
)
```
## Introduction
### Ensemble learning?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment