Skip to content

Commit 909cea0

Browse files
docs: update EMODnet R tutorials URL after repo transfer (#172)
* docs: update EMODnet R tutorials URL after repo transfer The EMODnet Biology Geospatial R Tutorials referenced from the README and the glossary vignette were transferred from r-rse/ to the EMODnet/ GitHub org earlier today. The rendered site is now at https://emodnet.github.io/emodnet-bio-r-geo-tutorials/. Updates the three references: - README.Rmd L75 - README.md L75 (kept in sync with the .Rmd) - vignettes/glossary.Rmd L27 * Bump version to 0.4.6.0002 * Update version to v0.4.6.0002 and documentation --------- Co-authored-by: Pepijn de Vries <pepijn-devries@users.noreply.github.com>
1 parent 38aca09 commit 909cea0

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: CopernicusMarine
22
Type: Package
33
Title: Search Download and Handle Data from Copernicus Marine Service Information
4-
Version: 0.4.6.0001
4+
Version: 0.4.6.0002
55
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
66
email = "pepijn.devries@outlook.com",
77
comment = c(ORCID = "0000-0002-7961-6646")))

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
CopernicusMarine v0.4.6.0001
1+
CopernicusMarine v0.4.6.0002
22
-------------
33

44
* Fixed tests
5+
* Updated documentation
56

67
CopernicusMarine v0.4.6
78
-------------

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Please check the manual for complete documentation of the package.
7272

7373
For an excellent tutorial showing how to combine multiple spatial datasets
7474
from different sources (amongst which is CopernicusMarine), check out:
75-
[EMODnet Biology Geospatial R Tutorials (Tutorial 4)](https://r-rse.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
75+
[EMODnet Biology Geospatial R Tutorials (Tutorial 4)](https://emodnet.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
7676
by [Anna Krystalli](https://github.com/annakrystalli)
7777

7878
<h3 id="sec-subset">Downloading a subset</h3>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ complete documentation of the package.
7272
For an excellent tutorial showing how to combine multiple spatial
7373
datasets from different sources (amongst which is CopernicusMarine),
7474
check out: [EMODnet Biology Geospatial R Tutorials (Tutorial
75-
4)](https://r-rse.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
75+
4)](https://emodnet.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
7676
by [Anna Krystalli](https://github.com/annakrystalli)
7777

7878
<h3 id="sec-subset">

vignettes/glossary.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ so you don't have to know all technical aspects.
2424

2525
However, since jargon can vary among data portals, I've put together
2626
a glossary of terms used by Copernicus Marine. It is based on the
27-
excellent [tutorial](https://r-rse.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
27+
excellent [tutorial](https://emodnet.github.io/emodnet-bio-r-geo-tutorials/tutorials/tutorial-04.html)
2828
by [Anna Krystalli](https://github.com/annakrystalli). This
2929
tutorial also highlights some contrasts with other data portals.
3030
The table below lists some important definitions and their background.

0 commit comments

Comments
 (0)