GitHub - ganthonyr/CV: This repo contains my CV and the code used to build it. (original) (raw)

This repo contains my CV and the code used to build it.

I recently found the vitae package developed by Mitchell O'Hara-Wild and decided to explore it. What I liked the most is that I got a nice CV for free, thanks to ideas inspired by other repositories (the links I leave for them in the respective parts of the code).

So, I decided to share my code in case anyone wants to make their own based on the model I used. Also, this is the first uploaded example of a CV in spanish made with the VITAE package.

You are welcome to copy the files and make your own edits.
---
Make sure to install tinytex, vitae, kableExtra and huxtable packages if you haven't done so:

install.packages("tinytex")
tinytex::install_tinytex()
install.packages(c("vitae", "kableExtra", "huxtable"))