-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
121 lines (120 loc) · 3.36 KB
/
NAMESPACE
File metadata and controls
121 lines (120 loc) · 3.36 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(plot,bioconductorDownloads)
S3method(plot,bioconductorRank)
S3method(plot,countryDistribution)
S3method(plot,countsRanks)
S3method(plot,cranDistribution)
S3method(plot,cranDownloads)
S3method(plot,packageDistribution)
S3method(plot,packageLog)
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,packageLog)
S3method(print,packageRank)
S3method(summary,bioconductorDownloads)
S3method(summary,bioconductorRank)
S3method(summary,cranDistribution)
S3method(summary,cranDownloads)
S3method(summary,packageDistribution)
S3method(summary,packageRank)
export(annualPlot)
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(packageHistory)
export(packageLog)
export(packageRank)
export(packageVersionPercent)
export(plotDownloadsCountry)
export(plotTopCountryCodes)
export(queryCount)
export(queryPackage)
export(queryPercentile)
export(queryRank)
export(topCountryCodes)
export(utc)
export(utc0)
export(versionPlot)
export(weeklyDownloads)
import(memoise)
importFrom(R.utils,decompressFile)
importFrom(cachem,cache_mem)
importFrom(data.table,fread)
importFrom(fasttime,fastPOSIXct)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,dup_axis)
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_raster)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
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(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(pkgsearch,cran_package_history)
importFrom(sugrrants,facet_calendar)
importFrom(utils,head)