RE-QDA / requal

Free and open-source software for computer-assisted qualitative data analysis
https://www.requal.app
Other
14 stars 1 forks source link

html export (Analysis screen) fails #106

Closed martin-hajek closed 1 year ago

martin-hajek commented 1 year ago

When clicking on the html button at the bottom of the Analysis screen to export the selected segments in html format, the correct dialog box (Save As) appears, but no file is actually saved. The problem seems to be in the pathname:

Quitting from lines 6-7 (report.Rmd) 
Warning: Error in : '\U' used without hex digits in character string starting "'C:\U"
  3: runApp
  2: print.shiny.appobj
  1: <Anonymous>

The csv export works well.

martin-hajek commented 1 year ago

The bug does not occur in Linux/Ubuntu, only in Windows (tested on two machines).