Package: JumpeR
Title: Importing and Working with Track and Field Data
Version: 0.1.4
Authors@R: 
    c(person(given = "Greg",
            family = "Pilgrim",
            role = c("aut", "cre"),
            email = "gpilgrim2670@gmail.com",
            comment = c(ORCID = "0000-0001-7831-442X")),
      person(given = "George",
            family = "Perry",
            role = "ctb"),
      person(given = "Caitlin",
             family = "Baldwin",
             role = "ctb"))
Description: Primarily used to convert human readable track and field results into dataframes for further analysis.  Results can come from central repositories like <https://www.flashresults.com/> or <http://www.deltatiming.com/>, or from individual team sites, like those for colleges.   Also contains functions useful for working with track and field data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: magrittr, dplyr, purrr, pdftools, rvest, stringr, SwimmeR,
        xml2
Suggests: testthat
NeedsCompilation: no
Packaged: 2021-03-05 15:40:33 UTC; gpilgrim
Author: Greg Pilgrim [aut, cre] (<https://orcid.org/0000-0001-7831-442X>),
  George Perry [ctb],
  Caitlin Baldwin [ctb]
Maintainer: Greg Pilgrim <gpilgrim2670@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-07 15:10:08 UTC
