• Stars
    star
    1,213
  • Rank 38,632 (Top 0.8 %)
  • Language
    R
  • Created about 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

R Markdown Résumés and CVs

vitae

/ˈviːteɪ/

CRAN status R check status Lifecycle: maturing Downloads

Templates and tools for making a Résumé/CV

The vitae package makes creating and maintaining a Résumé or CV with R Markdown simple. It provides a collection of LaTeX and HTML templates, with helpful functions to add content to the documents.

Installation

You can install the release version from CRAN.

install.packages('vitae')

You can install the development version from GitHub.

# install.packages("remotes")
remotes::install_github("mitchelloharawild/vitae")

This package requires LaTeX to be installed on your computer. If you’re encountering issues, please check that LaTeX is installed. The tinytex package makes it easy to setup LaTeX within R:

install.packages('tinytex')
tinytex::install_tinytex()

Getting started

The vitae package currently supports 6 popular CV templates. You can see some previews of the available templates below.

If you prefer a guided introduction in video form, check out Bryan JenksfreeCodeCamp tech talk:

Creating a new CV with vitae can be done using the RStudio R Markdown template selector:

These templates leverage the strength of rmarkdown to include common information in the YAML header (name, position, social links…) and extended information in the main body. The main body of the CV is written using markdown, and allows for data-driven generation of entries using the *_entries functions. This allows you to import your working history from other sources (such as ORCID, Google Scholar, or a maintained dataset), and include them programmatically into your CV.

Examples of using this package can be found in the list below and in the slides presented at ozunconf2018: https://slides.mitchelloharawild.com/vitae/

Templates

There are currently 6 templates available in this package:

vitae::awesomecv vitae::hyndman
Preview of awesomecv Preview of hyndman
vitae::latexcv vitae::markdowncv
Preview of latexcv Preview of markdowncv
vitae::moderncv vitae::twentyseconds
Preview of moderncv Preview of twentyseconds

Extending the package to add new templates is a somewhat simple process (details in the creating vitae templates vignette).

Examples of using vitae

Add your vitae to the list using a PR.


Please note that the ‘vitae’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

The vitae project began as at rOpenSci’s OzUnconf 2018. A big thank you to rOpenSci and the event organisers for their work, which has played a big role in the formation of this package.

More Repositories

1

icons

R package to easily insert web icons to RMarkdown
R
309
star
2

distributional

Vectorised distributions for R
R
94
star
3

hexwall

R script to neatly align hexagon stickers
R
68
star
4

fable.prophet

fable extension for the prophet forecasting procedure
R
55
star
5

ggquiver

R package for quiver plots in 'ggplot2'
R
51
star
6

CV

Curriculum Vitae
TeX
38
star
7

talk-forecast-to-fable

HTML
8
star
8

talk-user2018-fasster

Presentation about FASSTER at useR! 2018
JavaScript
7
star
9

workshop-fable-user2024

Materials for a 3 hour workshop on tidy forecasting for useR! 2024
HTML
6
star
10

tidyverse-dev-day

Shiny app for tracking tidyverse developer day issues
R
5
star
11

fable.timegpt

fable sdk for the timegpt forecasting api
R
4
star
12

slides

Repository used to host all slides at slides.mitchelloharawild.com
JavaScript
4
star
13

mixtime

Mixed time vectors for R
R
4
star
14

ggicon

Icon Geometries for 'ggplot2'
R
4
star
15

talk-tfeam2018

Slides and resources for the fable talk at TFEAM
JavaScript
4
star
16

workshop-r-medicine-2024

Materials for a 3 hour workshop on tidy time series analysis and forecasting for R/Medicine 2024
SCSS
4
star
17

workshop-nyr2023

Slides, exercises and materials for the NYR 2023 tidy time series and forecasting workshop
TeX
3
star
18

talk-distributional

HTML
3
star
19

slides_old

Slides for presentations
HTML
3
star
20

rstudioconf20-helper

Small shiny app to help with selecting sessions from the rstudio::conf(2020) agenda
R
3
star
21

ShinyGrader

A shiny app to assist with the grading of R Markdown assignments
R
3
star
22

quarto-learnr

A quarto and webr conversion of the numbats/learnr project (WIP)
HTML
3
star
23

talk-research-practices-quarto

A Monash University workshop presentation for good research practices with Quarto
HTML
2
star
24

graphvec

Vectorised graph data structures for R
R
2
star
25

fable.tscount

Fable Modelling Wrappers for 'tscount'
R
2
star
26

obsbot-tiny-2-control

Send commands via Python to control AI modes of the OBSBOT Tiny 2
Python
2
star
27

feasts.tsfresh

R interface to the tsfresh python library
R
2
star
28

workshop-shiny-intermediate

Workshop materials for communicating data with R packages
HTML
2
star
29

talk-fable-combinations

Slides and resources for the fable talk at useR!2019 and ISF 2019
JavaScript
2
star
30

talk-reconciling-graphs

TeX
2
star
31

blog

Written in blogdown, powered by hugo, hosted by netlify
CSS
2
star
32

talk-prato2023

JavaScript
1
star
33

talk-moodlequiz

Slides and resources for the moodlequiz talk OZCOTS 2023
SCSS
1
star
34

talk-pruning-graphs

HTML
1
star
35

OnePackagePerMeetup-gganimate

HTML
1
star
36

monash-intro-r

Experimental intro R course for Monash students
CSS
1
star
37

hive

Team hive's entry to the useR!2018 datathon
R
1
star
38

workshop-shiny-ssa23

Materials for a 3 hour workshop on the basics of shiny developed for the SSA SCV 2023 workshop
JavaScript
1
star
39

talk-statistical-software-design

CSS
1
star
40

workshop-shiny-basics

Materials for a 3 hour workshop on the basics of shiny developed for the WOMBAT 2022 workshop
HTML
1
star
41

workshop-f4sg-um6p

Materials for a 2 day forecasting for social good workshop in Morocco
HTML
1
star
42

logical

Truth tables and other functions symbolic logic
R
1
star
43

talk-researchtools-rmd

Monash University Research Tools - More R Markdown
JavaScript
1
star
44

phd-confirmation

Materials for my PhD confirmation's panel presentation and report
HTML
1
star