From ee2e38538d9165082bb5fdc5f77ba7d67786a6ca Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:18:40 +0100 Subject: [PATCH] reorg yaml files --- DESCRIPTION | 2 +- NEWS.md | 2 ++ codecov.yml | 14 -------------- _pkgdown.yml => pkgdown/_pkgdown.yml | 0 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 codecov.yml rename _pkgdown.yml => pkgdown/_pkgdown.yml (100%) diff --git a/DESCRIPTION b/DESCRIPTION index ffd83b9..b4dc2d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: secretbase Type: Package Title: Cryptographic Hash, Extendable-Output and Base64 Functions -Version: 1.0.1 +Version: 1.0.1.9000 Description: Fast and memory-efficient streaming hash functions and base64 encoding and decoding. Performs direct hashing of strings and raw vectors. Stream hashes files potentially larger than memory, as well as in-memory diff --git a/NEWS.md b/NEWS.md index a3c0a89..a101b96 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# secretbase 1.0.1.9000 (development) + # secretbase 1.0.1 * Improved error message if argument 'convert' is not of logical type. diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 04c5585..0000000 --- a/codecov.yml +++ /dev/null @@ -1,14 +0,0 @@ -comment: false - -coverage: - status: - project: - default: - target: auto - threshold: 1% - informational: true - patch: - default: - target: auto - threshold: 1% - informational: true diff --git a/_pkgdown.yml b/pkgdown/_pkgdown.yml similarity index 100% rename from _pkgdown.yml rename to pkgdown/_pkgdown.yml