Package: karel
Title: Learning programming with Karel the robot
Version: 0.1.1
Authors@R: 
    person(given = "Marcos",
           family = "Prunello",
           role = c("aut", "cre", "cph"),
           email = "marcosprunello@gmail.com",
           comment = c(ORCID = "0000-0002-9611-527X"))
Description: This is the R implementation of Karel the robot, a programming 
  language created by Dr. R. E. Pattis at Stanford University in 1981. Karel is 
  an useful tool to teach introductory concepts about general programming, such 
  as algorithmic decomposition, conditional statements, loops, etc., in an 
  interactive and fun way, by writing programs to make Karel the robot achieve 
  certain tasks in the world she lives in. Originally based on Pascal, Karel 
  was implemented in many languages through these decades, including 'Java', 'C++', 
  'Ruby' and 'Python'. This is the first package implementing Karel in R.
Depends: R (>= 3.6.0)
Imports: purrr, dplyr, tidyr, ggplot2, magrittr, gganimate, gifski
License: GPL-2
Encoding: UTF-8
Language: en, es
RoxygenNote: 7.1.2
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
URL: https://mpru.github.io/karel/
BugReports: https://github.com/mpru/karel/issues/
NeedsCompilation: no
Packaged: 2022-03-26 21:42:58 UTC; marcos
Author: Marcos Prunello [aut, cre, cph]
    (<https://orcid.org/0000-0002-9611-527X>)
Maintainer: Marcos Prunello <marcosprunello@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-26 21:50:02 UTC
Built: R 4.0.5; ; 2022-03-27 10:46:52 UTC; unix
