Skip to content

Commit

Permalink
Remove 'deprecated in do_repeat`. Issues #106, #108
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemin committed Jul 5, 2023
1 parent 9af112b commit b0b87a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/do_repeat.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
#'
#'
do_repeat = function(data, ...){
.Deprecated("",
msg = "'do_repeat' functionality is deprecated because it seems no one need it.\n
If you use 'do_repeat' please file an issue at https://github.com/gdemin/expss/issues/")
# .Deprecated("",
# msg = "'do_repeat' functionality is deprecated because it seems no one need it.\n
# If you use 'do_repeat' please file an issue at https://github.com/gdemin/expss/issues/")
args = substitute(list(...))
do_repeat_internal(data, args, parent = parent.frame())
}
Expand Down

0 comments on commit b0b87a9

Please sign in to comment.