{
  "_id": "6a51f6809b92047c28d5324e",
  "Package": "fnmate",
  "Title": "Create function definitions from function expressions",
  "Version": "0.2.1",
  "Authors@R": "c(person(given = \"Miles\",\nfamily = \"McBain\",\nemail = \"miles.mcbain@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"ctb\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Andrew\",\nfamily = \"Craig\",\nrole = \"ctb\"),\nperson(given = \"Shir\",\nfamily = \"Dekel\",\nemail = \"shirdekel@yahoo.com.au\",\nrole = \"ctb\"))",
  "Description": "Convert any funcntion expression under the cursor to a\ndefinition contained in a file.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.1",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libuv1-dev libssl-dev\nlibx11-dev",
  "Repository": "https://milesmcbain.r-universe.dev",
  "Date/Publication": "2025-03-01 13:05:36 UTC",
  "RemoteUrl": "https://github.com/milesmcbain/fnmate",
  "RemoteRef": "master",
  "RemoteSha": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-11 07:50:02 UTC",
    "User": "root"
  },
  "Author": "Miles McBain [aut, cre],\nKirill Müller [ctb],\nAndrew Craig [ctb],\nShir Dekel [ctb]",
  "Maintainer": "Miles McBain <miles.mcbain@gmail.com>",
  "_user": "milesmcbain",
  "_type": "src",
  "_file": "fnmate_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/a1ab7439422356e98478801872d4d219a8b219a3e74de01f1ebf8087cff232ab",
  "_filesize": 451320,
  "_sha256": "a1ab7439422356e98478801872d4d219a8b219a3e74de01f1ebf8087cff232ab",
  "_expires": "2026-10-19T07:53:34.000Z",
  "_created": "2026-07-11T07:50:02.000Z",
  "_published": "2026-07-11T07:53:36.538Z",
  "_jobs": [
    {
      "job": 86525328040,
      "time": 180,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8246522525"
    },
    {
      "job": 86525328028,
      "time": 168,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246520738"
    },
    {
      "job": 86525328027,
      "time": 75,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8246508014"
    },
    {
      "job": 86525328029,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246509697"
    },
    {
      "job": 86525129796,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8246496662"
    },
    {
      "job": 86525328031,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8246514054"
    },
    {
      "job": 86525328034,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8246508066"
    },
    {
      "job": 86525328041,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8246509661"
    },
    {
      "job": 86525328050,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246512379"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225",
  "_status": "success",
  "_upstream": "https://github.com/milesmcbain/fnmate",
  "_commit": {
    "id": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
    "author": "Miles McBain <miles.mcbain@gmail.com>",
    "committer": "Miles McBain <miles.mcbain@gmail.com>",
    "message": "bump version\n",
    "time": 1740834336
  },
  "_maintainer": {
    "name": "Miles McBain",
    "email": "miles.mcbain@gmail.com",
    "login": "milesmcbain",
    "description": "",
    "uuid": 9996346
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "clipr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "gert",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "milesmcbain",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "functional-programming",
    "functions"
  ],
  "_stars": 102,
  "_contributors": [
    {
      "user": "milesmcbain",
      "count": 80,
      "uuid": 9996346
    },
    {
      "user": "andycraig",
      "count": 1,
      "uuid": 23294156
    },
    {
      "user": "krlmlr",
      "count": 1,
      "uuid": 1741643
    },
    {
      "user": "psychelzh",
      "count": 1,
      "uuid": 13306020
    },
    {
      "user": "shirdekel",
      "count": 1,
      "uuid": 49865192
    },
    {
      "user": "neosanma",
      "count": 1,
      "uuid": 18502770
    }
  ],
  "_userbio": {
    "uuid": 9996346,
    "type": "user",
    "name": "Miles McBain",
    "followers": 588
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fnmate"
  },
  "_devurl": "https://github.com/milesmcbain/fnmate",
  "_searchresults": 13,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fnmate.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "%>%",
    "fnmate_below",
    "fnmate_fn.R",
    "rs_fn_defn_jump",
    "rs_fnmate",
    "rs_fnmate_below",
    "rs_fnmate_clip"
  ],
  "_help": [
    {
      "page": "fnmate_below",
      "title": "fnmate_below",
      "topics": [
        "fnmate_below"
      ]
    },
    {
      "page": "fnmate_fn.R",
      "title": "fnmate_fn.R",
      "topics": [
        "fnmate_fn.R"
      ]
    },
    {
      "page": "rs_fn_defn_jump",
      "title": "Jump to a function definition in the local project",
      "topics": [
        "rs_fn_defn_jump"
      ]
    },
    {
      "page": "rs_fnmate",
      "title": "rs_fnmate",
      "topics": [
        "rs_fnmate"
      ]
    },
    {
      "page": "rs_fnmate_below",
      "title": "rs_fnmate_below",
      "topics": [
        "rs_fnmate_below"
      ]
    },
    {
      "page": "rs_fnmate_clip",
      "title": "rs_fnmate_clip",
      "topics": [
        "rs_fnmate_clip"
      ]
    }
  ],
  "_readme": "https://github.com/milesmcbain/fnmate/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "fs",
    "gert",
    "glue",
    "hms",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "readr",
    "rlang",
    "rstudioapi",
    "sys",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "ess_bindings.Rmd",
      "filename": "ess_bindings.html",
      "title": "Using fnmate with ESS",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Here is your lisp"
      ],
      "created": "2019-05-12 11:31:04",
      "modified": "2020-06-17 23:33:00",
      "commits": 6
    }
  ],
  "_score": 6.298634783124435,
  "_indexed": true,
  "_nocasepkg": "fnmate",
  "_universes": [
    "milesmcbain"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-11T07:53:01.000Z",
      "distro": "resolute",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/b47ccd5cf01d866e611dcdd7376440da5deb8694a7d559629020d5cdb673d706",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-11T07:52:47.000Z",
      "distro": "resolute",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/0f46be9735aa4ea8699c92c33f9a9bc7ac4ccfc223d3b224396d3a01696bcd3b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-11T07:51:21.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/9e4852c186b5615b5b5c57afb957b880d029e27f36ca33754d2a47b25695bf6c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-11T07:51:32.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/a2c32fa98243baafaf95e7eb5dcc425f81e11b694e3aa8cf6004cf1ae703211b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-07-11T07:52:13.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/144c32a8f091c0fa9ef9771baa842820c954ca426e7e2366d26e71cbbb9c4fd1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-11T07:51:06.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/fe55768405da82a153802b7f67b64bed5b6780b7f674d892bd297ffb0546a575",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-11T07:51:24.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/4c9a4445cf010af3393077ed2d661364822ac246ed60f1cc98f6cee68ece899e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-11T07:51:44.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "https://r2.ropensci.org/2a3adc803ff51ea0b5ce0bca7681aa3d8b2ffae291e369a1c8750a33c23e0209",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/29145072225"
    }
  ]
}