File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,19 +13,29 @@ export(bayesian_terms)
1313export(bayesian_write)
1414import(brms)
1515import(parsnip)
16- importFrom(dplyr,between)
17- importFrom(dplyr,bind_cols)
16+ importFrom(dplyr,
17+ between,
18+ bind_cols
19+ )
1820importFrom(purrr,map_lgl)
19- importFrom(rlang,"!!!")
20- importFrom(rlang,abort)
21- importFrom(rlang,call2)
22- importFrom(rlang,enquo)
23- importFrom(rlang,eval_tidy)
24- importFrom(rlang,expr)
25- importFrom(rlang,warn)
26- importFrom(stats,sd)
27- importFrom(stats,update)
28- importFrom(tibble,as_tibble)
29- importFrom(tibble,tibble)
30- importFrom(utils,getFromNamespace)
31- importFrom(utils,globalVariables)
21+ importFrom(rlang,
22+ "!!!",
23+ abort,
24+ call2,
25+ enquo,
26+ eval_tidy,
27+ expr,
28+ warn
29+ )
30+ importFrom(stats,
31+ sd,
32+ update
33+ )
34+ importFrom(tibble,
35+ as_tibble,
36+ tibble
37+ )
38+ importFrom(utils,
39+ getFromNamespace,
40+ globalVariables
41+ )
You can’t perform that action at this time.
0 commit comments