-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.72 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
# Generated by roxygen2: do not edit by hand
export(COVID19ARCurator)
export(COVID19ARDiffSummarizer)
export(COVID19ARdownloader)
export(COVID19ARdownloaderCovidStats)
export(COVID19ARdownloaderMinsal)
export(COVID19ARpreprocessor)
export(ConsolidatedDeathsData.class)
export(EdadCoder)
export(ReportGeneratorCOVID19AR)
export(TestCaseCOVID19ARGenerator)
export(apiCall)
export(binaryDownload)
export(checkFileDownload)
export(codeEdad)
export(csv_to_sql)
export(exportAggregatedTables)
export(fixEncoding)
export(genDateSubdir)
export(genLogger)
export(getAPIKey)
export(getCitationNote)
export(getEnv)
export(getLogger)
export(getLogsDir)
export(getMaxDate)
export(getOS)
export(getPackagePrefix)
export(getRegion)
export(getSizeFormatted)
export(loadMapacheData)
export(loggerSetupFile)
export(mutate_cond)
export(normalizeString)
export(pad)
export(readMetadata)
export(removeAccents)
export(removeQuotes)
export(retrieveArgentinasDeathsStatistics)
export(retrieveFromCache)
export(retrieveURL)
export(setupTheme)
export(unJarSystem)
export(unzipSystem)
export(zipFile)
import(DBI)
import(R6)
import(RColorBrewer)
import(RCurl)
import(TTR)
import(dplyr)
import(ggplot2)
import(httr)
import(jsonlite)
import(lgr)
import(magrittr)
import(readr)
import(readxl)
import(reshape2)
import(scales)
import(sqldf)
import(testthat)
import(utils)
import(zoo)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(R6,R6Class)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbWriteTable)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate_at)
importFrom(dplyr,select_if)
importFrom(grDevices,colorRampPalette)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(readr,read_delim)
importFrom(readr,read_delim_chunked)
importFrom(utils,str)