- minor revisions to the
dv_sync_video
function
- minor bugfixes
- the evaluation string used for a set with a "/" evaluation code has been changed from "Error (reach over net)" to just "Error" for consistency with other skills (applies to files using VolleyMetrics conventions only)
- fixes to support files using sideout scoring
- add experimental video sync functions
- remove dependence on
enc
package, which has been archived from CRAN - enforce the
start_coordinate
column in meta$attacks table to be integer - other small improvements
- propagate player name changes (made via
remap_player_names()
) into first and last names in metadata (thanks @awosoga) - added
remap_player_info()
function (thanks @awosoga) - other small bugfixes
- support for .vsm files
Minor updates:
- better detection of Cyrillic text encoding
Minor updates:
- initial setter assignments (at the start of each set) are no longer marked as substitutions
- better handling of corrupted position coordinates in dvw files
- the raster package has been shifted from Imports to Suggests, meaning that it won't be installed by default. This only affects plotting of raster images (heatmaps) in base graphics. If you don't have raster installed, it will prompt
- convert colour columns to hex colour strings (previously integer-encoded)
- minor speed improvements when reading
- meta$winning_symbols is now a data frame
- utilities to make files scouted by ClickNScout more useful
- optional xlim, ylim to ggcourt,
- add dv_find_to_flip_coordinates function
- bug fix: actions scouted with an unknown player (denoted in the dvw file with player number "$$") were previously being incorrectly parsed
- cope with missing file metadata entries
- improvements for handling text encoding
- fix dv_xy2zone to make serve zones equal widths
- add line_width to ggcourt
- add dv_read_sq function
- improvements to match date parsing
- add columns for scores at start of point (home_score_start_of_point, visiting_score_start_of_point)
- trim whitespace from team and player names and IDs
- minor bugfixes for rotation check, validation of peranavolley files
- 'beach' and 'sand' ggcourt options
- fix set number and sets_won in partially-scouted files
- improvements to detecting text encoding
- minor bugfixes
- adjustments to
team_touch_id
andphase
to account for files in which only attacks have been scouted point_phase
(this is the "Point/Side out" column in the DataVolley codes list window) andattack_phase
("Attack after reception/dig") columns added to the play-by-play datadv_write
function added- additional fixes following the changes to text encoding handling in v0.12.0
- substantial changes to the way that text encoding is handled, including guessing the correct encoding with
read_dv(..., text_encoding = "guess")
. Text encoding should work better now, particular on Windows - added a
date_format
parameter toread_dv
, so that the user can specify the preferred date format to use when dates are ambiguous