Entering edit mode
My package fails tests in Bioconductor's own checks on MacOS ARM64 platform with an error
Error: 'with_mocked_responses' is not an exported object from 'namespace:httr2'
For the full check results see here. The hostname for these tests is kjohnson1
. There are no issues on other platforms and I checked with my colleague with ARM MacBook that with_mocked_responses
is exported by httr2
version 1.0.0. This makes me think that the kjohnson1
has either old or corrupted version of httr2 installed on their system.
How do I contact the host maintainer to let them know?
We had an older version installed, which you can see at https://bioconductor.org/checkResults/3.18/bioc-mac-arm64-LATEST/kjohnson1-R-instpkgs.html. It was 0.2.3. I updated it manually to 1.0.0. The build system generally updates packages at the start of each run, so gradually it should have updated to 1.0.0 but our mac arm64 machines run at a slower cadence than our other day builders. You will likely not see the effects on your package until next Tuesday.
Hi, please note that this support site is for questions about using the Bioconductor software. If you are a developer, please use the bioc-devel mailing list for all questions related to the development of your package, its build results, or git issues etc... Thanks!