Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.41 KB

Rob Wiederstein's Curriculum Vitae

The CV is built using R. The repository is organized by (1) structure, (2) tools and a "to-do" list. Its origin is the repository authored by Sam Abbot.

Structure

  • cv/cv.Rmd: CV structure implemented as an {rmarkdown} document.
  • data/*.csv: Data on each CV subcategory.
  • scripts/install.R: Installs/loads all R dependencies using the {pacman} 📦.
  • tic.R: Uses {tic} to define the Travis CI build and deployment steps.
  • Dockerfile: Specifies the docker environment.
  • .travis.yml: Specifies the remote building of the CV on Travis CI. Automated using {tic}.

Tools

  • The {vitae} 📦 is used to provide a CV template.
  • {tidyverse} :tool: are used for data read in and manipulation.
  • {here} 📦 for path management.
  • {tinytex} 📦 to manage LaTex installation and additional packages.
  • Docker and Docker Hub is used to ensure a reproducible environment.

Acknowledgements