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
Installation from source requires 'libnng' >= v1.5.0 and 'libmbedtls' >= 2.5.0 (suitable installations are automatically detected), or else 'cmake' to compile 'libnng' v1.7.0 and 'libmbedtls' v3.5.1 included within the package sources.
149
+
Installation from source requires 'libnng' >= v1.5.0 and 'libmbedtls' >= 2.5.0 (suitable installations are automatically detected), or else 'cmake' to compile 'libnng' v1.7.0 and 'libmbedtls' v3.5.2 included within the package sources.
150
150
151
151
**It is recommended for optimal performance and stability to let the package automatically compile bundled versions of 'libmbedtls' and 'libnng' during installation.** To ensure the libraries are compiled from source even if system installations are present, set the `NANONEXT_LIBS` environment variable prior to installation e.g. by `Sys.setenv(NANONEXT_LIBS = 1)`.
152
152
@@ -156,7 +156,7 @@ As system libraries, 'libnng' is available as libnng-dev (deb) or nng-devel (rpm
156
156
157
157
#### Windows
158
158
159
-
For R >= 4.2 using the 'Rtools42' or 'Rtools43' toolchains, 'libnng' v1.7.0 and 'libmbedtls' v3.5.1 will be automatically compiled from the package sources during installation.
159
+
For R >= 4.2 using the 'Rtools42' or 'Rtools43' toolchains, 'libnng' v1.7.0 and 'libmbedtls' v3.5.2 will be automatically compiled from the package sources during installation.
160
160
161
161
For previous R versions, pre-compiled 'libnng' v1.7.0 and 'libmbedtls' v3.5.1 libraries are downloaded and used for installation instead.
Copy file name to clipboardExpand all lines: vignettes/nanonext.Rmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ call_aio(aio)
206
206
aio
207
207
#> < recvAio | $data >
208
208
aio$data|> str()
209
-
#> num [1:100000000] -0.5243 0.51409 -0.16473 -0.00198 1.14541 ...
209
+
#> num [1:100000000] 0.573 -0.5153 -0.1211 0.4534 -0.0155 ...
210
210
```
211
211
212
212
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.
@@ -325,7 +325,7 @@ Additionally, the convenience function `write_cert()` can automatically generate
0 commit comments