purify_function: PURITY

Description Usage Details

View source: R/purify.R

Description

What is allowed inside of target methods: - Explicitly specified dependencies - Objects Invalidated through inequality - File paths Invalidated through file modified dates - Other targets Invalidated recursively - Dirty functions from devtools shim / Must specify cache invalidation method method source environment - Functions from packages Invalidated through package versioning - Pure functions from devtools shim / Invalidated through recursive code analysis method source environment

Usage

1
purify_function(func, ignore_arg_defaults = T)

Details

What is not allowed inside of target methods: - Unspecified non-function objects from method source environment - Loading from unspecified file paths - Other targets


dapperjapper/workshop documentation built on July 9, 2020, 9:22 p.m.