{
  "_id": "6a5862ecff0138dec5d72975",
  "Package": "rbackupr",
  "Title": "An R package to backup folders to Google Drive with limited\npermissions",
  "Version": "0.1.0.9001",
  "Authors@R": "person(given = \"Giorgio\",\nfamily = \"Comai\",\nrole = c(\"aut\", \"cre\"),\nemail = \"g@giorgiocomai.eu\",\ncomment = c(ORCID = \"0000-0002-0515-9542\"))",
  "Description": "Backup files and folders to Google Drive without giving\naccess to all of your drive.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "URL": "https://giocomai.github.io/rbackupr/",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libicu-dev libuv1-dev\nlibssl-dev libx11-dev",
  "Repository": "https://giocomai.r-universe.dev",
  "Date/Publication": "2023-10-05 21:22:34 UTC",
  "RemoteUrl": "https://github.com/giocomai/rbackupr",
  "RemoteRef": "HEAD",
  "RemoteSha": "f10f3e219d8b3958f4d62b6357456d402d883527",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-16 04:46:44 UTC",
    "User": "root"
  },
  "Author": "Giorgio Comai [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0515-9542>)",
  "Maintainer": "Giorgio Comai <g@giorgiocomai.eu>",
  "_user": "giocomai",
  "_type": "src",
  "_file": "rbackupr_0.1.0.9001.tar.gz",
  "_fileid": "https://r2.ropensci.org/c38b815f81eb9380e3ee7359b03c5c4aa6048dec135d9ea4b7bbeda5b1e068ff",
  "_filesize": 202085,
  "_sha256": "c38b815f81eb9380e3ee7359b03c5c4aa6048dec135d9ea4b7bbeda5b1e068ff",
  "_expires": "2026-10-24T04:49:47.000Z",
  "_created": "2026-07-16T04:46:44.000Z",
  "_published": "2026-07-16T04:49:48.623Z",
  "_jobs": [
    {
      "job": 87537427729,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8365204164"
    },
    {
      "job": 87537427719,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8365202961"
    },
    {
      "job": 87537427723,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8365193702"
    },
    {
      "job": 87537427722,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8365195332"
    },
    {
      "job": 87536926552,
      "time": 250,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8365171064"
    },
    {
      "job": 87537427717,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8365204785"
    },
    {
      "job": 87537427742,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8365192805"
    },
    {
      "job": 87537427727,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8365189076"
    },
    {
      "job": 87537427737,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8365192004"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634",
  "_status": "success",
  "_upstream": "https://github.com/giocomai/rbackupr",
  "_commit": {
    "id": "f10f3e219d8b3958f4d62b6357456d402d883527",
    "author": "Giorgio Comai <g@giorgiocomai.eu>",
    "committer": "Giorgio Comai <g@giorgiocomai.eu>",
    "message": "consistent styling\n",
    "time": 1696540954
  },
  "_maintainer": {
    "name": "Giorgio Comai",
    "email": "g@giorgiocomai.eu",
    "login": "giocomai",
    "mastodon": "@giocomai@mastodon.social",
    "twitter": "@giocomai",
    "description": "Researcher @BalcaniCaucaso, crunching data @EDJNet, previously at Dublin City University.",
    "uuid": 11276752,
    "orcid": "0000-0002-0515-9542"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "googledrive",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "gargle",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "giocomai",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "giocomai",
      "count": 45,
      "uuid": 11276752
    }
  ],
  "_userbio": {
    "uuid": 11276752,
    "type": "user",
    "name": "Giorgio Comai",
    "followers": 85,
    "description": "Researcher @BalcaniCaucaso, crunching data @EDJNet, previously at Dublin City University."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rbackupr"
  },
  "_devurl": "https://github.com/giocomai/rbackupr",
  "_pkgdown": "https://giocomai.github.io/rbackupr/",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/rbackupr.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "%>%",
    "rb_add_file_to_cache",
    "rb_add_folder_to_cache",
    "rb_backup",
    "rb_check_cache",
    "rb_check_cache_folder",
    "rb_create_cache_folder",
    "rb_disable_cache",
    "rb_drive_auth",
    "rb_drive_create_folders",
    "rb_drive_create_project",
    "rb_drive_find_base_folder",
    "rb_drive_find_project",
    "rb_enable_cache",
    "rb_get_cache_file",
    "rb_get_cache_folder",
    "rb_get_cache_table_name",
    "rb_get_files",
    "rb_get_folder_name",
    "rb_get_folders",
    "rb_get_parent_folder",
    "rb_get_project",
    "rb_get_project_name",
    "rb_get_relative_path",
    "rb_set_cache_folder",
    "rb_set_project"
  ],
  "_datasets": [
    {
      "name": "rbackupr_client",
      "title": "",
      "object": "rbackupr_client",
      "class": [
        "gargle_oauth_client",
        "oauth_app"
      ],
      "fields": [],
      "table": true,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "rb_add_file_to_cache",
      "title": "Add file to cache",
      "topics": [
        "rb_add_file_to_cache"
      ]
    },
    {
      "page": "rb_add_folder_to_cache",
      "title": "Add folder to cache",
      "topics": [
        "rb_add_folder_to_cache"
      ]
    },
    {
      "page": "rb_backup",
      "title": "Backup files",
      "topics": [
        "rb_backup"
      ]
    },
    {
      "page": "rb_check_cache",
      "title": "Check caching status in the current session, and override it upon request",
      "topics": [
        "rb_check_cache"
      ]
    },
    {
      "page": "rb_check_cache_folder",
      "title": "Checks if cache folder exists, if not returns an informative message",
      "topics": [
        "rb_check_cache_folder"
      ]
    },
    {
      "page": "rb_create_cache_folder",
      "title": "Creates the base cache folder where `rbackupr` caches data.",
      "topics": [
        "rb_create_cache_folder"
      ]
    },
    {
      "page": "rb_disable_cache",
      "title": "Disable caching for the current session",
      "topics": [
        "rb_disable_cache"
      ]
    },
    {
      "page": "rb_drive_auth",
      "title": "Set up app and scope for the current session",
      "topics": [
        "rb_drive_auth"
      ]
    },
    {
      "page": "rb_drive_create_folders",
      "title": "Create missing folders and get data frame with identifiers of all given folders",
      "topics": [
        "rb_drive_create_folders"
      ]
    },
    {
      "page": "rb_drive_find_base_folder",
      "title": "Create or get base folder",
      "topics": [
        "rb_drive_find_base_folder"
      ]
    },
    {
      "page": "rb_drive_find_project",
      "title": "Create rbackupr project",
      "topics": [
        "rb_drive_create_project",
        "rb_drive_find_project",
        "rb_get_project"
      ]
    },
    {
      "page": "rb_enable_cache",
      "title": "Enable caching for the current session",
      "topics": [
        "rb_enable_cache"
      ]
    },
    {
      "page": "rb_get_cache_file",
      "title": "Gets location of cache file",
      "topics": [
        "rb_get_cache_file"
      ]
    },
    {
      "page": "rb_get_cache_table_name",
      "title": "Gets name of table inside the database",
      "topics": [
        "rb_get_cache_table_name"
      ]
    },
    {
      "page": "rb_get_files",
      "title": "Check if new files appeared inside an online folder",
      "topics": [
        "rb_get_files"
      ]
    },
    {
      "page": "rb_get_folder_name",
      "title": "Gets folder name based on id",
      "topics": [
        "rb_get_folder_name"
      ]
    },
    {
      "page": "rb_get_folders",
      "title": "Gets cached folder with given parent, or update them from Google Drive upon request",
      "topics": [
        "rb_get_folders"
      ]
    },
    {
      "page": "rb_get_parent_folder",
      "title": "Gets parent id of a given folder",
      "topics": [
        "rb_get_parent_folder"
      ]
    },
    {
      "page": "rb_get_relative_path",
      "title": "Get relative path in local folder from identifier",
      "topics": [
        "rb_get_relative_path"
      ]
    },
    {
      "page": "rb_set_cache_folder",
      "title": "Set folder for caching data",
      "topics": [
        "rb_get_cache_folder",
        "rb_set_cache_folder"
      ]
    },
    {
      "page": "rb_set_project",
      "title": "Set (or get) name of project for the current session.",
      "topics": [
        "rb_get_project_name",
        "rb_set_project"
      ]
    }
  ],
  "_readme": "https://github.com/giocomai/rbackupr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "DBI",
    "desc",
    "dplyr",
    "fastmap",
    "fs",
    "gargle",
    "generics",
    "gert",
    "gitcreds",
    "glue",
    "googledrive",
    "hms",
    "httr",
    "httr2",
    "ini",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "readr",
    "rlang",
    "rprojroot",
    "RSQLite",
    "rstudioapi",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tzdb",
    "usethis",
    "utf8",
    "uuid",
    "vctrs",
    "vroom",
    "whisker",
    "withr",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "getting_started.Rmd",
      "filename": "getting_started.html",
      "title": "Getting_started",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-07-05 19:15:58",
      "modified": "2023-10-05 21:22:34",
      "commits": 4
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rbackupr",
  "_universes": [
    "giocomai"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:49:09.000Z",
      "distro": "resolute",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/2f31b9a064d959e62f36c0a8e37a998d78cb9e0b285cb232f0872c947b3305f4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:49:04.000Z",
      "distro": "resolute",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/dd8064d2739390e58bfff7e34f6683ec55c6c9b8819abacde0edf0851962c35e",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:48:29.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/a916b1ca19ee62729f0cc959578bde54578187a6c439da55460402da99c95840",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:48:31.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/b9ab1bf35389067e62b4ca9f48a2a6ead119537e4d4fd031f3d896a559f9656d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:49:24.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/5b11d7508cf597e03c0e9510ca15a486afaa77fd0bb96557cfa1e628415bd973",
      "status": "success",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:48:15.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/ec578501b991dc5cfa595870001c7d43feec16a4b26cf9073326949db8fcffe4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:47:59.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/cb14c25ef3312dc16f6ebc23f8ac5e2c5274724b75b55da40384746841af2552",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0.9001",
      "date": "2026-07-16T04:48:13.000Z",
      "commit": "f10f3e219d8b3958f4d62b6357456d402d883527",
      "fileid": "https://r2.ropensci.org/18a048e31d5e6dbded00d8b118e9c6d46b2638a2e5227151cabdb86718cd6f5b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/giocomai/actions/runs/29472012634"
    }
  ]
}