airr-community / airr-standards

AIRR Community Data Standards
https://docs.airr-community.org
Creative Commons Attribution 4.0 International
35 stars 23 forks source link

Add test for reading zipped rearrangements in R #622

Closed ustervbo closed 2 years ago

ustervbo commented 2 years ago

A single test to capture reading of gzipped rearrangements in R

The example for read_airr_tsv() always made use of a gzipped file. The test just moves this check away from the full package check.

These changes mirrors the work in #618 for the python library.