forked from SantanderMetGroup/loadeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(UDG.datasets)
export(UDG.vocabulary)
export(UDG.vocabulary.update)
export(adjustDates)
export(adjustDates.forecast)
export(adjustRCMgrid)
export(dataInventory)
export(deaccum)
export(dictionaryTransformForecast)
export(dictionaryTransformGrid)
export(findPointXYindex)
export(findVerticalLevel)
export(getLatLonDomain)
export(getTimeDomain)
export(getVerticalLevelPars)
export(hurs2huss)
export(huss2hurs)
export(loadDecadalForecast)
export(loadGridData)
export(loadGridDataset)
export(loadSeasonalForecast)
export(loadStationData)
export(loginUDG)
export(makeAggregatedDataset)
export(makeSubset)
export(mslp2ps)
export(ndays)
export(openDataset)
export(revArrayLatDim)
export(scanVarDimensions)
export(stationInfo)
export(tdps2hurs)
importFrom(RCurl,getURL)
importFrom(RCurl,url.exists)
importFrom(abind,abind)
importFrom(graphics,lines)
importFrom(graphics,text)
importFrom(loadeR.java,javaCalendarDate2rPOSIXlt)
importFrom(loadeR.java,javaString2rChar)
importFrom(rJava,.jnew)
importFrom(rJava,.jnull)
importFrom(rJava,J)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,URLencode)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.table)