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: README.Rmd
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -314,8 +314,6 @@ In such a case, calling or querying the value confirms that the operation has co
314
314
315
315
The {mirai} package <https://shikokuchuo.net/mirai/> (<https://cran.r-project.org/package=mirai>) uses {nanonext} as the back-end to provide asynchronous execution of arbitrary R code using the RPC model.
316
316
317
-
The {crew} package <https://wlandau.github.io/crew/> (<https://cran.r-project.org/package=crew>) by William Landau further extends {mirai} to different computing platforms for distributed workers.
318
-
319
317
[« Back to ToC](#table-of-contents)
320
318
321
319
### Synchronisation Primitives
@@ -654,7 +652,7 @@ stat(s, "pipes")
654
652
655
653
#### Linux / Mac / Solaris
656
654
657
-
Installation from source requires 'libnng' >= v1.6.0 and 'libmbedtls' >= 2 - suitable installations are automatically detected - or else 'cmake' to compile 'libnng' v1.6.0 pre-release (8e1836f) [alpha (c5e9d8a) in dev version]and 'libmbedtls' v3.2.1 [v3.4.0 in dev version] included within the package sources.
655
+
Installation from source requires 'libnng' >= v1.6.0 and 'libmbedtls' >= 2 - suitable installations are automatically detected - or else 'cmake' to compile 'libnng' v1.6.0 alpha (c5e9d8a) and 'libmbedtls' v3.4.0 included within the package sources.
658
656
659
657
Note: 'libnng' v1.6.0 is not yet available in system repositories; 'libmbedtls' is available as libmbedtls-dev (deb) or libmbedtls-devel (rpm).
660
658
@@ -668,9 +666,9 @@ Package installation will automatically build the libraries if required.
668
666
669
667
#### Windows
670
668
671
-
For R >= 4.2 using the 'Rtools42' or 'Rtools43' toolchains, 'libnng' v1.6.0 (8e1836f) [alpha (c5e9d8a) in dev version]and 'libmbedtls' v3.2.1 [v3.4.0 in dev version] will be automatically compiled from the package sources during installation.
669
+
For R >= 4.2 using the 'Rtools42' or 'Rtools43' toolchains, 'libnng' v1.6.0 alpha (c5e9d8a) and 'libmbedtls' v3.4.0 will be automatically compiled from the package sources during installation.
672
670
673
-
For previous R versions, pre-compiled 'libnng' v1.6.0 (8e1836f) [alpha (c5e9d8a) in dev version]and 'libmbedtls' v3.2.1 [v3.4.0 in dev version] libraries are downloaded and used for installation instead.
671
+
For previous R versions, pre-compiled 'libnng' v1.6.0 alpha (c5e9d8a) and 'libmbedtls' v3.4.0 libraries are downloaded and used for installation instead.
0 commit comments