-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
99 lines (87 loc) · 2.92 KB
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
name: "futureverse"
title: "Futureverse"
base_url: https://www.futureverse.org
description: |
Futureverse
favicon: images/favicon.ico
google_analytics: "G-SB3EQSD9FR"
output_dir: "docs"
exclude:
- '*'
include:
- figures
- images
- CNAME
navbar:
logo:
image: images/logo.png
href: index.html
right:
- text: "Packages & Docs"
menu:
- text: Overview of All Packages
href: packages-overview.html
- text: "---"
- text: Core Future API
- text: future (core of the future framework)
href: https://future.futureverse.org
- text: "---"
- text: Map-Reduce Future APIs
- text: future.apply (base R apply with futures)
href: https://future.apply.futureverse.org
- text: furrr (purrr with futures)
href: https://furrr.futureverse.org
- text: doFuture (a foreach adapter)
href: https://doFuture.futureverse.org
- text: "---"
- text: Parallel Backends
- text: future (built-in, local & remote parallelization)
href: https://future.futureverse.org
- text: future.batchtools (use HPC scheduler)
href: https://future.batchtools.futureverse.org
- text: future.callr (local callr parallelization)
href: https://future.callr.futureverse.org
- text: future.mirai (parallelize via mirai)
href: https://future.mirai.futureverse.org
- text: "---"
- text: Utilities
- text: listenv (Use %<-% for list-like structures)
href: https://listenv.futureverse.org
- text: parallelly (enhances the parallel package)
href: https://parallelly.futureverse.org
- text: progressr (progress updates in parallel)
href: https://progressr.futureverse.org
- text: "---"
- text: For low-level developers
- text: globals (identify globals)
href: https://globals.futureverse.org
- text: future.tests (validate future backends)
href: https://future.tests.futureverse.org
- text: "---"
- text: Experimental
- text: future.tools (tools for working with futures)
href: https://future.tools.futureverse.org
- text: BiocParallel.FutureParam (a BiocParallel addon)
href: https://BiocParallel.FutureParam.futureverse.org/
- text: marshal (export non-exportable objects)
href: https://marshal.futureverse.org
- text: "Blog"
href: blog.html
- text: "Use & Stats"
href: usage.html
- text: "Parallel Backends"
href: backends.html
- text: "Quality"
href: quality.html
- text: "Tutorials"
href: tutorials.html
- text: "Talks"
href: talks.html
- text: "Publications"
href: publications.html
- text: "Roadmap"
href: roadmap.html
- text: "About"
href: about.html
search: false
output: distill::distill_article