-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
34 lines (34 loc) · 936 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
32
33
34
Package: leaidr
Title: U.S. School District Shapefiles
Version: 0.0.0.9000
Authors@R:
c(person(given = "Isabella",
family = "Velásquez",
role = c("aut", "cre"),
email = "ivelasq@gmail.com"),
person(given = "Joshua",
family = "Rosenberg",
role = "aut",
email = "jmichaelrosenberg@gmail.com"),
person(given = "Daniel",
family = "Anderson",
role = c("ctb"),
email = "daniela@uoregon.edu",
comment = c(ORCID = "https://orcid.org/0000-0003-4699-4680")))
Description: Easier mapping of U.S. school districts by downloading and prepping NCES geography files.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
rgdal,
magrittr,
devtools,
piggyback,
sp,
fs,
shiny
Depends:
R (>= 2.10)