{
  "_id": "6a103713acfb0bcc41c9a366",
  "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-05-12 06:34:00 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>",
  "MD5sum": "dde83f9889a6fdc4586a471681b93da8",
  "_user": "milesmcbain",
  "_type": "src",
  "_file": "fnmate_0.2.1.tar.gz",
  "_fileid": "455a6fe08d9fbc52c93e2a870fea1eb9a86fe053cbb70be99c1683680cde65c7",
  "_filesize": 451182,
  "_sha256": "455a6fe08d9fbc52c93e2a870fea1eb9a86fe053cbb70be99c1683680cde65c7",
  "_created": "2026-05-12T06:34:00.000Z",
  "_published": "2026-05-22T10:59:31.104Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77366240105,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6937301917"
    },
    {
      "job": 77366240486,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6937296539"
    },
    {
      "job": 77366240462,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6937285240"
    },
    {
      "job": 77366240112,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6937291820"
    },
    {
      "job": 77366239810,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937265639"
    },
    {
      "job": 77366239768,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158879535"
    },
    {
      "job": 77366240507,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6937287471"
    },
    {
      "job": 77366240670,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6937283160"
    },
    {
      "job": 77366240295,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6937283292"
    }
  ],
  "_buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 9996346
  },
  "_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": "tatakof",
      "count": 1,
      "uuid": 18502770
    }
  ],
  "_userbio": {
    "uuid": 9996346,
    "type": "user",
    "name": "Miles McBain"
  },
  "_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.0",
  "_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",
    "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-05-12T06:36:19.000Z",
      "distro": "noble",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "ae235730889db178c905fad6cdaf3c5728cbdf425e17b97ce6be9f6cf9c8c984",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-12T06:36:01.000Z",
      "distro": "noble",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "edb09b8edb46f7b8f05ef788960c2ea6162dadeabe4baf9caa14aa998bd5c37b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-12T06:35:21.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "6ad8e7536071cac5af48fc2106ea73bdfe05848d6e6d3da8ef1a895ab7413acd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-12T06:35:42.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "473d4d7e0d287feca7ab5a4468920b6b30a026e17f61ed4fecbb3b920c6724ab",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-12T06:35:22.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "6b0d1ac7c0b3f1bb0b70e6bc0fa3a904d75d3c7e37f65f79a41d3ef31da0bce8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-12T06:35:06.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "6987c832da794b623a5920af8582ead924cafbd0246724825f71dacc8904fbc8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-12T06:35:05.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "69e550e95f41c3adfbd6d838a6d2808e4adb3d044973942716cd041d91105edf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-22T10:59:15.000Z",
      "commit": "ba92c74b5ff600bac6c25850c17a21a3b8fdd73a",
      "fileid": "86d605928f7813ae7999b1fb0e34546e031dcc97252ef43ee5bbebbc198f571e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/25717648267"
    }
  ]
}