rhub icon indicating copy to clipboard operation
rhub copied to clipboard

`cran_summary` fails to deparse

Open spluque opened this issue 4 years ago • 3 comments
trafficstars

I am running into the same issue reported in #259 and #301, with the rhub from github as per @maelle in the last report.

I get the following stack:

Error in rbind(deparse.level, ...) : 
  numbers of columns of arguments do not match

Enter a frame number, or 0 to exit   

1: last_chks$cran_summary()
2: check_cran_summary(self, private)
3: do.call("rbind", lapply(x, rectangle_status))
4: rbind(list(type = "NOTE", message = "checking for future file timestamps ... NOTE\nunable to verify current time", hash = "25414488aa6bf8f857c557dc44b7f447", package = "diveMove", vers
5: rbind(deparse.level, ...)

spluque avatar Apr 19 '21 17:04 spluque

Thank you, is the repository with the source of your package public?

maelle avatar Apr 21 '21 06:04 maelle

@maelle yes, it is: diveMove

spluque avatar Apr 21 '21 11:04 spluque

Thank you! I've cloned your repo and I get

lala=rhub::check_for_cran(email="[email protected]", show_status = FALSE)
> lala$cran_summary()
Erreur : Build failures on platforms: fedora-clang-devel . 
 Read the log(s) to fix and if needed ask for help via  https://docs.r-hub.io/#pkg-dev-help
Backtrace:
 1. lala$cran_summary()
 2. rhub:::check_cran_summary(self, private)

However maybe you weren't getting that failure a few days ago.

It's the same failure as #462 cc @gaborcsardi

Thanks for your patience!

maelle avatar Apr 23 '21 06:04 maelle

As I understand this is fixed now.

gaborcsardi avatar Aug 31 '22 11:08 gaborcsardi