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
rewrite of list_files() that leads to massive speed bump
implemented convert_wideToLong() function to convert trackdata tibble objects to their long form representation (useful for spectral analysis)
query() sub-function now sets perl = TRUE arguments in regexp call when using sessionPattern and bundlePattern (useful for e.g. for negative look-around bundlePattern = "^((?!msajc003).)*$")
implemented export_seglistToTxtCollection()
normalize length now also using list() with do.call(rbind, res_list)
implemted new runMINNI boolean parameter in runBASwebservice_all()
bug fixes
https default on serve()
fixed problems of calcFreqs = T in convert_wideToLong() (possibly caused by newer version of dplyr?)