Skip to content

Commit

Permalink
fix html style logos for pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Sep 9, 2022
1 parent 1ea2c77 commit 53cef04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bibliography: "vignettes/packages.bib"
<!-- README.md is generated from README.Rmd. Please edit that file -->


# The oceanexplorer <a href="https://www.uu.nl/en/news/erc-grant-for-peter-bijl-to-predict-future-sea-level"><img src="man/figures/oceanice-logo.png" align="right" height="56" /></a>
# The oceanexplorer <a href="https://www.uu.nl/en/news/erc-grant-for-peter-bijl-to-predict-future-sea-level"><img src="man/figures/oceanice-logo.png" style="float:right; height:50px;"/></a>


```{r, include = FALSE}
Expand Down Expand Up @@ -71,8 +71,8 @@ bibtex::write.bib(
[![Codecov test coverage](https://codecov.io/gh/UtrechtUniversity/Oceanexplorer/branch/master/graph/badge.svg)](https://app.codecov.io/gh/UtrechtUniversity/Oceanexplorer?branch=master)
<!-- badges: end -->

The goal of oceanexplorer is to enable easy access and exploration of the [World Ocean Atlas](https://www.nodc.noaa.gov/OC5/SELECT/woaselect/woaselect.html) of the US agency [NOAA](https://www.ncei.noaa.gov/).

The goal of oceanexplorer is to enable easy access and exploration of the [World Ocean Atlas](https://www.nodc.noaa.gov/OC5/SELECT/woaselect/woaselect.html) of the US agency [NOAA](https://www.ncei.noaa.gov/).

![Demo of the ocean explorer app](man/figures/oceanexplorer-demo.gif){width=95%}

Expand Down Expand Up @@ -107,7 +107,7 @@ install.packages("oceanexplorer")

## Example

The package allows extraction of global databases of several physical and chemical parameters of the ocean from the NOAA WORLD OCEAN ATLAS.
The package allows extraction of global databases of several physical and chemical parameters of the ocean from the NOAA World Ocean Atlas.

```{r load}
library(oceanexplorer)
Expand Down Expand Up @@ -150,7 +150,7 @@ NOAA_app()
```


Or, the RStudio addin can be launched within the RStudio viewer pain by executing the following code, or by using the `Addins` drop down menu in the taskbar.
The RStudio addin can be launched within the RStudio viewer pain by executing the following code, or by using the `Addins` drop down menu in the task-bar.

```{r addin, eval = FALSE}
# launch an interactive shiny session
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# The oceanexplorer <a href="https://www.uu.nl/en/news/erc-grant-for-peter-bijl-to-predict-future-sea-level"><img src="man/figures/oceanice-logo.png" align="right" height="56" /></a>
# The oceanexplorer <a href="https://www.uu.nl/en/news/erc-grant-for-peter-bijl-to-predict-future-sea-level"><img src="man/figures/oceanice-logo.png" style="float:right; height:50px;"/></a>

<!-- badges: start -->

Expand Down Expand Up @@ -74,7 +74,7 @@ install.packages("oceanexplorer")
## Example

The package allows extraction of global databases of several physical
and chemical parameters of the ocean from the NOAA WORLD OCEAN ATLAS.
and chemical parameters of the ocean from the NOAA World Ocean Atlas.

``` r
library(oceanexplorer)
Expand Down Expand Up @@ -127,9 +127,9 @@ of the datasets.
NOAA_app()
```

Or, the RStudio addin can be launched within the RStudio viewer pain by
The RStudio addin can be launched within the RStudio viewer pain by
executing the following code, or by using the `Addins` drop down menu in
the taskbar.
the task-bar.

``` r
# launch an interactive shiny session
Expand Down

0 comments on commit 53cef04

Please sign in to comment.