An open API service indexing awesome lists of open source software.

https://github.com/mps9506/cvr

:WIP:
https://github.com/mps9506/cvr

Last synced: 3 months ago
JSON representation

:WIP:

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# CVR

[![R build status](https://github.com/mps9506/CVR/workflows/R-CMD-check/badge.svg)](https://github.com/mps9506/CVR/actions)
[![license](https://img.shields.io/badge/license-MIT + file LICENSE-lightgrey.svg)](https://choosealicense.com/)

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# uncomment line below to install the remotes package
# install.packages("remotes")
remotes::install_github("mps9506/CVR")
```
## About

mpsCVR is a personal R package to automate generation of my CV and resume. CVR is based heavily on [datadrivencv](https://github.com/nstrayer/datadrivencv) and [vitae](https://github.com/mitchelloharawild/vitae).

The CV templates within the packages are provided by [svm-r-markdown-templates](https://github.com/svmiller/svm-r-markdown-templates), licensed under MIT and by [yaac-another-awesome-cv](https://github.com/darwiin/yaac-another-awesome-cv), licensed under The LaTeX Project Public License. There are no plans to release this package since it is heavily customized for my needs but does not provide any additional functionality to the above codebases.

See [this repo](https://github.com/mps9506/CV-RMD) for a usage example.