Skip to content

Commit

Permalink
nanonext 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 13, 2024
1 parent fba707c commit 252b92a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 0.13.3.9004
Version: 0.13.4
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# nanonext 0.13.3.9004 (development)
# nanonext 0.13.4

#### New Features

* An integer file descriptor is appended to 'nanoSockets' as the attribute 'fd' - see updated documentation for `socket()`.

Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Web utilities:

### Installation

Install the fast release channel version (0.13.3) from R-releases:
Install the fast channel release (v0.13.4) from R-releases:

```{r releases, eval=FALSE}
install.packages("nanonext", repos = "https://r-releases.r-universe.dev")
```

Or the slow release channel version (0.13.2) from CRAN:
Or the slow channel release (v0.13.2) from CRAN:

```{r cran, eval=FALSE}
install.packages("nanonext")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Web utilities:

### Installation

Install the fast release channel version (0.13.3) from R-releases:
Install the fast channel release (v0.13.4) from R-releases:

``` r
install.packages("nanonext", repos = "https://r-releases.r-universe.dev")
```

Or the slow release channel version (0.13.2) from CRAN:
Or the slow channel release (v0.13.2) from CRAN:

``` r
install.packages("nanonext")
Expand Down

0 comments on commit 252b92a

Please sign in to comment.