From f805bdcac6b8191d12bc75b3b69accc2c0ed3cf8 Mon Sep 17 00:00:00 2001 From: Pascal Burkhard Date: Sun, 21 Jul 2024 16:00:43 +0200 Subject: [PATCH] Package release --- .pre-commit-config.yaml | 31 ------------------------------- NEWS.md | 4 ++++ 2 files changed, 4 insertions(+), 31 deletions(-) create mode 100644 NEWS.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52a8b2b..2df8125 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,37 +8,6 @@ repos: args: [--style_pkg=styler, --style_fun=tidyverse_style] - id: roxygenize - id: use-tidy-description - - id: spell-check - exclude: > - (?x)^( - .*\.[rR]| - .*\.feather| - .*\.jpeg| - .*\.pdf| - .*\.png| - .*\.py| - .*\.RData| - .*\.rds| - .*\.Rds| - .*\.Rproj| - .*\.sh| - (.*/|)\.gitignore| - (.*/|)\.gitlab-ci\.yml| - (.*/|)\.lintr| - (.*/|)\.pre-commit-.*| - (.*/|)\.Rbuildignore| - (.*/|)\.Renviron| - (.*/|)\.Rprofile| - (.*/|)\.travis\.yml| - (.*/|)appveyor\.yml| - (.*/|)NAMESPACE| - (.*/|)renv/settings\.dcf| - (.*/|)renv\.lock| - (.*/|)WORDLIST| - \.github/workflows/.*| - data/.*| - Makefile| - )$ - id: lintr - id: parsable-R - id: no-browser-statement diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..0516166 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,4 @@ +# geotools 1.0.0 + +* Release package +* Added a `NEWS.md` file to track changes to the package.