Skip to content

Commit

Permalink
Merge branch '218_deprecate_get_code@main' of https://github.com/insi…
Browse files Browse the repository at this point in the history
…ghtsengineering/teal.data into 210_deprecate_get_code@main
  • Loading branch information
m7pr committed Oct 18, 2024
2 parents 7d1c6ee + 5318d38 commit be3a13c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Deprecation

- `get_code(datanames)` `S4` method parameter for `teal_data()` object was soft deprecated. Use `get_code(names)`.
- soft deprecate `datanames` argument of `get_code()`. Use `names` instead.


### Enhancements
Expand Down
1 change: 0 additions & 1 deletion R/teal_data-get_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ setMethod("get_code",
callNextMethod(object = object, deparse = deparse, names = names, ...)
}
)

0 comments on commit be3a13c

Please sign in to comment.