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

Andromeda v0.6.0 release #30

Closed ablack3 closed 2 years ago

ablack3 commented 2 years ago

This release adds support for the names and names<- generic functions for getting and setting the names of tables in an Andromeda object as well as getting and setting the column names of a table in an Andromeda object.

codecov[bot] commented 2 years ago

Codecov Report

Merging #30 (a6dc7ba) into main (048d739) will increase coverage by 1.78%. The diff coverage is 88.00%.

:exclamation: Current head a6dc7ba differs from pull request most recent head 24a812d. Consider uploading reports for the commit 24a812d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   87.42%   89.21%   +1.78%     
==========================================
  Files           4        4              
  Lines         350      371      +21     
==========================================
+ Hits          306      331      +25     
+ Misses         44       40       -4     
Impacted Files Coverage Δ
R/LoadingSaving.R 85.39% <ø> (ø)
R/Operations.R 89.62% <ø> (+5.36%) :arrow_up:
R/Object.R 86.20% <88.00%> (+1.26%) :arrow_up:

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 048d739...24a812d. Read the comment docs.