From 84341cdadb2ea65f8f05473b843a84088a843870 Mon Sep 17 00:00:00 2001 From: "Henrik Sparre Spiegelhauer (HSPU)" Date: Wed, 20 Mar 2024 16:21:21 +0100 Subject: [PATCH] Fix naming for pre-commit files --- .pre-commit-hooks.yaml | 6 ++++++ DESCRIPTION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..c18bce8 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: org-hook + name: org-wide hooks + language: script + entry: ./run-org-hooks + verbose: true + require_serial: true \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index ea6f53b..dad51ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ramnog Title: Facilitating AMNOG style analysis pipelines -Version: 0.1.0 +Version: 0.1.1 Authors@R: c(person("MEWP (Matthew David Phelps)", , , "mewp@novonordisk.com", role = c("aut")), person("NOSJ (Nicolai Skov Johnsen)",, , "nosj@novonordisk.com", role = c("aut")),