-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(BSRN.get)
export(BSRN.list)
export(BSRN.read)
export(LTF.get)
export(OSMG.read)
export(PSM.get)
export(SRTM.get)
export(SRTM.list)
export(SRTM.read)
export(SURFRAD.get)
export(SURFRAD.read)
import(dplyr)
import(ggplot2)
import(insol)
importFrom(RCurl,getBinaryURL)
importFrom(RCurl,getCurlHandle)
importFrom(RCurl,getURL)
importFrom(fields,rdist.earth)
importFrom(geosphere,alongTrackDistance)
importFrom(geosphere,destPoint)
importFrom(grDevices,hcl)
importFrom(httr,GET)
importFrom(httr,write_disk)
importFrom(lubridate,month)
importFrom(lubridate,tz)
importFrom(lubridate,ymd_hm)
importFrom(raster,as.data.frame)
importFrom(raster,merge)
importFrom(raster,raster)
importFrom(stats,complete.cases)
importFrom(textreadr,read_html)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tiff,readTIFF)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)