Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/r-plugin
r-plugin
https://github.com/jenkinsci/r-plugin
biouno continuous-integration jenkins plugin r rstats
Last synced: 4 days ago
JSON representation
r-plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/r-plugin
- Owner: jenkinsci
- Fork: true (biouno/r-plugin)
- Created: 2012-07-07T22:15:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T20:07:32.000Z (9 days ago)
- Last Synced: 2025-01-14T21:21:25.978Z (9 days ago)
- Topics: biouno, continuous-integration, jenkins, plugin, r, rstats
- Language: Java
- Homepage: https://plugins.jenkins.io/r/
- Size: 35.2 KB
- Stars: 4
- Watchers: 21
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/r.svg)](https://plugins.jenkins.io/r)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/r-plugin.svg?label=changelog)](https://github.com/jenkinsci/r-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/r.svg?color=blue)](https://plugins.jenkins.io/r)A simple plug-in to invoke [R](http://www.r-project.org/) interpreter
and execute an R script.## Description
With this script you can execute [R](http://www.r-project.org/) scripts as part of your build. This plug-in was created
for use in [BioUno](https://biouno.org/) (sponsored by [TupiLabs](https://tupilabs.com/)) project, and released to
Jenkins as well.![](https://wiki.jenkins.io/download/attachments/63143951/rjenkins.png?version=1&modificationDate=1342933467000&api=v2)
You can also use environment variables, tokens created by other plug-ins
or parameters via```groovy
paste('Date:', Sys.getenv('BUILD_ID'))
```This will print something similar to *Date: 2014-02-17_15-48-59*
# Using and Integrating the R-Plugin with Jenkins
Additional instructions can be found on the [BioUno project site](https://biouno.org/tutorials/r-plugin/)
## Sponsors
- [BioUno](https://biouno.org/)
- [TupiLabs](https://tupilabs.com/)For commercial support, please get contact us via [@tupilabs](https://twitter.com/tupilabs)
## Roadmap
- Use Jenkins built-in editor with syntax highlighting (check if it
supports R)