OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 9 forks source link

hotfix for fedora test on CRAN servers #16

Closed ablack3 closed 3 years ago

ablack3 commented 3 years ago

The test of .checkAvailableSpace() is failing on one of the CRAN test servers. This PR comments out the test. In the next release Andromeda will no longer depend on Java which is the likely cause of this error. This test will be restored in the next release.

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (c9e3598) into master (bd8666b) will decrease coverage by 3.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   90.61%   87.09%   -3.52%     
==========================================
  Files           4        4              
  Lines         341      341              
==========================================
- Hits          309      297      -12     
- Misses         32       44      +12     
Impacted Files Coverage Δ
R/LoadingSaving.R 77.52% <0.00%> (-13.49%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd8666b...c9e3598. Read the comment docs.