-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(.onAttach)
export(hydro_imgw)
export(hydro_imgw_daily)
export(hydro_imgw_monthly)
export(hydro_shortening_imgw)
export(meteo_imgw)
export(meteo_imgw_daily)
export(meteo_imgw_datastore)
export(meteo_imgw_hourly)
export(meteo_imgw_monthly)
export(meteo_noaa_co2)
export(meteo_noaa_hourly)
export(meteo_ogimet)
export(meteo_shortening_imgw)
export(nearest_stations_imgw)
export(nearest_stations_noaa)
export(nearest_stations_ogimet)
export(ogimet_daily)
export(ogimet_hourly)
export(sounding_wyoming)
export(spheroid_dist)
export(stations_meteo_imgw_telemetry)
export(stations_ogimet)
export(test_url)
import(data.table)
import(httr)
importFrom(XML,readHTMLTable)
importFrom(curl,curl_download)
importFrom(curl,has_internet)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stringi,stri_trans_general)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.fwf)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)