diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index f2ab084..a99e6f4 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -31,6 +31,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install Pandoc + uses: r-lib/actions/setup-pandoc@v2 - name: Install system dependencies if: startsWith(runner.os, 'Linux') diff --git a/.gitignore b/.gitignore index a47680f..11d29aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ docs rsconnect app.R # development -dev +dev/* +# submission +NEWS.md +CRAN-SUBMISSION +cran-comments.md diff --git a/README.Rmd b/README.Rmd index b37613d..de77417 100644 --- a/README.Rmd +++ b/README.Rmd @@ -6,7 +6,7 @@ bibliography: "vignettes/packages.bib" -# The oceanexplorer +# The oceanexplorer ```{r, include = FALSE} @@ -80,7 +80,7 @@ The goal of oceanexplorer is to enable easy access and exploration of the [World Check the app here: https://martinschobben.shinyapps.io/oceanexplorer/ -## Funding +## Funding This project was funded by ERC Starting grant number 802835, OceaNice, awarded to Peter Bijl. diff --git a/README.md b/README.md index 89ccbc6..ef3a1e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# The oceanexplorer +# The oceanexplorer @@ -30,7 +30,7 @@ app Check the app here: -## Funding +## Funding This project was funded by ERC Starting grant number 802835, OceaNice, awarded to Peter Bijl. diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index 6f036b3..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,56 +0,0 @@ -## Bug fixes - -This is a patch for problems encountered during the first upload to CRAN. I received the following email from Prof Ripley: - -> Dear maintainer, - -> Please see the problems shown on -> . - -> Please correct before 2022-09-22 to safely retain your package on CRAN. - -> Do remember to look at the 'Additional issues'. - -> The CRAN Team - -I have made the following amendments to accommodate the problems encountered: - -* Removed unicode characters (5 times in data directory). - -* Ensure that there is a fall-back for vignette building even without an internet connection or in case of connection failure (HTTP non-success status) with the NOAA server. - -The errors and warnings relate to point two and thus should have been mended by these changes. - -## Test environments - -I used `rhub` for platforms similar to the macOS and Windows setups that fail during CRAN Package Checks (`rhub::check(platforms = c("windows-x86_64-oldrel", "macos-highsierra-release-cran"))`). For the checks on a M1 (arm64) macOS setup I used: . Furthermore, I tested on Ubuntu Focal (x86_64) with `devtools::check(remote = TRUE, manual = TRUE)` and with CI: GitHub Workflows (). - -## R CMD check results - -R-hub macos-highsierra-release-cran (r-release): - -0 errors ✔ | 0 warnings ✔ | 0 notes ✔ - -R-hub windows-x86_64-oldrel (r-release): - -0 errors ✔ | 0 warnings ✔ | 0 notes ✔ - -macOS builder r-release-macosx-arm64|4.2.1|macosx|macOS 11.5.2 (20G95)|Mac mini|Apple M1||en_US.UTF-8: - -0 errors ✔ | 0 warnings ✔ | 0 notes ✔ - -GitHub Workflows (macOS, Windows and Ubuntu): - -0 errors ✔ | 0 warnings ✔ | 0 notes ✔ - -x86_64-pc-linux-gnu (64-bit)|4.2.1: - - Maintainer: ‘Martin Schobben ’ - - Days since last update: 5 - -0 errors ✔ | 0 warnings ✔ | 1 note ✖ - -## Reverse dependencies - -No reverse dependencies. diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 0000000..f5ab01f Binary files /dev/null and b/man/figures/logo.png differ diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 0000000..86e60b5 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 0000000..535e3ce Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 0000000..27bcc86 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 0000000..b9c3bf7 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 0000000..a4675ce Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 0000000..976fe19 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 0000000..993b9e5 Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 0000000..b9325e8 Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 0000000..fc74f42 Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ