SwimmeR: Data Import, Cleaning, and Conversions for Swimming Results

There are two goals for 'SwimmeR' as presently constructed. The first is reading in swimming results from html or pdf sources and returning tidy dataframes. The second is working with the resulting data. To this end 'SwimmeR' converts 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, as well as providing tools for assigning team names etc. Additionally 'SwimmeR' has functions for drawing single-elimination brackets and also converts times between the various pool sizes used in competitive swimming, namely 50m length (LCM), 25m length (SCM) and 25y length (SCY).

Version: 0.3.1
Depends: R (≥ 3.5.0)
Imports: purrr, dplyr, stringr, tibble, utils, rvest, pdftools, ggplot2, scales, magrittr, xml2
Suggests: testthat (≥ 2.1.0), knitr, rmarkdown
Published: 2020-07-11
Author: Greg Pilgrim ORCID iD [aut, cre], Caitlin Baldwin [ctb]
Maintainer: Greg Pilgrim <gpilgrim2670 at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: SwimmeR results

Downloads:

Reference manual: SwimmeR.pdf
Vignettes: SwimmeR
Package source: SwimmeR_0.3.1.tar.gz
Windows binaries: r-devel: SwimmeR_0.3.1.zip, r-release: SwimmeR_0.3.1.zip, r-oldrel: SwimmeR_0.3.1.zip
macOS binaries: r-release: SwimmeR_0.3.1.tgz, r-oldrel: SwimmeR_0.3.1.tgz
Old sources: SwimmeR archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SwimmeR to link to this page.