- bug fixes for dplyr::na_if change
- issues with importing Splash pdfs
- more bug fixes to re-enable Omega parsing
- bug fixes to improve Omega parsing, particularly with respect to 2022 Worlds
swim_parse
now handles some Hytek psych sheets- bug fixes to make
swim_parse
more robust
read_results
now handles the possibility of .aspx addresses containing pdf or html results
place
function introduced, supersedesswim_place
anddive_place
determine_entries
renamed tomake_lineup
, now works on test cases- work begun on
clean_events
to regularize event names
toptimes_pars_hytek
included insideswim_parse
to parse Hytek Top Times reports- work beginning on
determine_entries
function for maximizing team entries vs. a given opponent lineup
- added the
list_breaker
function and thelist_sorter
family as part of a refactoring exercise
results_score
no longer requires an Exhibition columnresults_score
has more informative error messagesswim_parse
output columnsFinals_Time
andPrelims_Time
have been renamedFinals
andPrelims
. This is a major change and will require work flows to be adjusted
- now exporting
swim_place
anddive_place
swim_place
anddive_place
made more flexible
- CRAN release
- contains all dev version updates since SwimmeR 0.12.0
- Splash results now include relay swimmers
- various speed improvements
- Splash results
- bug fix for empty files
- Paralympics 2020 results complete
- Started Paralympics 2020 results
- Moved
swim_parse_ISL
inside ofswim_parse
course_convert
is now vectorized, works well indplyr
pipes
- Initial work in Splash Meet Manager/Swimming Federation of India results
- CRAN release
- contains all dev version updates since SwimmeR 0.11.0
- Tokyo bug fixes re: Mixed and 4x200 relays
- Reaction times for Hytek results in individual events
- Heat handling for Tokyo Olympics phase reports
- Updates for Tokyo Olympics
- Bug fixes and testing updates for places as "1)"
- Vignette changes to backdoor in NYS results
- CRAN release
- contains all dev version updates since SwimmeR 0.10.0
- dev release
splits_to_cumulative
function added for converting lap splits to cumulative format
- dev release
splits_to_lap
function added for converting cumulative splits to lap format
- dev release
- More informative error message for running
swim_parse
without first runningread_results
- Associated testing for new error message
results improved
- dev release
- Adding support for Omega files from United States Olympic Trials
- Age formatting has changed slightly to accommodate Australian Olympic Trials
- CRAN release
- deprecated
course_convert_df
in favor ofcourse_convert(verbose = TRUE)
- all changes from dev version SwimmeR 0.9.1 to CRAN * Various documentation and file structure updates
- dev release
- Bug fixes in S.A.M.M.S results
- Improved testing for
course_convert
family * Removedtibble
dependency fromcourse_convert
family and therefore fromSwimmeR
package - Added support for British IDs in Hytek files
- Added
correct_split_distance
function to switch between splits by 25 and splits by 50 - Fixed some bugs in splits
- Various documentation and file structure updates
- CRAN release
- Bug fix in splits
name_reorder
now accepts lists- Improvements to
verbose = TRUE
setting inname_reorder
correct_split_distance
function added for renaming split columns in data frames with mixed split lengthsdiscard_errors
function added for cleaning web scrapping results
- CRAN release
- Introduces parsing of Para athlete codes inside
swim_parse
- Bug fixes in splits
- Improved handling of symbols as record designations (!, $ etc.)
inside
swim_parse
- Added
names_reorder
function for dealing with names in Lastname, Firstname order - Better aligned testing with CRAN policies
- Various documentation updates
- dev release
- Fixes bugs in 25 length splits under 10.00 seconds
- Other bug fixes for record designation
- More testing fixes for Debian builds
- Testing fixes for Debian builds
- CRAN release
- added functionality to
swim_parse
to parse S.A.M.M.S. style files - added functionality to
swim_parse
to prevent function from failing when no event names are detected - broadened event name definitions
- added functionality to
swim_parse
to allow raw-er results to be displayed, including swimming-specific strings like DQ and SCR - major overhaul to
swim_parse
to lessen the need fortypo
andreplacement
arguments and to simplify their use
- CRAN release * added functionality to
swim_parse
to output relay swimmers - added functionality to
swim_parse_ISL
to output relay swimmers - added functionality to
swim_parse_ISL
to output splits
- dev release
- added functionality to output splits to
swim_parse
, works but more testing needed
- dev release
- added helper function list_transform to clean up
swim_parse
and other functions
- dev release
- fixed issue regarding athletes with many names, or with punctuated names
- fixed issue regarding the use of "*" in front of an athlete's name as a designator
- updates to testing to reflect above
- CRAN release
- fixed issue caused by a change in ISL results format
- added
swim_parse_ISL
function, for reading in results from the International Swimming League - updated vignette
- various documentation updates
- CRAN housekeeping - addressed testing issue on Linux Debian
- fixed broken link for CRAN submission
- minor bug fixes
- 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 ofswim_parse
has a column calledDQ
.swim_parse
now notes exhibition swims, in the columnExhbition
read_results
andswim_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 ofswim_parse
based on user inputted parameters. - various bug fixes
- fixed issue with xml2 import that broke read_results for .html files
- 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
andread_results
now work forSwim_Parse
andRead_Results
- updated vignette
- added a
NEWS.md
file to track changes to the package. - added functions
swim_parse
andread_results
to allow reading in swimming results from .html and .pdf sources sec_format
now works on lists containingNA
values- added a vignette