diff --git a/rmr2/docs/getting-data-in-and-out.html b/rmr2/docs/getting-data-in-and-out.html index 54685c1f..fb895d69 100644 --- a/rmr2/docs/getting-data-in-and-out.html +++ b/rmr2/docs/getting-data-in-and-out.html @@ -224,7 +224,7 @@

Custom formats

NULL else keyval(NULL, df) } -<environment: 0x105e1a870> +<environment: 0x1046f6c70> $streaming.format NULL @@ -249,7 +249,7 @@

Custom formats

v else cbind(k, v), ..., row.names = FALSE, col.names = FALSE) } -<environment: 0x101bbb718> +<environment: 0x102f034a8> $streaming.format NULL diff --git a/rmr2/docs/getting-data-in-and-out.md b/rmr2/docs/getting-data-in-and-out.md index 8ea60161..e3e8d722 100644 --- a/rmr2/docs/getting-data-in-and-out.md +++ b/rmr2/docs/getting-data-in-and-out.md @@ -50,7 +50,7 @@ function (con, keyval.length) NULL else keyval(NULL, df) } - + $streaming.format NULL @@ -79,7 +79,7 @@ function (kv, con) v else cbind(k, v), ..., row.names = FALSE, col.names = FALSE) } - + $streaming.format NULL diff --git a/rmr2/docs/new-in-this-release.html b/rmr2/docs/new-in-this-release.html index 09afff58..7a2e6156 100644 --- a/rmr2/docs/new-in-this-release.html +++ b/rmr2/docs/new-in-this-release.html @@ -142,8 +142,6 @@ -

This document is being used as a planning document to help in developing 2.0. These features and changes are mostly implemented in the rmr-2.0 branch

-

What's new in 2.0

With 1.3 we added support for vectorized processing and structured data, and the feedback from users was encouraging. At the same time, we increased the complexity of the API. With this version we tried to define a synthesis between all the modes (record-at-a-time, vectorized and structured) present in 1.3, with the following goals:

diff --git a/rmr2/docs/new-in-this-release.md b/rmr2/docs/new-in-this-release.md index 18e5b9d0..4c82438a 100644 --- a/rmr2/docs/new-in-this-release.md +++ b/rmr2/docs/new-in-this-release.md @@ -1,6 +1,3 @@ - -*This document is being used as a planning document to help in developing 2.0. These features and changes are mostly implemented in the rmr-2.0 branch* - # What's new in 2.0 With 1.3 we added support for vectorized processing and structured data, and the feedback from users was encouraging. At the same time, we increased the complexity of the API. With this version we tried to define a synthesis between all the modes (record-at-a-time, vectorized and structured) present in 1.3, with the following goals: