-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
50 lines (50 loc) · 1.03 KB
/
_pkgdown.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
url: http://parabar.mihaiconstantin.com/
template:
bootstrap: 5
bootswatch: flatly
reference:
- subtitle: Main Functions
desc: Functions intended for use in interactive `R` sessions.
- contents:
- start_backend
- stop_backend
- export
- peek
- clear
- evaluate
- par_sapply
- par_lapply
- par_apply
- configure_bar
- matches("get_|set_")
- subtitle: Developer Classes
desc: API based on the `R6` class system for package developers.
- contents:
- BackendService
- Backend
- SyncBackend
- AsyncBackend
- BackendFactory
- Specification
- Context
- ProgressTrackingContext
- ContextFactory
- SessionState
- TaskState
- Bar
- BasicBar
- ModernBar
- BarFactory
- Options
- Helper
- Warning
- Exception
- UserApiConsumer
- subtitle: Miscellaneous
desc: Very specific functions that may safely be ignored.
- contents:
- make_logo
- LOGO
authors:
Mihai Constantin:
href: "https://mihaiconstantin.com"