[ANNOUNCE] R Plug-in release 0.4

5 views
Skip to first unread message

Bruno P. Kinoshita

unread,
Jan 12, 2017, 6:18:22 PM1/12/17
to BioUno Users
The BioUno community is pleased to announce the release of the R Plug-in 0.4 [1].

This release includes:

* pull request #4: Add Jenkins Pipeline compatibility (thanks to @EmteZogaf!)

* Jenkins parent version bumped up from 1.580.1 to 2.11

* Added a dependency to workflow-durable-task-step plug-in

This release is compatible with the Pipeline plug-in, so now you can use pipeline jobs, and invoke the R plug-in with a script such as:

```
node {
rscript '''
a <- c(1,2,3,4)
plot(a)
'''
}

```
[1] https://wiki.jenkins-ci.org/display/JENKINS/R+Plugin

Mathias Rühle

unread,
Jan 13, 2017, 6:01:37 AM1/13/17
to BioUno Users, brunod...@yahoo.com.br

Small correction:
The pipeline command should be r not rscript
node {
r
'''
    a <- c(1,2,3,4)
    plot(a)
'''

}

Bruno P. Kinoshita

unread,
Jan 13, 2017, 8:36:59 PM1/13/17
to Mathias Rühle, BioUno Users
Oh, good catch Mathias. My silly copy-and-paste from a previous test mistake, sorry.

Thanks!
Bruno



>________________________________
> From: Mathias Rühle <math...@hotmail.com>
>To: BioUno Users <biouno...@googlegroups.com>
>Cc: brunod...@yahoo.com.br
>Sent: Saturday, 14 January 2017 12:01 AM
>Subject: Re: [ANNOUNCE] R Plug-in release 0.4
Reply all
Reply to author
Forward
0 new messages