File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 0.13.3.9004
4+ Version: 0.13.4
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66 a socket library implementing 'Scalability Protocols', a reliable,
77 high-performance standard for common communications patterns including
Original file line number Diff line number Diff line change 1- # nanonext 0.13.3.9004 (development)
1+ # nanonext 0.13.4
2+
3+ #### New Features
24
35* An integer file descriptor is appended to 'nanoSockets' as the attribute 'fd' - see updated documentation for ` socket() ` .
46
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ Web utilities:
6262
6363### Installation
6464
65- Install the fast release channel version (0 .13.3 ) from R-releases:
65+ Install the fast channel release (v0 .13.4 ) from R-releases:
6666
6767``` {r releases, eval=FALSE}
6868install.packages("nanonext", repos = "https://r-releases.r-universe.dev")
6969```
7070
71- Or the slow release channel version (0 .13.2) from CRAN:
71+ Or the slow channel release (v0 .13.2) from CRAN:
7272
7373``` {r cran, eval=FALSE}
7474install.packages("nanonext")
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ Web utilities:
7979
8080### Installation
8181
82- Install the fast release channel version (0 .13.3 ) from R-releases:
82+ Install the fast channel release (v0 .13.4 ) from R-releases:
8383
8484``` r
8585install.packages(" nanonext" , repos = " https://r-releases.r-universe.dev" )
8686```
8787
88- Or the slow release channel version (0 .13.2) from CRAN:
88+ Or the slow channel release (v0 .13.2) from CRAN:
8989
9090``` r
9191install.packages(" nanonext" )
You can’t perform that action at this time.
0 commit comments