{
  "_id": "6a4b60d5a6574ff277f9a48c",
  "Package": "lazyeval",
  "Version": "0.2.3.9000",
  "Title": "Lazy (Non-Standard) Evaluation",
  "Description": "An alternative approach to non-standard evaluation using\nformulas. Provides a full implementation of LISP style\n'quasiquotation', making it easier to generate code with other\ncode.",
  "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)",
  "License": "GPL-3",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Config/build/compilation-database": "true",
  "Repository": "https://hadley.r-universe.dev",
  "Date/Publication": "2026-04-07 08:05:06 UTC",
  "RemoteUrl": "https://github.com/hadley/lazyeval",
  "RemoteRef": "HEAD",
  "RemoteSha": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-06 07:55:18 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]",
  "Maintainer": "Hadley Wickham <hadley@rstudio.com>",
  "_user": "hadley",
  "_type": "src",
  "_file": "lazyeval_0.2.3.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/4aa76b4848dc50e1c7ce61352f9beaf61bb0eea657b68654bf4d0eecac1eadf3",
  "_filesize": 268222,
  "_sha256": "4aa76b4848dc50e1c7ce61352f9beaf61bb0eea657b68654bf4d0eecac1eadf3",
  "_expires": "2026-10-14T08:01:23.000Z",
  "_created": "2026-07-06T07:55:18.000Z",
  "_published": "2026-07-06T08:01:25.175Z",
  "_jobs": [
    {
      "job": 85321646061,
      "time": 154,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102915305"
    },
    {
      "job": 85321645988,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102903738"
    },
    {
      "job": 85321646013,
      "time": 168,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102919253"
    },
    {
      "job": 85321645991,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102912373"
    },
    {
      "job": 85321646065,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8102890031"
    },
    {
      "job": 85321646080,
      "time": 291,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8102958744"
    },
    {
      "job": 85321646053,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102898505"
    },
    {
      "job": 85321646041,
      "time": 254,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102946313"
    },
    {
      "job": 85321140447,
      "time": 180,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102861448"
    },
    {
      "job": 85321645941,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8102899930"
    },
    {
      "job": 85321645982,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102894727"
    },
    {
      "job": 85321645977,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8102894495"
    },
    {
      "job": 85321646007,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102897495"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226",
  "_status": "success",
  "_upstream": "https://github.com/hadley/lazyeval",
  "_commit": {
    "id": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
    "author": "Lionel Henry <lionel.hry@proton.me>",
    "committer": "Lionel Henry <lionel.hry@proton.me>",
    "message": "Increment version number to 0.2.3.9000\n",
    "time": 1775549106
  },
  "_maintainer": {
    "name": "Hadley Wickham",
    "email": "hadley@rstudio.com",
    "login": "hadley",
    "bluesky": "@hadley.nz",
    "description": "Chief Scientist at @posit-pbc",
    "uuid": 4196
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 0.2.65",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "hadley",
  "_selfowned": true,
  "_usedby": 2027,
  "_updates": [
    {
      "week": "2026-14",
      "n": 4
    },
    {
      "week": "2026-15",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.2.3",
      "date": "2026-04-07"
    }
  ],
  "_stars": 134,
  "_contributors": [
    {
      "user": "hadley",
      "count": 265,
      "uuid": 4196
    },
    {
      "user": "lionel-",
      "count": 35,
      "uuid": 4465050
    },
    {
      "user": "matthieugomez",
      "count": 2,
      "uuid": 6223837
    },
    {
      "user": "gaborcsardi",
      "count": 1,
      "uuid": 660288
    },
    {
      "user": "jefferis",
      "count": 1,
      "uuid": 23763
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "batpigandme",
      "count": 1,
      "uuid": 831732
    },
    {
      "user": "pachevalier",
      "count": 1,
      "uuid": 3227753
    },
    {
      "user": "kalibera",
      "count": 1,
      "uuid": 1734520
    },
    {
      "user": "tareefk",
      "count": 1,
      "uuid": 3314941
    }
  ],
  "_userbio": {
    "uuid": 4196,
    "type": "user",
    "name": "Hadley Wickham",
    "followers": 26676,
    "description": "Chief Scientist at @posit-pbc"
  },
  "_downloads": {
    "count": 637199,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lazyeval"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/hadley/lazyeval",
  "_searchresults": 1216,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lazyeval.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hadley/lazyeval",
  "_realowner": "hadley",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.9",
      "date": "2014-10-01"
    },
    {
      "version": "0.1.10",
      "date": "2015-01-02"
    },
    {
      "version": "0.2.0",
      "date": "2016-06-12"
    },
    {
      "version": "0.2.1",
      "date": "2017-10-29"
    },
    {
      "version": "0.2.2",
      "date": "2019-03-15"
    },
    {
      "version": "0.2.3",
      "date": "2026-04-04"
    }
  ],
  "_exports": [
    "all_dots",
    "as_call",
    "as_f_list",
    "as_name",
    "as.lazy",
    "as.lazy_dots",
    "ast",
    "ast_",
    "auto_name",
    "call_modify",
    "call_new",
    "call_standardise",
    "common_env",
    "dots_capture",
    "expr_env",
    "expr_find",
    "expr_label",
    "expr_text",
    "f_capture",
    "f_env",
    "f_env<-",
    "f_eval",
    "f_eval_lhs",
    "f_eval_rhs",
    "f_interp",
    "f_label",
    "f_lhs",
    "f_lhs<-",
    "f_list",
    "f_new",
    "f_rhs",
    "f_rhs<-",
    "f_text",
    "f_unwrap",
    "find_data",
    "function_new",
    "interp",
    "is_atomic",
    "is_call",
    "is_formula",
    "is_lang",
    "is_name",
    "is_pairlist",
    "lazy",
    "lazy_",
    "lazy_dots",
    "lazy_eval",
    "make_call",
    "missing_arg",
    "uq",
    "uqf",
    "uqs"
  ],
  "_help": [
    {
      "page": "as_name",
      "title": "Coerce an object to a name or call.",
      "topics": [
        "as_call",
        "as_name"
      ]
    },
    {
      "page": "as.lazy",
      "title": "Convert an object to a lazy expression or lazy dots.",
      "topics": [
        "as.lazy",
        "as.lazy_dots"
      ]
    },
    {
      "page": "ast_",
      "title": "Display a call (or expression) as a tree.",
      "topics": [
        "ast",
        "ast_"
      ]
    },
    {
      "page": "call_modify",
      "title": "Modify the arguments of a call.",
      "topics": [
        "call_modify",
        "call_standardise"
      ]
    },
    {
      "page": "call_new",
      "title": "Create a call by \"hand\"",
      "topics": [
        "call_new"
      ]
    },
    {
      "page": "expr_label",
      "title": "Find the expression associated with an argument",
      "topics": [
        "expr_env",
        "expr_find",
        "expr_label",
        "expr_text"
      ]
    },
    {
      "page": "f_capture",
      "title": "Make a promise explicit by converting into a formula.",
      "topics": [
        "dots_capture",
        "f_capture"
      ]
    },
    {
      "page": "f_eval",
      "title": "Evaluate a formula",
      "topics": [
        "find_data",
        "f_eval",
        "f_eval_lhs",
        "f_eval_rhs"
      ]
    },
    {
      "page": "f_interp",
      "title": "Interpolate a formula",
      "topics": [
        "f_interp",
        "uq",
        "uqf",
        "uqs"
      ]
    },
    {
      "page": "f_list",
      "title": "Build a named list from the LHS of formulas",
      "topics": [
        "as_f_list",
        "f_list"
      ]
    },
    {
      "page": "f_new",
      "title": "Create a formula object by \"hand\".",
      "topics": [
        "f_new"
      ]
    },
    {
      "page": "f_rhs",
      "title": "Get/set formula components.",
      "topics": [
        "f_env",
        "f_env<-",
        "f_lhs",
        "f_lhs<-",
        "f_rhs",
        "f_rhs<-"
      ]
    },
    {
      "page": "f_text",
      "title": "Turn RHS of formula into a string/label.",
      "topics": [
        "f_label",
        "f_text"
      ]
    },
    {
      "page": "f_unwrap",
      "title": "Unwrap a formula",
      "topics": [
        "f_unwrap"
      ]
    },
    {
      "page": "function_new",
      "title": "Create a function by \"hand\"",
      "topics": [
        "function_new"
      ]
    },
    {
      "page": "interp",
      "title": "Interpolate values into an expression.",
      "topics": [
        "interp"
      ]
    },
    {
      "page": "is_formula",
      "title": "Is object a formula?",
      "topics": [
        "is_formula"
      ]
    },
    {
      "page": "is_lang",
      "title": "Is an object a language object?",
      "topics": [
        "is_atomic",
        "is_call",
        "is_lang",
        "is_name",
        "is_pairlist"
      ]
    },
    {
      "page": "lazy_",
      "title": "Capture expression for later lazy evaluation.",
      "topics": [
        "lazy",
        "lazy_"
      ]
    },
    {
      "page": "lazy_dots",
      "title": "Capture ... (dots) for later lazy evaluation.",
      "topics": [
        "lazy_dots"
      ]
    },
    {
      "page": "lazy_eval",
      "title": "Evaluate a lazy expression.",
      "topics": [
        "lazy_eval"
      ]
    },
    {
      "page": "make_call",
      "title": "Make a call with 'lazy_dots' as arguments.",
      "topics": [
        "make_call"
      ]
    },
    {
      "page": "missing_arg",
      "title": "Generate a missing argument.",
      "topics": [
        "missing_arg"
      ]
    }
  ],
  "_readme": "https://github.com/hadley/lazyeval/raw/HEAD/README.md",
  "_rundeps": [
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "lazyeval-old.Rmd",
      "filename": "lazyeval-old.html",
      "title": "Lazyeval: a new approach to NSE",
      "engine": "knitr::rmarkdown",
      "headings": [
        "lazy()",
        "Standard evaluation",
        "Non-standard evaluation",
        "Scoping",
        "Chained promises"
      ],
      "created": "2016-02-24 17:28:10",
      "modified": "2016-02-24 17:29:24",
      "commits": 2
    },
    {
      "source": "lazyeval.Rmd",
      "filename": "lazyeval.html",
      "title": "Non-standard evaluation",
      "author": "Hadley Wickham",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Labelling",
        "Exercises",
        "Formulas",
        "Definition of a formula",
        "Evaluating a formula",
        "Non-standard scoping",
        "Unquoting",
        "Programming with sieve()",
        "Adding arguments",
        "Dot-dot-dot",
        "Non-standard evaluation",
        "Metaprogramming"
      ],
      "created": "2014-09-25 21:28:04",
      "modified": "2026-04-07 08:03:48",
      "commits": 22
    }
  ],
  "_score": 16.53268222209874,
  "_indexed": true,
  "_nocasepkg": "lazyeval",
  "_universes": [
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:58:02.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/ad5e71d0001e71f53ebfef0922174b2649bee5cf7c1653c0c42160aabd986614",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:57:23.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/12ca6199e61608bb85408c055b26e2a523570e1afbbd6521d992405dd8b2bf7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:58:13.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/a8e3984e680f3d65a6ff2d22b517d84139c3a66e64642ad1aa0ea80eecebd5dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:57:53.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/48c410ebadbe0f4ff4a251e7b811eea983b09ad99db5e4f0893f89a5e206063c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:56:43.000Z",
      "arch": "aarch64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/18df4a5a164ad1c81b362e8f355b1e2bbaf803d0ce08eb4d321a3abea5375b4d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:59:46.000Z",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/a1d8a2d1029c8d9cf6e95c7ed57aaf451d8f11465fab2338fcf44605135c0698",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:57:05.000Z",
      "arch": "aarch64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/157cb62230df8c4e12de4a8e011e29007a5bf477736ff577a3d6908205d781a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:59:00.000Z",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/57c95d12e08f91a9f7bcd3ab4f73ab70154c2e30c457ecd8ab4aa33ee4c68340",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:57:25.000Z",
      "arch": "emscripten",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/19ee09ab034142ddee553cab586467e73f9b851a15110c437049ad907e8f6357",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:56:44.000Z",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/ee1dfabb71ca30657de6874a4972c3fc298a975af0234a77c8fc9bd4256a8e73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:56:39.000Z",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/2208c40091ec9677fc26941441d6a8c6b0f1e00e7f905ef5ea25b66f769da6d0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.3.9000",
      "date": "2026-07-06T07:56:53.000Z",
      "arch": "x86_64",
      "commit": "d126d2e68bc41e25b08ae1235d1c573cccecd26c",
      "fileid": "https://r2.ropensci.org/b9187b76da10a9e8206f5fc4064a4ef0a6cf27e45770466511f711219d829878",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hadley/actions/runs/28776325226"
    }
  ]
}