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 55e8ece commit e2e5ec6Copy full SHA for e2e5ec6
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+# 1.0 RC 9
2
+
3
+New features
4
5
+* various improvements in handling of foreign objects in R
6
7
+Added missing R builtins and C API
8
9
+* eapply builtin
10
+* rapply builtin
11
12
+Bug fixes:
13
14
+* colon builtin calculated length incorrectly in some circumstances
15
+* `storage.mode<-` works with NULL
16
+* Rf_coerceVector works with pairlists and language objects
17
+* allow formal parameter names: '..1', '..1=default', '...=default'
18
19
# 1.0 RC 8
20
21
Bug fixes
0 commit comments