Skip to content

emuR 1.1.2

Choose a tag to compare

@raphywink raphywink released this 29 Jan 16:40

new features / performance tweaks / improvements

  • 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?)