-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.25 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
46
47
Package: threesixtygiving
Title: Download Charitable Grants from the '360Giving' Platform
Version: 0.2.2
Authors@R:
person(given = "Evan",
family = "Odell",
role = c("aut", "cre"),
email = "evanodell91@gmail.com",
comment = c(ORCID='0000-0003-1845-808X'))
Description: Access open data from <https://www.threesixtygiving.org>, a
database of charitable grant giving in the UK operated by '360Giving'.
The package provides functions to search and retrieve data on charitable
grant giving, and process that data into tidy formats. It relies on the
'360Giving' data standard, described at
<https://standard.threesixtygiving.org/>.
URL: https://docs.evanodell.com/threesixtygiving,
https://github.com/evanodell/threesixtygiving,
BugReports: https://github.com/evanodell/threesixtygiving/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
httr,
readxl,
readr,
jsonlite,
purrr,
janitor,
tidyr,
tidyselect,
anytime,
tibble,
curl
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggplot2,
scales,
stringi,
ggrepel,
fixerapi
VignetteBuilder: knitr