Skip to content
Prev 2298 / 12125 Next

[R-pkg-devel] package dependencies are not available on some check severs

On 10/01/2018 11:29 AM, Miao YU wrote:
Generally the checks are done against R-devel, so you need to be looking 
for packages in the 3.7 version of Bioc.  This page:

http://bioconductor.org/checkResults/devel/bioc-LATEST/

shows errors in xcms and MSnbase, and there's no sign of faahKO.
No, if a package has errors it won't be available at all.
The other choice is to find alternate sources of the functions you need. 
  If they are small and self-contained, you might be able to copy the 
source out of those packages and into yours.  If you do that, be sure to 
give proper credit to the authors.

Duncan Murdoch