Skip to content

nagahamaVH/geoenv24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoenv24

Presentation for the 15th International Conference on Geostatistics for Environmental Applications.

Template using xaringan adapted from fernandomayer.

To view this presentation

nagahamavh.github.io/geoenv24

To reproduce this presentation

  1. Install renv
> install.packages("renv")
  1. 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.

  1. Open R in this project and run
> renv::restore()

to install all the packages needed.

  1. Run
> rmarkdown::render("index.Rmd")

and see the slides in index.html in your browser.