{
  "_id": "6a50aba289c83ec243a2f5ec",
  "Package": "LindenmayeR",
  "Type": "Package",
  "Title": "Functions to Explore L-Systems (Lindenmayer Systems)",
  "Version": "0.1.14",
  "Date": "2019-06-05",
  "Description": "L-systems or Lindenmayer systems are parallel rewriting\nsystems which can be used to simulate biological forms and\ncertain kinds of fractals. Briefly, in an L-system a series of\nsymbols in a string are replaced iteratively according to rules\nto give a more complex string. Eventually, the symbols are\ntranslated into turtle graphics for plotting. Wikipedia has a\nvery good introduction: en.wikipedia.org/wiki/L-system This\npackage provides basic functions for exploring L-systems.",
  "License": "GPL (>= 3)",
  "ByteCompile": "TRUE",
  "BugReports": "https://github.com/bryanhanson/LindenmayeR/issues",
  "Authors@R": "c(person(\"Bryan\", \"Hanson\", role = c(\"aut\", \"cre\"), email =\n\"hanson@depauw.edu\"))",
  "RoxygenNote": "6.1.1",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://bryanhanson.r-universe.dev",
  "Date/Publication": "2019-06-06 01:00:53 UTC",
  "RemoteUrl": "https://github.com/bryanhanson/lindenmayer",
  "RemoteRef": "HEAD",
  "RemoteSha": "b370f3a25a160c630fe79d6bdb45e6868e238979",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-10 08:19:11 UTC",
    "User": "root"
  },
  "Author": "Bryan Hanson [aut, cre]",
  "Maintainer": "Bryan Hanson <hanson@depauw.edu>",
  "_user": "bryanhanson",
  "_type": "src",
  "_file": "LindenmayeR_0.1.14.tar.gz",
  "_fileid": "https://r2.ropensci.org/c89c9657d9d90293e76a92f585dd766f4d786beff09540656ebeb3ae4604d40b",
  "_filesize": 111774,
  "_sha256": "c89c9657d9d90293e76a92f585dd766f4d786beff09540656ebeb3ae4604d40b",
  "_expires": "2026-10-18T08:21:52.000Z",
  "_created": "2026-07-10T08:19:11.000Z",
  "_published": "2026-07-10T08:21:54.060Z",
  "_jobs": [
    {
      "job": 86318519563,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8222128118"
    },
    {
      "job": 86318519556,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8222129396"
    },
    {
      "job": 86318519547,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8222116457"
    },
    {
      "job": 86318519528,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8222115400"
    },
    {
      "job": 86317901184,
      "time": 220,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8222084461"
    },
    {
      "job": 86318519529,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8222122992"
    },
    {
      "job": 86318519559,
      "time": 56,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8222105590"
    },
    {
      "job": 86318519592,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8222111582"
    },
    {
      "job": 86318519595,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8222108164"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079",
  "_status": "success",
  "_upstream": "https://github.com/bryanhanson/lindenmayer",
  "_commit": {
    "id": "b370f3a25a160c630fe79d6bdb45e6868e238979",
    "author": "Bryan Hanson <hanson@depauw.edu>",
    "committer": "Bryan Hanson <hanson@depauw.edu>",
    "message": "build & check against 3.6 - OK\n",
    "time": 1559782853
  },
  "_maintainer": {
    "name": "Bryan Hanson",
    "email": "hanson@depauw.edu",
    "login": "bryanhanson",
    "description": "After 32 years of teaching, I am now Professor Emeritus of Chemistry & Biochemistry at DePauw University.  Busy now with software development projects.",
    "uuid": 140350
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "stringr",
      "role": "Depends"
    },
    {
      "package": "grid",
      "role": "Depends"
    }
  ],
  "_owner": "bryanhanson",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "bryanhanson",
      "count": 14,
      "uuid": 140350
    },
    {
      "user": "martinmspedersen",
      "count": 1,
      "uuid": 1326261
    }
  ],
  "_userbio": {
    "uuid": 140350,
    "type": "user",
    "name": "Bryan Hanson",
    "followers": 92,
    "description": "After 32 years of teaching, I am now Professor Emeritus of Chemistry & Biochemistry at DePauw University.  Busy now with software development projects."
  },
  "_downloads": {
    "count": 271,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/LindenmayeR"
  },
  "_devurl": "https://github.com/bryanhanson/lindenmayer",
  "_searchresults": 6,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/LindenmayeR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bryanhanson/lindenmayer",
  "_realowner": "bryanhanson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2014-08-12"
    },
    {
      "version": "0.1.4",
      "date": "2015-04-16"
    },
    {
      "version": "0.1.6",
      "date": "2015-07-16"
    },
    {
      "version": "0.1.13",
      "date": "2017-07-31"
    }
  ],
  "_exports": [
    "drawLsys",
    "Lsys"
  ],
  "_help": [
    {
      "page": "LindenmayeR-package",
      "title": "Lindenmayer System Functions",
      "topics": [
        "LindenmayeR-package",
        "LindenmayeR"
      ]
    },
    {
      "page": "drawLsys",
      "title": "Draw a 2D L-System Using Turtle Graphics",
      "topics": [
        "drawLsys"
      ]
    },
    {
      "page": "Lsys",
      "title": "Rewrite an Axiom Using Production Rules to Give a String Ready for Turtle Graphics",
      "topics": [
        "Lsys"
      ]
    }
  ],
  "_readme": "https://github.com/bryanhanson/lindenmayer/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_score": 3.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "lindenmayer",
  "_universes": [
    "bryanhanson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.14",
      "date": "2026-07-10T08:21:14.000Z",
      "distro": "resolute",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/ac14e5f4928b316aa6e63ec8f7f20b4a4863269d9e962228e6d5dc6457c2ac60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.14",
      "date": "2026-07-10T08:21:15.000Z",
      "distro": "resolute",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/b1cb563ccd00969dee36d140998a261f937944d3c52939943a2f86ec6d3f0e3f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.14",
      "date": "2026-07-10T08:20:45.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/0d4561d739de43eeedfd652e2511cc4cccd86d1a8bc9d7b9c7faf7932a2d0919",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.14",
      "date": "2026-07-10T08:20:42.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/ceac000fd53c5f4d837858629755d7bd221db4e36ed386786c9f5a51893cddf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.14",
      "date": "2026-07-10T08:21:12.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/faa019a9f41b58d177a23b8c5ec98d714b38c38005c3f60393634472ecabf9b5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.14",
      "date": "2026-07-10T08:20:08.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/d4dfd98b51ad44aba0adae04f04bc6c3ca42342019d7b7623ea04d69f05ef784",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.14",
      "date": "2026-07-10T08:20:23.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/f29153456e092626c178afbba7999e4d0529c68b49d73097af650b0b12bc8a58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.14",
      "date": "2026-07-10T08:20:14.000Z",
      "commit": "b370f3a25a160c630fe79d6bdb45e6868e238979",
      "fileid": "https://r2.ropensci.org/4c275e4f2f80a60a95f8d2638eae5fb3dc680d6603e1ac81787ea4b0fdc83287",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bryanhanson/actions/runs/29079209079"
    }
  ]
}