Date: 16th - 20th September 2019, 08:00-17:30
Location: Pakistan
To participate in this workshop, you will need to make sure you:
Download the latest versions
Once R and Rstudio are both installed, if you open RStudio and things have gone according to plan then in the console you will see something like the following:
R version 3.6.1 (2019-07-05) -- "Action of the Toes"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Open RStudio and paste the following code into your console, then press Enter to run it:
# Download packages from CRAN
install.packages(c("devtools", "knitr", "magrittr", "sf", "sp", "rmarkdown", "usethis", "ggplot2", "dplyr", "zoo", "reshape2", "scales", "maptools"))
These are the main packages for the workshop. If we require more then we can either install them from the web or from e.g. a USB if we have them.
From basic principles to advanced graphics. You will be able to
Our agenda is below.
Pre-reading
Pre-reading
Pre-reading