-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
export(.check_cols_exist)
export(.check_driver)
export(.check_extra_args)
export(.check_output_path)
export(.check_region)
export(.check_software)
export(.check_valid_geometry)
export(convert_tz_coords)
export(convert_tz_date)
export(convert_tz_to_gps)
export(d10_to_hex_color)
export(dd_to_dmm)
export(dd_to_radians)
export(detect_geometry_type)
export(dmm_to_dd)
export(dms_string_to_dd)
export(extract_globe_crabpot)
export(find_closest_color)
export(get_connected)
export(get_gps_data)
export(get_trawl_data_for_charts)
export(get_tz_data)
export(globe_pal)
export(globe_sym_pal)
export(globe_to_sf)
export(longitude_to_utm_zone)
export(make_station_allocation)
export(make_towpaths)
export(make_trawlable)
export(navmaps_pal)
export(navmaps_sym_pal)
export(opencpn_pal)
export(opencpn_sym_pal)
export(radians_to_dd)
export(remove_invalid_geometry)
export(safe_st_write)
export(set_file_type)
export(set_software)
export(sf_to_globe_linestring)
export(sf_to_globe_points)
export(sf_to_globe_track)
export(sf_to_gpx_route)
export(sf_to_gpx_track)
export(sf_to_gpx_waypoints)
export(sf_to_kml_linestring)
export(sf_to_kml_points)
export(sf_to_kml_polygon)
export(sf_to_kml_track)
export(sf_to_nav_file)
export(show_col_nav)
export(smooth_lat_lon_dist)
export(st_line_midpoints)
export(start_end_to_midpoint)
export(transform_3857_to_4326)
export(transform_4326_to_3857)
export(tz_pal)
export(tz_sym_pal)
export(write_to_access)
import(RODBC)
import(RSQLite)
import(akgfmaps)
import(dplyr)
import(farver)
import(getPass)
import(here)
import(purrr)
import(sf)
import(stringr)
import(tibble)
import(tidyr)