Skip to content

Commit

Permalink
Fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 4, 2023
1 parent efd23d4 commit 3f6f43f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: file-contents-sorter
files: '^\.Rbuildignore$'
- id: end-of-file-fixer
exclude: '\.Rd'
exclude: '\.Rd|\.csv'
- id: mixed-line-ending
args: ['--fix=no']
- repo: local
Expand Down
15 changes: 13 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,27 @@ Suggests:
httr,
knitr,
lintr,
odbc,
openxlsx,
pkgdown,
purrr,
readr,
RColorBrewer,
readxl,
rmarkdown,
scales,
sf,
snakecase,
stringr,
testthat
tabulizer,
testthat,
tidyr,
units,
usethis
Depends:
R (>= 2.10)
Remotes:
github::paleolimbot/geoarrow
paleolimbot/geoarrow,
ropensci/tabulizer
Config/Requires_DB_Version: 2021.0.4
Config/Wants_DB_Version: 2021.0.4

0 comments on commit 3f6f43f

Please sign in to comment.