-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 851 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
Package: rsar
URL: https://github.com/frycast/rsar
BugReports: https://github.com/frycast/rsar/issues
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(person("Daniel", "Fryer",
role = c("aut", "cre"),
email = "daniel-fryer@live.com.au",
comment = c(ORCID = "0000-0001-6032-0522")),
person("Mason", "Terrett",
role = "aut",
email = "Mason.Terrett@gmail.com",
comment = c(ORCID = "0000-0001-8387-3584")))
Description: What the package does (one paragraph).
Depends: R (>= 3.5.0)
Imports:
raster (>= 2.9-23),
reticulate (>= 1.13),
assertthat (>= 0.2.1)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
covr