- Improve accessibility of xterm.js in the webR REPL app by enabling
screenReaderMode
.
- Rename the properties of
WebROptions
so that they are all in camelCase, consistent with the rest of the webR TypeScript source. We have made the decision to release the above breaking change quickly while there are still a relatively low number of affected users.
-
Improve compatibility when running webR under Node (#167 & #171).
-
Fix
chol()
withpivot=TRUE
by working around a Fortran library issue.
Initial Release