Skip to content

Commit 593f326

Browse files
committed
Fix NOTE: no visible binding for global variable 'properties'
1 parent bad1e32 commit 593f326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/plot.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ S7::method(convert, list(from = class_ggplot, to = S7::class_list)) <-
280280
function(from, to) {
281281
S7::props(from)
282282
}
283+
rm(`convert`)
283284

284285
S7::method(as.list, class_ggplot) <- function(x, ...) convert(x, S7::class_list)
285286
rm(`as.list`)

0 commit comments

Comments
 (0)