From db2e68fbaca9073d4449bc394f4b30b41f6547a7 Mon Sep 17 00:00:00 2001 From: k-doering-NOAA Date: Thu, 19 Dec 2024 19:17:32 +0000 Subject: [PATCH] Built site for ghactions4r@0.2.0: 4562601 --- articles/dependency_graph.html | 2 +- index.html | 2 +- pkgdown.yml | 2 +- reference/rm_dollar_sign.html | 16 ++-------------- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/articles/dependency_graph.html b/articles/dependency_graph.html index 38837e8..15273b0 100644 --- a/articles/dependency_graph.html +++ b/articles/dependency_graph.html @@ -117,7 +117,7 @@

Dependency graphghactions4r GitHub Actions workflows.

- + diff --git a/index.html b/index.html index 4910f5f..950ff8f 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@

How do I use these workflo
    -
  • To calculate code coverage using covr::codecov() :
  • +
  • To calculate code coverage using covr::codecov() :
 ghactions4r::use_calc_coverage()
diff --git a/pkgdown.yml b/pkgdown.yml index 32a19ef..fbf0bf2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,4 +4,4 @@ pkgdown_sha: ~ articles: dependency_graph: dependency_graph.html set_up: set_up.html -last_built: 2024-12-06T21:41Z +last_built: 2024-12-19T19:17Z diff --git a/reference/rm_dollar_sign.html b/reference/rm_dollar_sign.html index f881534..c52b70a 100644 --- a/reference/rm_dollar_sign.html +++ b/reference/rm_dollar_sign.html @@ -2,13 +2,7 @@ Replace dollar sign operator in a file — rm_dollar_sign • ghactions4r @@ -91,13 +85,7 @@

Replace dollar sign operator in a file

The dollar sign is convenient to write, but allows for partial matching, which we don't often want. This function takes a file and changes all dollar signs to double brackets with names in quotations instead. Note that this -function will incorrectly convert text enclosed in backticks that includes a dollar sign. -Note also that if a dollar sign is within a text -string enclosed with quotation marks, it will also not convert correctly and -so will exit on error. -(for example, "See test$name" would become -"See test[["name"]]", which is not parsable R code due to 2 sets of quotation -marks.)

+function will incorrectly convert text enclosed in backticks that includes a dollar sign.