Just ran this on my machine and I ran the example:
### ** Examples
# small function to display plots only if it's interactive
p_ <- GGally::print_if_interactive
## Quick example, with and without colour
data(flea)
ggpairs(flea, columns = 2:4)
Error: 'is_ggplot' is not an exported object from 'namespace:ggplot2'