Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 R 与 Rinside/Rcpp 包一起使用。我能够从基于 Rinside 包编写的 C++ 代码生成 .exe/.o/.dll 文件 (A)。
但是,后来我发现我想使用 A.dll 作为我其他功能的库。但我想不出办法做到这一点。有什么提示吗?或者我可以参考的任何文档?
谢谢
RInside 附带四个目录,其中包含示例,其中三个分别使用
除了已经使用的 R、Rcpp 和 RInside 库之外,每个都有一个有效的 Makefile 向您展示如何设置与外部库的链接。