{
  "_id": "6a1eea71b401979e73412025",
  "Package": "awardFindR",
  "Type": "Package",
  "Title": "awardFindR",
  "Version": "1.0.1",
  "Authors@R": "c(person(\"Michael\", \"McCall\", email = \"mimccall@syr.edu\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID=\"0000-0002-4668-4212\")),\nperson(\"Sebastian\", \"Karcher\", email = \"karcher@u.northwestern.edu\",\nrole = c(\"ctb\"), comment = c(ORCID = \"0000-0001-8249-7388\")),\nperson(\"Qualitative Data\", \"Repository\", email = \"qdr@syr.edu\",\nrole = c(\"cph\")),\nperson(\"Sloan\", \"Foundation\", email = \"technology@sloan.org\",\nrole = c(\"fnd\")))",
  "Author": "Michael C. McCall",
  "Maintainer": "Michael McCall <mimccall@syr.edu>",
  "Description": "Queries a number of scientific awards databases. Collects\nrelevant results based on keyword and date parameters, returns\nlist of projects that fit those criteria as a data frame.\nSources include: Arnold Ventures, Carnegie Corp, Federal\nRePORTER, Gates Foundation, MacArthur Foundation, Mellon\nFoundation, NEH, NIH, NSF, Open Philanthropy, Open Society\nFoundations, Rockefeller Foundation, Russell Sage Foundation,\nRobert Wood Johnson Foundation, Sloan Foundation, Social\nScience Research Council, John Templeton Foundation, and\nUSASpending.gov.",
  "URL": "https://github.com/PESData/awardFindR",
  "BugReports": "https://github.com/PESData/awardFindR/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libssl-dev libx11-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2026-04-19 20:12:30 UTC",
  "RemoteUrl": "https://github.com/ropensci/awardFindR",
  "RemoteRef": "master",
  "RemoteSha": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 10:04:27 UTC",
    "User": "root"
  },
  "MD5sum": "e385dbd2a931ad013c9ee9287bdd4575",
  "_user": "ropensci",
  "_type": "src",
  "_file": "awardFindR_1.0.1.tar.gz",
  "_fileid": "0e255ed3bfada2da9b759658a435a785c134c871b907194f828cae622cde1836",
  "_filesize": 18106785,
  "_sha256": "0e255ed3bfada2da9b759658a435a785c134c871b907194f828cae622cde1836",
  "_created": "2026-05-19T10:04:27.000Z",
  "_published": "2026-06-02T14:36:33.468Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79096422585,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7080551722"
    },
    {
      "job": 79096422652,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7080549171"
    },
    {
      "job": 79096423172,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7080538696"
    },
    {
      "job": 79096423781,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7080532818"
    },
    {
      "job": 79096421570,
      "time": 234,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080502400"
    },
    {
      "job": 79096421571,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7080495169"
    },
    {
      "job": 79096421438,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360820062"
    },
    {
      "job": 79096422393,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7080526176"
    },
    {
      "job": 79096422901,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7080525005"
    },
    {
      "job": 79096422349,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7080524317"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropensci/awardFindR",
  "_commit": {
    "id": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
    "author": "Nic <nmweber@uw.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update multiple data sources, fix R CMD check failures (#50)\n\n* Update action versions\n\n* Update NSF/NIH dates to include more results\n\n* Add warning if arnold has maxed out\n\n* Add paging for gates\n\n* Add paging for osociety\n\n* Return complete PIs/institution list for RSF\n\n* Update macarthur to redesign API\n\n* Fix return value names in RSF\n\n* Only record new episodes for macarthur/osociety VCRs\n\n* fix build failure issue\n\nThree changes made: 1) R/macarthur.R:7-10 — Example wrapped in \\dontrun{}, so it won't execute during R CMD check; 2)\nR/macarthur.R:25-27 — Added inherits(response, \"xml_document\") check so a 404 returns NULL gracefully instead of crashing in fromJSON(); 3) man/get_macarthur.Rd — Regenerated with \\dontrun{} wrapper\nman/get_macarthur.Rd — Regenerated with \\dontrun{} wrappe\n\n* Fix review issues: macarthur hex decoding, nsf rbind columns, rsf sibling traversal, osociety pagination\n\n* Fix all test failures and warnings across sources\n\n---------\n\nCo-authored-by: isaac <isaac.slaughter@gmail.com>",
    "time": 1776629550
  },
  "_maintainer": {
    "name": "Michael McCall",
    "email": "mimccall@syr.edu",
    "login": "mccallc",
    "orcid": "0000-0002-4668-4212",
    "twitter": "@mccall_cc",
    "description": "PhD candidate of Political Science at the Maxwell School",
    "uuid": 26819445
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vcr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 20,
  "_contributors": [
    {
      "user": "mccallc",
      "count": 90,
      "uuid": 26819445
    },
    {
      "user": "adam3smith",
      "count": 12,
      "uuid": 128986
    },
    {
      "user": "nniiicc",
      "count": 2,
      "uuid": 317694
    },
    {
      "user": "isaaconline",
      "count": 1,
      "uuid": 26577588
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/awardFindR"
  },
  "_devurl": "https://github.com/pesdata/awardfindr",
  "_searchresults": 4,
  "_metadata": {
    "review": {
      "id": 432,
      "status": "reviewed",
      "version": "0.1.0",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/432"
    },
    "ropensci_category": "data-access"
  },
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/awardFindR.html",
    "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",
    "manual.pdf"
  ],
  "_realowner": "ropensci",
  "_cranurl": false,
  "_exports": [
    "create_templeton_df",
    "get_arnold",
    "get_carnegie",
    "get_gates",
    "get_macarthur",
    "get_mellon",
    "get_nih",
    "get_nsf",
    "get_ophil",
    "get_osociety",
    "get_rockefeller",
    "get_rsf",
    "get_rwjf",
    "get_sloan",
    "get_ssrc",
    "get_templeton",
    "get_usaspend",
    "search_awards"
  ],
  "_help": [
    {
      "page": "create_templeton_df",
      "title": "Scrape the Templeton grants database from html to a data.frame",
      "topics": [
        "create_templeton_df"
      ]
    },
    {
      "page": "get_arnold",
      "title": "Get Arnold Foundations/Arnold Venture awards",
      "topics": [
        "get_arnold"
      ]
    },
    {
      "page": "get_carnegie",
      "title": "Search Carnegie awards",
      "topics": [
        "get_carnegie"
      ]
    },
    {
      "page": "get_gates",
      "title": "Query awards from the Bill & Melinda Gates Foundation",
      "topics": [
        "get_gates"
      ]
    },
    {
      "page": "get_macarthur",
      "title": "Search MacArthur foundation for awards",
      "topics": [
        "get_macarthur"
      ]
    },
    {
      "page": "get_mellon",
      "title": "Search the Andrew W. Mellon Foundation grant database",
      "topics": [
        "get_mellon"
      ]
    },
    {
      "page": "get_nih",
      "title": "Search NIH RePORTER",
      "topics": [
        "get_nih"
      ]
    },
    {
      "page": "get_nsf",
      "title": "Search the NSF API for awards",
      "topics": [
        "get_nsf"
      ]
    },
    {
      "page": "get_ophil",
      "title": "Grab the Open Philanthropy grants data search for keyword-date combos",
      "topics": [
        "get_ophil"
      ]
    },
    {
      "page": "get_osociety",
      "title": "Query and scrape Open Society foundation awards",
      "topics": [
        "get_osociety"
      ]
    },
    {
      "page": "get_rockefeller",
      "title": "Search Rockefeller Foundation grants",
      "topics": [
        "get_rockefeller"
      ]
    },
    {
      "page": "get_rsf",
      "title": "Get Russell Sage foundation awards",
      "topics": [
        "get_rsf"
      ]
    },
    {
      "page": "get_rwjf",
      "title": "Get Robert Wood Johnson foundation awards",
      "topics": [
        "get_rwjf"
      ]
    },
    {
      "page": "get_sloan",
      "title": "Search for a set of keywords in the Sloan grants database.",
      "topics": [
        "get_sloan"
      ]
    },
    {
      "page": "get_ssrc",
      "title": "Search SSRC fellowships and grants by keyword and date Note: API limitations prevent returning more than 1000 results.",
      "topics": [
        "get_ssrc"
      ]
    },
    {
      "page": "get_templeton",
      "title": "Search for a set of keywords in the Templeton grants database.",
      "topics": [
        "get_templeton"
      ]
    },
    {
      "page": "get_usaspend",
      "title": "Search the USAspending database",
      "topics": [
        "get_usaspend"
      ]
    },
    {
      "page": "search_awards",
      "title": "awardFindR grant search",
      "topics": [
        "search_awards"
      ]
    }
  ],
  "_readme": "https://github.com/ropensci/awardFindR/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "readr",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "awardFindR.Rmd",
      "filename": "awardFindR.html",
      "title": "awardFindR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Load awardFindR",
        "Simple keyword search, single source",
        "Multiple sources and keywords, specific date range"
      ],
      "created": "2021-01-13 17:16:42",
      "modified": "2026-04-19 20:12:30",
      "commits": 8
    }
  ],
  "_score": 4.477121254719663,
  "_indexed": true,
  "_nocasepkg": "awardfindr",
  "_universes": [
    "ropensci",
    "mccallc",
    "pesdata"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-19T10:07:13.000Z",
      "distro": "noble",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "205617422c252096706db4f321be816f25af9e3133421f3d52ec350c977caec2",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-19T10:07:04.000Z",
      "distro": "noble",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "0077773ed7adf1f52babcf2d7eca3a0c908b8d4fb08f360a99246bf3ddf05a60",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-19T10:06:37.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "bb55d95fedcea6d5c3c0f3d01f8251077a0e4ceb31ee7bcc0ebab35e03a30408",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-19T10:06:21.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "baad0ad2439eb1013a9101e9b6b62a07b5f36822816bd4cf7a83160da459f90a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-19T10:05:56.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "ba6290ec26216120d0f1cb31b943e7f39d52e3ea047977c6121f35753495d2ba",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-19T10:05:51.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "91a9facc9f68067a7caa6f6e47647dd55fdb88be680b4446fc638a68416a14aa",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-19T10:05:49.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "363d8d60257f56a8ae3584d9810da69c8a41c1b7903fd93d3bba1b8632815fb0",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-02T14:36:02.000Z",
      "commit": "c8f0d6e51d1ecef5ebea8c6735606a8ffd0623b3",
      "fileid": "09f1c6c7cae7da40ed6b5074aa5ba447194a6708022b47ca508d73db2dc68df6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26090128197"
    }
  ]
}