Presentation for the 15th International Conference on Geostatistics for Environmental Applications.
Template using xaringan adapted from fernandomayer.
- Install
renv
> install.packages("renv")
- Clone this repository with git (this is in a Linux/Unix terminal)
$ git clone https://github.com/nagahamaVH/geoenv24.git
Or download a zip file from here.
- Open R in this project and run
> renv::restore()
to install all the packages needed.
- Run
> rmarkdown::render("index.Rmd")
and see the slides in index.html
in your browser.