{
  "_id": "6a23c50e530b9bc726bdddeb",
  "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://r-lib.r-universe.dev",
  "Date/Publication": "2025-09-12 08:55:50 UTC",
  "RemoteUrl": "https://github.com/r-lib/credentials",
  "RemoteRef": "HEAD",
  "RemoteSha": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 06:55:43 UTC",
    "User": "root"
  },
  "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>)",
  "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
  "MD5sum": "8c3b2c2143d095f3378dc2c054176c36",
  "_user": "r-lib",
  "_type": "src",
  "_file": "credentials_2.0.3.tar.gz",
  "_fileid": "4c737a4e160d7a61b3fc9b3e5462d161f5448df52496133db9f49929e3115029",
  "_filesize": 382084,
  "_sha256": "4c737a4e160d7a61b3fc9b3e5462d161f5448df52496133db9f49929e3115029",
  "_created": "2026-06-06T06:55:43.000Z",
  "_published": "2026-06-06T06:58:22.501Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79859133773,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452186843"
    },
    {
      "job": 79859133772,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452186963"
    },
    {
      "job": 79859133779,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452181923"
    },
    {
      "job": 79859133765,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452182897"
    },
    {
      "job": 79858985391,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452172873"
    },
    {
      "job": 79859133761,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452185688"
    },
    {
      "job": 79859133766,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452186108"
    },
    {
      "job": 79859133789,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452180048"
    },
    {
      "job": 79859133774,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452181018"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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": 400,
  "_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": 22618716,
    "type": "organization",
    "name": "R infrastructure"
  },
  "_downloads": {
    "count": 198662,
    "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,
  "_rbuild": "4.6.0",
  "_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",
    "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/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/r-lib/credentials/raw/HEAD/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.485353423184002,
  "_indexed": true,
  "_nocasepkg": "credentials",
  "_universes": [
    "r-lib",
    "jeroen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:48.000Z",
      "distro": "noble",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "eef712b87d8e8fe515235695f342ae1c4ac5ea2339f83eb38a3080c9b7d955ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:47.000Z",
      "distro": "noble",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "00dd40b6314fd8853ecc0c8fb5fe923b20ef147bb751bb6cf9135bb82470a5f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:05.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "5daa59631955fe9f2a4a28fdeeaaecfe16260a764f254c4bef381d0220c68eda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:13.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "d3242b1429e0baab7c11debb15b2a3502f25cdde312431de312789431d54299e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:49.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "52861dcf605d06497a1ea8ea02272daafafeea42a2a9dc1b908c490b3b27e4bf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-06-06T06:57:31.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "88b7eaa8fe6a2a43ff8337f0728bc4d14b3233602d4c893557e602c819ca3ab1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-06-06T06:56:42.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "bd55c2a3ed246bef03656bdbb8012aaafdd7bf304738310aef01bf07e859d513",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-06-06T06:56:51.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "1ab21c45952a9dee12d48f1ea8369fcd3badffa5f58bbab8bc5daa11e18a11ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27055485504"
    }
  ]
}