We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4a8d6 commit cb1a688Copy full SHA for cb1a688
R/register.R
@@ -54,6 +54,7 @@ cpp_register <- function(path = ".", quiet = FALSE) {
54
funs <- get_registered_functions(all_decorations, "cpp11::register", quiet)
55
56
package <- desc::desc_get("Package", file = file.path(path, "DESCRIPTION"))
57
+ package <- sub("[.]", "_", package)
58
59
cpp_functions_definitions <- generate_cpp_functions(funs, package)
60
0 commit comments