Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Feb 9, 2018
1 parent 20502b0 commit de4eced
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/loop-transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ check_function_argument <- function(fun) {

#' @describeIn can_loop_transform This version expects \code{fun_body} to be qboth tested
#' and user-transformed.
#'
#' @param fun_name Name of the recursive function.
#' @param fun_body The user-transformed function body.
#' @param env Environment used to look up variables used in \code{fun_body}.
#'
#' @export
can_loop_transform_body <- function(fun_name, fun_body, env) {
fun_body <- user_transform(fun_body, env)
Expand Down
6 changes: 6 additions & 0 deletions man/can_loop_transform.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de4eced

Please sign in to comment.