File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 0.13.4.9001
4+ Version: 0.13.4.9002
55Description: 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7070Or the slow channel release (v0.13.2) from CRAN:
Original file line number Diff line number Diff line change 77
88[ ![ CRAN
99status] ( 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
1313status] ( 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
8585Or the slow channel release (v0.13.2) from CRAN:
You can’t perform that action at this time.
0 commit comments