Shunkei Kakimoto
  • About
  • Research & Talks
  • Teaching
  • Posts
  • CV

On this page

  • Memorandums
  • R programming and Quarto
  • Book Notes

Posts

Memorandums

Using SSH to Access the Power of a Desktop Workstation from a Laptop

SSH provides a practical way to access the resources of a powerful desktop workstation from a laptop. This post explains why this works and how to set it up.

Jan 10, 2026
No matching items


R programming and Quarto

R (and Quarto) is my primary tools for my academic research. I use R for:

  • data wrangling, statistical analysis and visualization, and goespatial analysis.
  • integrating Python script and functions within R script using the reticulate package for specific tasks
  • writing reproducible research documents such as academic papers, reports, and presentation slides in combination with Quarto and some VS code extensions (e.g., citation picker for Zotero).

Here, I share my experience of learning R and some useful resources that helped me along the way.

Mini Course: Introduction to R Programming

A beginner’s guide to R programming language

Jan 16, 2026
 
Reproducible Research with R and Quarto

A beginner’s guide to R programming language

Jan 16, 2026
No matching items


Book Notes

Back to top
 

© 2025 Shunkei Kakimoto