Skip to content

[R-pkg-devel] check_for_cran not responsive

3 messages · Eric Leifer, Duncan Murdoch, Gábor Csárdi

#
Hello,
I apologize if I'm asking this question in the wrong place, but I'm trying
to check my R package for upload to CRAN using  the check_for_cran command,
and it's stuck after the following messages:

-  Building package
-  Uploading package
-  Preparing build, see status at

https://builder.r-hub.io/status/factorial2x2_0.2.0.tar.gz-6c92f626dae242f7b915c43bbf111e48

https://builder.r-hub.io/status/factorial2x2_0.2.0.tar.gz-de397558bc2a453cbcd389ffe3a45c77

https://builder.r-hub.io/status/factorial2x2_0.2.0.tar.gz-f500a010bc0e4e07b8dbd0821efaa242

Does anybody know what might be going on?
Thank you.
#
On 20/04/2020 5:34 p.m., Eric Leifer wrote:
check_for_cran() is from the rhub package, right?  You probably need to 
ask the package maintainer, who also maintains the website it was 
working with.

Duncan Murdoch
#
Hi, please reports R-hub issues at https://github.com/r-hub/rhub/issues

It takes a bit longer to get started when there R-hub is busy. You can
always interrupt the display with CTRL+C / ESC, and then query the
results later:

? rhub::get_check("factorial2x2_0.2.0.tar.gz-6c92f626dae242f7b915c43bbf111e48")

?? factorial2x2 0.2.0: OK

  Build ID:   factorial2x2_0.2.0.tar.gz-6c92f626dae242f7b915c43bbf111e48
  Platform:   Windows Server 2008 R2 SP1, R-devel, 32/64 bit
  Submitted:  20h 48m 11.3s ago
  Build time: 2m 33.8s

You'll always get a summary email as well.

Gabor
0 errors ? | 0 warnings ? | 0 notes ?
On Mon, Apr 20, 2020 at 10:34 PM Eric Leifer <eric.leifer at gmail.com> wrote: