Gábor Csárdi
Gábor Csárdi
Closed by #643. No the `testthat.Rout*` files are printed, and the whole check directory is also uploaded as an artifact. Example: https://github.com/r-lib/actions/actions/runs/3297405227
This is now fixed in pkgdepends: https://github.com/r-lib/pkgdepends/pull/290 This indeed works for me now: ```r pak::pak_update(stream = "devel", force = TRUE) pak::pkg_install("SparkR=github::apache/spark/R/[email protected]?reinstall") ``` Btw. this is a duplicate of #374.
This is now fixed in pkgdepends: https://github.com/r-lib/pkgdepends/pull/290 This indeed works for me now: ```r pak::pak_update(stream = "devel", force = TRUE) pak::pkg_install("SparkR=github::apache/spark/R/[email protected]?reinstall") ``` Btw. this is a duplicate of https://github.com/r-lib/pak/issues/385
Thanks and sorry for the long wait! I forgot about this and just added support for forms! Sorry about that as well! :(
> Interestingly glue::glue('{r"(")"}') has different problem: Yeah, it depends what you put in the raw string.
FWIW, it is not too hard to add email notifications, it goes like this: https://github.com/eidam/cf-workers-status-page/compare/main...gaborcsardi:cf-workers-status-page:main (Ignore the config and logo changes.) You can only send emails from a domain that...
There is a link to the releases page, and the latest release (not the `latest` release, though) is always top. There is also a link to the latest release at...
I think the README now has links wherever it mentions the latest release.
Thanks for the report! CRAN used to have the files in the right order, but not any more. It is not a high priority for us to fix this, but...
As we focus on https://gihub.com/r-lib/pak now, it is unlikely that this will be implemented here.