Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.1 KB

Overview

The resume package provides a suite of custom R Markdown LaTeX formats and templates for authoring resumes and cover letters. That documents composition and formatting can be done using lightweight markdown syntax, and R code and its output can be seamlessly included using knitr. At the same time, classical pdf output conform precisely to job application submission standards.

Using resume

To use resume from RStudio:

  1. Install the latest RStudio.

  2. Install the development version from GitHub:

devtools::install_github("jacekpardyak/resume")
  1. Use the New R Markdown dialog to create resume or cover letter from appropriate template:

New R Markdown

  1. Modify the new created R Markdown document:

Modify R Markdown

  1. Use the Knit button to produce resulting document:

PDF from R Markdown