-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.03 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
Package: spMaps
Type: Package
Title: Europe SpatialPolygonsDataFrame Builder
Version: 0.5.0
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Benoit", "Thieurmel", email = "benoit.thieurmel@datastorm.fr", role = "aut"),
person("RTE", role = "cph")
)
Description: Build custom Europe SpatialPolygonsDataFrame, if you don't know what is
a SpatialPolygonsDataFrame see SpatialPolygons() in 'sp', by example for mapLayout() in 'antaresViz'.
Antares is a powerful software developed by RTE to simulate and study electric power systems
(more information about 'Antares' here: <https://antares-simulator.org/>).
URL: https://github.com/rte-antares-rpackage/spMaps
BugReports: https://github.com/rte-antares-rpackage/spMaps/issues
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
Depends:
R (>= 2.10),
sf,
methods,
sp (>= 2.0-0)
RoxygenNote: 7.2.2
Suggests: testthat,
covr,
antaresViz