vnmabus / rdata

Reader of R datasets in .rda format, in Python
https://rdata.readthedocs.io
MIT License
45 stars 2 forks source link

Add basic support for S4 objects. #9

Closed vnmabus closed 3 years ago

vnmabus commented 3 years ago

Add basic support for reading S4 style classes. Add also basic support for environments.

Closes #8.

codecov-io commented 3 years ago

Codecov Report

Merging #9 (d58ed82) into develop (3154a6c) will decrease coverage by 88.27%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #9       +/-   ##
===========================================
- Coverage    88.27%   0.00%   -88.28%     
===========================================
  Files            6       6               
  Lines          563     640       +77     
===========================================
- Hits           497       0      -497     
- Misses          66     640      +574     
Impacted Files Coverage Δ
rdata/conversion/_conversion.py 0.00% <0.00%> (-88.71%) :arrow_down:
rdata/parser/_parser.py 0.00% <0.00%> (-85.24%) :arrow_down:
rdata/tests/test_rdata.py 0.00% <0.00%> (-98.58%) :arrow_down:
rdata/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
rdata/parser/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
rdata/conversion/__init__.py 0.00% <0.00%> (-100.00%) :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 3154a6c...d58ed82. Read the comment docs.