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.
cv/cv.Rmd
: CV structure implemented as an{rmarkdown}
document.data/*.csv
: Data on each CV subcategory.scripts/install.R
: Installs/loads allR
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}
.
- 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.