Skip to content

Commit 15a6e9c

Browse files
Remove R registration: Fails to run in Rv3.4 with this code
1 parent f074a74 commit 15a6e9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/rcpp_wrap.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ using namespace Rcpp;
2020

2121
// temporary solution to "Found no calls to: R_registerRoutines, R_useDynamicSymbols"
2222
// https://github.com/RcppCore/Rcpp/issues/636#issuecomment-280985661
23-
void R_init_ccdrAlgorithm(DllInfo* info) {
24-
R_registerRoutines(info, NULL, NULL, NULL, NULL);
25-
R_useDynamicSymbols(info, TRUE);
26-
}
23+
// void R_init_ccdrAlgorithm(DllInfo* info) {
24+
// R_registerRoutines(info, NULL, NULL, NULL, NULL);
25+
// R_useDynamicSymbols(info, TRUE);
26+
// }
2727

2828
//------------------------------------------------------------------------------/
2929
// WRAPPER FUNCTIONS FOR R / RCPP INTEGRATION

0 commit comments

Comments
 (0)