-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
42 lines (39 loc) · 1.14 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
url: https://orbital.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="orbital.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Create orbital objects
desc: >
Turn a fitted workflow, parsnip or recipes object into an orbital object. This will almost
always be the first function you use.
contents:
- orbital
- title: Prediction
desc: >
An orbital object can be predicted with, using data.frames or connections to data bases.
contents:
- predict.orbital_class
- augment.orbital_class
- title: Code generation
desc: >
An orbital object can be turned into code itself that produces the same output as
predicting would.
contents:
- orbital_dt
- orbital_inline
- orbital_sql
- orbital_r_fun
- title: Read and Write
desc: >
Reading and writing orbital objects to json files for easy storage.
contents:
- orbital_json_read
- orbital_json_write