Learn R Programming

rkeops (version 1.4.2.2)

clean_rkeops: Clean build directory

Description

Remove all dll files generated from compilations of user-defined operators.

Usage

clean_rkeops()

Arguments

Value

None

Author

Ghislain Durif

Details

When compiling a user-defined operators, a shared object (so) library (or dynamic link library, dll) file is created in the directory build_dir specified in compile options of rkeops. For every new operators, such a file is created.

Calling clean_rkeops() allows you to empty the directory build_dir.

See Also

compile_options(), set_rkeops_option()

Examples

Run this code
library(rkeops)
clean_rkeops()

Run the code above in your browser using DataLab