Register C++ functions to be callable from R. C++ functions decorated with
[[cppally::register]] will be registered (including template functions).
Usage
cpp_register(
path = ".",
quiet = !is_interactive(),
extension = c(".cpp", ".cc")
)Register C++ functions to be callable from R. C++ functions decorated with
[[cppally::register]] will be registered (including template functions).
cpp_register(
path = ".",
quiet = !is_interactive(),
extension = c(".cpp", ".cc")
)