Skip to content

Commit

Permalink
nanonext 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Apr 5, 2024
1 parent fb3a040 commit b0513d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 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.4.9002
Version: 0.13.5
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
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# nanonext 0.13.4.9002 (development)
# nanonext 0.13.5

* Removes SHA-2 cryptographic hash functions in favour of the superior streaming implementations in the secretbase package.
#### Updates

* Removes SHA-2 cryptographic hash functions (please use the streaming implementation in the secretbase package).

# nanonext 0.13.4

Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ Web utilities:

### Installation

Install the fast channel release (v0.13.4) from R-multiverse:
Install the fast channel release from R-multiverse:

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

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

```{r cran, eval=FALSE}
install.packages("nanonext")
```

Or the latest development build from the author's R-universe:
Or the latest development build from R-universe:

```{r universe, eval=FALSE}
install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ Web utilities:

### Installation

Install the fast channel release (v0.13.4) from R-multiverse:
Install the fast channel release from R-multiverse:

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

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

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

Or the latest development build from the author’s R-universe:
Or the latest development build from R-universe:

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

0 comments on commit b0513d3

Please sign in to comment.