Thanks, Hervé, followed up in the issue link you provided.
Roger
--
Roger Bivand
Emeritus Professor
Norwegian School of Economics
Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway
roger.biv...@nhh.no
From: Hervé Pagès
Sent: 26 October 2023 19:30
To: Roge
Hi Bioc-Devel Team,
My package RCAS has been getting build errors on Nebbiolo2. It fails to run the
tests/examples/vignettes all due to a missing dependency, which can’t be
installed because BiocManager is not available.
Here is the build report:
https://bioconductor.org/checkResults/release/bi
Hi Bora,
BiocManager is installed on the machine but 'R CMD check' does not "see"
it because you don't have it listed in Suggests. This 'R CMD check'
behavior is controlled by the _R_CHECK_SUGGESTS_ONLY_ behavior and is
only enabled on our Linux builders for now.
However, please note that the