Skip to content

Commit 774ca7a

Browse files
committed
Roxygenize and render documents
1 parent dfc65bf commit 774ca7a

1 file changed

Lines changed: 25 additions & 15 deletions

File tree

NAMESPACE

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,29 @@ export(bayesian_terms)
1313
export(bayesian_write)
1414
import(brms)
1515
import(parsnip)
16-
importFrom(dplyr,between)
17-
importFrom(dplyr,bind_cols)
16+
importFrom(dplyr,
17+
between,
18+
bind_cols
19+
)
1820
importFrom(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+
)

0 commit comments

Comments
 (0)