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") #' ----------------------------