grimbough / rhdf5

Package providing an interface between HDF5 and R
http://bioconductor.org/packages/rhdf5
61 stars 22 forks source link

H5Ldelete #7

Closed grimbough closed 6 years ago

grimbough commented 6 years ago

Adding functionality to removed elements of an HDF5 file. This takes for the form of H5Ldelete() and h5delete() which hopefully match the syntax of existing functions.

codecov[bot] commented 6 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.05%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   81.52%   81.58%   +0.05%     
==========================================
  Files          27       28       +1     
  Lines        1624     1640      +16     
==========================================
+ Hits         1324     1338      +14     
- Misses        300      302       +2
Impacted Files Coverage Δ
R/h5create.R 87.79% <ø> (ø) :arrow_up:
R/h5delete.R 100% <100%> (ø)
R/H5L.R 94.44% <84.61%> (-5.56%) :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 91f2e40...239baf9. Read the comment docs.