-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
77 lines (76 loc) · 2.03 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
# Generated by roxygen2: do not edit by hand
export(jma_collect)
export(nearest_station)
export(parse_unit)
export(pick_neighbor_stations)
export(pick_neighbor_tide_stations)
export(pivot_tide_level)
export(read_eqdb_csv)
export(read_jma_weather)
export(read_kishou_feed)
export(read_rsmc_besttrack)
export(read_tide_level)
export(reset_cache)
export(scale_color_jma_absolute)
export(scale_color_jma_relative)
export(scale_fill_jma_absolute)
export(scale_fill_jma_relative)
export(track_combine)
import(rlang)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_inorder)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(lifecycle,deprecated)
importFrom(lubridate,ymd_h)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2_dfc)
importFrom(purrr,map_dbl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(readr,read_lines)
importFrom(readr,type_convert)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(rvest,html_table)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_cast)
importFrom(sf,st_distance)
importFrom(sf,st_point)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_union)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tidyr,extract)
importFrom(tidyselect,all_of)
importFrom(tidyselect,where)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,askYesNo)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(xml2,url_parse)