Skip to content

Commit 122331f

Browse files
committed
refresh docs
1 parent ab47277 commit 122331f

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
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.10.1
4+
Version: 0.10.1.9000
55
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66
a socket library providing high-performance scalability protocols, a
77
cross-platform standard for messaging and communications. Serves as a

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# nanonext 0.10.1.9000 (development)
2+
13
# nanonext 0.10.1
24

35
#### New Features

R/docs.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#' Protocols [Documentation]
2020
#'
21-
#' @description Protocols implemented by \{nanonext\}.
21+
#' @description Protocols implemented by \pkg{nanonext}.
2222
#'
2323
#' For an authoritative guide please refer to the online documentation for
2424
#' the NNG library at \url{https://nng.nanomsg.org/man/}.
@@ -126,7 +126,7 @@ NULL
126126

127127
#' Transports [Documentation]
128128
#'
129-
#' @description Transports supported by \{nanonext\}.
129+
#' @description Transports supported by \pkg{nanonext}.
130130
#'
131131
#' For an authoritative guide please refer to the online documentation for
132132
#' the NNG library at \url{https://nng.nanomsg.org/man/}.
@@ -154,7 +154,7 @@ NULL
154154
#'
155155
#' @section IPC:
156156
#'
157-
#' The ipc transport provides communication support between sockets
157+
#' The IPC transport provides communication support between sockets
158158
#' within different processes on the same host. For POSIX platforms, this is
159159
#' implemented using UNIX domain sockets. For Windows, this is implemented
160160
#' using Windows Named Pipes. Other platforms may have different
@@ -200,9 +200,9 @@ NULL
200200
#'
201201
#' @section TCP/IP:
202202
#'
203-
#' The tcp transport provides communication support between sockets
204-
#' across a TCP/IP network. Both IPv4 and IPv6 are supported when the
205-
#' underlying platform also supports it.
203+
#' The TCP transport provides communication support between sockets
204+
#' across a TCP/IP network. Both IPv4 and IPv6 are supported when supported
205+
#' by the underlying platform.
206206
#'
207207
#' [\strong{URI, tcp://}] This transport uses URIs using the scheme tcp://,
208208
#' followed by an IP address or hostname, followed by a colon and finally
@@ -239,9 +239,9 @@ NULL
239239
#'
240240
#' @section TLS:
241241
#'
242-
#' The tls transport provides communication support between peers across a
242+
#' The TLS transport provides communication support between peers across a
243243
#' TCP/IP network using TLS v1.2 on top of TCP. Both IPv4 and IPv6 are
244-
#' supported when the underlying platform also supports it.
244+
#' supported when supported by the underlying platform.
245245
#'
246246
#' [\strong{URI, tls+tcp://}] This transport uses URIs using the scheme
247247
#' tls+tcp://, followed by an IP address or hostname, followed by a colon
@@ -260,7 +260,7 @@ NULL
260260
#'
261261
#' The ws and wss transport provides communication support between peers
262262
#' across a TCP/IP network using WebSockets. Both IPv4 and IPv6 are
263-
#' supported when the underlying platform also supports it.
263+
#' supported when supported by the underlying platform.
264264
#'
265265
#' [\strong{URI, ws://}] This transport uses URIs using the scheme ws://,
266266
#' followed by an IP address or hostname, optionally followed by a colon and

R/nanonext-package.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
#'
8282
#' @section Links:
8383
#'
84-
#' nanonext website: \url{https://shikokuchuo.net/nanonext/} \cr
85-
#' nanonext on CRAN: \url{https://cran.r-project.org/package=nanonext}
84+
#' \CRANpkg{nanonext} website: \url{https://shikokuchuo.net/nanonext/}
8685
#'
8786
#' NNG website: \url{https://nng.nanomsg.org/} \cr
8887
#' Mbed TLS website: \url{https://www.trustedfirmware.org/projects/mbed-tls/}

man/nanonext-package.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/protocols.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transports.Rd

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)