Skip to content

Commit e9b5bb7

Browse files
committed
apply the cache of image in GeomImage
1 parent 69c3799 commit e9b5bb7

File tree

5 files changed

+226
-79
lines changed

5 files changed

+226
-79
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Imports:
2424
tibble,
2525
tools,
2626
utils,
27-
withr
27+
withr,
28+
yulab.utils,
29+
digest
2830
Suggests:
2931
ape,
3032
ggtree,

NAMESPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export(phylopic_uid)
2929
export(theme_nothing)
3030
export(theme_transparent)
3131
import(ggiraph)
32+
importFrom(digest,digest)
3233
importFrom(ggfun,get_aes_var)
3334
importFrom(ggplot2,"%+replace%")
3435
importFrom(ggplot2,Geom)
@@ -74,3 +75,7 @@ importFrom(tibble,tibble)
7475
importFrom(tools,file_ext)
7576
importFrom(utils,download.file)
7677
importFrom(withr,with_seed)
78+
importFrom(yulab.utils,get_cache_element)
79+
importFrom(yulab.utils,get_cache_item)
80+
importFrom(yulab.utils,rm_cache_item)
81+
importFrom(yulab.utils,update_cache_item)

0 commit comments

Comments
 (0)