note to self: check howto in the bottom
This build further protects the package against errors and maintenance on biomaRt (especially while in devel, where biomaRt might be unstable). Previously, it would catch the errors and in unknown situations throw them again. Now it returns NULL and writes messages with the problem.
It builds on r-devel 4.2.0 without warning or checks
# check https://github.com/averissimo/loose.rock/actions
devtools::check()
# BiocManager::install('r-lib/revdepcheck')
revdepcheck::revdep_check(num_workers = 4)
rhub::check_for_cran(platforms= c('windows-x86_64-oldrel'))
rhub::check_for_cran(
platforms = c(
'macos-highsierra-release-cran',
'solaris-x86-patched',
'ubuntu-gcc-release',
'windows-x86_64-devel',
'windows-x86_64-release',
'fedora-gcc-devel'
)
)
devtools::release()