Skip to content

Commit 252b92a

Browse files
committed
nanonext 0.13.4
1 parent fba707c commit 252b92a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nanonext
22
Type: Package
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 0.13.3.9004
4+
Version: 0.13.4
55
Description: 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

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}
6868
install.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}
7474
install.packages("nanonext")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8585
install.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
9191
install.packages("nanonext")

0 commit comments

Comments
 (0)