[Docs]: Need to update roxygen @param
tag for the after
arg of req_retry
#597
Labels
Milestone
@param
tag for the after
arg of req_retry
#597
I noticed the source code for req_retry is updated and now the
after
argument's callback function wants eitherNA
or a number instead of the previousNULL
.To avoid confusion, the roxygen2
@param
docs for theafter
argument should be updated to reflect this change:Reference:
Error received:
Current @param tag for the after argument of req_retry:
should now be:
(changing
NULL
toNA
)The text was updated successfully, but these errors were encountered: