{
  "_id": "6a114829acfb0bcc41ce8083",
  "Package": "vkR",
  "Type": "Package",
  "Title": "Access to VK API via R",
  "Description": "Provides an interface to the VK API\n<https://vk.com/dev/methods>. VK <https://vk.com/> is the\nlargest European online social networking service, based in\nRussia.",
  "Version": "0.2",
  "Date": "2020-09-25",
  "Authors@R": "c(\nperson(\"Dmitriy\", \"Sorokin\", role = c(\"aut\", \"cre\"),\nemail = \"dementiy@yandex.ru\"),\nperson(\"Anton\", \"Antonov\", role = \"ctb\",\nemail = \"tonytonov@gmail.com\"))",
  "Maintainer": "Dmitriy Sorokin <dementiy@yandex.ru>",
  "URL": "https://github.com/Dementiy/vkR",
  "BugReports": "https://github.com/Dementiy/vkR/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "Collate": "'auth.R' 'board.R' 'database.R' 'friends.R' 'groups.R'\n'igraph_gefx_exporter.R' 'likes.R' 'messages.R'\n'mongo_connection.R' 'network.R' 'newsfeed.R' 'queries.R'\n'status.R' 'search.R' 'users.R' 'utils.R' 'wall.R' 'vkR.R'",
  "Config/pak/sysreqs": "libxml2-dev libssl-dev",
  "Repository": "https://dementiy.r-universe.dev",
  "Date/Publication": "2020-09-25 17:50:00 UTC",
  "RemoteUrl": "https://github.com/dementiy/vkr",
  "RemoteRef": "HEAD",
  "RemoteSha": "7fa6189617191e4690acfe536a53df79d205209b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 06:21:17 UTC",
    "User": "root"
  },
  "Author": "Dmitriy Sorokin [aut, cre],\nAnton Antonov [ctb]",
  "MD5sum": "5973486643f09aff96bd9a2f68dedc1f",
  "_user": "dementiy",
  "_type": "src",
  "_file": "vkR_0.2.tar.gz",
  "_fileid": "9272a87d9ca667c09bb432ff373c3dfa618be5530d2a6892b661d277c30b4d0f",
  "_filesize": 286678,
  "_sha256": "9272a87d9ca667c09bb432ff373c3dfa618be5530d2a6892b661d277c30b4d0f",
  "_created": "2026-05-23T06:21:17.000Z",
  "_published": "2026-05-23T06:24:41.190Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77502823407,
      "time": 165,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174902418"
    },
    {
      "job": 77502823408,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174898883"
    },
    {
      "job": 77502823396,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174897990"
    },
    {
      "job": 77502823400,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174896345"
    },
    {
      "job": 77502622522,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174884946"
    },
    {
      "job": 77502823413,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174898925"
    },
    {
      "job": 77502823438,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174893693"
    },
    {
      "job": 77502823441,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174896022"
    },
    {
      "job": 77502823442,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174894943"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dementiy/vkr",
  "_commit": {
    "id": "7fa6189617191e4690acfe536a53df79d205209b",
    "author": "Dmitriy Sorokin <Dementiy@yandex.ru>",
    "committer": "Dmitriy Sorokin <Dementiy@yandex.ru>",
    "message": "Update DESCRIPTION and docs\n",
    "time": 1601056200
  },
  "_maintainer": {
    "name": "Dmitriy Sorokin",
    "email": "dementiy@yandex.ru",
    "login": "dementiy",
    "description": "",
    "uuid": 4396325
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "XML",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "tm",
      "role": "Suggests"
    },
    {
      "package": "plyr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "reshape2",
      "role": "Suggests"
    },
    {
      "package": "jpeg",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    },
    {
      "package": "rgexf",
      "role": "Suggests"
    },
    {
      "package": "httpuv",
      "role": "Suggests"
    },
    {
      "package": "mongolite",
      "role": "Suggests"
    }
  ],
  "_owner": "dementiy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "api",
    "vkontakte"
  ],
  "_stars": 56,
  "_contributors": [
    {
      "user": "dementiy",
      "count": 249,
      "uuid": 4396325
    },
    {
      "user": "tonytonov",
      "count": 9,
      "uuid": 4941031
    },
    {
      "user": "volokhonsky",
      "count": 1,
      "uuid": 4855901
    }
  ],
  "_userbio": {
    "uuid": 4396325,
    "type": "user",
    "name": "Dmitriy Sorokin"
  },
  "_downloads": {
    "count": 279,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vkR"
  },
  "_devurl": "https://github.com/dementiy/vkr",
  "_searchresults": 40,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/vkR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dementiy/vkr",
  "_realowner": "dementiy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2016-12-01"
    },
    {
      "version": "0.2",
      "date": "2020-09-29"
    }
  ],
  "_exports": [
    "age_predict",
    "areFriends",
    "boardGetComments",
    "boardGetCommentsExecute",
    "boardGetCommentsList",
    "clear_text",
    "collection_exists",
    "create_empty_collection",
    "databaseGetChairs",
    "databaseGetCities",
    "databaseGetCitiesById",
    "databaseGetCountries",
    "databaseGetCountriesById",
    "databaseGetFaculties",
    "databaseGetRegions",
    "databaseGetSchoolClasses",
    "databaseGetSchools",
    "databaseGetStreetsById",
    "databaseGetUniversities",
    "db_drop",
    "db_drop_collection",
    "db_get_collection",
    "db_get_connection",
    "db_getActive",
    "db_getName",
    "db_init",
    "db_insert",
    "db_load",
    "db_load_collection",
    "db_save",
    "db_update",
    "execute",
    "filterAttachments",
    "get_stop_words",
    "getAccessToken",
    "getArbitraryNetwork",
    "getCountryByCityId",
    "getEgoNetwork",
    "getFriends",
    "getFriendsBy25",
    "getFriendsFor",
    "getGroups",
    "getGroupsById",
    "getGroupsForUsers",
    "getGroupsMembers",
    "getGroupsMembersExecute",
    "getMutual",
    "getMutualExecute",
    "getPaths",
    "getStatus",
    "getTopics",
    "getTopicsExecute",
    "getURLs",
    "getUsers",
    "getUsersExecute",
    "getWall",
    "getWallExecute",
    "groupsSearch",
    "likesGetList",
    "likesGetListForObjects",
    "me",
    "messagesGet",
    "messagesGetHistory",
    "messagesGetHistoryAll",
    "messagesGetHistoryExecute",
    "messagesSend",
    "messagesSplitByDate",
    "newsfeedSearch",
    "or",
    "postGetComments",
    "profile_fields",
    "saveAsGEXF",
    "search.getHints",
    "setAccessToken",
    "setAPIVersion",
    "setRepeats",
    "setTimeout",
    "show_collections",
    "show_dbs",
    "tag2Id",
    "use_db",
    "usersGetFollowers",
    "usersGetSubscriptions",
    "usersSearch",
    "vkApply",
    "vkOAuth",
    "vkOAuthWeb",
    "vkPost",
    "wallGetById",
    "wallGetComments",
    "wallGetCommentsList",
    "wallGetReposts",
    "wallSearch"
  ],
  "_help": [
    {
      "page": "age_predict",
      "title": "Predict age for the specified user",
      "topics": [
        "age_predict"
      ]
    },
    {
      "page": "areFriends",
      "title": "Checks the friendship status between two users",
      "topics": [
        "areFriends"
      ]
    },
    {
      "page": "boardGetComments",
      "title": "Returns a list of comments on a topic on a community's discussion board",
      "topics": [
        "boardGetComments"
      ]
    },
    {
      "page": "boardGetCommentsExecute",
      "title": "Returns a list of comments on a topic on a community's discussion board",
      "topics": [
        "boardGetCommentsExecute"
      ]
    },
    {
      "page": "boardGetCommentsList",
      "title": "Returns a list of comments on a community's discussion board",
      "topics": [
        "boardGetCommentsList"
      ]
    },
    {
      "page": "clear_text",
      "title": "Clear text",
      "topics": [
        "clear_text"
      ]
    },
    {
      "page": "collection_exists",
      "title": "Check if collection exists",
      "topics": [
        "collection_exists"
      ]
    },
    {
      "page": "create_empty_collection",
      "title": "Create empty collection",
      "topics": [
        "create_empty_collection"
      ]
    },
    {
      "page": "databaseGetChairs",
      "title": "Returns list of chairs on a specified faculty",
      "topics": [
        "databaseGetChairs"
      ]
    },
    {
      "page": "databaseGetCities",
      "title": "Returns a list of cities",
      "topics": [
        "databaseGetCities"
      ]
    },
    {
      "page": "databaseGetCitiesById",
      "title": "Returns information about cities by their IDs",
      "topics": [
        "databaseGetCitiesById"
      ]
    },
    {
      "page": "databaseGetCountries",
      "title": "Returns a list of countries",
      "topics": [
        "databaseGetCountries"
      ]
    },
    {
      "page": "databaseGetCountriesById",
      "title": "Returns information about countries by their IDs",
      "topics": [
        "databaseGetCountriesById"
      ]
    },
    {
      "page": "databaseGetFaculties",
      "title": "Returns a list of faculties (i.e., university departments)",
      "topics": [
        "databaseGetFaculties"
      ]
    },
    {
      "page": "databaseGetRegions",
      "title": "Returns a list of regions",
      "topics": [
        "databaseGetRegions"
      ]
    },
    {
      "page": "databaseGetSchoolClasses",
      "title": "Returns a list of available classes",
      "topics": [
        "databaseGetSchoolClasses"
      ]
    },
    {
      "page": "databaseGetSchools",
      "title": "Returns a list of schools",
      "topics": [
        "databaseGetSchools"
      ]
    },
    {
      "page": "databaseGetStreetsById",
      "title": "Returns information about streets by their IDs",
      "topics": [
        "databaseGetStreetsById"
      ]
    },
    {
      "page": "databaseGetUniversities",
      "title": "Returns a list of higher education institutions",
      "topics": [
        "databaseGetUniversities"
      ]
    },
    {
      "page": "db_drop",
      "title": "Drop database",
      "topics": [
        "db_drop"
      ]
    },
    {
      "page": "db_drop_collection",
      "title": "Drop collection",
      "topics": [
        "db_drop_collection"
      ]
    },
    {
      "page": "db_get_collection",
      "title": "Get collection",
      "topics": [
        "db_get_collection"
      ]
    },
    {
      "page": "db_get_connection",
      "title": "Get a mongo connection object",
      "topics": [
        "db_get_connection"
      ]
    },
    {
      "page": "db_getActive",
      "title": "The current database name",
      "topics": [
        "db_getActive"
      ]
    },
    {
      "page": "db_getName",
      "title": "The current database name",
      "topics": [
        "db_getName"
      ]
    },
    {
      "page": "db_init",
      "title": "Initialize database",
      "topics": [
        "db_init"
      ]
    },
    {
      "page": "db_insert",
      "title": "Insert object into existing collection",
      "topics": [
        "db_insert"
      ]
    },
    {
      "page": "db_load",
      "title": "Load all collections from db for specified data base",
      "topics": [
        "db_load"
      ]
    },
    {
      "page": "db_load_collection",
      "title": "Load collection from db",
      "topics": [
        "db_load_collection"
      ]
    },
    {
      "page": "db_metaConnection",
      "title": "Get meta connection",
      "topics": [
        "db_metaConnection"
      ]
    },
    {
      "page": "db_save",
      "title": "Save object to db",
      "topics": [
        "db_save"
      ]
    },
    {
      "page": "db_update",
      "title": "Update existing records",
      "topics": [
        "db_update"
      ]
    },
    {
      "page": "execute",
      "title": "A universal method for calling a sequence of other methods while saving and filtering interim results",
      "topics": [
        "execute"
      ]
    },
    {
      "page": "filterAttachments",
      "title": "Filtering attachments by type",
      "topics": [
        "filterAttachments"
      ]
    },
    {
      "page": "get_stop_words",
      "title": "Get stop words list for russian language",
      "topics": [
        "get_stop_words"
      ]
    },
    {
      "page": "getAccessToken",
      "title": "Get access token",
      "topics": [
        "getAccessToken"
      ]
    },
    {
      "page": "getArbitraryNetwork",
      "title": "Building a friend graph for an arbitrary list of users",
      "topics": [
        "getArbitraryNetwork"
      ]
    },
    {
      "page": "getCountryByCityId",
      "title": "Get country ID and title by given city ID",
      "topics": [
        "getCountryByCityId"
      ]
    },
    {
      "page": "getEgoNetwork",
      "title": "Building a friend graph",
      "topics": [
        "getEgoNetwork"
      ]
    },
    {
      "page": "getFriends",
      "title": "Returns a list of user IDs or detailed information about a user's friends",
      "topics": [
        "getFriends"
      ]
    },
    {
      "page": "getFriendsBy25",
      "title": "Returns a list of friends IDs for the specified users",
      "topics": [
        "getFriendsBy25"
      ]
    },
    {
      "page": "getFriendsFor",
      "title": "Returns a list of friends IDs for the specified users",
      "topics": [
        "getFriendsFor"
      ]
    },
    {
      "page": "getGroups",
      "title": "Returns a list of the communities to which a user belongs",
      "topics": [
        "getGroups"
      ]
    },
    {
      "page": "getGroupsById",
      "title": "Returns information about communities by their IDs",
      "topics": [
        "getGroupsById"
      ]
    },
    {
      "page": "getGroupsForUsers",
      "title": "Returns a list of the communities for the specified users",
      "topics": [
        "getGroupsForUsers"
      ]
    },
    {
      "page": "getGroupsMembers",
      "title": "Returns a list of community members",
      "topics": [
        "getGroupsMembers"
      ]
    },
    {
      "page": "getGroupsMembersExecute",
      "title": "Returns a list of community members",
      "topics": [
        "getGroupsMembersExecute"
      ]
    },
    {
      "page": "getMutual",
      "title": "Returns a list of user IDs of the mutual friends of two users",
      "topics": [
        "getMutual"
      ]
    },
    {
      "page": "getMutualExecute",
      "title": "Returns a list of user IDs of the mutual friends of two users",
      "topics": [
        "getMutualExecute"
      ]
    },
    {
      "page": "getPaths",
      "title": "Returns a list of paths between two users",
      "topics": [
        "getPaths"
      ]
    },
    {
      "page": "getStatus",
      "title": "Returns data required to show the status of a users and/or communities",
      "topics": [
        "getStatus"
      ]
    },
    {
      "page": "getTopics",
      "title": "Returns a list of topics on a community's discussion board",
      "topics": [
        "getTopics"
      ]
    },
    {
      "page": "getTopicsExecute",
      "title": "Returns a list of topics on a community's discussion board",
      "topics": [
        "getTopicsExecute"
      ]
    },
    {
      "page": "getURLs",
      "title": "Extract URLs from messages",
      "topics": [
        "getURLs"
      ]
    },
    {
      "page": "getUsers",
      "title": "Returns detailed information on users",
      "topics": [
        "getUsers"
      ]
    },
    {
      "page": "getUsersExecute",
      "title": "Returns detailed information on arbitrary number of users",
      "topics": [
        "getUsersExecute"
      ]
    },
    {
      "page": "getWall",
      "title": "Returns a list of posts on a user wall or community wall",
      "topics": [
        "getWall"
      ]
    },
    {
      "page": "getWallExecute",
      "title": "Returns a list of posts on a user wall or community wall",
      "topics": [
        "getWallExecute"
      ]
    },
    {
      "page": "groupsSearch",
      "title": "Returns a list of communities matching the search criteria",
      "topics": [
        "groupsSearch"
      ]
    },
    {
      "page": "handle_captcha",
      "title": "Captcha error handler",
      "topics": [
        "handle_captcha"
      ]
    },
    {
      "page": "handle_validation",
      "title": "Validation error handler",
      "topics": [
        "handle_validation"
      ]
    },
    {
      "page": "has_error",
      "title": "Get error code from response",
      "topics": [
        "has_error"
      ]
    },
    {
      "page": "likesGetList",
      "title": "Returns a list of IDs of users who added the specified object to their Likes list",
      "topics": [
        "likesGetList"
      ]
    },
    {
      "page": "likesGetListForObjects",
      "title": "Returns a list of IDs of users who added the specified objects to their Likes list",
      "topics": [
        "likesGetListForObjects"
      ]
    },
    {
      "page": "me",
      "title": "Returns current user ID",
      "topics": [
        "me"
      ]
    },
    {
      "page": "messagesGet",
      "title": "Returns a list of the current user's incoming or outgoing private messages",
      "topics": [
        "messagesGet"
      ]
    },
    {
      "page": "messagesGetHistory",
      "title": "Returns message history for the specified user or group chat",
      "topics": [
        "messagesGetHistory"
      ]
    },
    {
      "page": "messagesGetHistoryAll",
      "title": "Returns all message history for the specified user or group chat",
      "topics": [
        "messagesGetHistoryAll"
      ]
    },
    {
      "page": "messagesGetHistoryExecute",
      "title": "Returns message history for the specified user or group chat",
      "topics": [
        "messagesGetHistoryExecute"
      ]
    },
    {
      "page": "messagesSend",
      "title": "Sends a message.",
      "topics": [
        "messagesSend"
      ]
    },
    {
      "page": "messagesSplitByDate",
      "title": "Split messages by days, weeks, months",
      "topics": [
        "messagesSplitByDate"
      ]
    },
    {
      "page": "newsfeedSearch",
      "title": "Returns search results by statuses",
      "topics": [
        "newsfeedSearch"
      ]
    },
    {
      "page": "or",
      "title": "Logical or operator",
      "topics": [
        "or"
      ]
    },
    {
      "page": "postGetComments",
      "title": "Returns a list of comments on a post on a user wall or community wall",
      "topics": [
        "postGetComments"
      ]
    },
    {
      "page": "profile_fields",
      "title": "Helper function for working with profile fields",
      "topics": [
        "profile_fields"
      ]
    },
    {
      "page": "queryBuilder",
      "title": "Returns a query string",
      "topics": [
        "queryBuilder"
      ]
    },
    {
      "page": "repeat_last_query",
      "title": "Repeat last function call",
      "topics": [
        "repeat_last_query"
      ]
    },
    {
      "page": "request_delay",
      "title": "Delaying a request if necessary",
      "topics": [
        "request_delay"
      ]
    },
    {
      "page": "saveAsGEXF",
      "title": "Converts the given igraph object to GEXF format and saves it at the given filepath location",
      "topics": [
        "saveAsGEXF"
      ]
    },
    {
      "page": "search.getHints",
      "title": "Allows the programmer to do a quick search for any substring",
      "topics": [
        "search.getHints"
      ]
    },
    {
      "page": "setAccessToken",
      "title": "Set access token",
      "topics": [
        "setAccessToken"
      ]
    },
    {
      "page": "setAPIVersion",
      "title": "Set API version",
      "topics": [
        "setAPIVersion"
      ]
    },
    {
      "page": "setRepeats",
      "title": "Set maximum number of repeats",
      "topics": [
        "setRepeats"
      ]
    },
    {
      "page": "setTimeout",
      "title": "Set timeout",
      "topics": [
        "setTimeout"
      ]
    },
    {
      "page": "show_collections",
      "title": "Show collections",
      "topics": [
        "show_collections"
      ]
    },
    {
      "page": "show_dbs",
      "title": "Show databases",
      "topics": [
        "show_dbs"
      ]
    },
    {
      "page": "tag2Id",
      "title": "Returns user id by tag",
      "topics": [
        "tag2Id"
      ]
    },
    {
      "page": "try_handle_error",
      "title": "Check response for errors",
      "topics": [
        "try_handle_error"
      ]
    },
    {
      "page": "try_handle_network_error",
      "title": "Try to handle network error",
      "topics": [
        "try_handle_network_error"
      ]
    },
    {
      "page": "use_db",
      "title": "Switch database",
      "topics": [
        "use_db"
      ]
    },
    {
      "page": "usersGetFollowers",
      "title": "Returns a list of IDs of followers of the user in question, sorted by date added, most recent first",
      "topics": [
        "usersGetFollowers"
      ]
    },
    {
      "page": "usersGetSubscriptions",
      "title": "Returns a list of IDs of users and communities followed by the user",
      "topics": [
        "usersGetSubscriptions"
      ]
    },
    {
      "page": "usersSearch",
      "title": "Returns a list of users matching the search criteria",
      "topics": [
        "usersSearch"
      ]
    },
    {
      "page": "vk_stop",
      "title": "Custom error",
      "topics": [
        "vk_stop"
      ]
    },
    {
      "page": "vkApply",
      "title": "Apply a method over a vector of objects",
      "topics": [
        "vkApply"
      ]
    },
    {
      "page": "vkOAuth",
      "title": "Client authorization",
      "topics": [
        "vkOAuth"
      ]
    },
    {
      "page": "vkOAuthWeb",
      "title": "Client authorization (for web application)",
      "topics": [
        "vkOAuthWeb"
      ]
    },
    {
      "page": "vkPost",
      "title": "Create post object",
      "topics": [
        "vkPost"
      ]
    },
    {
      "page": "vkR",
      "title": "Access to VK API via R",
      "topics": [
        "vkR"
      ]
    },
    {
      "page": "wallGetById",
      "title": "Returns a list of posts from user or community walls by their IDs",
      "topics": [
        "wallGetById"
      ]
    },
    {
      "page": "wallGetComments",
      "title": "Returns a list of comments on a post on a user wall or community wall",
      "topics": [
        "wallGetComments"
      ]
    },
    {
      "page": "wallGetCommentsList",
      "title": "Returns a list of comments on a user wall or community wall",
      "topics": [
        "wallGetCommentsList"
      ]
    },
    {
      "page": "wallGetReposts",
      "title": "Returns information about reposts of a post on user wall or community wall",
      "topics": [
        "wallGetReposts"
      ]
    },
    {
      "page": "wallSearch",
      "title": "Allows to search posts on user or community walls",
      "topics": [
        "wallSearch"
      ]
    }
  ],
  "_readme": "https://github.com/dementiy/vkr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "purrr",
    "R6",
    "rlang",
    "sys",
    "vctrs",
    "XML"
  ],
  "_score": 5.350248018334163,
  "_indexed": true,
  "_nocasepkg": "vkr",
  "_universes": [
    "dementiy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2",
      "date": "2026-05-23T06:24:11.000Z",
      "distro": "noble",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "dcb3a1b02a54bb5f63f768a9bc02a70fc6f92fd6ff4f6c1355a76eb4addb7a9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2",
      "date": "2026-05-23T06:23:35.000Z",
      "distro": "noble",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "f28a80457f3390e704b9fdfc4c7944c27b36a9809601115ebddc0d480b950a84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2",
      "date": "2026-05-23T06:23:31.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "68c3ac60ade88bf8702078462c593d0de733d41059fdcb9b84e937499dcb0bda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2",
      "date": "2026-05-23T06:23:12.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "32fdc6d4624e4ff64d1736f7f56a72bad8ec602ab0c1898c1433b6dfe44312e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2",
      "date": "2026-05-23T06:23:43.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "e2e4d9c242abfd1d02606ed03c9516602499aec1310ae11938f6b0575cee6072",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2",
      "date": "2026-05-23T06:22:45.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "a7e26bed362fc783ec8a2faffe7be314cdf9b4add9d447143ee3aa223a96e4e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2",
      "date": "2026-05-23T06:22:59.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "84d31df9bc0daeceffe67f7f7455c99a795dea2cbed228d173c65e4bff569103",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2",
      "date": "2026-05-23T06:22:51.000Z",
      "commit": "7fa6189617191e4690acfe536a53df79d205209b",
      "fileid": "21a32ce22248a37788e5cf2014ca4d465c6d67ffd113e34963294e88ec277ca7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dementiy/actions/runs/26325575314"
    }
  ]
}