File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # get_call_entries: returns an empty string for packages with .Call entries and NAMESPACE files
1+ # get_call_entries / returns an empty string for packages with .Call entries and NAMESPACE files
22
33 Code
44 call_entries
1111 [6] " {NULL, NULL, 0}"
1212 [7] "};"
1313
14- # get_call_entries: works with multiple register functions.
14+ # get_call_entries / works with multiple register functions.
1515
1616 Code
1717 cat(read_file(cpp_bindings))
6060 R_forceSymbols(dll, TRUE);
6161 }
6262
63- # cpp_register: works with a package that registers a single c++ function
63+ # cpp_register / works with a package that registers a single c++ function
6464
6565 Code
6666 cat(read_file(r_bindings))
104104 R_forceSymbols(dll, TRUE);
105105 }
106106
107- # cpp_register: can be run with messages
107+ # cpp_register / can be run with messages
108108
109109 Code
110110 cpp_register(p, quiet = FALSE)
You can’t perform that action at this time.
0 commit comments