Learn R Programming

ProFit (version 1.3.3)

profitClearCache: Clears the internal cache used by libprofit/ProFit

Description

Usually unknown to the user, ProFit (via libprofit) caches a few objects to speed up loading times in future executions. Rarely users might need to clear this cache, specially if the package is failing to load because of some cache problem.

In particular, FFTW wisdom and OpenCL compiled kernels are cached by libprofit.

Usage

profitClearCache()

Arguments

Examples

Run this code
# NOT RUN {
profitClearCache()
# }

Run the code above in your browser using DataLab