23 - 27 June, 2025 at the Statistics Human Resources Development Institute of KOSTAT in Daejeon, South Korea. For each session, a handout was prepared in advance (files *_handout.pdf and the markdown file where it was designed *_handout.Rmd). Sessions began with a presentation (files *_presentation.pdf and code for figures *_pres_prep.R). Live coding and notes from sessions is given in files *_session.Rmd. There is material covered in sessions that was not given in the handouts, and there is also material covered in handouts that was not given in the sessions.
Participants were also allowed to submit data to another repository https://github.com/SSP-Intpopstat/SSP12_Workshop-1 and so a Drive folder. These were integrated into sessions to the extent possible.
-
Data/ -
01(Monday, 23 June 2025) "Basic Demographic Data and Concepts"01_handout(.Rmd,.pdf)01_presentation.pdf01_pres_prep.R01_session.Rmd
-
02(Tuesday, 24 June 2025) "Mortality and Fertility"02_handout(.Rmd,.pdf)02_presentation.pdf02_pres_prep.R02_session.Rmd
-
03(Wednesday, 25 June 2025) "Population Structure"03_handout(.Rmd,.pdf)03_presentation.pdf03_pres_prep.R03_session.Rmd
-
04(Thursday, 26 June 2025) "Population Growth"04_handout(.Rmd,.pdf)04_presentation.pdf04_pres_prep.R04_session.Rmd
-
05(Friday, 27 June 2025) "Projection"05_handout(.Rmd,.pdf)05_presentation.pdf05_pres_prep.R05_session.Rmd
-
Rstudio Desktop, from the daily builds [https://www.rstudio.com/products/rstudio/download/preview/](https://www.rstudio.com/products/rstudio/download/preview/) Installing this will automatically install the latest
Rversion, which we need. -
Windows users: RTools will be required, please install it: https://cran.r-project.org/bin/windows/Rtools/: if you're having trouble, see: https://www.youtube.com/watch?v=FXWLR2DGgI8&t=34s
-
Mac users: Xquartz may be required, please install it: https://www.xquartz.org/
githttps://git-scm.com/downloadshttps://git-scm.com/downloads No need for a separategitprogram. We'll just use it fromRstudioa bit.latexif you don't have it, you can straight fromRusing thetinytexpackage.library(tinytex) install_tinytex()
( how to do a full version upgrade, including all packages)
- Update R, R packages and R studio on different platforms https://bootstrappers.umassmed.edu/bootstrappers-courses/courses/rCourse/Additional_Resources/Updating_R.html