{
  "_id": "6a105a7dacfb0bcc41ca3a6b",
  "Package": "factory",
  "Type": "Package",
  "Title": "Build Function Factories",
  "Version": "0.1.0.9000",
  "Authors@R": "c(person(given = \"Jon\",\nfamily = \"Harmon\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jonthegeek@gmail.com\",\ncomment = c(ORCID = \"0000-0003-4781-4346\")\n),\nperson(given = \"Tyler Grant\",\nfamily = \"Smith\",\nrole = \"ctb\"\n)\n)",
  "Description": "Function factories are functions that make functions. They\ncan be confusing to construct. Straightforward techniques can\nproduce functions that are fragile or hard to understand. While\nmore robust techniques exist to construct function factories,\nthose techniques can be confusing. This package is designed to\nmake it easier to construct function factories.",
  "URL": "https://github.com/jonthegeek/factory",
  "BugReports": "https://github.com/jonthegeek/factory/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.0",
  "VignetteBuilder": "knitr",
  "Repository": "https://jonthegeek.r-universe.dev",
  "Date/Publication": "2020-06-03 19:23:20 UTC",
  "RemoteUrl": "https://github.com/jonthegeek/factory",
  "RemoteRef": "HEAD",
  "RemoteSha": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 06:00:42 UTC",
    "User": "root"
  },
  "Author": "Jon Harmon [aut, cre] (ORCID: <https://orcid.org/0000-0003-4781-4346>),\nTyler Grant Smith [ctb]",
  "Maintainer": "Jon Harmon <jonthegeek@gmail.com>",
  "MD5sum": "05ce785678142edcbd0b4e5d578a265e",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "factory_0.1.0.9000.tar.gz",
  "_fileid": "cc59b09f2b208e6dbd237cc3b28646e0ade330d590d16bc631d3e68857f19559",
  "_filesize": 251395,
  "_sha256": "cc59b09f2b208e6dbd237cc3b28646e0ade330d590d16bc631d3e68857f19559",
  "_created": "2026-05-09T06:00:42.000Z",
  "_published": "2026-05-22T13:30:37.242Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77389627748,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6893423677"
    },
    {
      "job": 77389627817,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6893423008"
    },
    {
      "job": 77389627861,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6893419313"
    },
    {
      "job": 77389628327,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6893420238"
    },
    {
      "job": 77389627577,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893408301"
    },
    {
      "job": 77389627210,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161711502"
    },
    {
      "job": 77389627667,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6893417931"
    },
    {
      "job": 77389628108,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6893416796"
    },
    {
      "job": 77389628322,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6893419718"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jonthegeek/factory",
  "_commit": {
    "id": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
    "author": "Jon Harmon <jonthegeek@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Small fixes from discussions with others. (#33)\n\nCloses #18.",
    "time": 1591212200
  },
  "_maintainer": {
    "name": "Jon Harmon",
    "email": "jonthegeek@gmail.com",
    "login": "jonthegeek",
    "mastodon": "@jonthegeek@fosstodon.org",
    "bluesky": "@jonthegeek.com",
    "linkedin": "in/jonthegeek",
    "uuid": 33983824,
    "orcid": "0000-0003-4781-4346"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "purrr",
      "version": ">= 0.3.2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "grDevices",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    }
  ],
  "_owner": "jonthegeek",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "function-factory"
  ],
  "_stars": 48,
  "_contributors": [
    {
      "user": "jonthegeek",
      "count": 31,
      "uuid": 33983824
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "tylergrantsmith",
      "count": 1,
      "uuid": 39497067
    }
  ],
  "_userbio": {
    "uuid": 33983824,
    "type": "user",
    "name": "Jon Harmon",
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)"
  },
  "_downloads": {
    "count": 202,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/factory"
  },
  "_devurl": "https://github.com/jonthegeek/factory",
  "_searchresults": 68,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/factory.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jonthegeek/factory",
  "_realowner": "jonthegeek",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-08-21"
    }
  ],
  "_exports": [
    "%>%",
    "body_insert",
    "body_replace",
    "build_factory"
  ],
  "_help": [
    {
      "page": "body_insert",
      "title": "Insert Into a Function Body",
      "topics": [
        "body_insert"
      ]
    },
    {
      "page": "body_replace",
      "title": "Replace Parts of a Function Body",
      "topics": [
        "body_replace"
      ]
    },
    {
      "page": "build_factory",
      "title": "Easily Build Function Factories",
      "topics": [
        "build_factory"
      ]
    }
  ],
  "_readme": "https://github.com/jonthegeek/factory/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "building_a_factory.Rmd",
      "filename": "building_a_factory.html",
      "title": "Building a Factory",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2019-08-17 20:06:36",
      "modified": "2020-06-03 15:34:46",
      "commits": 2
    },
    {
      "source": "examples.Rmd",
      "filename": "examples.html",
      "title": "Examples",
      "engine": "knitr::rmarkdown",
      "headings": [
        "10.2.6 Exercises",
        "Scales",
        "binwidth",
        "Bootstrap generator",
        "Maximum likelihood estimation"
      ],
      "created": "2020-06-03 15:34:46",
      "modified": "2020-06-03 15:34:46",
      "commits": 1
    }
  ],
  "_score": 6.814780145745805,
  "_indexed": true,
  "_nocasepkg": "factory",
  "_universes": [
    "jonthegeek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:02:46.000Z",
      "distro": "noble",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "941c2325e2e2f8e66e8c63e7ff9c81c46f9a5e73203f918f701d8a9a203506ac",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:02:41.000Z",
      "distro": "noble",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "efbfcb650be56a00f4f94ef07684814841e471d7d415fe135c96e18c7f4bb094",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:02:13.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "1f13051215957339a72073f392f4adb4fc51b7f8d9b1da27818960e29b9b3918",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:02:21.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "266bcae2365a8fdadac58adc97d7ac784ce7303e1e59052bd844bcce10174fbf",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:01:54.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "dab149d7e898efac017d5bf9332a71a6ea051ea32d79ae20a276b16ab3b8ad55",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:01:46.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "74f509a71e3a3273975ba89c94d2a7509bfc779a77e8f25fb8835bce374b54ba",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-09T06:02:05.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "0cf08b25c363f1427953d4caef7183e58209b84da8e72d9987a4cc8aa654e6dc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-22T13:30:20.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "b7dd4dff0a21792d5aa22c71817e5060abd243d4aaf93b466ed1042709f4d08f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/25593497196"
    }
  ]
}