-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 772 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 772 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
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(silly,character)
S3method(silly,numeric)
export()
export(cfbwins)
export(dbeta4)
export(def_GH)
export(my_gadget)
export(numberize)
export(password)
export(pbeta4)
export(pv)
export(qbeta4)
export(rbeta4)
export(run_my_app)
export(test_py)
export(test_sampler)
export(timesTwo)
exportMethods(silly)
import(RcppNumerical)
import(dplyr)
import(metricsgraphics)
import(reticulate)
import(rvest)
import(shiny)
import(xml2)
importFrom(Rcpp,evalCpp)
importFrom(graphics,plot)
importFrom(pacman,p_load)
importFrom(pacman,p_load_gh)
importFrom(shiny,shinyAppDir)
importFrom(shinythemes,shinytheme)
importFrom(stats,as.formula)
importFrom(stats,dnorm)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
useDynLib(OPER782.WI2020)