You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allgensnp(): previously the dataframe returned contained duplicate "name" columns.
Now the "name" column that contains the submitter's name has been renamed "user_name"
and the snp rsid name remains "name". (#67)
allgensnp(): added a parameter "usersubset" which allows to download a subset of
users for the particular rsid. (#167)
improved test coverage from 71 to 76% making use of {vcr} with some test fixtures.