-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 755 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 755 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,bayesian)
S3method(translate,bayesian)
S3method(update,bayesian)
export(bayesian)
export(bayesian_family)
export(bayesian_fit)
export(bayesian_formula)
export(bayesian_predict)
export(bayesian_read)
export(bayesian_terms)
export(bayesian_write)
import(brms)
import(parsnip)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(purrr,map_lgl)
importFrom(rlang,"!!!")
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,warn)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)