Skip to content

v1.4.0

Compare
Choose a tag to compare
@martinctc martinctc released this 09 Mar 21:39
· 787 commits to main since this release

wpa 1.4.0

v1.4.0 is the version where the working patterns family of functions are released open source as part of wpa (#55). These functions include:

  • workpatterns_classify()
  • flex_index()
  • workpatterns_report()
  • plot_flex_index()

In addition to the above, there are also some new functions, bug fixes, documentation, and performance improvements.

New functions:

  • import_to_fst() (#86)
  • create_hist() (#80)
  • identify_shifts_wp() (#66)

Significant changes to existing functions:

  • collaboration_report(): visuals and structure are improved (#69)
  • import_wpa() can now specify encoding when reading in data, which now defaults to UTF-8 (#76). This resolves a previous bug for reading in double-byte characters.
  • network_g2g(): now auto-detects columns for collaborators and time investors. Also, if the value 'Collaborators Within Group' does not exist in the data, a warning message is returned.

Bug fixes:

  • collab_area() now has relaxed variable name checks which makes it less prone to fail when not all exact collaboration metrics are available or when cases do not match (#81).
  • Resolved an issue of overly strict checks on flag_outlooktime(). Now it is possible to pass both 7:30 and 07:30 as inputs.

Documentation changes have been implemented across the board to comply with CRAN and to improve the user experience (#31)

For detailed PR changes, see #55, #61, #62, #63, #64, #66, #67, #69, #75, #76, #79, #80, #81, #84, #85, #86, #87.