Skip to content

Commit

Permalink
go dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Apr 8, 2024
1 parent 7f50360 commit ef10623
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 0.13.6
Version: 0.13.6.9000
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# nanonext 0.13.6 (development)

# nanonext 0.13.6

#### Updates
Expand Down
11 changes: 4 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@ Web utilities:

### Installation

Install the fast channel release from R-multiverse:

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

Or the slow channel release from CRAN:
Install the latest release:

```{r cran, eval=FALSE}
# Either [1] fast channel from R-multiverse:
install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
# Or [2] slow channel from CRAN:
install.packages("nanonext")
```

Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@ Web utilities:

### Installation

Install the fast channel release from R-multiverse:
Install the latest release:

``` r
# Either [1] fast channel from R-multiverse:
install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
```

Or the slow channel release from CRAN:

``` r
# Or [2] slow channel from CRAN:
install.packages("nanonext")
```

Expand Down

0 comments on commit ef10623

Please sign in to comment.