proxy_match().The new behavior is:
Attempt the original implementation exactly as before.
If that succeeds, return the result unchanged.
If that fails, catch the error and rebuild the proxy VCF using a compatibility path that:
This means existing successful cases continue using the original code path, and only problematic cases use the fallback (thanks @ywge03)
proxy_match() is now robust to VCFs with multiple samples (thanks @jwr-git)create_pval_index_from_vcf()get_ld_proxies() (thanks @mattlee821)gwasvcf_to_summaryset() function to create a gwasglue2 SummarySet object from a vcf fileget_ld_proxies() related with argument validate, deprecated in as_tibble() (tibble 2.0.0)