-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
111 lines (96 loc) · 3.55 KB
/
_quarto.yml
File metadata and controls
111 lines (96 loc) · 3.55 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
project:
type: website
output-dir: docs
website:
title: "Futureverse"
favicon: images/favicon.ico
site-url: https://www.futureverse.org
description: "Futureverse"
google-analytics: "G-SB3EQSD9FR"
navbar:
logo: "images/logo.png"
logo-alt: "Return to the Futureverse front page"
right:
- text: "Live Demo"
href: demo.qmd
- text: "Packages & Docs"
menu:
- text: "Overview of All Packages"
href: packages-overview.qmd
- text: "---"
- text: "Core Future API"
- text: "future (core of the future framework)"
href: https://future.futureverse.org
- text: "---"
- text: "Map-Reduce Future APIs"
- text: "futurize 💫 (one-stop all-in-one solution)"
href: https://futurize.futureverse.org
- 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: "Progress Reporting"
- text: "progressify 💫 (one-stop all-in-one solution)"
href: https://progressify.futureverse.org
- text: "progressr (progress updates in parallel)"
href: https://progressr.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: "---"
- 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.p2p (peer-to-peer compute backend)"
href: https://future.p2p.futureverse.org
- text: "future.tools (tools for working with futures)"
href: https://future.tools.futureverse.org
- text: "marshal (export non-exportable objects)"
href: https://marshal.futureverse.org
- text: "Parallel Backends"
href: backends.qmd
- text: "Tutorials"
href: tutorials.qmd
- text: "Talks"
href: talks.qmd
- text: "Use & Stats"
href: usage.qmd
- text: "Quality"
href: quality.qmd
- text: "Blog"
href: blog.qmd
- text: "Publications"
href: publications.qmd
- text: "Roadmap"
href: roadmap.qmd
- text: "About"
href: about.qmd
format:
html:
toc: true
respect-user-color-scheme: true
axe:
output: console
theme:
light: flatly
dark: darkly