Skip to content

Commit dbda03c

Browse files
committed
Add citation
1 parent c68b47f commit dbda03c

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
Package: EMODnetBiologyMaps
22
Title: Creates ggplot maps with the style of EMODnet
3-
Version: 0.0.0.9000
3+
Version: 0.0.1.0
44
Authors@R:
5-
person(given = "Salvador",
6-
family = "Fernández Bejarano",
7-
role = c("aut", "cre"),
8-
email = "salvador.fernandez@vliz.be",
9-
comment = c(ORCID = "0000-0003-0535-7677"))
5+
c(person(given = "Salvador", family = "Fernández Bejarano", role = c("aut", "cre"), email = "salvador.fernandez@vliz.be", comment = c(ORCID = "0000-0003-0535-7677")),
6+
person(given = "Lennert", family = "Schepers", email = "lennert.schepers@vliz.be", role = "ctb"))
107
Description: This package creates ggplot maps using the colors and style recommendations of EMODnet.
118
License: MIT + file LICENSE
129
Encoding: UTF-8

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# EMODnetBiologyMaps
33

44
<!-- badges: start -->
5+
[![R build
6+
status](https://github.com/EMODnet/EMODnetBiologyMaps/workflows/R-CMD-check/badge.svg)](https://github.com/EMODnet/EMODnetBiologyMaps/actions)
57
<!-- badges: end -->
68

79
The goal of EMODnetBiologyMaps is to create ggplot2 maps of using the EMODnet style:
@@ -39,4 +41,4 @@ emodnet_map_logo(map, path = "./data-raw/map1.png", width = 198, height = 121, d
3941

4042
```
4143

42-
<img src=".\data-raw\map1.png" alt="map1" />
44+
<img src=".\data-raw\map1.png" alt="map1" />

inst/CITATION

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
citHeader("To cite EMODnetBiologyMaps in publications use:")
2+
3+
year <- 2020
4+
note <- paste0(sprintf("R package version %s", meta$Version), ". Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund")
5+
6+
bibentry(bibtype = "Manual",
7+
title = "{EMODnetBiologyMaps}: Creates ggplot maps with the style of EMODnet",
8+
author = c(person("Salvador", "Fernández Bejarano"), person("Lennert", "Schepers")),
9+
year = year,
10+
note = note,
11+
url = "https://github.com/EMODnet/EMODnetBiologyMaps")

0 commit comments

Comments
 (0)