-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 969 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: JumpeR
Title: Importing and Working with Track and Field Data
Version: 0.3.3
Authors@R:
c(person(given = "Greg",
family = "Pilgrim",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7831-442X")),
person(given = "George",
family = "Perry",
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
magrittr,
dplyr,
purrr,
pdftools,
rvest,
stringr,
SwimmeR,
xml2
Suggests:
testthat