Skip to content

Commit 3d04e68

Browse files
authored
minor formatting and spell check updates (#115)
1 parent 30bda0b commit 3d04e68

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

deprecation.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,16 @@ necessary.
138138

139139
After the promise object has been saved, we update the documentation to
140140
reflect the changes and provide additional details and resources for
141-
users as necessary. It is recommended to include a "[Deprecated]" label in the
142-
data documentation title.
141+
users as necessary. It is recommended to include a "[Deprecated]" label
142+
in the data documentation title.
143143

144144
### Step 3 - Defunct the dataset
145145

146146
In the following release cycle, you can update the warning message to indicate
147147
that the dataset is defunct and remove it entirely from the promise object
148148
i.e., from the expression in the `delayedAssign` function. We can also update
149-
the "[Deprecated]" label in the documentation title to "[Defunct]".
149+
the "[Deprecated]" label in the documentation title to
150+
"[Defunct]".
150151

151152
## How to Deprecate a Package {#deprecate-package}
152153

r-code.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ highly encouraged.
265265

266266
## R Code Best Practices and Guidelines
267267

268-
Many common coding and sytax issues are flagged in `R CMD check` and
268+
Many common coding and syntax issues are flagged in `R CMD check` and
269269
`BiocCheck()` (see the `R CMD check`
270270
[cheatsheet](http://r-pkgs.had.co.nz/check.html) and `r BiocStyle::Biocpkg("BiocCheck", vignette = "BiocCheck.html")` vignette. Every
271-
effort should be made to clear up ERROR, WARNING, or Notes produced from these
271+
effort should be made to clear up ERROR, WARNING, or NOTEs produced from these
272272
checks.
273273

274274
### Code syntax and efficiency

0 commit comments

Comments
 (0)