Skip to content

Commit 98a84e3

Browse files
committed
Add some functions to pkgdown
1 parent 4f4c16c commit 98a84e3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

_pkgdown.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,39 @@ reference:
3737
- title: Infrastructure
3838
contents:
3939
- add_rowindex
40+
- augment.model_fit
4041
- descriptors
4142
- fit.model_spec
4243
- fit_xy
4344
- fit_control
45+
- glance.model_fit
4446
- model_fit
4547
- model_spec
46-
- predict.model_fit
4748
- multi_predict
49+
- parsnip_addin
50+
- predict.model_fit
51+
- repair_call
4852
- set_args
4953
- set_engine
5054
- set_mode
55+
- show_engines
5156
- tidy.model_fit
5257
- translate
53-
- augment.model.fit
58+
- starts_with("varying")
5459

5560
- title: Developer Tools
5661
contents:
62+
- contr_one_hot
5763
- set_new_model
5864
- starts_with("set_model_")
5965
- set_dependency
6066
- set_fit
6167
- set_pred
6268
- show_model_info
6369
- starts_with("get_")
70+
- maybe_matrix
71+
- min_cols
72+
- req_pkgs
6473

6574

6675

0 commit comments

Comments
 (0)