We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b6d94 commit 1440849Copy full SHA for 1440849
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 20.0.0-beta1
2
+
3
+New features:
4
5
+* `is.function` returns `true` for foreign executables
6
+* better error message when FastR cannot find its home directory
7
8
+Bug fixes:
9
10
+* strings '-Inf', '+NaN', and '-NaN' are correctly parsed to doubles including ignoring leading and trailing whitespace
11
+* avoid unhandled exceptions in `dev.set` #76
12
+* `for` loop creates and initializes the control variable even if there are no iterations #77
13
+* update the output of the `capabilities` builtin #78
14
15
# 19.0.0
16
17
New features:
0 commit comments