{
  "_id": "69df432cc5259ad4cd8dd543",
  "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-04-15 07:45:56 UTC",
    "User": "root"
  },
  "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>)",
  "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
  "MD5sum": "73ad22c0aaf2a1f462fc458f4691f0d7",
  "_user": "ropensci",
  "_type": "src",
  "_file": "credentials_2.0.3.tar.gz",
  "_fileid": "2093ba9b031b1532ee718eb1a3e663a461db0e7062a8c60f99a875bc79eb51c5",
  "_filesize": 382295,
  "_sha256": "2093ba9b031b1532ee718eb1a3e663a461db0e7062a8c60f99a875bc79eb51c5",
  "_created": "2026-04-15T07:45:56.000Z",
  "_published": "2026-04-15T07:50:03.962Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 71411307872,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445480684"
    },
    {
      "job": 71411307835,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445481498"
    },
    {
      "job": 71411307839,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445473912"
    },
    {
      "job": 71411307843,
      "time": 92,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445471732"
    },
    {
      "job": 71410926673,
      "time": 134,
      "config": "pkgdown",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "6445433724"
    },
    {
      "job": 71410926662,
      "time": 179,
      "config": "source",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445445992"
    },
    {
      "job": 71411307833,
      "time": 94,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6445472779"
    },
    {
      "job": 71411307844,
      "time": 117,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6445478892"
    },
    {
      "job": 71411307831,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445480599"
    },
    {
      "job": 71411307870,
      "time": 205,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445503090"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973",
  "_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",
    "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": 401,
  "_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",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 205372,
    "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": 132,
  "_metadata": {
    "ropensci_category": "scalereprod"
  },
  "_rbuild": "4.5.3",
  "_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/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.388442054409914,
  "_indexed": false,
  "_nocasepkg": "credentials",
  "_universes": [
    "ropensci"
  ],
  "_indexurl": "https://r-lib.r-universe.dev/credentials",
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-04-15T07:48:00.000Z",
      "distro": "noble",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "454cb725fcff09a92becc2d4f6ce061bc70376b0965bc868f9ca64b68dd89ed0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.5.3",
      "os": "linux",
      "version": "2.0.3",
      "date": "2026-04-15T07:48:02.000Z",
      "distro": "noble",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "01f9adbe29834ae035051247aaa702570822cbb7ee6536fe7150817ad49ab7f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-04-15T07:47:38.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "ebb6c39690e3a2abff88837fd05e9669f05896010e6080391d5bdc9dbf36c1ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.3",
      "date": "2026-04-15T07:47:30.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "a467068896c544f7dc5ad7db3bad9f1187f5785a159a003f9c281192af7197e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "2.0.3",
      "date": "2026-04-15T07:47:44.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "013799916e7a4c512a2bbc502866da4d09b169c86a5701e470bf6370b21c6861",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-04-15T07:47:41.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "f859c2aeba0ac898f20cf7f74cef7f4513515e2cd017eb7efc8724df6b6c2a74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-04-15T07:47:55.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "a14700fb16d31b0d0eae2c38cf75f17c6ebaa4360ba878a2d59800daa2a2b6a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.3",
      "date": "2026-04-15T07:49:16.000Z",
      "commit": "a656a37c4ba8ff9d59679c77153ddc887a1054ac",
      "fileid": "517898c04ebc9c6ea3049a8ba9f4a6d0b65785e9ad133ff1f29304cb3623c6b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442566973"
    }
  ]
}