SwimmeR 0.4.1
- fixed broken link for CRAN submission
- minor bug fixes
SwimmeR 0.4.0
- important bug fixes in
swim_parse
regarding importing results that have a “J” next to them (a Hy-Tek artifact)
swim_parse
now includes DQ swims, and the output of swim_parse
has a column called DQ
.
swim_parse
now notes exhibition swims, in the column Exhbition
read_results
and swim_parse
can now read .hy3 files. This feature is not yet stable and will receive future updates
- added the
!%in%
function (not in), which can be useful for cleaning results
- added the
results_score
function, which will score the output of swim_parse
based on user inputted parameters.
- various bug fixes
SwimmeR 0.3.1
- fixed issue with xml2 import that broke read_results for .html files
SwimmeR 0.3.0
- added
get_mode
function that returns the most frequently occurring element(s) of a list
- added
draw_bracket
for creating single elimination brackets e.g. for tournaments and shoot-outs
- added aliases so
swim_parse
and read_results
now work for Swim_Parse
and Read_Results
- updated vignette
SwimmeR 0.2.0
- added a
NEWS.md
file to track changes to the package.
- added functions
swim_parse
and read_results
to allow reading in swimming results from .html and .pdf sources
sec_format
now works on lists containing NA
values
- added a vignette
SwimmeR 0.0.1.0