Skip to content

Commit e11d0a4

Browse files
committed
Minor changes
1 parent 508d460 commit e11d0a4

21 files changed

+65
-52
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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.2
4+
Version: 0.1.3
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,7 @@ 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. An
24+
in the form of 'sfnetwork', shapefile, edge list and adjacency matrix. An
2525
application example is shown at Nagkoulis et al. (2025)
2626
<doi:10.1016/j.dib.2024.111268>.
2727
License: GPL-3

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# SeaGraphs 0.1.3
2+
3+
## Minor changes
4+
5+
- Correct DESCRIPTION text.
6+
7+
- Update README and Introduction text.
8+
19
# SeaGraphs 0.1.2
210

311
## Minor changes

README.md

Lines changed: 6 additions & 1 deletion
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.2-blue.svg)](https://github.com/cadam00/SeaGraphs)
3+
[![Developmental version](https://img.shields.io/badge/devel%20version-0.1.3-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.14169972.svg)](https://doi.org/10.5281/zenodo.14169972)
@@ -24,6 +24,11 @@ Sea is examined.
2424

2525
## **Installation**
2626

27+
Latest official version of the package can be installed using:
28+
``` r
29+
install.packages("SeaGraphs")
30+
```
31+
2732
Development version of the package can be installed using:
2833
``` r
2934
if (!require(remotes)) install.packages("remotes")

cran-comments.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# SeaGraphs 0.1.2
1+
# SeaGraphs 0.1.3
2+
3+
## Minor changes
4+
5+
- Correct DESCRIPTION text.
6+
7+
- Update README and Introduction text.
28

39
## R CMD check results
410

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

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Introduction.html

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.1.1
33
pkgdown_sha: ~
44
articles:
55
Introduction: Introduction.html
6-
last_built: 2025-05-28T09:21Z
6+
last_built: 2025-05-31T17:36Z
77
urls:
88
reference: https://cadam00.github.io/SeaGraphs/reference
99
article: https://cadam00.github.io/SeaGraphs/articles

docs/reference/antpath_sfn.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)