-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.14 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
Package: sptools
Type: Package
Title: Additional Functions for Spatial* Objects
Version: 0.1.0
Authors@R: c(person("Marc", "Choisy",
email = "marc.choisy@ird.fr",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0002-5187-6390")),
person("Lucie", "Contamin",
email = "contamin.lucie@gmail.com",
role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0001-5797-1279")))
Description: A collection of functions to extend the packages sp and rgeos.
License: MIT + file LICENSE
URL: https://github.com/epix-project/sptools
BugReports: https://github.com/epix-project/sptools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 2.10)
Imports:
maptools,
rgeos,
sp,
countrycode,
methods,
sf,
raster
Suggests:
gadmVN,
imhen,
dictionary,
srtmVN,
worldpopVN,
testthat,
covr,
rgdal
Remotes:
epix-project/gadmVN,
epix-project/imhen,
epix-project/dictionary,
epix-project/srtmVN,
epix-project/worldpopVN