forked from ropensci/awardFindR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.64 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: awardFindR
Type: Package
Title: awardFindR
Version: 1.0.1
Authors@R: c(person("Michael", "McCall", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID="0000-0002-4668-4212")),
person("Sebastian", "Karcher", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0001-8249-7388")),
person("Qualitative Data", "Repository", email = "[email protected]",
role = c("cph")),
person("Sloan", "Foundation", email = "[email protected]",
role = c("fnd")))
Author: Michael C. McCall
Maintainer: Michael McCall <[email protected]>
Description: Queries a number of scientific awards databases.
Collects relevant results based on keyword and date parameters,
returns list of projects that fit those criteria as a data frame.
Sources include: Arnold Ventures, Carnegie Corp, Federal RePORTER,
Gates Foundation, MacArthur Foundation, Mellon Foundation, NEH, NIH,
NSF, Open Philanthropy, Open Society Foundations, Rockefeller Foundation,
Russell Sage Foundation, Robert Wood Johnson Foundation,
Sloan Foundation, Social Science Research Council,
John Templeton Foundation, and USASpending.gov.
URL: https://github.com/PESData/awardFindR
BugReports: https://github.com/PESData/awardFindR/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
rvest,
xml2,
readr,
readxl,
httr
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vcr,
covr
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Config/testthat/edition: 3