https://github.com/mps9506/cvr
:WIP:
https://github.com/mps9506/cvr
Last synced: 3 months ago
JSON representation
:WIP:
- Host: GitHub
- URL: https://github.com/mps9506/cvr
- Owner: mps9506
- License: other
- Created: 2020-07-17T12:53:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T03:10:03.000Z (over 2 years ago)
- Last Synced: 2025-02-24T06:41:39.057Z (3 months ago)
- Language: TeX
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](https://github.com/mps9506/CVR/actions)
[](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")
```
## AboutmpsCVR 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.