-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
executable file
·36 lines (36 loc) · 984 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
35
36
Package: geospaar
Type: Package
Title: Course materials for Clark University's GEOG 246/346
Version: 1.0.0
Maintainer: Lyndon Estes <LEstes@clarku.edu>
Authors@R: c(
person("Lyndon D.", "Estes", role = c("cre", "aut"),
email = "lestes@clarku.edu",
comment = c(ORCID = "0000-0002-9358-816X")),
person("Lei", "Song", role = "ctb",
comment = c(ORCID = "0000-0002-4371-1473")),
person("Michael", "Cecil", role = "ctb",
comment = c(ORCID = "0000-0003-2011-8607")))
Description: This package contains the course materials for Geospatial
Analysis with R.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
terra,
sf,
tidyverse,
R (>= 3.3.6)
Imports:
cowplot,
lwgeom
Suggests:
kableExtra,
knitr,
prettydoc,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/agroimpacts/geospaar
BugReports: https://github.com/agroimpacts/geospaar/issues/
LazyLoad: yes
RoxygenNote: 7.3.1