Package: TurtleGraphics 1.0-8

TurtleGraphics: Turtle Graphics

An implementation of turtle graphics <http://en.wikipedia.org/wiki/Turtle_graphics>. Turtle graphics comes from Papert's language Logo and has been used to teach concepts of computer programming.

Authors:Anna Cena [aut], Marek Gagolewski [aut, cre], Barbara Zogala-Siudem [aut], Marcin Kosinski [aut], Natalia Potocka [aut]

TurtleGraphics_1.0-8.tar.gz
TurtleGraphics_1.0-8.zip(r-4.5)TurtleGraphics_1.0-8.zip(r-4.4)TurtleGraphics_1.0-8.zip(r-4.3)
TurtleGraphics_1.0-8.tgz(r-4.4-any)TurtleGraphics_1.0-8.tgz(r-4.3-any)
TurtleGraphics_1.0-8.tar.gz(r-4.5-noble)TurtleGraphics_1.0-8.tar.gz(r-4.4-noble)
TurtleGraphics_1.0-8.tgz(r-4.4-emscripten)TurtleGraphics_1.0-8.tgz(r-4.3-emscripten)
TurtleGraphics.pdf |TurtleGraphics.html
TurtleGraphics/json (API)
NEWS

# Install 'TurtleGraphics' in R:
install.packages('TurtleGraphics', repos = c('https://gagolews.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/gagolews/turtlegraphics/issues

On CRAN:

23 exports 23 stars 2.36 score 0 dependencies 1 dependents 112 scripts 318 downloads

Last updated 2 years agofrom:b3f7224915. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 26 2024
R-4.5-winOKAug 26 2024
R-4.5-linuxOKAug 26 2024
R-4.4-winOKAug 26 2024
R-4.4-macOKAug 26 2024
R-4.3-winOKAug 26 2024
R-4.3-macOKAug 26 2024

Exports:turtle_backwardturtle_colturtle_doturtle_downturtle_forwardturtle_getangleturtle_getposturtle_gototurtle_hideturtle_initturtle_leftturtle_ltyturtle_lwdturtle_moveturtle_paramturtle_resetturtle_rightturtle_setangleturtle_setposturtle_showturtle_statusturtle_turnturtle_up

Dependencies:

A guide to the TurtleGraphics package

Rendered fromTurtleGraphics.Rnwusingknitr::knitron Aug 26 2024.

Last update: 2022-08-07
Started: 2014-06-06

Readme and manuals

Help Manual

Help pageTopics
Turtle Graphics in RTurtleGraphics-package
Evaluate a Larger Portion of Turtle Drawing Codeturtle_do
Get the Turtle's Current Position and Directionturtle_getangle turtle_getpos
Set the Turtle's Position and Directionturtle_goto turtle_setangle turtle_setpos
Set Up a New, Shiny Terrariumturtle_init
Move the Turtle Forward or Backwardturtle_backward turtle_forward turtle_move
Set Display Optionsturtle_col turtle_lty turtle_lwd turtle_param
Reset the Turtle's Position and Directionturtle_reset
Show or Hide the Turtleturtle_hide turtle_show
Read the Turtle's Statusturtle_status
Turn (Rotate) the Turtleturtle_left turtle_right turtle_turn
Turn on or off Turtle Trace Drawingturtle_down turtle_up