rhub
rhub copied to clipboard
`cran_summary` fails to deparse
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, ...)
Thank you, is the repository with the source of your package public?
@maelle yes, it is: diveMove
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!
As I understand this is fixed now.