Skip to content

Commit

Permalink
small typos in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Jun 4, 2024
1 parent c439dc3 commit ca2d5d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/rhubv2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ vignette: >

## Introduction

R-hub v2, i.e. version 2 or later of the rhub package is a completely
new check system. In this acticle we highlight the differences between
R-hub v2, i.e. version 2 or later of the rhub package, is a completely
new check system. In this article we highlight the differences between
the old and the new system.

There are two ways to use R-hub v2. The recommended way is to store your
Expand Down Expand Up @@ -48,7 +48,7 @@ are ready to call start checks with `rhub_check()`.
changes in your local git clone. You need to push the changes to
GitHub first. You can use a non-default branch, with the `branch`
argument of `rhub_check()`.
- You'll not get an email about the check results. But you'll receive
- You won't get an email about the check results. But you'll receive
regular GitHub notifications about check failures, unless you opt out.
Github can also turn these into emails if you like.
- There is no live output from the check at the R console. See the
Expand Down Expand Up @@ -111,7 +111,7 @@ The process is similar to the first version of R-hub:
* Currently you need to create a GitHub account to see the check logs of
your package. You don't need a GitHub account to submit the checks.

To avoid these limitations (except for the neeed for a GitHub account),
To avoid these limitations (except for the need for a GitHub account),
put your package in a GitHub repository, and use the `rhub_setup()` and
`rhub_check()` functions instead of `rc_submit()` and the R Consortium
runners.

0 comments on commit ca2d5d8

Please sign in to comment.