Skip to contents

InquiryR 26.08.1

Updates

  • Update .dockerignore, .gitignore, Rbuildignore
  • Added missing dependency to imports

InquiryR 26.08.0

Updates

  • Upgraded Docker base image
  • Updated DataTools (24.11.0 -> 26.08.2) to the latest version to incorporate recent fixes

InquiryR 24.11.1

New Features

  • option to import and modify inquiry templates (#1)
    • set an inquiry name and a description
    • add standard questions as supported by shinysurveys package, see vignette
    • remove questions from the template
    • edit cells of the questions data frame
  • option to add a password before saving a template (#2)
    • the password is required to load the template: either to modify the template or to respond to the inquiry
    • when a password is set, the template is saved as an encrypted object; the download is a raw file instead of a json file
    • after import, the file is checked if it is encrypted and if so, the user must enter the password to load it

InquiryR 24.11.0

New Features

  • First version of the shiny app containing an example inquiry template.