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
- Host: GitHub
- URL: https://github.com/pakillo/cvtools
- Owner: Pakillo
- Created: 2015-03-04T18:23:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T23:30:53.000Z (over 10 years ago)
- Last Synced: 2025-03-20T16:57:52.494Z (about 1 year ago)
- Language: R
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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")
```