-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
105 lines (104 loc) · 2.78 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method(plot,annualDownloads)
S3method(plot,bioconductorDownloads)
S3method(plot,bioconductorRank)
S3method(plot,countryDistribution)
S3method(plot,countsRanks)
S3method(plot,cranDistribution)
S3method(plot,cranDownloads)
S3method(plot,packageDistribution)
S3method(plot,packageRank)
S3method(plot,packageVersionPercent)
S3method(plot,weeklyDownloads)
S3method(print,bioconductorDownloads)
S3method(print,bioconductorRank)
S3method(print,countryDistribution)
S3method(print,cranDistribution)
S3method(print,cranDownloads)
S3method(print,packageDistribution)
S3method(print,packageRank)
S3method(summary,bioconductorDownloads)
S3method(summary,bioconductorRank)
S3method(summary,cranDistribution)
S3method(summary,cranDownloads)
S3method(summary,packageRank)
export(annualDownloads)
export(bioconductorDownloads)
export(bioconductorRank)
export(countryDistribution)
export(countryPackage)
export(countsRanks)
export(cranDistribution)
export(cranDownloads)
export(cranInflationPlot)
export(cranMirrors)
export(currentTime)
export(downloadsCountry)
export(filteredDownloads)
export(inflationPlot)
export(inflationPlot2)
export(ipCount)
export(ipDownloads)
export(ipPackage)
export(localTime)
export(logDate)
export(logInfo)
export(monthlyLog)
export(packageCountry)
export(packageDistribution)
export(packageHistory)
export(packageLog)
export(packageRank)
export(packageVersionPercent)
export(plotDownloadsCountry)
export(plotTopCountryCodes)
export(queryCount)
export(queryPackage)
export(queryPercentile)
export(queryRank)
export(rLog)
export(topCountryCodes)
export(utc)
export(utc0)
export(versionPlot)
export(weeklyDownloads)
import(memoise)
importFrom(R.utils,decompressFile)
importFrom(data.table,fread)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,dotchart)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(rlang,.data)
importFrom(sugrrants,facet_calendar)
importFrom(utils,head)