BUG FIXES

  • Fix an issue in .smart.round() to handle NA in the randomize() function

BUG FIXES

IMPROVEMENTS

IMPROVEMENTS

BUG FIXES

  • Fix an issue in randomise() to check for unbalanced designs
  • Remove dependency to “PlackettLuce” and “climatrends” to avoid errors in CRAN check for Windows

IMPROVEMENTS

  • randomise() deals with unbalanced proportions of technologies, meaning that we can test a whole set of technologies even when not all have equal availability
  • rmGeoIdentity() is added to offer an approach to remove geographical identity of participants
  • rankTricot() builds a PlackettLuce rankings using the tricot data

IMPROVEMENTS

BUG FIXES

  • Fix the function to set the URLs for alternative servers in ClimMob

IMPROVEMENTS

CHANGES IN BEHAVIOUR

  • Imports ‘PlackettLuce’ and ‘climatrends’ by default
  • Use httr::RETRY() instead of httr::GET() as suggested by Anna Vasylytsya
  • A print() method is added
  • New integration with the ‘testing’ server enabling to gather data from this server with the argument server
  • Minor changes in documentation

CHANGES IN BEHAVIOUR

  • Migrating functions from ClimMobTools to gosset and climatrends. ClimMobTools will keep only the functions exclusively related to the ‘ClimMob’ platform. Other functions are transferred to gosset and climatrends to provide a better environment for data handling, analysis and visualization.
  • Retain function getDataCM(), getProjectCM(), randomise() and seed_need()
  • Changes in package description
  • A S3 method as.data.frame() is provided to coerce CM_list into a data frame
  • Internal functions for pivoting data.frames to avoid dependencies
  • Change license to MIT