{
  "_id": "6a1eb446b25058d4daadd339",
  "Package": "gestalt",
  "Title": "Tools for Making and Combining Functions",
  "Version": "0.2.0",
  "Authors@R": "person(\"Eugene\", \"Ha\", , \"eha@posteo.de\", c(\"aut\", \"cre\"))",
  "Description": "Provides a suite of function-building tools centered\naround a (forward) composition operator, %>>>%, which extends\nthe semantics of the 'magrittr' %>% operator and supports\n'Tidyverse' quasiquotation. It enables you to construct\ncomposite functions that can be inspected and transformed as\nlist-like objects. In conjunction with %>>>%, a compact\nfunction constructor, fn(), and a partial-application\nconstructor, partial(), are also provided; both support\nquasiquotation.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/egnha/gestalt",
  "BugReports": "https://github.com/egnha/gestalt/issues",
  "Collate": "'gestalt.R' 'utils.R' 'closure.R' 'compose.R' 'constant.R'\n'partial.R' 'fn.R' 'context.R' 'posure.R'",
  "RoxygenNote": "7.2.0",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "Config/testthat/edition": "3",
  "Repository": "https://egnha.r-universe.dev",
  "Date/Publication": "2022-08-22 14:22:24 UTC",
  "RemoteUrl": "https://github.com/egnha/gestalt",
  "RemoteRef": "HEAD",
  "RemoteSha": "478c5807f3439b091466a133452a1809ad3e4a4d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:33:12 UTC",
    "User": "root"
  },
  "Author": "Eugene Ha [aut, cre]",
  "Maintainer": "Eugene Ha <eha@posteo.de>",
  "MD5sum": "fa884a73f08684e3bbe86a02607fdf5b",
  "_user": "egnha",
  "_type": "src",
  "_file": "gestalt_0.2.0.tar.gz",
  "_fileid": "0a81e43c91f35a1c1d6e3fdd6253cc0d847d2ee7a613ccdeced813953ca3ef78",
  "_filesize": 252079,
  "_sha256": "0a81e43c91f35a1c1d6e3fdd6253cc0d847d2ee7a613ccdeced813953ca3ef78",
  "_created": "2026-06-02T10:33:12.000Z",
  "_published": "2026-06-02T10:45:26.061Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79051489588,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355356566"
    },
    {
      "job": 79051489559,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355357711"
    },
    {
      "job": 79051489571,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355531272"
    },
    {
      "job": 79051489518,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355554536"
    },
    {
      "job": 79051042345,
      "time": 165,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355315888"
    },
    {
      "job": 79051489505,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355349094"
    },
    {
      "job": 79051489549,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355343175"
    },
    {
      "job": 79051489569,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355340419"
    },
    {
      "job": 79051489568,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355349136"
    }
  ],
  "_buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/egnha/gestalt",
  "_commit": {
    "id": "478c5807f3439b091466a133452a1809ad3e4a4d",
    "author": "Eugene Ha <12226767+egnha@users.noreply.github.com>",
    "committer": "Eugene Ha <12226767+egnha@users.noreply.github.com>",
    "message": "Update DESCRIPTION and NEWS for CRAN\n",
    "time": 1661178144
  },
  "_maintainer": {
    "name": "Eugene Ha",
    "email": "eha@posteo.de",
    "login": "egnha",
    "description": "",
    "uuid": 12226767
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "egnha",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "anonymous-functions",
    "function-composition",
    "partial-application",
    "quasiquotation"
  ],
  "_stars": 38,
  "_contributors": [
    {
      "user": "egnha",
      "count": 920,
      "uuid": 12226767
    },
    {
      "user": "mkcor",
      "count": 4,
      "uuid": 2227806
    }
  ],
  "_userbio": {
    "uuid": 12226767,
    "type": "user",
    "name": "EH"
  },
  "_downloads": {
    "count": 164,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gestalt"
  },
  "_devurl": "https://github.com/egnha/gestalt",
  "_searchresults": 18,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gestalt.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/egnha/gestalt",
  "_realowner": "egnha",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2018-05-31"
    },
    {
      "version": "0.1.2",
      "date": "2018-07-09"
    },
    {
      "version": "0.1.4",
      "date": "2018-08-02"
    },
    {
      "version": "0.1.5",
      "date": "2018-11-06"
    },
    {
      "version": "0.1.6",
      "date": "2019-02-10"
    },
    {
      "version": "0.1.7",
      "date": "2019-05-10"
    },
    {
      "version": "0.1.8",
      "date": "2019-06-27"
    },
    {
      "version": "0.1.9",
      "date": "2022-02-02"
    },
    {
      "version": "0.2.0",
      "date": "2022-08-22"
    }
  ],
  "_exports": [
    "%>>>%",
    "compose",
    "constant",
    "departial",
    "fn",
    "fn_",
    "let",
    "partial",
    "posure",
    "run",
    "variable"
  ],
  "_help": [
    {
      "page": "compose",
      "title": "Compose Functions",
      "topics": [
        "%>>>%",
        "compose"
      ]
    },
    {
      "page": "constant",
      "title": "Values as Functions",
      "topics": [
        "constant",
        "variable"
      ]
    },
    {
      "page": "context",
      "title": "Run an Action in an Ordered Context",
      "topics": [
        "context",
        "let",
        "run"
      ]
    },
    {
      "page": "fn",
      "title": "Function Declarations with Quasiquotation",
      "topics": [
        "fn",
        "fn_"
      ]
    },
    {
      "page": "partial",
      "title": "Fix a Number of Arguments to a Function",
      "topics": [
        "departial",
        "partial"
      ]
    },
    {
      "page": "posure",
      "title": "Variable Composite Functions",
      "topics": [
        "posure"
      ]
    }
  ],
  "_readme": "https://github.com/egnha/gestalt/raw/HEAD/README.md",
  "_rundeps": [
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "gestalt.Rmd",
      "filename": "gestalt.html",
      "title": "Introduction to gestalt",
      "author": "Eugene Ha",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Ceci n’est pas une %>%",
        "Select segments of functions using indexing",
        "Repurpose using subset-assignment",
        "Inspect or modify using higher-order functions",
        "The value of values as functions",
        "Complements",
        "Acknowledgments"
      ],
      "created": "2018-05-25 18:43:05",
      "modified": "2022-02-02 17:02:58",
      "commits": 11
    }
  ],
  "_score": 5.534026106056135,
  "_indexed": true,
  "_nocasepkg": "gestalt",
  "_universes": [
    "egnha"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-02T10:35:11.000Z",
      "distro": "noble",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "40f63d359bbbac5e95584c45a54e422b7fd8a237b3e678eb125c1363acce5bed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-02T10:35:11.000Z",
      "distro": "noble",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "be60b449d462eb1179c992f059c8964b33bbbec7191cd5526567ef8906ccdd11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-02T10:43:37.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "b5bb415d6ff7ea3b3151aa0ceaeff6d41adbc89c0c0c3b0554ac91ccc4cc2f3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-02T10:44:45.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "74808aa7eedc1bc9bf3f2c920e663676a01a66812497da24cce925be3f2ed3e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T10:35:06.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "5e80031b3f1603de5d693dffc64b463bd46ce02182eadabfcaef6b21590af625",
      "status": "success",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-02T10:34:23.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "946b962a14de487b4b7eca203bfa03c8969ae8a856ca50f249bd16a825af256e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-02T10:34:15.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "1f044b97859c29ac54a39e7bfea602c0a2d3d43c76210da62d7ea69d60fc5d93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-02T10:34:39.000Z",
      "commit": "478c5807f3439b091466a133452a1809ad3e4a4d",
      "fileid": "3d0fd61505e29d1c1e012f97dd57d3856578c4038054804ebe54b3075f486b96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/egnha/actions/runs/26813990933"
    }
  ]
}