Package: karel Title: Learning programming with Karel the robot Version: 0.1.1.9001 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, cli License: GPL-2 Encoding: UTF-8 Language: en, es RoxygenNote: 7.3.1 Suggests: testthat (>= 3.0.0), knitr, rmarkdown, vdiffr VignetteBuilder: knitr URL: https://ropensci.github.io/karel/ BugReports: https://github.com/ropensci/karel/issues/ Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2024-07-27 00:24:38 UTC RemoteUrl: https://github.com/ropensci/karel RemoteRef: master RemoteSha: 439aa6d0ff46aeb13979ead83cc903acdd59db3f NeedsCompilation: no Packaged: 2026-06-16 08:27:40 UTC; root Author: Marcos Prunello [aut, cre, cph] (ORCID: ) Maintainer: Marcos Prunello