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:
TurtleGraphics_1.0-8.tar.gz
TurtleGraphics_1.0-8.zip(r-4.7)TurtleGraphics_1.0-8.zip(r-4.6)TurtleGraphics_1.0-8.zip(r-4.5)
TurtleGraphics_1.0-8.tgz(r-4.6-any)TurtleGraphics_1.0-8.tgz(r-4.5-any)
TurtleGraphics_1.0-8.tar.gz(r-4.7-any)TurtleGraphics_1.0-8.tar.gz(r-4.6-any)
TurtleGraphics_1.0-8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
TurtleGraphics/json (API)
| # Install 'TurtleGraphics' in R: |
| install.packages('TurtleGraphics', repos = c('https://gagolews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gagolews/turtlegraphics/issues
Last updated from:b3f7224915. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 157 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 114 | ||
| macos-oldrel-arm64 | OK | 73 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 82 |
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:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Turtle Graphics in R | TurtleGraphics-package |
| Evaluate a Larger Portion of Turtle Drawing Code | turtle_do |
| Get the Turtle's Current Position and Direction | turtle_getangle turtle_getpos |
| Set the Turtle's Position and Direction | turtle_goto turtle_setangle turtle_setpos |
| Set Up a New, Shiny Terrarium | turtle_init |
| Move the Turtle Forward or Backward | turtle_backward turtle_forward turtle_move |
| Set Display Options | turtle_col turtle_lty turtle_lwd turtle_param |
| Reset the Turtle's Position and Direction | turtle_reset |
| Show or Hide the Turtle | turtle_hide turtle_show |
| Read the Turtle's Status | turtle_status |
| Turn (Rotate) the Turtle | turtle_left turtle_right turtle_turn |
| Turn on or off Turtle Trace Drawing | turtle_down turtle_up |
