{
  "_id": "6a19734aacfb0bcc41def73f",
  "Package": "rscorecard",
  "Title": "A Method to Download Department of Education College Scorecard\nData",
  "Version": "0.33.0",
  "Authors@R": "person(\"Benjamin\", \"Skinner\",\nemail = \"ben@btskinner.io\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-0337-7415\"))",
  "Maintainer": "Benjamin Skinner <ben@btskinner.io>",
  "URL": "https://www.btskinner.io/rscorecard/",
  "BugReports": "https://github.com/btskinner/rscorecard/issues",
  "Description": "A method to download Department of Education College\nScorecard data using the public API\n<https://collegescorecard.ed.gov/data/data-documentation/>. It\nis based on the 'dplyr' model of piped commands to select and\nfilter data in a single chained function call.  An API key from\nthe U.S. Department of Education is required.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://btskinner.r-universe.dev",
  "Date/Publication": "2026-03-30 13:37:59 UTC",
  "RemoteUrl": "https://github.com/btskinner/rscorecard",
  "RemoteRef": "HEAD",
  "RemoteSha": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 09:23:34 UTC",
    "User": "root"
  },
  "Author": "Benjamin Skinner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0337-7415>)",
  "MD5sum": "900cf284b7676797bc94fac6a56f80d6",
  "_user": "btskinner",
  "_type": "src",
  "_file": "rscorecard_0.33.0.tar.gz",
  "_fileid": "5cf665d0a6bc30b2d014982266c70eddcb0cdd0fcf712a87334c6391bc0951e8",
  "_filesize": 277282,
  "_sha256": "5cf665d0a6bc30b2d014982266c70eddcb0cdd0fcf712a87334c6391bc0951e8",
  "_created": "2026-05-29T09:23:34.000Z",
  "_published": "2026-05-29T11:06:50.986Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78473795051,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7287459419"
    },
    {
      "job": 78473795036,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287463944"
    },
    {
      "job": 78473794991,
      "time": 206,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7289192707"
    },
    {
      "job": 78473794990,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289207067"
    },
    {
      "job": 78473332926,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287423508"
    },
    {
      "job": 78473795042,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287458741"
    },
    {
      "job": 78473794950,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7287452339"
    },
    {
      "job": 78473795007,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7287449887"
    },
    {
      "job": 78473794986,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287447725"
    }
  ],
  "_buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/btskinner/rscorecard",
  "_commit": {
    "id": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
    "author": "Benjamin Skinner <ben@btskinner.io>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1774877879
  },
  "_maintainer": {
    "name": "Benjamin Skinner",
    "email": "ben@btskinner.io",
    "login": "btskinner",
    "bluesky": "@btskinner.io",
    "linkedin": "in/benjamintskinner",
    "orcid": "0000-0002-0337-7415",
    "description": "Data Scientist",
    "uuid": 4744029
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "lazyeval",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "btskinner",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-14",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.33.0",
      "date": "2026-03-30"
    }
  ],
  "_topics": [
    "api-wrapper",
    "education-college-scorecard",
    "higher-education-data",
    "scorecard-data"
  ],
  "_stars": 29,
  "_contributors": [
    {
      "user": "btskinner",
      "count": 3,
      "uuid": 4744029
    },
    {
      "user": "jjchern",
      "count": 1,
      "uuid": 11262574
    }
  ],
  "_userbio": {
    "uuid": 4744029,
    "type": "user",
    "name": "Benjamin Skinner",
    "description": "Data Scientist"
  },
  "_downloads": {
    "count": 295,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rscorecard"
  },
  "_devurl": "https://github.com/btskinner/rscorecard",
  "_pkgdown": "https://www.btskinner.io/rscorecard/",
  "_searchresults": 45,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rscorecard.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/btskinner/rscorecard",
  "_realowner": "btskinner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.4",
      "date": "2016-03-26"
    },
    {
      "version": "0.2.5",
      "date": "2016-05-18"
    },
    {
      "version": "0.2.8",
      "date": "2016-10-07"
    },
    {
      "version": "0.3.1",
      "date": "2017-01-14"
    },
    {
      "version": "0.3.5",
      "date": "2017-01-27"
    },
    {
      "version": "0.4.0",
      "date": "2017-09-28"
    },
    {
      "version": "0.5.0",
      "date": "2017-10-20"
    },
    {
      "version": "0.6.0",
      "date": "2017-12-12"
    },
    {
      "version": "0.7.0",
      "date": "2018-03-08"
    },
    {
      "version": "0.7.1",
      "date": "2018-03-29"
    },
    {
      "version": "0.8.0",
      "date": "2018-08-26"
    },
    {
      "version": "0.9.0",
      "date": "2018-09-10"
    },
    {
      "version": "0.10.0",
      "date": "2018-10-01"
    },
    {
      "version": "0.11.0",
      "date": "2018-10-30"
    },
    {
      "version": "0.11.1",
      "date": "2018-11-05"
    },
    {
      "version": "0.12.0",
      "date": "2019-05-22"
    },
    {
      "version": "0.13.0",
      "date": "2019-10-01"
    },
    {
      "version": "0.14.0",
      "date": "2020-01-08"
    },
    {
      "version": "0.15.0",
      "date": "2020-04-09"
    },
    {
      "version": "0.16.0",
      "date": "2020-06-03"
    },
    {
      "version": "0.17.0",
      "date": "2020-12-05"
    },
    {
      "version": "0.18.0",
      "date": "2021-01-13"
    },
    {
      "version": "0.19.1",
      "date": "2021-07-20"
    },
    {
      "version": "0.20.0",
      "date": "2021-07-28"
    },
    {
      "version": "0.21.0",
      "date": "2022-02-08"
    },
    {
      "version": "0.22.0",
      "date": "2022-03-23"
    },
    {
      "version": "0.23.0",
      "date": "2022-07-05"
    },
    {
      "version": "0.24.0",
      "date": "2022-10-20"
    },
    {
      "version": "0.26.0",
      "date": "2023-04-28"
    },
    {
      "version": "0.28.1",
      "date": "2024-05-28"
    },
    {
      "version": "0.29.0",
      "date": "2024-08-30"
    },
    {
      "version": "0.30.0",
      "date": "2024-10-23"
    },
    {
      "version": "0.31.0",
      "date": "2025-04-09"
    },
    {
      "version": "0.32.0",
      "date": "2025-05-12"
    },
    {
      "version": "0.33.0",
      "date": "2026-03-31"
    }
  ],
  "_exports": [
    "sc_dict",
    "sc_filter",
    "sc_filter_",
    "sc_get",
    "sc_init",
    "sc_key",
    "sc_select",
    "sc_select_",
    "sc_year",
    "sc_zip"
  ],
  "_help": [
    {
      "page": "sc_dict",
      "title": "Search data dictionary.",
      "topics": [
        "sc_dict"
      ]
    },
    {
      "page": "sc_filter",
      "title": "Filter scorecard data by variable values.",
      "topics": [
        "sc_filter",
        "sc_filter_"
      ]
    },
    {
      "page": "sc_get",
      "title": "Get scorecard data.",
      "topics": [
        "sc_get"
      ]
    },
    {
      "page": "sc_init",
      "title": "Initialize chained request.",
      "topics": [
        "sc_init"
      ]
    },
    {
      "page": "sc_key",
      "title": "Store Data.gov API key in system environment.",
      "topics": [
        "sc_key"
      ]
    },
    {
      "page": "sc_select",
      "title": "Select scorecard data variables.",
      "topics": [
        "sc_select",
        "sc_select_"
      ]
    },
    {
      "page": "sc_year",
      "title": "Select scorecard data year.",
      "topics": [
        "sc_year"
      ]
    },
    {
      "page": "sc_zip",
      "title": "Subset results to those within specified area around zip code.",
      "topics": [
        "sc_zip"
      ]
    }
  ],
  "_pkglogo": "https://github.com/btskinner/rscorecard/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/btskinner/rscorecard/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.814580516010318,
  "_indexed": true,
  "_nocasepkg": "rscorecard",
  "_universes": [
    "btskinner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.33.0",
      "date": "2026-05-29T09:25:28.000Z",
      "distro": "noble",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "776d0ab2c2791c3fcf9954fbb94fb89770cb2e004bf5b87e9bb2c11697f1ebc5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.33.0",
      "date": "2026-05-29T09:25:43.000Z",
      "distro": "noble",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "2cd3f931c287fe3007f127cd14571f33bc982caa99f9e1834b1cbb594a8f22ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.33.0",
      "date": "2026-05-29T11:05:02.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "acd31cf928e8b46d40ac453d8084dd4c80119887c6d52e5bacad99be45c96a72",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.33.0",
      "date": "2026-05-29T11:05:59.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "f32c7938340107018e6197ad8b4eb568000d6d68507c220426bd47ca82586a6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.33.0",
      "date": "2026-05-29T09:25:39.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "c029ead6300f9e60f9e8ae97c9ec696a0fbd5444eeb843819917203ab0c717a5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.33.0",
      "date": "2026-05-29T09:25:00.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "0efab57d3bb3f8cf7a532f1f58d008534dd20b15f6ed87ef011e2a54134f7cd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.33.0",
      "date": "2026-05-29T09:24:52.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "a53e468ab5e758d7fcbd3e58237e52cb82e0477eb5e7093640acda07fde6cd87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.33.0",
      "date": "2026-05-29T09:24:47.000Z",
      "commit": "0514edfe790bc7b7fb3fcefc4dc542362f151252",
      "fileid": "d5d6ce398fac9e3fd17b8e3298e747fce2ea62ee1ea5051a6e0d6c3e83920755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/btskinner/actions/runs/26629139908"
    }
  ]
}