From f58bda51f5af4d0e90d8b698cadf998754293e12 Mon Sep 17 00:00:00 2001 From: James Black Date: Fri, 23 Feb 2024 09:43:47 +0100 Subject: [PATCH] add giscus and small copy edits --- .../posts/code-coverage.qmd | 2 +- index.qmd | 29 +++++++++++++++++-- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/content/cicdworkflows-minimum/posts/code-coverage.qmd b/content/cicdworkflows-minimum/posts/code-coverage.qmd index fc2a450..b5f1663 100644 --- a/content/cicdworkflows-minimum/posts/code-coverage.qmd +++ b/content/cicdworkflows-minimum/posts/code-coverage.qmd @@ -27,7 +27,7 @@ It's important to note that code coverage is only telling you if a test exists, testing all that should be tested against that line of code. For information on how to add testing to R packages, [R-pkgs.org](https://r-pkgs.org/testing-basics.html) covers -setting up tests with test that. +setting up tests with `testthat`. ## How do I set it up? diff --git a/index.qmd b/index.qmd index d0ea1b0..30152bc 100644 --- a/index.qmd +++ b/index.qmd @@ -54,11 +54,12 @@ toc: false ::: grid ::: {.g-col-12 .g-col-lg-8 .top-story-text} ## Welcome to the home of **PharmaDevOps** -This PHUSE working group is initially focussed on ensuring R package authors -can easily add CICD to pharmaverse R packages +This PHUSE working group is focussed on ensuring R package authors new +to concepts like CICD can +can easily add these useful automations to pharmaverse R packages and related biostatistical packages. -Our aim is not to re-invent the wheel. We hope to both +We hope to both convince package developers of the value of CICD, provide a minimum bar of what is expected, and provide a set of tools to make it easy to implement. @@ -158,4 +159,26 @@ The following CICD are tools are optional tools for power users. ::: ::: +::: + + +::: {.content-container} +```{=html} + +``` ::: \ No newline at end of file