Skip to content

[Bioc-devel] Build system news

2 messages · Hervé Pagès, Kasper Daniel Hansen

#
Hi Bioconductor developers,

Here are the last improvements in the build/check report produced
by our Build System:

  http://bioconductor.org/checkResults/1.9/

- The hostnames at the top of the main page are now clickable:
  this gives you more information about the system used on the
  build machine (only compilers versions & flags for now, but more
  to come soon).

- In the main table, when you click on a glyph in the CHECK column,
  you'll see the content of the <pkg>.Rcheck/00install.out file
  generated by the 'R CMD check <pkg>' command.
  This is usefull for having the compilation output for packages
  that don't have a vignette. On platform where we don't build
  binaries, if your package has source files in src/ but has no
  vignette, then it's not compiled during 'R CMD build', so there
  was no way (until now) to see the output produced by compilation.

Comments/suggestions are welcome.

H.
1 day later
#
This is awesome! Exactly what I wanted. I really like the fact that  
you do not wrap the lines in the output from 00install, that make sit  
sooo much easier to spot warnings and errors.

Thanks a lot.

/Kasper
On May 12, 2006, at 5:31 PM, Herve Pages wrote: