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

https://github.com/bschilder/autocv

Automatically generate and style your CV from tables.
https://github.com/bschilder/autocv

automation cv professional-development r-package

Last synced: over 1 year ago
JSON representation

Automatically generate and style your CV from tables.

Awesome Lists containing this project

README

          

---
title: ""
author: "`r rworkflows::use_badges()`"
date: "

README updated: `r format( Sys.Date(), '%b-%d-%Y')`

"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
repo <- strsplit(URL,"/")[[1]][5]
```

## ``r pkg``: `r gsub("\n","",title)`

### `r gsub("\n","",description)`

## Installation

```R
if(!require("remotes")) install.packages("remotes")

remotes::install_github("`r paste(owner,repo,sep='/')`")
library(`r pkg`)
```
## Documentation

### [Website](https://`r owner`.github.io/`r repo`)
### [Getting started](https://`r owner`.github.io/`r repo`/articles/`r pkg`)


## Acknowledgements

``r pkg`` builds on the work of many others,
especially:
- [`pagedown`](https://github.com/rstudio/pagedown)
- [`rmarkdown`](https://github.com/rstudio/rmarkdown)


## Session Info

```{r}
utils::sessionInfo()
```