rhub icon indicating copy to clipboard operation
rhub copied to clipboard

check_for_cran() and check_with_rdevel() are broken

Open dankelley opened this issue 2 years ago • 5 comments

I get as below. The list of available platforms seems to be quite limited. I am using rhub-1.1.1 with "R Under development (unstable) (2022-06-27 r82528" on macOS "Version 12.5 Beta (21G5056b)".

> library(rhub)
> check_with_rdevel()
Error in match_platform(platform) : 
  Unknown R-hub platform, see rhub::platforms() for a list
> check_for_cran()
Error in match_platform(platform) : 
  Unknown R-hub platform, see rhub::platforms() for a list
> rhub::platforms()
macos-highsierra-release:
  macOS 10.13.6 High Sierra, R-release, brew
macos-highsierra-release-cran:
  macOS 10.13.6 High Sierra, R-release, CRAN's setup
macos-m1-bigsur-release:
  Apple Silicon (M1), macOS 11.6 Big Sur, R-release
solaris-x86-patched:
  Oracle Solaris 10, x86, 32 bit, R-release
solaris-x86-patched-ods:
  Oracle Solaris 10, x86, 32 bit, R release, Oracle Developer Studio 12.6

dankelley avatar Jun 30 '22 10:06 dankelley

Hi all, unfortunately we temporarily need to stop our Windows and Linux builders, to sort out some billing issues. Hopefully we'll be able to turn them back on soon. We'll tweet here once we have more information.

https://twitter.com/rhub_/status/1542039387369885698

gaborcsardi avatar Jun 30 '22 19:06 gaborcsardi

Thanks for the update @gaborcsardi. I also remarked this issue. Looking forward to hear some news from you ! Thanks !

lionelvoirol avatar Jul 03 '22 20:07 lionelvoirol

Thanks @lionelvoirol for posting this issue and @gaborcsardi for taking care. I remarked the issue too since I'm releasing a package update but can't do it due to this problem. Looking forward to hear news about it. Best and thanks!

adriancorrendo avatar Jul 05 '22 01:07 adriancorrendo

You don't technically need R-hub to release a package to CRAN. They have their own checks.

gaborcsardi avatar Jul 05 '22 06:07 gaborcsardi

You don't technically need R-hub to release a package to CRAN. They have their own checks.

Thanks, @gaborcsardi ! Sure, in fact, that's what I just did. I used the available platforms with rhub and complemented with some local checking. But I have to say I find rhub::check_for_cran() super handy to run all tests before submitting to CRAN. Best!

adriancorrendo avatar Jul 05 '22 06:07 adriancorrendo