diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62231f7..e9477b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 85ce57b..83b6aea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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