Closed eblondel closed 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
I removed pandoc-citeproc
, can you try again? Thanks.
Many thanks for your prompt support @gaborcsardi yes it works now :-)
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-7e7716d429dc48ed82e232b3d92f0fe6I get a failure due to missing
httr
andkeyring
package installs. I knowkeyring
require some specific systems libs (libsecret-1-dev
), could it be the reason? but then forhttr
i've no idea what's wrong.Thanks in advance for your help