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.
Version: | 0.1.1 |
Depends: | R (≥ 3.6.0) |
Imports: | purrr, dplyr, tidyr, ggplot2, magrittr, gganimate, gifski |
Suggests: | testthat, knitr, rmarkdown |
Published: | 2022-03-26 |
DOI: | 10.32614/CRAN.package.karel |
Author: | Marcos Prunello [aut, cre, cph] |
Maintainer: | Marcos Prunello <marcosprunello at gmail.com> |
BugReports: | https://github.com/mpru/karel/issues/ |
License: | GPL-2 |
URL: | https://mpru.github.io/karel/ |
NeedsCompilation: | no |
Language: | en, es |
Materials: | README NEWS |
CRAN checks: | karel results |
Package source: | karel_0.1.1.tar.gz |
Windows binaries: | r-devel: karel_0.1.1.zip, r-release: karel_0.1.1.zip, r-oldrel: karel_0.1.1.zip |
macOS binaries: | r-release (arm64): karel_0.1.1.tgz, r-oldrel (arm64): karel_0.1.1.tgz, r-release (x86_64): karel_0.1.1.tgz, r-oldrel (x86_64): karel_0.1.1.tgz |
Old sources: | karel archive |
Please use the canonical form https://CRAN.R-project.org/package=karel to link to this page.