{
  "_id": "6a61a165f673e46fff56cb3e",
  "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-07-23 05:04:09 UTC",
    "User": "root"
  },
  "_user": "skranz",
  "_type": "src",
  "_file": "codeUtils_0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/3860ee82217675dee4740e802b3b21590e1111572e05ceae04d3b5dcf9218bc5",
  "_filesize": 84458,
  "_sha256": "3860ee82217675dee4740e802b3b21590e1111572e05ceae04d3b5dcf9218bc5",
  "_expires": "2026-10-31T05:06:43.000Z",
  "_created": "2026-07-23T05:04:09.000Z",
  "_published": "2026-07-23T05:06:45.407Z",
  "_jobs": [
    {
      "job": 89123037109,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8553245716"
    },
    {
      "job": 89123037142,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8553246420"
    },
    {
      "job": 89123037147,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8553235100"
    },
    {
      "job": 89123037135,
      "time": 121,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8553249812"
    },
    {
      "job": 89122708102,
      "time": 147,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8553215853"
    },
    {
      "job": 89123037095,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8553241536"
    },
    {
      "job": 89123037212,
      "time": 58,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8553232204"
    },
    {
      "job": 89123037136,
      "time": 64,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8553234053"
    },
    {
      "job": 89123037174,
      "time": 57,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8553232071"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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.1",
  "_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-07-23T05:06:01.000Z",
      "distro": "resolute",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/2a8ebef406794a8a76d4523d348023cbca2cfa0fd4b13f50e508ebd7ef6a10b7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-23T05:06:01.000Z",
      "distro": "resolute",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/e88833cb3818900c31c46eb559e3c1c79b87c94212bb8ff13dd51d20f201f21f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-23T05:05:25.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/9d53159fd02a6debc23dc73d19b439c13cc10535c2ec07eb16a773fa30a85d34",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-23T05:06:14.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/8a5419d2deacea26f594e0f7ca9d3e56b371bc75347c2b03b95f6f9dc5f8a3bd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-07-23T05:05:53.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/167bfb56d2c82726cbe98de5ed53c2a91c532bb2fa9362efbbf5e95ab2dc35d7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-23T05:05:08.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/137cce5bbdba5323894f69a41c36a7d31dc66b936a5d8aa7e6ef0a445559bbfc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-23T05:05:15.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/935fef980d01bbc0bb660ae8da7142ef7f9a36bd6a9e9dfe2a5dc8ca74a2e40a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-23T05:05:07.000Z",
      "commit": "05d485967061867c3c5141fa775273223b11d324",
      "fileid": "https://r2.ropensci.org/fa0d11777f5650b11a2921adf1d9f513b7f1c73d19403baa5d2b19502a79c58f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/29981041342"
    }
  ]
}