Skip to content

Commit

Permalink
docs: #466 inserted details in guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Nov 15, 2024
1 parent 94d4c79 commit 2ce81a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vignettes/programming_strategy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,13 @@ fun_xxx <- function(dataset, some_param, other_param) {
new_fun_xxx(
dataset = dataset,
some_param = some_param,
other_param = other_param
)
other_param = other_param,
details = c(
x = "This message will turn into a warning with release of x.y.z",
i = "See admiral's deprecation guidance:
https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation"
)
)
}
```
**Phase 2:** In the next year/closest release in which a function is deprecated
Expand Down

0 comments on commit 2ce81a7

Please sign in to comment.