-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
49 lines (48 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(collage)
export(collage_grid)
export(collage_quality)
export(columns_cut)
export(image_center_crop)
export(image_histogram_brightness)
export(image_histogram_data)
export(image_histogram_rgb)
export(lines_cut)
export(sample_image)
export(scrap_animals)
export(shinycollage)
export(tiles)
export(tiles_animals)
export(tiles_mono)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,select)
importFrom(grDevices,col2rgb)
importFrom(grDevices,gray)
importFrom(magick,image_crop)
importFrom(magick,image_info)
importFrom(magick,image_join)
importFrom(magick,image_read)
importFrom(magick,image_scale)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(purrr,walk2)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(xml2,read_html)
useDynLib(collage)