Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VeroniqueRTE authored and cran-robot committed Nov 27, 2019
1 parent 81742aa commit 948465f
Show file tree
Hide file tree
Showing 11 changed files with 576 additions and 565 deletions.
29 changes: 18 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
Package: spMaps
Type: Package
Title: Europe SpatialPolygonsDataFrame Builder
Version: 0.3
Date: 2018-05-03
Version: 0.4.0
Authors@R: c(
person("Jalal-Edine", "ZAWAM", email = "jalal-edine.zawam@rte-france.com", role = c("aut", "cre")),
person(given = "Veronique",
family = "Bachelier",
role = c("aut", "cre"),
email = "veronique.bachelier@rte-france.com"),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Benoit", "Thieurmel", email = "benoit.thieurmel@datastorm.fr", role = "aut"),
person("RTE", role = "cph")
)
Maintainer: Jalal-Edine ZAWAM <jalal-edine.zawam@rte-france.com>
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.rte-france.com>).
URL: https://github.com/rte-antares-rpackage/antaresMaps
BugReports: https://github.com/rte-antares-rpackage/antaresMaps/issues
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
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 2.10), sp, raster, rgeos
RoxygenNote: 6.0.1
RoxygenNote: 7.0.1
Suggests: testthat, covr, antaresViz
NeedsCompilation: no
Packaged: 2018-05-15 07:04:00 UTC; jalazawa
Author: Jalal-Edine ZAWAM [aut, cre],
Packaged: 2019-11-27 08:56:39 UTC; perri
Author: Veronique Bachelier [aut, cre],
Jalal-Edine ZAWAM [aut],
Benoit Thieurmel [aut],
RTE [cph]
Maintainer: Veronique Bachelier <veronique.bachelier@rte-france.com>
Repository: CRAN
Date/Publication: 2018-05-22 12:22:28 UTC
Date/Publication: 2019-11-27 12:10:02 UTC
20 changes: 10 additions & 10 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
f606d527dc3f3bf28a3e9091e8a1d1ab *DESCRIPTION
87565c93ad626fc4ed1e6217cc6b2a56 *DESCRIPTION
ed36de57b24b2922c78b0e50e20809a9 *LICENSE
b52a8dcd0198e92d83f89487be79884e *NAMESPACE
639cd6b6fe69cd3bdfd9f94319d041e3 *NEWS
fb8699b15c39224a3a417dd42b581495 *NAMESPACE
791534c7cfee1f1c7937e5b1eeb4c009 *NEWS
e6e757292330ed4011e25f71dd9a7caa *R/sysdata.rda
21748b21ceff9bf19fd299f92fbda999 *R/utils.R
7cba9c700317bbb753466d81ee2744f1 *README.md
3598b1e76f3b4aa3e32edc498f515317 *inst/dataset/build_save_data.R
a2055b9e1ff56c431598ae738abb40dc *man/spMaps.Rd
a0930d037706bc88c15d2df7a521761d *tests/testthat.R
a26e0b57e38e2a32c2e202e3be70253c *tests/testthat/test-dataset.R
3fbe9a50e3e2dc5693186da2a8b3d68e *tests/testthat/test-getAntaresMap.R
ffcd294fe7fa307db7d523a29ea589df *R/utils.R
87e12aa53bb68acb80a3a00542856537 *README.md
5802a993677bf67f4dd6927ef9bceb9b *inst/dataset/build_save_data.R
6ee6bb40f59a504ca063c9f8df72299d *man/spMaps.Rd
61a7bf7ee1146b74dc60e6a0972f528a *tests/testthat.R
316048a581b6893fccebb4dca73ee7a5 *tests/testthat/test-dataset.R
d912187de5bf9b724225d498d97003d6 *tests/testthat/test-getAntaresMap.R
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2: do not edit by hand

export(getEuropeCountries)
export(getEuropeReferenceTable)
Expand Down
22 changes: 11 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Copyright � 2016 RTE R�seau de transport d �lectricit�

Changes in version 0.3 (2018-05-03)

BUGFIXES:
* CRAN : Some checks were failing.

Changes in version 0.2 (2017-12-15)

NEW FEATURES:
* add Turkey and Chypre
Copyright � 2016 RTE R�seau de transport d �lectricit�
Changes in version 0.3 (2018-05-03)
BUGFIXES:
* CRAN : Some checks were failing.
Changes in version 0.2 (2017-12-15)
NEW FEATURES:
* add Turkey and Chypre
* keep country code

0 comments on commit 948465f

Please sign in to comment.