From bcb1bf6ddcad102c385ac8be55c641439f790481 Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Fri, 6 Sep 2024 17:50:49 -0700 Subject: [PATCH] README: rhub2::nnn -> rhub::nnn --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e11af8d..542001c 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream ## Add the workflow file to git using `git add <filename>`. ## Commit it to git using `git commit`. ## Push the commit to GitHub using `git push`. -## Call `rhub2::rhub_doctor()` to check that you have set up R-hub correctly. -## Call `rhub2::rhub_check()` to check your package. +## Call `rhub::rhub_doctor()` to check that you have set up R-hub correctly. +## Call `rhub::rhub_check()` to check your package. @@ -114,7 +114,7 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream ## Found repository on GitHub at <https://github.com/r-lib/cli>. ## GitHub PAT has the right scopes. ## Found R-hub workflow in default branch, and it is active. -## → WOOT! You are ready to run `rhub2::rhub_check()` on this package. +## → WOOT! You are ready to run `rhub::rhub_check()` on this package. @@ -208,7 +208,7 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream ## Found git repository at /private/tmp/cli. ## Found GitHub PAT. ## -## Available platforms (see `rhub2::rhub_platforms()` for details): +## Available platforms (see `rhub::rhub_platforms()` for details): ## ## 1 [VM] linux R-* (any version) ubuntu-latest on G… ## 2 [VM] macos R-* (any version) macos-latest on Gi…