Package: rsnps
Title: Get 'SNP' ('Single-Nucleotide' 'Polymorphism') Data on the Web
Description: A programmatic interface to various 'SNP' 'datasets'
    on the web: 'OpenSNP' (<https://opensnp.org>), and 'NBCIs' 'dbSNP' database
    (<https://www.ncbi.nlm.nih.gov/projects/SNP>). Functions
    are included for searching for 'NCBI'. For 'OpenSNP', functions are included 
    for getting 'SNPs', and data for 'genotypes', 'phenotypes', annotations, 
    and bulk downloads of data by user.
Version: 0.3.0
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), 
      email = "myrmecocystus@gmail.com", 
      comment = c(ORCID = "0000-0003-1444-9135")),
    person("Kevin", "Ushey", role = "aut"),
    person("Hao", "Zhu", role = "aut")
    )
URL: https://github.com/ropensci/rsnps
BugReports: https://github.com/ropensci/rsnps/issues
VignetteBuilder: knitr
Encoding: UTF-8
Imports: plyr, stringr, crul (>= 0.5.2), data.table, XML, xml2,
        jsonlite
Suggests: testthat, knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-19 23:27:52 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Kevin Ushey [aut],
  Hao Zhu [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2018-09-20 04:50:03 UTC
