Skip to content

Commit

Permalink
Better check
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Feb 7, 2020
1 parent 48e3ff3 commit 707b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def_ren <- new.env(parent = emptyenv())
invisible()
}
.onAttach <- function(...) {
if (!def_ren$has_proper) {
if (!isTRUE(def_ren$has_proper)) {
packageStartupMessage(
'No renderer backend detected. gganimate will default to writing frames to separate files\n',
'Consider installing:\n',
Expand Down

0 comments on commit 707b13a

Please sign in to comment.