Skip to content

Commit 4973579

Browse files
HELP: cluster() should show up on index page, but not availablePicoP2PWorkers()
1 parent fd62c32 commit 4973579

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
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-9012
3+
Version: 0.1.0-9013
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/PicoP2PFutureBackend-class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ nbrOfFreeWorkers.PicoP2PFutureBackend <- function(evaluator = NULL, background =
169169
}
170170

171171

172-
172+
#' Gets the number of known P2P workers
173+
#'
173174
#' @return
174175
#' `availablePicoP2PWorkers()` returns the number of registered workers on the P2P cluster.
175176
#' It will always return at least one worker, which is yourself.
176177
#' _WARNING: This is currently hardcoded to 10 workers, regardless of the number._
177178
#'
178-
#' @rdname cluster
179179
#' @keywords internal
180180
availablePicoP2PWorkers <- function() {
181181
nworkers <- 10L

man/availablePicoP2PWorkers.Rd

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

man/cluster.Rd

Lines changed: 0 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)