nlmixr2 / rxode2

rxode2
https://nlmixr2.github.io/rxode2/
GNU General Public License v3.0
23 stars 6 forks source link

HASHTAB #699

Closed mattfidler closed 2 days ago

mattfidler commented 1 week ago

File ‘rxode2/libs/rxode2.so’: Found non-API call to R: ‘HASHTAB’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

mattfidler commented 2 days ago

This comes from Rcpp, but can be removed if .ls() constructs

https://github.com/RcppCore/Rcpp/issues/1313

mattfidler commented 2 days ago

https://github.com/nlmixr2/rxode2/blob/2d47a45ee23ddf71937214fac704a81277c602f3/src/rxInv.cpp#L269

https://github.com/nlmixr2/rxode2/blob/2d47a45ee23ddf71937214fac704a81277c602f3/src/rxData.cpp#L5731

https://github.com/nlmixr2/rxode2/blob/2d47a45ee23ddf71937214fac704a81277c602f3/src/rxData.cpp#L6449