r-hub / rhub

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

Missing `httr` and `keyring` when testing package check --as.cran over 'debian-clang-devel' #542

Closed eblondel closed 2 years ago

eblondel commented 2 years ago

Hello, thanks so much for this plateform. I'm trying to use rhub to do specific check for CRAN to implement a change request received by CRAN team (see https://github.com/eblondel/geometa/issues/200 for the issue occuring with debian-clang-devel)

I run rhub through R with rhub::check_for_cran(path = ".", platforms = "debian-clang-devel") Result is here: https://builder.r-hub.io/status/geometa_0.7-1.tar.gz-7e7716d429dc48ed82e232b3d92f0fe6

I get a failure due to missing httr and keyring package installs. I know keyring require some specific systems libs (libsecret-1-dev), could it be the reason? but then for httr i've no idea what's wrong.

Thanks in advance for your help

gaborcsardi commented 2 years ago

That's an R-hub bug, here:

Package pandoc-citeproc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'pandoc-citeproc' has no installation candidate
gaborcsardi commented 2 years ago

I removed pandoc-citeproc, can you try again? Thanks.

eblondel commented 2 years ago

Many thanks for your prompt support @gaborcsardi yes it works now :-)