This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.22 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
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
export("%!in%")
export(ais2segments)
export(check_url_file_size)
export(date.as_frac)
export(date.build)
export(date.from_filename)
export(db_connect)
export(get_ais_data)
export(get_ihs_data)
export(get_length_km)
export(get_segment)
export(get_segment_data)
export(get_ship_limits)
export(get_ship_segments)
export(get_vsr_ihs_data)
export(is.html_doc)
export(is.html_nodeset)
export(is.txt_file)
export(is.url_only)
export(logfile.update)
export(map_ship_limits)
export(map_ship_segments)
export(operator_statistics)
export(read_ais_txt)
export(ship_statistics)
export(show_ship_box)
export(show_ship_gauge)
export(update_ais_data)
export(update_segments_data)
export(update_vsr_segments)
export(url.drop_basename)
export(url.get)
export(url.hostname)
export(url.path)
export(urls2df)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbWriteTable)
importFrom(RPostgres,Postgres)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(here,here)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,leaflet)
importFrom(lubridate,as_datetime)
importFrom(lubridate,now)
importFrom(lubridate,round_date)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,cols)
importFrom(readr,read_delim)
importFrom(sf,dbWriteTable)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_cast)
importFrom(sf,st_combine)
importFrom(sf,st_is_empty)
importFrom(sf,st_length)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,write_sf)
importFrom(stringr,str_replace)
importFrom(tidyr,nest)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(utils,read.csv)
importFrom(yaml,yaml.load_file)