-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 863 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 863 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
useDynLib(HACSim, .registration=TRUE)
importFrom(ape, as.DNAbin)
importFrom(ape, base.freq)
importFrom(ape, read.dna)
importFrom(ape, write.dna)
importFrom(data.table, fwrite)
importFrom(graphics, abline)
importFrom(graphics, barplot)
importFrom(graphics, lines)
importFrom(graphics, par)
importFrom(graphics, plot)
importFrom(graphics, polygon)
importFrom(matrixStats, colMeans2)
importFrom(matrixStats, colSds)
importFrom(matrixStats, colQuantiles)
importFrom(pegas, haplotype)
importFrom(Rcpp, evalCpp)
importFrom(shiny, runApp)
importFrom(stats, qnorm)
importFrom(stats, rbinom)
importFrom(stats, sd)
importFrom(stats, quantile)
importFrom(utils, tail)
importFrom(utils, write.csv)
import(shinydashboard)
import(shinydashboardPlus)
import(shinyjs)
import(shinyWidgets)
import(shinycssloaders)
import(shinymeta)
import(stringr)
exportPattern("^[[:alpha:]]+")