-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 835 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
30
31
32
33
34
# Generated by roxygen2: do not edit by hand
export(compile_cr)
export(open_fileman)
export(open_pdf)
export(prepare_cr)
export(print_classe)
export(print_photos)
export(print_plans)
export(print_table)
export(print_taches)
export(read_xl)
export(resize_photos)
export(write_xl)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_each)
importFrom(dplyr,select)
importFrom(dplyr,summarise_each)
importFrom(jpeg,readJPEG)
importFrom(knitr,knit2pdf)
importFrom(openxlsx,getSheetNames)
importFrom(openxlsx,openXL)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,write.xlsx)
importFrom(png,readPNG)
importFrom(tidyr,unite_)
importFrom(tools,file_ext)