Package: ggpacman
Title: A 'ggplot2' and 'gganimate' Version of Pac-Man
Version: 0.1.0
Authors@R: 
    person(given = "Mickaël",
           family = "Canouil",
           role = c("aut", "cre"),
           email = "mickael.canouil@cnrs.fr",
           comment = c(ORCID = "0000-0002-3396-4549"))
Description: A funny coding challenge to reproduce the game Pac-Man using 'ggplot2' and 'gganimate'.
    It provides a pre-defined moves set for Pac-Man and the ghosts for the first level of the
    game Pac-Man as well as polygon datasets to draw ghosts in 'ggplot2'.
License: GPL-3
URL: https://github.com/mcanouil/pacman
BugReports: https://github.com/mcanouil/pacman/issues
Depends: R (>= 3.6.0)
Imports: stats, utils, rlang (>= 0.1.2), magrittr (>= 1.5), dplyr (>=
        0.8.5), tidyr (>= 1.0.2), purrr (>= 0.3.3), ggplot2 (>= 3.3.0),
        ggforce (>= 0.3.1), gganimate (>= 1.0.5)
Suggests: roxygen2 (>= 7.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Collate: 'pacman-package.R' 'compute_points_eaten.R'
        'compute_pacman_coord.R' 'compute_ghost_status.R'
        'compute_ghost_coord.R' 'animate_pacman.R'
NeedsCompilation: no
Packaged: 2020-05-12 10:31:14 UTC; mcanouil
Author: Mickaël Canouil [aut, cre] (<https://orcid.org/0000-0002-3396-4549>)
Maintainer: Mickaël Canouil <mickael.canouil@cnrs.fr>
Repository: CRAN
Date/Publication: 2020-05-16 09:30:02 UTC
