forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
37 lines (25 loc) · 1.17 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# vitae <img src="man/figures/logo.png" align="right" />
*/ˈviːteɪ/*
[![CRAN status](https://www.r-pkg.org/badges/version/vitae)](https://cran.r-project.org/package=vitae)
## 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 **development** version from
[Github](https://github.com/ropenscilabs/vitae)
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ropenscilabs/vitae")
```
## Getting started
The documentation for this package is [still underway](https://github.com/ropenscilabs/vitae/issues/5).
For now, the slides presented at [ozunconf2018](https://ozunconf18.ropensci.org/) is a good place to find out how to use the package: [https://mitchelloharawild.com/vitae/](https://mitchelloharawild.com/vitae/)