Skip to content

Commit d7b49b9

Browse files
committed
Update version 0.1.1
1 parent a01a294 commit d7b49b9

25 files changed

+120
-62
lines changed

DESCRIPTION

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: SeaGraphs
22
Type: Package
33
Title: Sea Currents to Connectivity Transformation
4-
Version: 0.1.0
4+
Version: 0.1.1
55
Authors@R: c(person("Nikolaos", "Nagkoulis", role = "aut",
66
email = "nikolaosn@civil.auth.gr",
77
comment = c(ORCID = "0000-0002-1900-2634")),
@@ -21,7 +21,9 @@ Authors@R: c(person("Nikolaos", "Nagkoulis", role = "aut",
2121
Maintainer: Christos Adam <econp266@econ.soc.uoc.gr>
2222
Description: Transformation of sea currents to connectivity data. Two files of
2323
horizontal and vertical currents flows are transformed into connectivity data
24-
in the form of sfnetwork, shapefile, edge list and adjacency matrix.
24+
in the form of sfnetwork, shapefile, edge list and adjacency matrix. An
25+
application example is shown at Nagkoulis et al. (2025)
26+
<doi:10.1016/j.dib.2024.111268>.
2527
License: GPL-3
2628
Encoding: UTF-8
2729
URL: https://github.com/cadam00/SeaGraphs, https://cadam00.github.io/SeaGraphs/
@@ -36,6 +38,8 @@ Imports:
3638
leaflet.extras2,
3739
methods,
3840
stats
41+
Depends:
42+
R (>= 4.1.0)
3943
Suggests:
4044
knitr,
4145
rmarkdown,

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# SeaGraphs 0.1.1
2+
3+
## Minor changes
4+
5+
- Updated DESCRIPTION text.
6+
7+
- Added dependency R (>= 4.1.0).
8+
19
# SeaGraphs 0.1.0
210

311
## Major changes

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- badges: start -->
22
[![CRAN status](https://www.r-pkg.org/badges/version/SeaGraphs)](https://CRAN.R-project.org/package=SeaGraphs)
3-
[![Developmental version](https://img.shields.io/badge/devel%20version-0.1.0-blue.svg)](https://github.com/cadam00/SeaGraphs)
3+
[![Developmental version](https://img.shields.io/badge/devel%20version-0.1.1-blue.svg)](https://github.com/cadam00/SeaGraphs)
44
[![R-CMD-check](https://github.com/cadam00/SeaGraphs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cadam00/SeaGraphs/actions/workflows/R-CMD-check.yaml)
55
[![Codecov test coverage](https://codecov.io/gh/cadam00/SeaGraphs/graph/badge.svg)](https://app.codecov.io/gh/cadam00/SeaGraphs)
66
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14501021.svg)](https://doi.org/10.5281/zenodo.14501021)
@@ -17,7 +17,10 @@ ecosystem-based maritime spatial planning and conservation in European Seas”.*
1717
A plethora of sea current databases is typically available along many fields
1818
data (e.g. Lima et al. ([2020](#ref-lima2020copernicus))). However,
1919
transforming these data into a graph structure is not a straightforward
20-
implementation. This gap is attempted to be filled by *SeaGraphs* package.
20+
implementation. This gap is attempted to be filled by *SeaGraphs* package. A
21+
further inspection of the methods used in this package is illustrated at
22+
Nagkoulis et al. ([2025](#ref-nagkoulis2025ecological)), where the whole Black
23+
Sea is examined.
2124

2225
## **Installation**
2326

@@ -117,6 +120,12 @@ Copernicus Monitoring Environment Marine Service (CMEMS).
117120
https://doi.org/10.25423/CMCC/BLKSEA_MULTIYEAR_PHY_007_004.
118121
Last Access: 07/11/2024.
119122

123+
<span class="nocase" id = "ref-nagkoulis2025ecological"></span>
124+
Nagkoulis, N., Adam, C., Mamoutos, I., Katsanevakis, S., and Mazaris, A. D.
125+
(2025). An ecological connectivity dataset for Black Sea obtained from sea
126+
currents. <em>Data in Brief</em>, <em>58</em>, 111268.
127+
https://doi.org/10.1016/j.dib.2024.111268
128+
120129
<span class="nocase" id = "ref-schulzweida2020cdo"></span>
121130
Schulzweida, U. (2023). CDO User Guide (23.0). Zenodo.
122-
https://doi.org/10.5281/zenodo.10020800.
131+
https://doi.org/10.5281/zenodo.10020800

SeaGraphs.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 4d576910-e06e-4203-ade5-2fa2f8e9c754
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

cran-comments.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# SeaGraphs 0.1.0
2-
3-
## Major changes
4-
5-
- Initial package version.
1+
# SeaGraphs 0.1.1
62

73
## R CMD check results
84

9-
0 errors | 0 warnings | 0 note
5+
0 errors | 0 warnings | 1 note
6+
* This is a new release

docs/404.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Introduction.html

+12-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)