Learn R Programming

SpaDES.core (version 2.0.5)

makeMemoisable.simList: Make simList correctly work with memoise

Description

Because of the environment slot, simList objects don't correctly memoise a simList. This method for simList converts the object to a simList_ first.

Usage

# S3 method for simList
makeMemoisable(x)

# S3 method for simList_ unmakeMemoisable(x)

Value

A simList_ object or a simList, in the case of unmakeMemoisable.

Arguments

x

An object to make memoisable. See individual methods in other packages.

See Also

reproducible::makeMemoisable()