Skip to content

Commit 1e5bbc2

Browse files
committed
Fix english
1 parent 1d54c67 commit 1e5bbc2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

MAINTAINERS.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ A PR can only be merged into master by a maintainer, if all of these conditions
1616

1717
Maintainers need to perform the following actions **in the order described here** to push out a release.
1818

19-
### Prepare a CRAN submission with `rhub`
19+
### Preparing a CRAN submission with `rhub`
2020

21-
Before starting a release, verify that the result of `rhub` package is stored in [cran-comments.md](cran-comments.md) (the recent result is on top of the file, and the oldest on the bottom).
22-
If not, you need to do the next steps.
21+
Before starting a release, check that the output of `rhub` package is stored in [cran-comments.md](cran-comments.md) (the recent output is at the top of the file, and the oldest at the bottom).
22+
If this is not the case, you must perform the following steps.
2323

2424
#### First installation
2525
```R
2626
install.packages("rhub")
2727
library(rhub)
2828
```
2929

30-
For the email address of the maintainer (described on [DESCRIPTION](DESCRIPTION)), `rhub` will ask you to generate a token (on the first check), or you can [reuse one](https://r-hub.github.io/rhub/reference/validate_email.html).
30+
For the email address of the maintainer (described in [DESCRIPTION](DESCRIPTION)), `rhub` will prompt you to generate a token (on the first check), or you can [reuse one](https://r-hub.github.io/rhub/reference/validate_email.html).
3131

3232
#### Check
3333
Follow this procedure: https://r-hub.github.io/rhub/articles/rhub.html#prepare-a-cran-submission.
@@ -36,8 +36,8 @@ Follow this procedure: https://r-hub.github.io/rhub/articles/rhub.html#prepare-a
3636
cran_prep <- check_for_cran()
3737
```
3838

39-
⚠️ In local, you can only see one environment execution.
40-
To see the other, you can get the URLs from the top of the local execution, and open it on a browser.
39+
⚠️ Locally, you can only see one run of the environment.
40+
To see the other one, you can get the URLs from the top of the local run, and open it on a browser.
4141

4242
Example:
4343
```R
@@ -47,13 +47,13 @@ https://builder.r-hub.io/status/bpmnVisualizationR_X.Y.Z.tar.gz-B
4747
https://builder.r-hub.io/status/bpmnVisualizationR_X.Y.Z.tar.gz-C
4848
```
4949

50-
#### Post traitement
50+
#### Post processing
5151
In [cran-comments.md](cran-comments.md):
52-
- On the top, add this template:
52+
- At the top, add this template:
5353
```mdxjs
5454
# bpmnVisualizationR <X.Y.Z>.9000
5555
56-
This is a <resubmission | new submission>. In this version, we have:
56+
This is a <re-submission | new submission>. In this version, we have:
5757
5858
* <NEW CHANGE>
5959
@@ -63,21 +63,21 @@ This is a <resubmission | new submission>. In this version, we have:
6363
## R CMD check results
6464
<RESULT OF check_for_cran()>
6565
66-
## Reply from CRAN for the last submission
66+
## Response to CRAN for last submission
6767
6868
> <CITATION>
6969
```
70-
- Choose if it is a `resubmission` or a `new submission`.
71-
- Add the new change of this release.
72-
- Copy-paste the result of the following command, after receiving the emails for all environments on the [email address](DESCRIPTION) of the maintainer from `check_for_cran()`:
70+
- Choose if this is a `re-submission` or a `new submission`.
71+
- Add the new change of this version.
72+
- Copy and paste the output of the following command, after receiving the emails for all environments on the maintainer's [email address](DESCRIPTION) from `check_for_cran()`:
7373
```R
7474
cran_prep$cran_summary()
7575
```
7676
- Remove all `Version contains large components (X.Y.Z.9000)"`
77-
- If it is a `resubmission`, copy-paste the result for the last CRAN submission, and reply to false NOTES.
78-
If not, remove the part:
77+
- If this is a `re-submission`, copy and paste the result for the last CRAN submission, and answer to false NOTES.
78+
Otherwise, remove the part:
7979
```mdxjs
80-
## Reply from CRAN for the last submission
80+
## Response to CRAN for last submission
8181
8282
> <CITATION>
8383
```

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# bpmnVisualizationR 0.3.0.9000
22

3-
This is a resubmission. In this version, we have:
3+
This is a re-submission. In this version, we have:
44

5-
* Fixed the URLs in the DESCRIPTION file.
6-
* Added a new file ([WORDLIST](inst/WORDLIST)) to allow custom words
5+
* Corrected the URLs in the DESCRIPTION file.
6+
* Added a new file ([WORDLIST](inst/WORDLIST)) to allow custom words.
77

88

99
## Test environments
@@ -40,7 +40,7 @@ This is a resubmission. In this version, we have:
4040

4141
0 errors ✔ | 0 warnings ✔ | 3 notes ✖
4242

43-
## Reply from CRAN for the last submission
43+
## Response to CRAN for last submission
4444

4545
> Possibly misspelled words in DESCRIPTION:
4646
> BPMN (3:44, 7:66)

0 commit comments

Comments
 (0)