r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
347 stars 49 forks source link

rhub::check() stalls #572

Closed rolfTurner closed 7 months ago

rolfTurner commented 7 months ago

I have been trying to build a Windoze binary of my package "deldir" via

yyy <- check("deldir_1.0-11.tar.gz",platform="windows-x86_64-release")

The procedure gets to a state where it says it is "Downloading and unpacking package file", and the slash and backslash spin or alternate endlessly. Eventually it times out and I get an email from rhub with subject line "deldir 1.0-11: PREPERROR".

This email directs me to a URL:

https://builder.r-hub.io/status/deldir_1.0-11.tar.gz-31df1c6bdd2b4665b0f89dbd756f021b

There is a great deal of material displayed, with a number of "Exceptions" listed, but this material is completely opaque to me. It ends by saying "#> Finished: FAILURE".

Can anyone guide me as to how to track down what is going wrong or as to how to get the build to run to completion?

gaborcsardi commented 7 months ago

Thanks, can you try again please?

rolfTurner commented 7 months ago

On Sun, 19 Nov 2023 07:37:39 +0000 Gábor Csárdi @.***> wrote:

Thanks, can you try again please?

Did so and it went like a train! Thanks.