{
  "_id": "6a3a23d66265ec60d61ffdd6",
  "Package": "codeUtils",
  "Type": "Package",
  "Title": "Helper functions for parsing and classifying R code. Useful for\ndomain specific languages.",
  "Version": "0.1",
  "Date": "2014-12-03",
  "Author": "Sebastian Kranz",
  "Maintainer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
  "Description": "Very preliminary. May completely change",
  "License": "GPL >= 2.0",
  "RoxygenNote": "5.0.0",
  "Repository": "https://skranz.r-universe.dev",
  "Date/Publication": "2019-10-16 13:47:22 UTC",
  "RemoteUrl": "https://github.com/skranz/codeUtils",
  "RemoteRef": "master",
  "RemoteSha": "05d485967061867c3c5141fa775273223b11d324",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-23 06:10:25 UTC",
    "User": "root"
  },
  "MD5sum": "7e4eee5c155a55b9ddaca84a67c9fbdc",
  "_user": "skranz",
  "_type": "src",
  "_file": "codeUtils_0.1.tar.gz",
  "_fileid": "47658fb3e63a9fa8304bd1fe608f8aea12a1cc78ec130691bd24a8aa95152b23",
  "_filesize": 85857,
  "_sha256": "47658fb3e63a9fa8304bd1fe608f8aea12a1cc78ec130691bd24a8aa95152b23",
  "_created": "2026-06-23T06:10:25.000Z",
  "_published": "2026-06-23T06:12:38.841Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82888444613,
      "time": 91,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7812822989"
    },
    {
      "job": 82888444557,
      "time": 94,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7812824045"
    },
    {
      "job": 82888444512,
      "time": 74,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7812818762"
    },
    {
      "job": 82888444502,
      "time": 64,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7812815969"
    },
    {
      "job": 82888131468,
      "time": 141,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7812798274"
    },
    {
      "job": 82888444507,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7812823199"
    },
    {
      "job": 82888444532,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7812817337"
    },
    {
      "job": 82888444518,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7812825543"
    },
    {
      "job": 82888444506,
      "time": 54,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7812813373"
    }
  ],
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/skranz/codeUtils",
  "_commit": {
    "id": "05d485967061867c3c5141fa775273223b11d324",
    "author": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
    "committer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
    "message": "Remove package Rd\n",
    "time": 1571233642
  },
  "_maintainer": {
    "name": "Sebastian Kranz",
    "email": "sebastian.kranz@uni-ulm.de",
    "login": "skranz",
    "bluesky": "@sebkranz.bsky.social",
    "description": "",
    "uuid": 1413022
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "restorepoint",
      "role": "Depends"
    }
  ],
  "_owner": "skranz",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "skranz",
      "count": 9,
      "uuid": 1413022
    }
  ],
  "_userbio": {
    "uuid": 1413022,
    "type": "user",
    "name": "Sebastian Kranz",
    "followers": 216
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/codeUtils"
  },
  "_devurl": "https://github.com/skranz/codeutils",
  "_searchresults": 39,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/codeUtils.html",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "call.size",
    "count.variables",
    "examples.find.funs",
    "examples.find.variables",
    "examples.recursively.replace",
    "examples.strip.braces",
    "examples.subst.var",
    "extract.var.with.index",
    "find.funs",
    "find.global.vars",
    "find.multiple.variables",
    "find.variables",
    "get.lhs",
    "get.rhs",
    "is.assignment",
    "is.variable",
    "make.call",
    "parse.as.call",
    "recursively.replace",
    "strip.parentheses",
    "subst.var",
    "substitute.call"
  ],
  "_help": [
    {
      "page": "call.size",
      "title": "Find the number of functions and variables (counting multiplies) in a call",
      "topics": [
        "call.size"
      ]
    },
    {
      "page": "count.variables",
      "title": "Count all variables appeareances of each variable in a call or expression object",
      "topics": [
        "count.variables"
      ]
    },
    {
      "page": "extract.var.with.index",
      "title": "extracts from a call expression its variable and its index",
      "topics": [
        "extract.var.with.index"
      ]
    },
    {
      "page": "find.funs",
      "title": "Find all function calls from a call or expression object",
      "topics": [
        "find.funs"
      ]
    },
    {
      "page": "find.global.vars",
      "title": "Find all globale variables in a function",
      "topics": [
        "find.global.vars"
      ]
    },
    {
      "page": "find.multiple.variables",
      "title": "Find all variables from a call or expression object.  If a variable appears n times, it is returned n times",
      "topics": [
        "find.multiple.variables"
      ]
    },
    {
      "page": "find.variables",
      "title": "Find all variables from a call or expression object",
      "topics": [
        "find.variables"
      ]
    },
    {
      "page": "get.lhs",
      "title": "get lhs of an assignment",
      "topics": [
        "get.lhs"
      ]
    },
    {
      "page": "get.rhs",
      "title": "get rhs of an assignment",
      "topics": [
        "get.rhs"
      ]
    },
    {
      "page": "is.assignment",
      "title": "check if a call is an assignment",
      "topics": [
        "is.assignment"
      ]
    },
    {
      "page": "make.call",
      "title": "Creates a call with name name and arguments in arg.list",
      "topics": [
        "make.call"
      ]
    },
    {
      "page": "recursively.replace",
      "title": "Recursively replace elements of a call or list",
      "topics": [
        "recursively.replace"
      ]
    },
    {
      "page": "strip.parentheses",
      "title": "strip a call object from outer parentheses",
      "topics": [
        "strip.parentheses"
      ]
    },
    {
      "page": "subst.var",
      "title": "Substitute a variable or a symbol in the expression by subs",
      "topics": [
        "subst.var"
      ]
    },
    {
      "page": "substitute.call",
      "title": "substitutes in a call object x (works like substitute2 in pryr)",
      "topics": [
        "substitute.call"
      ]
    }
  ],
  "_rundeps": [
    "restorepoint"
  ],
  "_score": 2.670245853074124,
  "_indexed": true,
  "_nocasepkg": "codeutils",
  "_universes": [
    "skranz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-06-23T06:12:02.000Z",
      "distro": "noble",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "daf6d60c4e53dcb70041de57c3ddf8ba2ea0d226731dc81b574386ee6ffb6d94",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-06-23T06:12:05.000Z",
      "distro": "noble",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "f8934111cc21ebc8ab2f063ead8c79fb1c434ed3428201b3eb7d4f513543524d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-23T06:11:46.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "9f246455cc8c36638b45e5f21dcb1b3861948d23ba618af568b9bcbd3ad63307",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-23T06:11:37.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "481d5f7951b07b55d698172868bf8c360e116f2fd4b92a1fe419d6337f753072",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-06-23T06:12:10.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "dda4ac8f6f0157b5989b874e2d862b1e85ccd30ded4e3bfefcf87fdf279ec3bf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-23T06:11:37.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "cdd2d669935e29d17b1046badf60971bb19b18ea532f77cd45fd98c54eb9d8df",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-23T06:12:05.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "9c179e1ad2480f719dc6543e95ef38d297d283e3806611075bfccaacf698fc59",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-23T06:11:21.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "deb7306a60f36f58fd0322d517701c68cbc82e2a0969e1e0e4e8e5c191b21c08",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/28006019972"
    }
  ]
}