Skip to content

Commit

Permalink
change maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Nov 26, 2019
1 parent 417e794 commit 1ca7d70
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 87 deletions.
17 changes: 11 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
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 = "[email protected]", role = c("aut", "cre")),
person(given = "Veronique",
family = "Bachelier",
role = c("aut", "cre"),
email = "[email protected]"),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Benoit", "Thieurmel", email = "[email protected]", role = "aut"),
person("RTE", role = "cph")
)
Maintainer: Jalal-Edine ZAWAM <[email protected]>
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>).
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
Expand All @@ -19,7 +24,7 @@ Depends: R (>= 2.10),
sp,
raster,
rgeos
RoxygenNote: 6.0.1
RoxygenNote: 7.0.1
Suggests: testthat,
covr,
antaresViz
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# The 'spMaps' R package

> The `spMaps` package provides functions allow to build custom maps.
<!-- badges: start -->
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/spMaps)](https://cran.r-project.org/package=spMaps)[![Build status](https://ci.appveyor.com/api/projects/status/cfjgghysd82xb99c?svg=true)](https://ci.appveyor.com/project/rte-antares-rpackage/spmaps)
[![Build Status](https://travis-ci.org/rte-antares-rpackage/spMaps.svg?branch=master)](https://travis-ci.org/rte-antares-rpackage/spMaps)
[![codecov](https://codecov.io/gh/rte-antares-rpackage/spMaps/branch/master/graph/badge.svg)](https://codecov.io/gh/rte-antares-rpackage/spMaps)
<!-- badges: end -->

# The 'spMaps' R package

The `spMaps` package provides functions allow to build custom maps.

## Installation

Expand Down
156 changes: 78 additions & 78 deletions man/spMaps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ca7d70

Please sign in to comment.