Skip to content

Latest commit

 

History

History
executable file
·
35 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

executable file
·
35 lines (19 loc) · 931 Bytes

Jodavid Ferreira's CV (in Portuguese)

Here you will find the source code of Jodavid Ferreira's CV produced with pagedown package through the template Nick Strayer. Below are some important links:

pagedown link: https://github.com/rstudio/pagedown

☑ CV link (online): https://jodavid.github.io/cv/

☑ CV link (pdf): https://github.com/jodavid/cv/raw/master/jodavid_cv.pdf

☑ source code link: https://github.com/jodavid/cv

☑ Jodavid Page: https://jodavid.github.io/

Required packages

#' ----------------------------
install.packages("devtools")
#' ----------------------------
install.packages("pagedown")
#' ----------------------------
devtools::install_github('mitchelloharawild/icons@v0.1.0')
#' ----------------------------
devtools::install_github("nstrayer/datadrivencv")
#' ----------------------------