-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: autocv
Title: Generate ATS- and Web-Friendly Resume Documents from Spreadsheets
Version: 0.0.1
Authors@R:
person("Matthew", "Bain", , "bainmatt@outlook.com", role = c("aut", "cre"))
Description: autocv is a collection of functions for generating
your resume from data stored in a spreadsheet. It includes tools for
retrieving job postings from the web, analyzing their key words,
and assessing your resume based on its alignment with those key words.
Spreadsheet templates are provided with conditional formatting to evaluate
the quality of the content and skills included in your resume.
Functions and spreadsheets for generating cover letters, as well as
HTML, PDF, LaTeX, and plain text resumes, are included. The HTML version
is optimized for long-form web-hosted CVs, while the LaTeX version is
optimized for ATS compatibility.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
fs,
cli,
yaml,
glue,
here,
rlang,
utils,
rvest,
stats,
dplyr,
purrr,
tidyr,
tibble,
readxl,
writexl,
stringr,
ggplot2,
usethis,
magrittr,
graphics,
pagedown,
assertthat,
tidyselect
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
URL: https://bainmatt.github.io/autocv