{
  "_id": "6a12b0cdacfb0bcc41d19644",
  "Package": "atcursor",
  "Title": "Get the current word or selection at cursor",
  "Version": "0.0.2",
  "Authors@R": "person(given = \"Miles\",\nfamily = \"McBain\",\nrole = c(\"aut\", \"cre\"),\nemail = \"miles.mcbain@gmail.com\",\ncomment = c(ORCID = \"https://orcid.org/0000-0003-2865-2548\"))",
  "Description": "Get the current word or selection at cursor using the\n{rstudioapi}. Works in VSCode and RStudio.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1",
  "Repository": "https://milesmcbain.r-universe.dev",
  "Date/Publication": "2022-08-09 11:47:41 UTC",
  "RemoteUrl": "https://github.com/milesmcbain/atcursor",
  "RemoteRef": "main",
  "RemoteSha": "52445666e612650cfa787814c3b195eaa1012ab8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 08:01:09 UTC",
    "User": "root"
  },
  "Author": "Miles McBain [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2865-2548>)",
  "Maintainer": "Miles McBain <miles.mcbain@gmail.com>",
  "MD5sum": "ce98dc4c29dcb27e968a194116ff1fd1",
  "_user": "milesmcbain",
  "_type": "src",
  "_file": "atcursor_0.0.2.tar.gz",
  "_fileid": "1e9a1a00d4a66b66a1bc72c8767854976f208b79a8be85a36cda13288fd69318",
  "_filesize": 71490,
  "_sha256": "1e9a1a00d4a66b66a1bc72c8767854976f208b79a8be85a36cda13288fd69318",
  "_created": "2026-05-24T08:01:09.000Z",
  "_published": "2026-05-24T08:03:25.786Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77582232014,
      "time": 106,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7183492668"
    },
    {
      "job": 77582232063,
      "time": 77,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183489542"
    },
    {
      "job": 77582232023,
      "time": 64,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7183487734"
    },
    {
      "job": 77582232013,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183488790"
    },
    {
      "job": 77582086516,
      "time": 142,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183479713"
    },
    {
      "job": 77582232010,
      "time": 78,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183489625"
    },
    {
      "job": 77582232034,
      "time": 59,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7183487184"
    },
    {
      "job": 77582232028,
      "time": 56,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7183486902"
    },
    {
      "job": 77582232048,
      "time": 54,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183486555"
    }
  ],
  "_buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/milesmcbain/atcursor",
  "_commit": {
    "id": "52445666e612650cfa787814c3b195eaa1012ab8",
    "author": "Miles McBain <miles.mcbain@gmail.com>",
    "committer": "Miles McBain <miles.mcbain@gmail.com>",
    "message": "export line and col getters\n",
    "time": 1660045661
  },
  "_maintainer": {
    "name": "Miles McBain",
    "email": "miles.mcbain@gmail.com",
    "login": "milesmcbain",
    "description": "",
    "uuid": 9996346,
    "orcid": "0000-0003-2865-2548"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "rstudioapi",
      "role": "Imports"
    }
  ],
  "_owner": "milesmcbain",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "milesmcbain",
      "count": 5,
      "uuid": 9996346
    }
  ],
  "_userbio": {
    "uuid": 9996346,
    "type": "user",
    "name": "Miles McBain"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/atcursor"
  },
  "_devurl": "https://github.com/milesmcbain/atcursor",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/atcursor.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "get_cursor_col",
    "get_cursor_line",
    "get_word_or_selection"
  ],
  "_help": [
    {
      "page": "get_cursor_col",
      "title": "get the column the cursor is on from a selection",
      "topics": [
        "get_cursor_col"
      ]
    },
    {
      "page": "get_cursor_line",
      "title": "get the line the cursor is on",
      "topics": [
        "get_cursor_line"
      ]
    },
    {
      "page": "get_word_or_selection",
      "title": "Get word or selection at cursor",
      "topics": [
        "get_word_or_selection"
      ]
    }
  ],
  "_readme": "https://github.com/milesmcbain/atcursor/raw/main/README.md",
  "_rundeps": [
    "rstudioapi"
  ],
  "_score": 2.9542425094393248,
  "_indexed": true,
  "_nocasepkg": "atcursor",
  "_universes": [
    "milesmcbain"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T08:03:02.000Z",
      "distro": "noble",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "0355d8fe90a201609cac13ad0ef914331fad29efc1c677e22ba6174f7fc4b81f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:37.000Z",
      "distro": "noble",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "96c81c6a0f4f14e126cb971652ab830e42dcfd6a9a57e874843b8ecddcd088ea",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:25.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "dabec55ac88f765f9c6dcad68b48c671485a645018f6d5cdb309123b98d24867",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:32.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "9160684df97f4395f1318c50c3b3036137b7233f91c2f732182a8e8811871680",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:44.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "f70652cd6aecee1b754a13930c41215dbe645b684a73f084451c6e09a1fbcf4b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:14.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "f8d3a2a57b129235246d9284f6f8c0e5ddb66a32e307f039f1c5fbff9ca54ef6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:11.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "364cafd885140418e17516147d40cf3a7882d6ed06273a91bc7edd8d025fd26c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T08:02:09.000Z",
      "commit": "52445666e612650cfa787814c3b195eaa1012ab8",
      "fileid": "232c7c3b2f920dfae3bdf1878c7b3f477eec7d58402b0ba62bd9d956dd4cfe98",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/milesmcbain/actions/runs/26355757069"
    }
  ]
}