Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@mjwestgate mjwestgate released this 16 Jul 00:01
· 38 commits to master since this release

Update to improve interfaces and usability

Change log:

  • New functions for working with a team:
    • allocate_effort determines what proportion of articles are given to which reviewers
    • distribute_tasks splits a dataset into sub-sections for each reviewer
    • aggregate_tasks re-joins results from different reviewers
  • Updates to importing with read_bibliography:
    • now accepts multiple files in a list (as does merge_columns)
    • unknown column tags are now retained unaltered, rather than grouped into a column labelled 'further_info'
  • Updates to screening apps:
    • all have a 'max_file_size' argument allowing the user to upload larger files than previously
    • all screen_ apps now accept multiple file drag-and-drop
    • screen_titles and screen_abstracts now allow user-defined sorting (by choosing a column to sort by)
    • accept/reject and navigation buttons have been relocated to the header bar
    • screen_abstracts now allows navigation by +/- 10 articles
    • screen_topics now allows user-defined exclusion of common and rare terms (ditto make_dtm)