-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 574 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 574 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(escpos)
export(ggpos)
export(png_to_raster)
export(pos_align)
export(pos_bold)
export(pos_color)
export(pos_cr)
export(pos_cut)
export(pos_ff)
export(pos_font)
export(pos_ht)
export(pos_inverted)
export(pos_lf)
export(pos_plaintext)
export(pos_plot)
export(pos_print)
export(pos_size)
export(pos_underline)
export(pos_vt)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,last_plot)
importFrom(magrittr,"%>%")
importFrom(stringi,stri_read_raw)
useDynLib(escpos, .registration = TRUE)