-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
67 lines (66 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(aggregate_yearly)
export(clip_raster2)
export(coords_from_range)
export(get_coord)
export(guess_date)
export(interp3d_bilinear)
export(meshgrid)
export(nc_aggregateToYearly)
export(nc_date)
export(nc_info)
export(nc_range)
export(nc_rewrite)
export(ncdim_def_lonlat)
export(ncdim_def_range)
export(ncdim_def_time)
export(ncdim_get)
export(ncinfo)
export(ncread)
export(ncread_all)
export(ncread_cmip)
export(ncwrite)
export(ncwrite_raster2)
export(ok)
export(raster_array)
export(raster_info)
export(spdata_array)
export(tiff2nc)
export(tiff2nc_merge)
export(tiff2nc_process)
export(warn)
import(PCICt)
import(foreach)
import(glue)
import(magrittr)
import(ncdf4)
importFrom(Ipaper,apply_3d)
importFrom(Ipaper,apply_col)
importFrom(Ipaper,apply_row)
importFrom(Ipaper,array_3dTo2d)
importFrom(Ipaper,clamp)
importFrom(Ipaper,file_size)
importFrom(Ipaper,fprintf)
importFrom(Ipaper,is_empty)
importFrom(Ipaper,listk)
importFrom(Ipaper,map)
importFrom(Ipaper,rm_empty)
importFrom(Ipaper,str_year)
importFrom(abind,abind)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,underline)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,make_date)
importFrom(lubridate,year)
importFrom(methods,is)
importFrom(stats,approx)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace_all)
importFrom(utils,packageVersion)
importFrom(utils,str)