File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-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.9002
4+ Version: 0.13.5
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.9002 (development)
1+ # nanonext 0.13.5
22
3- * Removes SHA-2 cryptographic hash functions in favour of the superior streaming implementations in the secretbase package.
3+ #### Updates
4+
5+ * Removes SHA-2 cryptographic hash functions (please use the streaming implementation in the secretbase package).
46
57# nanonext 0.13.4
68
Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ Web utilities:
6161
6262### Installation
6363
64- Install the fast channel release (v0.13.4) from R-multiverse:
64+ Install the fast channel release from R-multiverse:
6565
6666``` {r releases, eval=FALSE}
6767install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
6868```
6969
70- Or the slow channel release (v0.13.2) from CRAN:
70+ Or the slow channel release from CRAN:
7171
7272``` {r cran, eval=FALSE}
7373install.packages("nanonext")
7474```
7575
76- Or the latest development build from the author's R-universe:
76+ Or the latest development build from R-universe:
7777
7878``` {r universe, eval=FALSE}
7979install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev")
Original file line number Diff line number Diff line change @@ -76,19 +76,19 @@ Web utilities:
7676
7777### Installation
7878
79- Install the fast channel release (v0.13.4) from R-multiverse:
79+ Install the fast channel release from R-multiverse:
8080
8181``` r
8282install.packages(" nanonext" , repos = " https://r-multiverse.r-universe.dev" )
8383```
8484
85- Or the slow channel release (v0.13.2) from CRAN:
85+ Or the slow channel release from CRAN:
8686
8787``` r
8888install.packages(" nanonext" )
8989```
9090
91- Or the latest development build from the author’s R-universe:
91+ Or the latest development build from R-universe:
9292
9393``` r
9494install.packages(" nanonext" , repos = " https://shikokuchuo.r-universe.dev" )
You can’t perform that action at this time.
0 commit comments