{
  "_id": "6a12969facfb0bcc41d0c876",
  "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-05-24 06:09:32 UTC",
    "User": "root"
  },
  "MD5sum": "9420dcf61d24f3fa4e2704557ebfedcc",
  "_user": "skranz",
  "_type": "src",
  "_file": "codeUtils_0.1.tar.gz",
  "_fileid": "2862a333f136fc0eacbee7718f3c1ce48026e05d9a79ea90bf9cda5c8bf91f84",
  "_filesize": 84227,
  "_sha256": "2862a333f136fc0eacbee7718f3c1ce48026e05d9a79ea90bf9cda5c8bf91f84",
  "_created": "2026-05-24T06:09:32.000Z",
  "_published": "2026-05-24T06:11:43.283Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77576354456,
      "time": 80,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7182766092"
    },
    {
      "job": 77576354462,
      "time": 93,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182767367"
    },
    {
      "job": 77576354454,
      "time": 82,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7182766107"
    },
    {
      "job": 77576354453,
      "time": 62,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182764068"
    },
    {
      "job": 77576226063,
      "time": 138,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182757009"
    },
    {
      "job": 77576354448,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182767903"
    },
    {
      "job": 77576354484,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7182765228"
    },
    {
      "job": 77576354487,
      "time": 51,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7182762841"
    },
    {
      "job": 77576354480,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182764421"
    }
  ],
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715",
  "_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"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/codeUtils"
  },
  "_devurl": "https://github.com/skranz/codeutils",
  "_searchresults": 38,
  "_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.6589648426644352,
  "_indexed": true,
  "_nocasepkg": "codeutils",
  "_universes": [
    "skranz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-24T06:11:01.000Z",
      "distro": "noble",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "41907fb6b4765dc4af1e59eddb728b974c44f62a9c17586e8c089b353a4ad664",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-24T06:11:13.000Z",
      "distro": "noble",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "8bc1e974e56eab13661e8da44f39042a45216eae862abebe6bd7670ff2adc211",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-24T06:11:04.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "76996b54b31842b8fcca664fb4f3fc3255d5028cd966e932b823fd2fa32fed82",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-24T06:10:45.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "1475572ce7300dcac9d68bc8e4b21999d4b35d7fb0b929cf4cfe30175eb1bba5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-05-24T06:11:26.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "55398569264208dc1a1c08c3245d8a7488b94421ed1a9346e03631e8250fd500",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-24T06:10:49.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "34cb550dc41db814e2d3ba6ab65a1f195149caa5b911d96208fc6e85ba113349",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-24T06:10:28.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "31600b94045deedd7b68b50da3ca62a691ac9cc4d440060c56f6735b3ebe3331",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-24T06:10:41.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "863df3be5d959dc0df1f979bd83acd7a878531e953b584cc371d0acef6f812ba",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26353629715"
    }
  ]
}