Open niederle opened 4 years ago
Note: It's the fixEncoding() method, which makes a mess out of the 'µ' character under windows. Have to find out why it's platform dependent. Without, it does not work either:
ERROR Dose Response (R) 0:13 Execute failed: Failed to parse the script: Syntax error: Error in parse(text = knime.script.in) : invalid multibyte character in parser at line 362
Cannox fix. Guess it is an issue with the Rserve. See https://github.com/s-u/REngine/issues/24. Issue is true for everything which is transferred to R (column names, row id, table content, ...) It's not a good idea to check everything for UTF-8 before the transfer.
If the concentration column name contains the character 'µ' the node fails under Windows.
ERROR Dose Response (R) 0:256 Execute failed: Failed to evaluate the script: Error : Error in FUN(X[[i]], ...) : only defined on a data frame with all numeric variables
Example table: dose_response_bug.table.zip