Skip to content

Commit

Permalink
Update vignettes/programming_strategy.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Bundfuss <[email protected]>
  • Loading branch information
bms63 and bundfussr authored Oct 9, 2024
1 parent 56eec03 commit 76e4a13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/programming_strategy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,7 @@ fun_xxx <- function(dataset, some_param, other_param) {
}
```
**Phase 2:** In the next year/closest release in which a function is deprecated
the original function body must be replaced with a call to `deprecate_warn()` and
subsequently all arguments should be passed on to the new function.
the call to `deprecate_inform()` must be replaced with a call to `deprecate_warn()`.

```r
fun_xxx <- function(dataset, some_param, other_param) {
Expand Down

0 comments on commit 76e4a13

Please sign in to comment.