-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathDESCRIPTION
30 lines (30 loc) · 867 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: datadrivencv
Type: Package
Title: Templates and helper functions for building a CV with spreadsheets
Version: 0.1.0
URL: http://nickstrayer.me/datadrivencv, https://github.com/nstrayer/datadrivencv
Author: Nick Strayer
Maintainer: Nick Strayer <nick.strayer@gmail.com>
Description: Separates the CV format from the content using spreadsheets, RMarkdown, and Pagedown. Built to allow easy out-of-the-box behavior, but also to allow you to go beyond the defaults with customization and lack of lock-in to a given format.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
tidyr,
glue,
readr,
googlesheets4,
lubridate,
purrr,
stringr,
pagedown,
fs,
whisker
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr