You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# nanonext 0.9.2.9037 (development)
1
+
# nanonext 0.9.2.9038 (development)
2
2
3
3
#### New Features
4
4
@@ -24,7 +24,6 @@
24
24
+ Permits sending of NULL, in which case an empty vector of the corresponding mode is received.
25
25
+ Character vectors containing empty characters in the middle are now received correctly.
26
26
+ For character vectors, respects original encoding and no longer performs automatic conversion to UTF8.
27
-
* The unresolved value for an Aio is now the symbol ` unresolvedValue ` rather than a classed logical NA. Continue to use `unresolved()` to check for resolution.
28
27
* Base64 and SHA hash functions now use big-endian representation for serialization (where this is performed) to ensure consistency across all systems (fixes #14, a regression in nanonext 0.9.2).
29
28
* Package installation now succeeds in certain environments where 'cmake' failed to make 'libmbedtls' detectable after building (thanks @kendonB#13).
30
29
* Source bundles for 'libmbedtls' and 'libnng' slimmed down for smaller package and installed sizes.
Copy file name to clipboardExpand all lines: README.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ aio$data |> str()
311
311
312
312
```
313
313
314
-
As `call_aio()` is blocking and will wait for completion, an alternative is to query `aio$data` directly. This will return the symbol ` unresolvedValue ` if the calculation is yet to complete.
314
+
As `call_aio()` is blocking and will wait for completion, an alternative is to query `aio$data` directly. This will return an 'unresolved' logical NA value if the calculation is yet to complete.
315
315
316
316
In this example the calculation is returned, but other operations may reside entirely on the server side, for example writing data to disk.
0 commit comments