diff --git a/404.html b/404.html index 7849a13..1e4a968 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,12 @@ Page not found (404) • ghactions4r + + + + + + @@ -13,6 +19,7 @@ + + + + + + @@ -14,6 +20,7 @@ + Articles • ghactions4rArticles • ghactions4r diff --git a/articles/set_up.html b/articles/set_up.html index 67a2509..9cf7e3b 100644 --- a/articles/set_up.html +++ b/articles/set_up.html @@ -6,6 +6,12 @@ Additional steps for setting up workflows for your R package • ghactions4r + + + + + + @@ -14,6 +20,7 @@ + Authors and Citation • ghactions4rAuthors and Citation • ghactions4r diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..4742893 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..bd07391 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..497f820 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 1d2ecba..edf311d 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,12 @@ Use GitHub Actions Reusable Workflows for R Packages • ghactions4r + + + + + + @@ -14,6 +20,7 @@ + Check the workflow name is formatted correctly — check_workflow_name • ghactions4rCheck the workflow name is formatted correctly — check_workflow_name • ghactions4r diff --git a/reference/figures/logo.png b/reference/figures/logo.png new file mode 100644 index 0000000..53c4350 Binary files /dev/null and b/reference/figures/logo.png differ diff --git a/reference/index.html b/reference/index.html index 0bf7ec2..1d669fc 100644 --- a/reference/index.html +++ b/reference/index.html @@ -1,5 +1,5 @@ -Function reference • ghactions4rFunction reference • ghactions4r diff --git a/reference/rm_dollar_sign.html b/reference/rm_dollar_sign.html index 20c9baf..9a98ad3 100644 --- a/reference/rm_dollar_sign.html +++ b/reference/rm_dollar_sign.html @@ -1,5 +1,5 @@ -Replace dollar sign operator in a file — rm_dollar_sign • ghactions4rReplace dollar sign operator in a file — rm_dollar_sign • ghactions4r diff --git a/reference/use_build_deploy_bookdown.html b/reference/use_build_deploy_bookdown.html index 36d7535..1f1a501 100644 --- a/reference/use_build_deploy_bookdown.html +++ b/reference/use_build_deploy_bookdown.html @@ -1,7 +1,7 @@ -use workflow in current pkg to build and deploy (update) bookdown Builds the bookdown, then deploys it to a branch in the same repository called gh-pages. The repository must be — use_build_deploy_bookdown • ghactions4ruse workflow in current pkg to build and deploy (update) bookdown Builds the bookdown, then deploys it to a branch in the same repository called gh-pages. The repository must be — use_build_deploy_bookdown • ghactions4r diff --git a/reference/use_build_pkgdown.html b/reference/use_build_pkgdown.html index be8f3e1..082772c 100644 --- a/reference/use_build_pkgdown.html +++ b/reference/use_build_pkgdown.html @@ -1,5 +1,5 @@ -use workflow in current pkg to check pkgdown site builds. — use_build_pkgdown • ghactions4ruse workflow in current pkg to check pkgdown site builds. — use_build_pkgdown • ghactions4r diff --git a/reference/use_calc_coverage.html b/reference/use_calc_coverage.html index d50c270..4d31c78 100644 --- a/reference/use_calc_coverage.html +++ b/reference/use_calc_coverage.html @@ -1,5 +1,5 @@ -workflow for calculating code coverage — use_calc_coverage • ghactions4rworkflow for calculating code coverage — use_calc_coverage • ghactions4r diff --git a/reference/use_connect_publish.html b/reference/use_connect_publish.html index d640905..d3358ee 100644 --- a/reference/use_connect_publish.html +++ b/reference/use_connect_publish.html @@ -1,8 +1,8 @@ -use workflow to publish to Posit Connect from a private repo — use_connect_publish • ghactions4ruse workflow to publish to Posit Connect from a private repo — use_connect_publish • ghactions4r diff --git a/reference/use_doc_and_style_r.html b/reference/use_doc_and_style_r.html index 60105bb..9f96755 100644 --- a/reference/use_doc_and_style_r.html +++ b/reference/use_doc_and_style_r.html @@ -1,6 +1,6 @@ -Use workflow in current pkg to automate documenting and styling — use_doc_and_style_r • ghactions4rUse workflow in current pkg to automate documenting and styling — use_doc_and_style_r • ghactions4r diff --git a/reference/use_r_cmd_check.html b/reference/use_r_cmd_check.html index 7682cf4..1937ce9 100644 --- a/reference/use_r_cmd_check.html +++ b/reference/use_r_cmd_check.html @@ -1,5 +1,5 @@ -Use workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions — use_r_cmd_check • ghactions4rUse workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions — use_r_cmd_check • ghactions4r diff --git a/reference/use_spell_check.html b/reference/use_spell_check.html index 358d131..684d2ef 100644 --- a/reference/use_spell_check.html +++ b/reference/use_spell_check.html @@ -1,5 +1,5 @@ -use workflow to run spelling::spell_check_package() — use_spell_check • ghactions4ruse workflow to run spelling::spell_check_package() — use_spell_check • ghactions4r diff --git a/reference/use_style_description.html b/reference/use_style_description.html index 9d19926..a74474b 100644 --- a/reference/use_style_description.html +++ b/reference/use_style_description.html @@ -1,6 +1,6 @@ -use workflow in current pkg to run usethis::use_tidy_description() — use_style_description • ghactions4ruse workflow in current pkg to run usethis::use_tidy_description() — use_style_description • ghactions4r diff --git a/reference/use_style_r_code.html b/reference/use_style_r_code.html index 6ab5cce..3d3c928 100644 --- a/reference/use_style_r_code.html +++ b/reference/use_style_r_code.html @@ -1,5 +1,5 @@ -use workflow in current pkg to run styler::style_pkg() and submit results as a PR — use_style_r_code • ghactions4ruse workflow in current pkg to run styler::style_pkg() and submit results as a PR — use_style_r_code • ghactions4r diff --git a/reference/use_update_pkgdown.html b/reference/use_update_pkgdown.html index 7e6066e..7f62d80 100644 --- a/reference/use_update_pkgdown.html +++ b/reference/use_update_pkgdown.html @@ -1,5 +1,5 @@ -use workflow in current pkg to update pkg down, where the site is deployed to a branch called gh-pages — use_update_pkgdown • ghactions4ruse workflow in current pkg to update pkg down, where the site is deployed to a branch called gh-pages — use_update_pkgdown • ghactions4r diff --git a/reference/use_update_roxygen_docs.html b/reference/use_update_roxygen_docs.html index 48b8274..c137542 100644 --- a/reference/use_update_roxygen_docs.html +++ b/reference/use_update_roxygen_docs.html @@ -1,5 +1,5 @@ -use workflow in current pkg to run devtools::document() and submit results as a PR — use_update_roxygen_docs • ghactions4ruse workflow in current pkg to run devtools::document() and submit results as a PR — use_update_roxygen_docs • ghactions4r