-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calculateArrivalAndDepartureTime)
export(calculateBottomDepth)
export(calculateDistanceToNextStation)
export(calculateTransitTime)
export(makeCruisePlanningMap)
export(readCruiseInput)
export(runCruisePlanning)
importFrom(RColorBrewer,brewer.pal)
importFrom(fields,interp.surface)
importFrom(htmlwidgets,saveWidget)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addCircles)
importFrom(leaflet,addLabelOnlyMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,fitBounds)
importFrom(leaflet,highlightOptions)
importFrom(leaflet,labelOptions)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,markerClusterOptions)
importFrom(magrittr,"%>%")
importFrom(oce,download.topo)
importFrom(oce,geodDist)
importFrom(oce,read.topo)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(utils,read.csv)