generated from rpkgs/rpkg.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
82 lines (81 loc) · 1.88 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
80
81
82
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CMIP5Files_filter)
export(CMIP5Files_info)
export(CMIP5Files_summary)
export(aria2c)
export(aria2c_finished)
export(aria2c_rem)
export(bold)
export(build_esgf_param)
export(build_esgf_url)
export(check_dfile)
export(extract_model)
export(get_aria2c)
export(get_data_node)
export(get_ensemble)
export(get_freq)
export(get_model)
export(get_period)
export(get_scenario)
export(get_scenario2)
export(get_varname)
export(green)
export(num_bad)
export(num_good)
export(ping)
export(red)
export(retrieve_esgf_docs)
export(rm_duplicate)
export(scenarios_cmip5)
export(scenarios_cmip6)
export(search_esgf)
export(set_aria2c)
export(tidy_esgp_docs)
export(underline)
export(warn)
export(wget)
export(write_url)
import(glue)
import(magrittr)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,underline)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,starts_with)
importFrom(dplyr,top_n)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(lubridate,"%within%")
importFrom(lubridate,date)
importFrom(lubridate,interval)
importFrom(lubridate,make_date)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(pingr,ping)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(stats,end)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(utils,modifyList)
importFrom(utils,read.table)