Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jalazawa committed May 23, 2018
2 parents 2e34967 + 11bd603 commit 417e794
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Authors@R: c(
)
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>).
URL: https://github.com/rte-antares-rpackage/antaresMaps
BugReports: https://github.com/rte-antares-rpackage/antaresMaps/issues
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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[![Build status](https://ci.appveyor.com/api/projects/status/cfjgghysd82xb99c?svg=true)](https://ci.appveyor.com/project/rte-antares-rpackage/antaresmaps)
[![Build Status](https://travis-ci.org/rte-antares-rpackage/antaresMaps.svg?branch=master)](https://travis-ci.org/rte-antares-rpackage/antaresMaps)
[![codecov](https://codecov.io/gh/rte-antares-rpackage/antaresMaps/branch/master/graph/badge.svg)](https://codecov.io/gh/rte-antares-rpackage/antaresMaps)
[![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)

# The 'antaresMaps' R package
# The 'spMaps' R package

The `antaresMaps` package provides functions allow to build custom maps to using `antaresViz` (`mapLayout`).
The `spMaps` package provides functions allow to build custom maps.

## Installation


To install the current version:

```r
install_github("rte-antares-rpackage/antaresMaps", ref = "master")
install_github("rte-antares-rpackage/spMaps", ref = "master")
```

To display the help of the package and see all the functions it provides, type:


```r
?antaresMaps
?spMaps
```

## License Information:
Expand All @@ -28,4 +28,4 @@ Copyright 2015-2018 RTE (France)

* RTE: http://www.rte-france.com

This Source Code is subject to the terms of the GNU General Public License, version 2 or any higher version. If a copy of the GPL-v2 was not distributed with this file, You can obtain one at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
This Source Code is subject to the terms of the GNU General Public License, version 2 or any higher version. If a copy of the GPL-v2 was not distributed with this file, You can obtain one at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
File renamed without changes.

0 comments on commit 417e794

Please sign in to comment.