{
  "_id": "6a2691e124555f66ed51c15c",
  "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-06-08 09:54:14 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": "c2a2d11a561f398be60f18fff668c2ae",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "factory_0.1.0.9000.tar.gz",
  "_fileid": "d48d37052f7bcb3ad29a2b8c6b5c3376a3db545a0758f9eaf9ffe1013559c7f4",
  "_filesize": 253412,
  "_sha256": "d48d37052f7bcb3ad29a2b8c6b5c3376a3db545a0758f9eaf9ffe1013559c7f4",
  "_created": "2026-06-08T09:54:14.000Z",
  "_published": "2026-06-08T09:56:49.374Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80067590513,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7476949701"
    },
    {
      "job": 80067590469,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7476951226"
    },
    {
      "job": 80067590573,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7476944874"
    },
    {
      "job": 80067590476,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7476939718"
    },
    {
      "job": 80067039617,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476903538"
    },
    {
      "job": 80067590473,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476944423"
    },
    {
      "job": 80067590499,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7476935658"
    },
    {
      "job": 80067590524,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7476932247"
    },
    {
      "job": 80067590523,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7476932309"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105",
  "_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",
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)",
    "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": 135,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/factory"
  },
  "_devurl": "https://github.com/jonthegeek/factory",
  "_searchresults": 99,
  "_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.9779064276371185,
  "_indexed": true,
  "_nocasepkg": "factory",
  "_universes": [
    "jonthegeek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:56:17.000Z",
      "distro": "noble",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "0db4be4b5a8b5ae412fe65106f402494bd277b1f1996fa1769a110884ab21100",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:56:20.000Z",
      "distro": "noble",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "ce51bac78cdcd7d5cae9b9033356785f2ca22f2b4932ba335847af65a627c953",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:56:04.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "5fa8a0421a26064f5e88623e8567914603b48b19b4f08939a5d591aa7cb2663d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:55:51.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "5bd343de92f831043126b5638b7c7f5ae2c886a53e0a4d5ca5b20fc190d7a3d9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:56:16.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "b25de77e55f5f66d41b3b1b354a53b8c32ae325a369449f8798d2695e75b6db0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:55:36.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "07453859581437e9926f18153bb6f37f0c5753f0e756587795de0e3e3d6f55cf",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:55:24.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "78e884adbdc1e0d5ebf2b19c063f095cc519620a0620a502e831e6c8bf0113f0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-08T09:55:25.000Z",
      "commit": "07d9a555d3402f4dfc2abce9c42b886134e40abb",
      "fileid": "77cf1af8d42bb02d98e34cc556fd0ef12a84e9c31a976a3acef42c8b10cb56ab",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27129618105"
    }
  ]
}