-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
29 lines (28 loc) · 820 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,heumilkr_solution)
S3method(format,cvrplib_instance)
S3method(plot,heumilkr_solution)
S3method(print,cvrplib_instance)
export(clarke_wright)
export(clarke_wright_cvrplib)
export(cvrplib_download)
export(cvrplib_ls)
export(milkr_cost)
export(milkr_saving)
import(cli)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_shape_identity)
importFrom(ggplot2,scale_size_identity)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(graphics,plot)
importFrom(rlang,.data)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(utils,read.csv)
useDynLib(heumilkr, .registration = TRUE)