diff --git a/content/cicdworkflows-enhanced/index.html b/content/cicdworkflows-enhanced/index.html index 0a90704..e541126 100644 --- a/content/cicdworkflows-enhanced/index.html +++ b/content/cicdworkflows-enhanced/index.html @@ -241,7 +241,7 @@
diff --git a/content/cicdworkflows-minimum/posts/code-coverage.html b/content/cicdworkflows-minimum/posts/code-coverage.html index fa2d7da..cdaf26f 100644 --- a/content/cicdworkflows-minimum/posts/code-coverage.html +++ b/content/cicdworkflows-minimum/posts/code-coverage.html @@ -262,7 +262,7 @@
This workflow measures code coverage for unit tests and reports the code coverage as a percentage of the total number of lines covered by unit tests vs. the total number of lines in the codebase in an R package.
It’s important to note that code coverage is only telling you if a test exists, not that the test is testing all that should be tested against that line of code.
-For information on how to add testing to R packages, R-pkgs.org covers setting up tests with test that.
+For information on how to add testing to R packages, R-pkgs.org covers setting up tests with testthat
.
diff --git a/index.html b/index.html index 9184d61..253bd76 100644 --- a/index.html +++ b/index.html @@ -228,8 +228,8 @@
This PHUSE working group is initially focussed on ensuring R package authors can easily add CICD to pharmaverse R packages and related biostatistical packages.
-Our aim is not to re-invent the wheel. 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.
+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.
+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.