{
  "_id": "6a1d656f1d7bb097a0a4c91a",
  "Package": "unnestIfElse",
  "Type": "Package",
  "Title": "Tidy up nested ifelse statements",
  "Version": "0.1.0",
  "Authors@R": "person(\"Eric\", \"Leung\", email = \"eric@erictleung.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Convert nested `ifelse()` statements to `case_when()`",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://erictleung.r-universe.dev",
  "Date/Publication": "2019-11-06 20:43:42 UTC",
  "RemoteUrl": "https://github.com/erictleung/unnestIfElse",
  "RemoteRef": "HEAD",
  "RemoteSha": "56161cd699c55fb5b557d9c3a1adce4db302588e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 10:39:55 UTC",
    "User": "root"
  },
  "Author": "Eric Leung [aut, cre]",
  "Maintainer": "Eric Leung <eric@erictleung.com>",
  "MD5sum": "343af52d0acbc399229c66f02ba082c6",
  "_user": "erictleung",
  "_type": "src",
  "_file": "unnestIfElse_0.1.0.tar.gz",
  "_fileid": "4784da8922621420f7c3836339857b2d0bc147aab7657764c80963b8caee0c34",
  "_filesize": 193892,
  "_sha256": "4784da8922621420f7c3836339857b2d0bc147aab7657764c80963b8caee0c34",
  "_created": "2026-06-01T10:39:55.000Z",
  "_published": "2026-06-01T10:56:47.520Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78834961327,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7329382717"
    },
    {
      "job": 78834961311,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7329382108"
    },
    {
      "job": 78834961334,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7329649054"
    },
    {
      "job": 78834961333,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7329462254"
    },
    {
      "job": 78834490638,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329344975"
    },
    {
      "job": 78834961322,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329374503"
    },
    {
      "job": 78834961337,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7329370979"
    },
    {
      "job": 78834961351,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7329369223"
    },
    {
      "job": 78834961330,
      "time": 68,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7329367718"
    }
  ],
  "_buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/erictleung/unnestIfElse",
  "_commit": {
    "id": "56161cd699c55fb5b557d9c3a1adce4db302588e",
    "author": "Eric Leung <eric@erictleung.com>",
    "committer": "Eric Leung <eric@erictleung.com>",
    "message": "Remove unused capture area code\n\nThis code was intended to capture the highlighted text in the text\neditor. However, the function was suboptimal for my use case. I\nextracted the necessary elements using tidyverse verbs in place of this\nfunction.\n",
    "time": 1573073022
  },
  "_maintainer": {
    "name": "Eric Leung",
    "email": "eric@erictleung.com",
    "login": "erictleung",
    "mastodon": "@erictleung@mastodon.social",
    "bluesky": "@erictleung.bsky.social",
    "linkedin": "in/erictleung",
    "description": "Data science generalist. Sharing knowledge and optimizing tools for learning and growth. Open-source and open-data advocate. Community learner.",
    "uuid": 2754821
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "rstudioapi",
      "version": ">= 0.4",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    }
  ],
  "_owner": "erictleung",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "case-when",
    "dplyr",
    "ifelse",
    "rstudio",
    "rstudio-addin"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "erictleung",
      "count": 10,
      "uuid": 2754821
    }
  ],
  "_userbio": {
    "uuid": 2754821,
    "type": "user",
    "name": "Eric Leung",
    "description": "Data science generalist. Sharing knowledge and optimizing tools for learning and growth. Open-source and open-data advocate. Community learner."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/unnestIfElse"
  },
  "_devurl": "https://github.com/erictleung/unnestifelse",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/unnestIfElse.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "%>%",
    "nestedIfElseToCaseWhen"
  ],
  "_help": [
    {
      "page": "capture_active",
      "title": "Source: https://github.com/seasmith/AlignAssign",
      "topics": [
        "capture_active"
      ]
    },
    {
      "page": "nestedIfElseToCaseWhen",
      "title": "Tidy ifelse statements",
      "topics": [
        "nestedIfElseToCaseWhen"
      ]
    }
  ],
  "_readme": "https://github.com/erictleung/unnestIfElse/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "rstudioapi",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "unnestifelse",
  "_universes": [
    "erictleung"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:55.000Z",
      "distro": "noble",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "87a8835c2e9b4a4b3339a4365f38dc274e87e776416e63c5ce664bdbe4c2384e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:54.000Z",
      "distro": "noble",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "109ae277a66e134cf5f22ec966380c1cbd2bec4e1a4335a70d139e1475401091",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T10:55:50.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "890c53f763e527956548e69be24505e13464d192c30b56da3bcf7586a1c27f85",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T10:46:12.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "332f8903f30eecdf7a08b26fad8ce105627fb83fa34be6fc1e04d5072f93601e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:43.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "203b4ee8ce204af7bf95c7a63ac9cf9d023c2d2b60a4b3fbfba2f5ceb0b50007",
      "status": "success",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:15.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "aca5e709d1684126c032041e3e344cc9d9cc37a262a3df79b342d0836c6a9048",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:07.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "3b6005b1375c1192262cb5a8a4b54ad40c768cb05e4c47761fdaf263a4fd9bf3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T10:41:02.000Z",
      "commit": "56161cd699c55fb5b557d9c3a1adce4db302588e",
      "fileid": "c04e254fb22e097db6e5b353c13e8344d9ce0792444bbf70e066be2e1765b72a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/erictleung/actions/runs/26749762473"
    }
  ]
}