-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.69 KB
/
NAMESPACE
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(identify_outliers)
export(plot_credible_intervals)
import(Rcpp)
import(dplyr)
import(edgeR)
import(ggplot2)
import(lifecycle)
import(methods)
import(rstan)
import(rstantools)
import(tibble)
import(tidybayes)
importFrom(RcppParallel,CxxFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(benchmarkme,get_ram)
importFrom(dplyr,enquo)
importFrom(foreach,"%do%")
importFrom(foreach,foreach)
importFrom(graphics,par)
importFrom(magrittr,"%$%")
importFrom(magrittr,divide_by)
importFrom(magrittr,equals)
importFrom(magrittr,multiply_by)
importFrom(magrittr,set_rownames)
importFrom(parallel,detectCores)
importFrom(purrr,as_mapper)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,":=")
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(rstan,vb)
importFrom(stats,as.formula)
importFrom(stats,end)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stats,terms)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidybayes,gather_draws)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,packageVersion)
importFrom(utils,tail)
useDynLib(ppcseq, .registration = TRUE)