From 3130318e96a0c715d528a4362e73e68960b351c3 Mon Sep 17 00:00:00 2001 From: hansvancalster Date: Tue, 13 Feb 2024 08:43:37 +0100 Subject: [PATCH 1/3] add NCA_validatingextend repo as submodule --- .gitmodules | 3 +++ NCA_validatingextend | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 NCA_validatingextend diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eee18f5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "NCA_validatingextend"] + path = NCA_validatingextend + url = https://github.com/RCinbo/NCA_validatingextend diff --git a/NCA_validatingextend b/NCA_validatingextend new file mode 160000 index 0000000..cce90db --- /dev/null +++ b/NCA_validatingextend @@ -0,0 +1 @@ +Subproject commit cce90db8132c7ce1484740be627a99e5fff67d5d From 557e67a9179ae7c465a25adff86e1f8a9bc5e0c2 Mon Sep 17 00:00:00 2001 From: hansvancalster Date: Tue, 13 Feb 2024 09:07:01 +0100 Subject: [PATCH 2/3] update submodule --- NCA_validatingextend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCA_validatingextend b/NCA_validatingextend index cce90db..ae9af11 160000 --- a/NCA_validatingextend +++ b/NCA_validatingextend @@ -1 +1 @@ -Subproject commit cce90db8132c7ce1484740be627a99e5fff67d5d +Subproject commit ae9af11ec994da062b0286cd09dc5ca23c1a2a55 From 8c0f5d6808a10e6047fd8d0a3290fc9deef4bd5e Mon Sep 17 00:00:00 2001 From: hansvancalster Date: Tue, 13 Feb 2024 09:30:03 +0100 Subject: [PATCH 3/3] ignore submodule spelling --- checklist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/checklist.yml b/checklist.yml index 288e149..f269106 100644 --- a/checklist.yml +++ b/checklist.yml @@ -22,6 +22,7 @@ spelling: ignore: - .github - LICENSE.md + - NCA_validatingextend - source/checklist.R - source/validatie/LICENSE.md - source/validatie/000_abstract.Rmd