-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 934 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
31
32
33
34
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 <[email protected]>
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,
magrittr,
pagedown,
fs,
icon (>= 0.1.0),
whisker
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Remotes:
ropenscilabs/icon