Skip to content

Commit b733fd7

Browse files
authored
Merge pull request #175 from Bisaloo/patch-1
Fix typos
2 parents c5ec645 + 365c959 commit b733fd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/post/2024-04-11-rhub2/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Using the R Consortium runners comes with some limitations.
266266
* Currently you need to create a GitHub account to see the check logs of
267267
your package. You don't need a GitHub account to submit the checks.
268268

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

content/post/2024-04-11-rhub2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Using the R Consortium runners comes with some limitations.
250250
- You have to wait at least five minutes between submissions with `rc_submit()`.
251251
- 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.
252252

253-
To avoid these limitations (except for the neeed for a GitHub accounr), 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.
253+
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.
254254

255255
# Feedback
256256

0 commit comments

Comments
 (0)