Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: rhub2::nnn -> rhub::nnn #639

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream
## <span style="color: #66C2CD;">•</span> Add the workflow file to git using `git add &lt;filename&gt;`.
## <span style="color: #66C2CD;">•</span> Commit it to git using `git commit`.
## <span style="color: #66C2CD;">•</span> Push the commit to GitHub using `git push`.
## <span style="color: #66C2CD;">•</span> Call `rhub2::rhub_doctor()` to check that you have set up R-hub correctly.
## <span style="color: #66C2CD;">•</span> Call `rhub2::rhub_check()` to check your package.
## <span style="color: #66C2CD;">•</span> Call `rhub::rhub_doctor()` to check that you have set up R-hub correctly.
## <span style="color: #66C2CD;">•</span> Call `rhub::rhub_check()` to check your package.
</pre>

</div>
Expand All @@ -114,7 +114,7 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream
## <span style="color: #A8CC8C;">✔</span> Found repository on GitHub at <span style="font-style: italic;color: #71BEF2;">&lt;https://github.com/r-lib/cli&gt;</span>.
## <span style="color: #A8CC8C;">✔</span> GitHub PAT has the right scopes.
## <span style="color: #A8CC8C;">✔</span> 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.
</pre>

</div>
Expand Down Expand Up @@ -208,7 +208,7 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream
## <span style="color: #A8CC8C;">✔</span> Found git repository at <span style="color: #71BEF2;">/private/tmp/cli</span>.
## <span style="color: #A8CC8C;">✔</span> Found GitHub PAT.
##
## Available platforms (see `rhub2::rhub_platforms()` for details):
## Available platforms (see `rhub::rhub_platforms()` for details):
##
## 1 [VM] <span style="font-weight: bold;color: #71BEF2;">linux</span> R-* (any version) ubuntu-latest on G…
## 2 [VM] <span style="font-weight: bold;color: #71BEF2;">macos</span> R-* (any version) macos-latest on Gi…
Expand Down
Loading