From 98c49b52d81b309fb3b04c2b56679006d1e157a4 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Tue, 24 Sep 2024 10:10:26 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- contributing.html | 106 +++--- conventions.html | 730 +++++++++++++++++++++++++++++++++++++ documenting_functions.html | 34 +- function_interfaces.html | 30 +- function_outputs.html | 40 +- gettingstarted.html | 24 +- index.html | 24 +- input_validation.html | 34 +- omop_packages.html | 24 +- optimising_code.html | 28 +- part_five.html | 28 +- part_four.html | 28 +- part_one.html | 24 +- part_three.html | 28 +- part_two.html | 28 +- readme.html | 36 +- releasing.html | 32 +- search.json | 66 ++-- unit_testing.html | 33 +- vignettes.html | 28 +- 21 files changed, 1134 insertions(+), 273 deletions(-) create mode 100644 conventions.html diff --git a/.nojekyll b/.nojekyll index 646f091..03b1191 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -3aaa62df \ No newline at end of file +9afa05c4 \ No newline at end of file diff --git a/contributing.html b/contributing.html index e60fb73..92c8cb6 100644 --- a/contributing.html +++ b/contributing.html @@ -7,7 +7,7 @@ -4  Contributing to a package – Building tidy R packages for the OMOP common data model +5  Contributing to a package – Building tidy R packages for the OMOP common data model + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + +
+ + + +
+ +
+
+

3  Conventions

+
+ + + +
+ + + + +
+ + + +
+ + +

Our code adheres to some style conventions as decribed in this chapter.

+
+

3.1 Casing

+

In general we use camelCase naming for arguments and functions.

+ + +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/documenting_functions.html b/documenting_functions.html index bc0936d..4f1fb63 100644 --- a/documenting_functions.html +++ b/documenting_functions.html @@ -7,7 +7,7 @@ -5  Documenting functions – Building tidy R packages for the OMOP common data model +6  Documenting functions – Building tidy R packages for the OMOP common data model