将 Maven 用于 R 项目

发布于 2024-12-11 19:35:12 字数 436 浏览 0 评论 0原文

我正在开始从事一个大量使用 R 的项目。我过去曾使用过 R,但只是在休闲模式下使用,而我现在有兴趣遵循更严格的测试/源代码控制/持续集成实践。如果可能的话,我希望在这个项目中使用 Maven(对如何使用 Java 管理包感到满意),但我找不到任何证据表明可以将 Maven 与 R 一起使用。是否可以创建一个 R使用 Maven 进行项目,如果是这样,我在哪里可以找到帮助我开始的步骤?

我发现了这个 问题 和这个 问题,但他们没有提到 R。

I am beginning work on a project that makes heavy use of R. I've used R in the past, but only in a casual mode, whereas I'm now interested in following a more rigid practice of test/source control/continuous integration. I'm hoping to use Maven with this project if possible (having been pleased with how this manages packages with Java), but I can't find any evidence that it is possible to use Maven with R. Is it possible to create an R project with Maven, and if so, where can I find steps to help me get started?

I've found this question and this question, but they don't mention R.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

a√萤火虫的光℡ 2024-12-18 19:35:12

那么您可以将 Maven Exec 插件 与资源一起使用,用于伪造 R 项目类型的过滤器和 jar 插件。

您可以执行类似 this 的操作来使用 exec 插件设置多个 R 目标,以便编译、过滤、测试等都与某种 R 调用相关。

http://maven.apache.org/plugins/maven-resources-plugin/< /a>

Well you could make use of the Maven Exec Plugin with the resource, filter and jar plugins to fake an R project type.

You can do something like this to set up multiple R goals with the exec plugin so that compile, filter, test, et al have some kind of R call associated.

http://maven.apache.org/plugins/maven-resources-plugin/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文