Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.16 KB

cran-comments.md

File metadata and controls

24 lines (16 loc) · 1.16 KB

Test environments

  • local OS X install, R 4.1.1
  • Ubuntu 22.04.1 LTS (using the rocker/binder:4.2.2 docker image), R 4.2.2
  • Windows Server 2022, R-devel, 64 bit (using devtools::check_rhub)
  • Ubuntu Linux 20.04.1 LTS, R-release, GCC (using devtools::check_rhub)
  • Fedora Linux, R-devel, clang, gfortran (using devtools::check_rhub)
  • Windows R release, R 4.2.2 (using https://win-builder.r-project.org)
  • Windows R deval, R 4.3.0 (using https://win-builder.r-project.org)

R CMD check results

0 errors | 0 warnings | 0 notes

Downstream dependencies (revdepcheck results)

We checked 1 reverse dependencies (0 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

  • We saw 0 new problems
  • We failed to check 0 packages

Additional notes

  • All examples are wrapped in \dontrun{} due to their dependence on an Apache Spark installation. These functions call java methods implemented in Spark via the sparklyr invoke methods. To run tests on CRAN machines would require installing a version of spark and spooling up a spark session - which is far out of bounds for the 5s runtime I was advised to respect.