Skip to content

Commit

Permalink
Update the webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkoVihtakari committed Jan 15, 2024
1 parent 9d6838f commit 40cec37
Show file tree
Hide file tree
Showing 54 changed files with 105 additions and 110 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggOceanMaps
Type: Package
Title: Plot Data on Oceanographic Maps using 'ggplot2'
Version: 2.1.18
Version: 2.2.0
Date: 2024-01-15
Authors@R: c(person("Mikko", "Vihtakari", email = "mikko.vihtakari@hi.no",
role = c("aut", "cre"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ggOceanMaps 2.2 (development version on GitHub)

# ggOceanMaps 2.2.0

* Add tests better explaining wrongly specified arguments
* Update the user manual
* Fix an issue with certain `bathy.style` abbreviations
Expand Down
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ knitr::opts_chunk$set(

<!-- [![R-CMD-check](https://github.com/MikkoVihtakari/ggOceanMaps/workflows/R-CMD-check/badge.svg)](https://github.com/MikkoVihtakari/ggOceanMaps/actions/workflows/R-CMD-check.yaml) -->

**Breaking news (pun intended): ggOceanMaps goes [sf](https://r-spatial.github.io/sf/)!** Most of ggOceanMaps code has been rewritten. There are plenty of new features in v2 (see [this](https://mikkovihtakari.github.io/ggOceanMaps/articles/new-features.html)), but likely also many new bugs. Please [report them here](https://github.com/MikkoVihtakari/ggOceanMaps/issues).

## Overview

The ggOceanMaps package for [R](https://www.r-project.org/) allows plotting data on bathymetric maps using [ggplot2](https://ggplot2.tidyverse.org/reference). The package is designed for ocean sciences and greatly simplifies bathymetric map plotting anywhere around the globe. ggOceanMaps uses openly available geographic data. Citing the particular data sources is advised by the CC-BY licenses whenever maps from the package are published (see the [*Citations and data sources*](#citations-and-data-sources) section).
Expand All @@ -47,7 +45,7 @@ Installation of the CRAN version:
install.packages("ggOceanMaps")
```

The new 2.0 version of ggOceanMaps does not require the ggOceanMapsData package any longer. Detailed map data are downloaded when needed from the [ggOceanMapsLargeData](#data-path) repository.
The new >2.0 versions of ggOceanMaps do not require the ggOceanMapsData package any longer. Detailed map data are downloaded when needed from the [ggOceanMapsLargeData](#data-path) repository.

## Usage

Expand Down
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ggOceanMaps

**Plot data on oceanographic maps using ggplot2. R package version
2.1.17**
2.2.0**

<!-- badges: start -->

Expand All @@ -13,13 +13,6 @@

<!-- [![R-CMD-check](https://github.com/MikkoVihtakari/ggOceanMaps/workflows/R-CMD-check/badge.svg)](https://github.com/MikkoVihtakari/ggOceanMaps/actions/workflows/R-CMD-check.yaml) -->

**Breaking news (pun intended): ggOceanMaps goes
[sf](https://r-spatial.github.io/sf/)!** Most of ggOceanMaps code has
been rewritten. There are plenty of new features in v2 (see
[this](https://mikkovihtakari.github.io/ggOceanMaps/articles/new-features.html)),
but likely also many new bugs. Please [report them
here](https://github.com/MikkoVihtakari/ggOceanMaps/issues).

## Overview

The ggOceanMaps package for [R](https://www.r-project.org/) allows
Expand Down Expand Up @@ -58,7 +51,7 @@ Installation of the CRAN version:
install.packages("ggOceanMaps")
```

The new 2.0 version of ggOceanMaps does not require the ggOceanMapsData
The new \>2.0 versions of ggOceanMaps do not require the ggOceanMapsData
package any longer. Detailed map data are downloaded when needed from
the [ggOceanMapsLargeData](#data-path) repository.

Expand Down Expand Up @@ -191,17 +184,17 @@ are published. For up-to-date citation information, please use:
citation("ggOceanMaps")
#> To cite package 'ggOceanMaps' in publications use:
#>
#> Vihtakari M (2023). _ggOceanMaps: Plot Data on Oceanographic Maps
#> using 'ggplot2'_. R package version 2.1.17,
#> Vihtakari M (2024). _ggOceanMaps: Plot Data on Oceanographic Maps
#> using 'ggplot2'_. R package version 2.2.0,
#> <https://mikkovihtakari.github.io/ggOceanMaps/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {ggOceanMaps: Plot Data on Oceanographic Maps using 'ggplot2'},
#> author = {Mikko Vihtakari},
#> year = {2023},
#> note = {R package version 2.1.17},
#> year = {2024},
#> note = {R package version 2.2.0},
#> url = {https://mikkovihtakari.github.io/ggOceanMaps/},
#> }
```
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/articles/ggOceanMaps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/articles/new-features.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/poster.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/premade-maps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40cec37

Please sign in to comment.