File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
Package: nanonext
2
2
Type: Package
3
3
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4
- Version: 0.13.6
4
+ Version: 0.13.6.9000
5
5
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
6
6
a socket library implementing 'Scalability Protocols', a reliable,
7
7
high-performance standard for common communications patterns including
Original file line number Diff line number Diff line change
1
+ # nanonext 0.13.6 (development)
2
+
1
3
# nanonext 0.13.6
2
4
3
5
#### Updates
Original file line number Diff line number Diff line change @@ -61,15 +61,12 @@ Web utilities:
61
61
62
62
### Installation
63
63
64
- Install the fast channel release from R-multiverse:
65
-
66
- ``` {r releases, eval=FALSE}
67
- install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
68
- ```
69
-
70
- Or the slow channel release from CRAN:
64
+ Install the latest release:
71
65
72
66
``` {r cran, eval=FALSE}
67
+ # Either [1] fast channel from R-multiverse:
68
+ install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
69
+ # Or [2] slow channel from CRAN:
73
70
install.packages("nanonext")
74
71
```
75
72
Original file line number Diff line number Diff line change @@ -76,15 +76,12 @@ Web utilities:
76
76
77
77
### Installation
78
78
79
- Install the fast channel release from R-multiverse :
79
+ Install the latest release:
80
80
81
81
``` r
82
+ # Either [1] fast channel from R-multiverse:
82
83
install.packages(" nanonext" , repos = " https://r-multiverse.r-universe.dev" )
83
- ```
84
-
85
- Or the slow channel release from CRAN:
86
-
87
- ``` r
84
+ # Or [2] slow channel from CRAN:
88
85
install.packages(" nanonext" )
89
86
```
90
87
You can’t perform that action at this time.
0 commit comments