DavisWeaver / crosstalkr

R package for the identification of functionally important subnetworks
GNU General Public License v3.0
14 stars 3 forks source link

Tests #4

Closed rrrlw closed 3 years ago

rrrlw commented 3 years ago

Running R CMD check took very long on my personal machine because of the time that automated testing took to complete. If goal is to eventually put this package up on CRAN (or Bioconductor), I'd recommend either adding skip_on_cran() (or Bioconductor equivalent) for tests that take too long/use up too much memory (CRAN has limits on each).

If goal is not to put on CRAN (or Bioconductor), can close this issue.