Skip to content

Commit 865f83c

Browse files
pkgdown updates
1 parent a2f702d commit 865f83c

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

pkgdown/_pkgdown.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ navbar:
3535
href: https://future.mirai.futureverse.org
3636
- text: future.tests
3737
href: https://future.tests.futureverse.org
38+
- text: futurize (map-reduce)
39+
href: https://futurize.futureverse.org
3840
- text: globals
3941
href: https://globals.futureverse.org
4042
- text: listenv
@@ -43,12 +45,10 @@ navbar:
4345
href: https://parallelly.futureverse.org
4446
- text: progressr
4547
href: https://progressr.futureverse.org
46-
- text: BiocParallel.FutureParam (experimental)
47-
href: https://BiocParallel.FutureParam.futureverse.org
48+
- text: future.p2p (experimental)
49+
href: https://future.p2p.futureverse.org
4850
- text: future.tools (experimental)
4951
href: https://future.tools.futureverse.org
50-
- text: future.mapreduce (experimental)
51-
href: https://future.mapreduce.futureverse.org
5252
- text: marshal (experimental)
5353
href: https://marshal.futureverse.org
5454
cran:

pkgdown/_pkgdown.yml.rsp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<%
2-
pkgs_mapreduce <- c("future.apply", "doFuture", "furrr")
2+
pkgs_mapreduce <- c("futurize", "future.apply", "doFuture", "furrr")
33
pkgs_backend <- c("future.batchtools", "future.callr", "future.mirai")
44
pkgs <- c("globals", "listenv", "parallelly", "future", "future.tests", "progressr", pkgs_mapreduce, pkgs_backend)
5-
pkgs_extra <- c("BiocParallel.FutureParam", "future.tools", "future.mapreduce", "marshal")
5+
pkgs_extra <- c("future.p2p", "future.tools", "marshal")
66
pkgs <- c(sort(pkgs), pkgs_extra)
77
urls <- sprintf("https://%s.futureverse.org", pkgs)
88
names(urls) <- pkgs
99

1010
file <- file.path(c(".", ".."), "DESCRIPTION")
1111
file <- file[utils::file_test("-f", file)]
1212
pkg <- read.dcf(file)[,"Package"]
13-
14-
#common_support <- c("future", "future.apply", "future.callr", "future.batchtools", "doFuture", "BiocParallel.FutureParam")
1513
%>
1614
url: https://<%= pkg %>.futureverse.org
1715

0 commit comments

Comments
 (0)