-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.54 KB
/
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
29
30
31
32
Package: SwimmeR
Title: Data Import, Cleaning, and Conversions for Swimming Results
Version: 0.14.2
Authors@R:
c(person(given = "Greg",
family = "Pilgrim",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7831-442X")),
person(given = "Caitlin",
family = "Baldwin",
role = "ctb"))
Description: The goal of the 'SwimmeR' package is to provide means of acquiring, and then analyzing, data from swimming (and diving) competitions. To that end 'SwimmeR' allows results to be read in from .html sources, like 'Hy-Tek' real time results pages, '.pdf' files, 'ISL' results, 'Omega' results, and (on a development basis) '.hy3' files. Once read in, 'SwimmeR' can convert swimming times (performances) between the computationally useful format of seconds reported to the '100ths' place (e.g. 95.37), and the conventional reporting format (1:35.37) used in the swimming community. 'SwimmeR' can also score meets in a variety of formats with user defined point values, convert times between courses ('LCM', 'SCM', 'SCY') and draw single elimination brackets, as well as providing a suite of tools for working cleaning swimming data. This is a developmental package, not yet mature.
License: MIT + file LICENSE
Imports:
purrr,
dplyr,
stringr,
utils,
rvest,
pdftools,
magrittr,
xml2,
readr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr