Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 29 additions & 30 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,37 @@ template:
primary: "#CA225E"

includes:
in_header: |
<script defer data-domain="orbital.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<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
- 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