Skip to content

Commit 3e69064

Browse files
CLEANUP: Un-export p2p_{client,worker}_id() - take 2
1 parent 41c1e7c commit 3e69064

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: future.p2p
22
Title: A Peer-to-Peer Compute Cluster via Futureverse
3-
Version: 0.1.0-9009
3+
Version: 0.1.0-9010
44
Description: Implementation of the 'Future' API <doi:10.32614/RJ-2021-048> that resolves futures on a peer-to-peer ('P2P') compute environment. By using this future backend, you and your friends can share your spare compute resources with each other.
55
Depends:
66
future (>= 1.67.0)

R/p2p_name.R renamed to R/p2p_client_id.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ p2p_cluster_name <- function(users = character(0)) {
2121
}
2222

2323

24-
#' Gets the identified of the current P2P client or P2P worker
24+
#' Gets the identifier of the current P2P client or P2P worker
2525
#'
2626
#' @return
2727
#' `p2p_client_id()` and `p2p_worker_id()` return the client and worker
28-
#' identified, which both have format`"{username}@{hostname}:{pid}"`.
28+
#' identifier, which both have format`"{username}@{hostname}:{pid}"`.
2929
#'
30-
#' @rdname p2p_cluster_name
3130
#' @keywords internal
3231
p2p_client_id <- local({
3332
name <- NULL
@@ -42,6 +41,6 @@ p2p_client_id <- local({
4241
}
4342
})
4443

45-
#' @rdname p2p_cluster_name
44+
#' @rdname p2p_client_id
4645
#' @keywords internal
4746
p2p_worker_id <- p2p_client_id

man/p2p_client_id.Rd

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

man/p2p_cluster_name.Rd

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

0 commit comments

Comments
 (0)