-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
61 lines (40 loc) · 2.47 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
# Remove the previous line if you edit this file
# Export all names
exportPattern("^[^\\.]")
export(".process.Date")
export(".inlineSummary")
export(".restoreNumericType")
export(".retrieveLabelsFromDataframe")
# Import all packages listed as Imports or Depends
import(methods, network, ggplot2, knitr)
# to try: importFrom(plyr, "rename")
importFrom(utils, "packageDescription")
importFrom(ape, "as.character.DNAbin", "as.DNAbin", "as.DNAbin.alignment", "as.DNAbin.character",
"as.DNAbin.list", "as.list.DNAbin", "as.matrix.DNAbin", "cbind.DNAbin", "c.DNAbin",
"[.DNAbin", "labels.DNAbin", "print.DNAbin", "rbind.DNAbin", "dist.dna", "nj", "bionj",
"fastme.bal", "fastme.ols", "mst", "root", "unroot", "is.rooted", "ladderize","drop.tip",
"plot.phylo", "print.phylo", "c.multiPhylo", "[.multiPhylo", "[[<-.multiPhylo",
"[[.multiPhylo", "$<-.multiPhylo", "$.multiPhylo", "plot.multiPhylo", "print.multiPhylo",
"axisPhylo", ".compressTipLabel", "prop.part")
## importFrom(adegenet, "bluepal", "redpal", "greenpal", "seasun", "spectral", "funky", "num2col",
## "fac2col", "any2col", "transp", "findMutations", "findMutations.DNAbin")
importFrom(RColorBrewer, "brewer.pal.info", "brewer.pal")
importFrom(reshape2, "melt")
importFrom(sna, "gplot.layout.fruchtermanreingold", "geodist")
importFrom(ggmap, "geocode", "get_map", "ggmap")
importFrom(networkDynamic, "activate.edges", "network.extract", "is.networkDynamic", "network.collapse", "get.change.times", "as.data.frame.networkDynamic")
##import(networkDynamic)
importFrom(scales, "date_breaks", "date_format")
importFrom(rjson, "fromJSON")
importFrom(RCurl, "getURLContent")
importFrom("graphics", "legend", "lines", "par", "title")
importFrom("stats", "na.omit", "rbinom", "reshape", "runif", "sd")
## IMPORTS TO FIX LATER ##
importFrom(plyr, "rename") # must be something else
## importFrom(network, "network.vertex.names", "network.vertex.names<-",
## "delete.vertices", "network.initialize", "add.edge", "%n%", "%n%<-",
## "network.edgecount", "set.network.attribute", "as.matrix.network", "plot.network",
## "is.network")
## importFrom(ggplot2, "geom_point", "element_blank", "theme_update", "theme_bw", "ggplot", "geom_segment",
## "scale_y_continuous", "scale_x_continuous", "geom_text", "scale_colour_discrete",
## "scale_colour_brewer", "scale_colour_gradientn", "scale_y_discrete", "geom_hline", "aes", "aes_string")