This is just a pass through for all clases in reproducible. This generic is here so that downstream methods can be created.
makeMemoiseable(x)# S3 method for default
makeMemoiseable(x)
unmakeMemoiseable(x)
# S3 method for default
unmakeMemoiseable(x)
An object to make memoiseable. See individual methods in other packages.
The same object, but with any modifications, especially dealing with saving of environments, which memoising doesn't handle correctly in some cases.