{
  "_id": "6a44d6616ff6f2357551c681",
  "Package": "credentials",
  "Type": "Package",
  "Title": "Tools for Managing SSH and Git Credentials",
  "Version": "2.0.3",
  "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \nemail = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))",
  "Description": "Setup and retrieve HTTPS and SSH credentials for use with\n'git' and other services. For HTTPS remotes the package\ninterfaces the 'git-credential' utility which 'git' uses to\nstore HTTP usernames and passwords. For SSH remotes we provide\nconvenient functions to find or generate appropriate SSH keys.\nThe package both helps the user to setup a local git\ninstallation, and also provides a back-end for git/ssh client\nlibraries to authenticate with existing user credentials.",
  "License": "MIT + file LICENSE",
  "SystemRequirements": "git (optional)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "URL": "https://docs.ropensci.org/credentials/\nhttps://r-lib.r-universe.dev/credentials",
  "BugReports": "https://github.com/r-lib/credentials/issues",
  "Config/pak/sysreqs": "git libssl-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2025-09-12 08:55:50 UTC",
  "RemoteUrl": "https://github.com/r-lib/credentials",
  "RemoteRef": "main",
  "RemoteSha": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 08:28:43 UTC",
    "User": "root"
  },
  "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>)",
  "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
  "_user": "ropensci",
  "_type": "src",
  "_file": "credentials_2.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/1c4bbeb7d7a887321323877c193b1ab560d1b40bd2e005283f27bfb6af8958b8",
  "_filesize": 382985,
  "_sha256": "1c4bbeb7d7a887321323877c193b1ab560d1b40bd2e005283f27bfb6af8958b8",
  "_expires": "2026-10-09T08:57:04.000Z",
  "_created": "2026-07-01T08:28:43.000Z",
  "_published": "2026-07-01T08:57:05.065Z",
  "_jobs": [
    {
      "job": 84488622241,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004395448"
    },
    {
      "job": 84488622220,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004384617"
    },
    {
      "job": 84488622201,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004943680"
    },
    {
      "job": 84488622236,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004941506"
    },
    {
      "job": 84487743076,
      "time": 132,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004276392"
    },
    {
      "job": 84487743064,
      "time": 198,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004301919"
    },
    {
      "job": 84488622226,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004379180"
    },
    {
      "job": 84488622267,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004361816"
    },
    {
      "job": 84488622251,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004364926"
    },
    {
      "job": 84488622258,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004368447"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933",
  "_status": "success",
  "_upstream": "https://github.com/r-lib/credentials",
  "_commit": {
    "id": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
    "author": "Jeroen Ooms <jeroenooms@gmail.com>",
    "committer": "Jeroen Ooms <jeroenooms@gmail.com>",
    "message": "Bump version\n",
    "time": 1757667350
  },
  "_maintainer": {
    "name": "Jeroen Ooms",
    "email": "jeroenooms@gmail.com",
    "login": "jeroen",
    "mastodon": "@jeroenooms@fosstodon.org",
    "bluesky": "@jeroenooms.bsky.social",
    "description": "Staff research engineer at @ropensci, tidyverse team member, and project lead for R-universe",
    "uuid": 216319,
    "orcid": "0000-0002-4035-0289"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "openssl",
      "version": ">= 1.3",
      "role": "Imports"
    },
    {
      "package": "sys",
      "version": ">= 2.1",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "askpass",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 404,
  "_updates": [
    {
      "week": "2025-37",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "git",
    "password",
    "ssh"
  ],
  "_stars": 75,
  "_contributors": [
    {
      "user": "jeroen",
      "count": 161,
      "uuid": 216319
    },
    {
      "user": "jennybc",
      "count": 6,
      "uuid": 599454
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "followers": 1106,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 215570,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/credentials"
  },
  "_devurl": "https://github.com/r-lib/credentials",
  "_pkgdown": "https://docs.ropensci.org/credentials/",
  "_searchresults": 171,
  "_metadata": {
    "ropensci_category": "scalereprod"
  },
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/credentials.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/credentials",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2019-03-08"
    },
    {
      "version": "1.1",
      "date": "2019-03-12"
    },
    {
      "version": "1.2.0",
      "date": "2020-06-25"
    },
    {
      "version": "1.2.1",
      "date": "2020-07-02"
    },
    {
      "version": "1.3.0",
      "date": "2020-07-21"
    },
    {
      "version": "1.3.1",
      "date": "2021-07-25"
    },
    {
      "version": "1.3.2",
      "date": "2021-11-29"
    },
    {
      "version": "2.0.1",
      "date": "2023-09-06"
    },
    {
      "version": "2.0.2",
      "date": "2024-10-04"
    },
    {
      "version": "2.0.3",
      "date": "2025-09-12"
    }
  ],
  "_exports": [
    "credential_approve",
    "credential_fill",
    "credential_helper_get",
    "credential_helper_list",
    "credential_helper_set",
    "credential_reject",
    "git_credential_ask",
    "git_credential_forget",
    "git_credential_update",
    "set_github_pat",
    "ssh_agent_add",
    "ssh_home",
    "ssh_key_info",
    "ssh_keygen",
    "ssh_read_key",
    "ssh_setup_github",
    "ssh_update_passphrase"
  ],
  "_help": [
    {
      "page": "credential_api",
      "title": "Retrieve and store git HTTPS credentials",
      "topics": [
        "credential_api",
        "credential_approve",
        "credential_fill",
        "credential_reject"
      ]
    },
    {
      "page": "credential_helper",
      "title": "Credential Helpers",
      "topics": [
        "credential_helper",
        "credential_helper_get",
        "credential_helper_list",
        "credential_helper_set"
      ]
    },
    {
      "page": "http_credentials",
      "title": "Load and store git HTTPS credentials",
      "concept": [
        "credentials"
      ],
      "topics": [
        "credentials",
        "git_credential_ask",
        "git_credential_forget",
        "git_credential_update",
        "http_credentials"
      ]
    },
    {
      "page": "set_github_pat",
      "title": "Set your Github Personal Access Token",
      "topics": [
        "set_github_pat"
      ]
    },
    {
      "page": "ssh_credentials",
      "title": "Managing Your SSH Key",
      "concept": [
        "credentials"
      ],
      "topics": [
        "ssh_agent_add",
        "ssh_credentials",
        "ssh_home",
        "ssh_keygen",
        "ssh_key_info",
        "ssh_read_key",
        "ssh_setup_github",
        "ssh_update_passphrase"
      ]
    }
  ],
  "_pkglogo": "https://github.com/r-lib/credentials/raw/main/man/figures/logo.png",
  "_readme": "https://github.com/r-lib/credentials/raw/main/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "jsonlite",
    "openssl",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Managing SSH and Git Credentials in R",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Two types of remotes",
        "Special note for Windows",
        "Part 1: Storing HTTPS credentials",
        "Accessing the HTTPS Credential Store from R",
        "Setting your GITHUB_PAT",
        "Non-interactive use",
        "Part 2: Managing SSH Keys",
        "Generating a key"
      ],
      "created": "2018-11-07 20:59:38",
      "modified": "2023-09-06 11:25:15",
      "commits": 27
    }
  ],
  "_score": 12.525148315337542,
  "_indexed": false,
  "_nocasepkg": "credentials",
  "_universes": [
    "ropensci"
  ],
  "_indexurl": "https://r-lib.r-universe.dev/credentials",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-07-01T08:32:37.000Z",
      "distro": "resolute",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/5417aa0ca17c5184a1ccca0b45435c39ad2928da8e0d29dc7fc9ae328b09bc8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-07-01T08:32:09.000Z",
      "distro": "resolute",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/a1e5763756389995e7efac23a97a3b2543531e30e26bfb3980f24d1ce277ff0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-07-01T08:56:17.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/b68c8b4ae9fa0155dc9d794f0be9f96dea5d1de43b8405212f1390dac14d736a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-07-01T08:56:15.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/66a0c0f848eaf71c05929afca4c237a68cd4965d5639ac25093a360c6caf170b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.3",
      "date": "2026-07-01T08:32:07.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/cdef63d0205b5e37aa1ca4593bb7155eba9ae4d2be1d7b5fbcdc2aa010b215fd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-07-01T08:31:00.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/e85f52731c5a7a0981874a40e186e4fcbfa9b870e65a96bfc1f8613b0271e92d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-07-01T08:31:00.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/a3696908f3c5bc9c2ea3e5cde77bb54ef97198582472deffb5f9e544c95f844b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-07-01T08:31:22.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "https://r2.ropensci.org/84bd00daf5f43ccc81845119a9c91abce498c9bd5e5634de2d0b496592b5ee87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503824933"
    }
  ]
}