Skip to content

Commit fb3a040

Browse files
committed
refresh
1 parent 5bb7727 commit fb3a040

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.4.9001
4+
Version: 0.13.4.9002
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nanonext 0.13.4.9001 (development)
1+
# nanonext 0.13.4.9002 (development)
22

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

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
[![CRAN status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext)
20-
[![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)
20+
[![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)
2121
[![R-universe status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext)
2222
[![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions)
2323
[![codecov](https://codecov.io/gh/shikokuchuo/nanonext/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/nanonext)
@@ -61,10 +61,10 @@ Web utilities:
6161

6262
### Installation
6363

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

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

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
[![CRAN
99
status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext)
10-
[![R-releases
11-
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)
10+
[![R-multiverse
11+
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)
1212
[![R-universe
1313
status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext)
1414
[![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions)
@@ -76,10 +76,10 @@ Web utilities:
7676

7777
### Installation
7878

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

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

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

0 commit comments

Comments
 (0)