-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 900 Bytes
/
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
Package: texascc
Title: API for Texas Childcare data
Version: 0.1
Authors@R: c(person("Joli", "Holmes", email = "jh111@rice.edu",
role = c("aut", "cre")),
person("Sadie", "Richardson", email = "shr2@rice.edu",
role = c("aut")),
person("Rachel", "Moore", email = "rcm7@rice.edu",
role = c("aut")),
person("Hadley", "Kruse", email = "hmk2@rice.edu",
role = c("aut")))
Description: Contains a set of functions to process Texas child care licensing data and other data relevant to the child care analytic landscape.
Depends: R (>= 3.6.0)
Imports:
assertthat,
dplyr,
geosphere,
ggplot2,
httr,
readr,
readxl,
rvest,
sf,
stringr,
tidycensus,
tidyr,
tigris
License: What license is it under?
LazyData: true
RoxygenNote: 7.1.1
Encoding: UTF-8