Skip to content

Commit

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

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

Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext)
[![R-releases status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fr-releases.r-universe.dev%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=R-releases&color=112d4e)](https://r-releases.r-universe.dev/nanonext)
[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fr-multiverse.r-universe.dev%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=R-multiverse&color=112d4e)](https://r-multiverse.r-universe.dev/nanonext)
[![R-universe status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext)
[![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions)
[![codecov](https://codecov.io/gh/shikokuchuo/nanonext/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/nanonext)
Expand Down Expand Up @@ -61,10 +61,10 @@ Web utilities:

### Installation

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

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

Or the slow channel release (v0.13.2) from CRAN:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

[![CRAN
status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext)
[![R-releases
status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fr-releases.r-universe.dev%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=R-releases&color=112d4e)](https://r-releases.r-universe.dev/nanonext)
[![R-multiverse
status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fr-multiverse.r-universe.dev%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=R-multiverse&color=112d4e)](https://r-multiverse.r-universe.dev/nanonext)
[![R-universe
status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext)
[![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions)
Expand Down Expand Up @@ -76,10 +76,10 @@ Web utilities:

### Installation

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

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

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

0 comments on commit fb3a040

Please sign in to comment.