You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implemented write_bundleList() and read_bundleList() functions
new bundleListNameserve() parameter implemented
added warning to serve() when either bundleComments or bundleFinishedEditing is set to true and no bundleListName was set (closes #268)
implemented onTheFlyFunction parameter for get_trackdata() which allows users to implement their own functions (input: path to wav file; output tibble/data.frame that has a column called "frame_time")
converting factors into characters in get_trackdata() and normalize_length() (closes #224 and #223)
add_perspective() now sets "restrictions" -> "showPerspectivesSidebar" to true to make the side bar visible
normalize_length() now doesn't throw tibble 3.0.0 warnings any more
query() RegEx operators =~ now using SQLites native support (wasn't available in earlier versions)
replaced RCurl with httr dep
moved some dependencies to Suggests field in DESCRIPTION file
removed vignette stubs
bug fixes
try catching rounding errors of sample rate and start time in get_trackdata()