Compare commits
No commits in common. "7e7ec460e87b3309dcbe1808560d27cfe6cd74df" and "3c68ab35688513583fb6510063329f204df79cc5" have entirely different histories.
7e7ec460e8
...
3c68ab3568
2 changed files with 2 additions and 3 deletions
|
@ -5,6 +5,5 @@ linters: linters_with_defaults(
|
|||
, indentation_linter(
|
||||
hanging_indent_style = "never"
|
||||
)
|
||||
,trailing_blank_lines_linter = NULL
|
||||
) # see vignette("lintr")
|
||||
encoding: "UTF-8"
|
|
@ -5,5 +5,5 @@ box::use(
|
|||
pdftools
|
||||
)
|
||||
|
||||
#TODO Change from HardCode
|
||||
txt <- pdftools$pdf_text("kyle_resume.pdf")
|
||||
txt <- pdftools$pdf_text('kyle_resume.pdf')
|
||||
|
Loading…
Reference in a new issue