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

https://github.com/pakillo/cvtools

Tools related to CV preparation and analysis in R/Rmarkdown
https://github.com/pakillo/cvtools

Last synced: about 1 year ago
JSON representation

Tools related to CV preparation and analysis in R/Rmarkdown

Awesome Lists containing this project

README

          

## CVtools package

Tools related to preparation and analysis of academic CVs.

This R package contains tools and functions to help prepare a modern, dynamic, academic CV (with citations, altmetrics, etc), plus CV analysis tools (e.g. citation or coauthorship networks). It is particularly aimed for CVs maintained in Rmarkdown format.

To install the package, use

```{r}
library(devtools)
install_github("Pakillo/CVtools")
```