File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -138,15 +138,16 @@ necessary.
138138
139139After the promise object has been saved, we update the documentation to
140140reflect 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
146146In the following release cycle, you can update the warning message to indicate
147147that the dataset is defunct and remove it entirely from the promise object
148148i.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
Original file line number Diff line number Diff 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
272272checks.
273273
274274### Code syntax and efficiency
You can’t perform that action at this time.
0 commit comments