Skip to content
Prev 5676 / 12125 Next

[R-pkg-devel] R package does not find DLL routine

Dear Dirk, dear Ivan,

thanks for your suggestions. I agree that R packages aren't meant to be
build that way, and even though this is an academic project but since the
source code wasn't written by me it is not my decision if, where and when
to publish it openly. In any case, directly linking to a DLL seems quite
unstable and I just came across the option to do a system call to an
executable instead which appears to maybe be the most straight forward
solution for me.

Thanks a lot for your time and effort.
Best,
Lisa
On Sun, Jun 28, 2020 at 10:39 PM Ivan Krylov <krylov.r00t at gmail.com> wrote: