Skip to content

Commit ef10623

Browse files
committed
go dev
1 parent 7f50360 commit ef10623

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
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.6
4+
Version: 0.13.6.9000
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# nanonext 0.13.6 (development)
2+
13
# nanonext 0.13.6
24

35
#### Updates

README.Rmd

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,12 @@ Web utilities:
6161

6262
### Installation
6363

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:
7165

7266
```{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:
7370
install.packages("nanonext")
7471
```
7572

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,12 @@ Web utilities:
7676

7777
### Installation
7878

79-
Install the fast channel release from R-multiverse:
79+
Install the latest release:
8080

8181
``` r
82+
# Either [1] fast channel from R-multiverse:
8283
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:
8885
install.packages("nanonext")
8986
```
9087

0 commit comments

Comments
 (0)