From d0e6c5c830fc2baf6d0b4d232294ec1ea5e4c463 Mon Sep 17 00:00:00 2001 From: javibio-git Date: Thu, 17 Oct 2024 16:50:33 -0400 Subject: [PATCH 1/3] Add appendix rmd and mod bookdown.yml --- _bookdown.yml | 3 ++- appendix.Rmd | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 appendix.Rmd diff --git a/_bookdown.yml b/_bookdown.yml index f07d9bd..c272409 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -8,7 +8,8 @@ rmd_files: ["index.Rmd", "wrap-tool.Rmd", "feat-reqs.Rmd", "About.Rmd", - "References.Rmd"] + "References.Rmd" + "appendix.Rmd"] new_session: yes bibliography: [book.bib] delete_merged_file: true diff --git a/appendix.Rmd b/appendix.Rmd new file mode 100644 index 0000000..e69de29 From aa3634f15d41f812ba67d6d38584b5ab859d0cb3 Mon Sep 17 00:00:00 2001 From: Javier Carpinteyro-Ponce Date: Fri, 18 Oct 2024 15:19:22 -0400 Subject: [PATCH 2/3] Update _bookdown.yml Co-authored-by: Kate Isaac <41767733+kweav@users.noreply.github.com> --- _bookdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_bookdown.yml b/_bookdown.yml index c272409..7603492 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -8,7 +8,7 @@ rmd_files: ["index.Rmd", "wrap-tool.Rmd", "feat-reqs.Rmd", "About.Rmd", - "References.Rmd" + "References.Rmd", "appendix.Rmd"] new_session: yes bibliography: [book.bib] From 0976676efea4534cb5584944044a9e8058940922 Mon Sep 17 00:00:00 2001 From: Javier Carpinteyro-Ponce Date: Fri, 18 Oct 2024 15:23:05 -0400 Subject: [PATCH 3/3] Update appendix.Rmd Added some text --- appendix.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/appendix.Rmd b/appendix.Rmd index e69de29..2e06c34 100644 --- a/appendix.Rmd +++ b/appendix.Rmd @@ -0,0 +1 @@ +# Appendix