Displaying 2 results from an estimated 2 matches for "user2020".
Did you mean:
user200
2020 Jul 21
2
Experimental CI tool for R
Based on ideas from the R-core discussion panel at useR2020, I created
a little CI tool to make it easier to follow changes in R-devel, and
to write/test patches for R.
The tool is based on a Github mirror of the SVN, where each new commit
triggers a full make-check on 8 different system configurations. The
results are published on: https://r-devel.github....
2020 Jul 23
0
Experimental CI tool for R
...by GH action workflows for packages. Cleary we could just fork it, but I guess it would make more sense if this was a coordinated effort.
Cheers,
Simon
> On Jul 21, 2020, at 23:55, Jeroen Ooms <jeroen at berkeley.edu> wrote:
>
> Based on ideas from the R-core discussion panel at useR2020, I created
> a little CI tool to make it easier to follow changes in R-devel, and
> to write/test patches for R.
>
> The tool is based on a Github mirror of the SVN, where each new commit
> triggers a full make-check on 8 different system configurations. The
> results are publish...