Skip to content

Commit 4e83745

Browse files
Work in progress (#176)
* Synchronise wip with master (#173) * Work in progress (#170) * Updated NEWS * Some small fixes and improved test coverage * Rerendered README * Version bump for CRAN release * Fixed test * Added rhub workflow * Fix for #127 * Added proxy vignette * Try to fix failing test-coverage workflow * Some fixes to vignette and cross references * Added login for functions that download from s3 storage * Updated NEWS file * Improved test coverage * Version bump for CRAN release. And added html and R files in vignettes dir to .buildignore * Don't make 'translate' vignette self-contained. Otherwise, it will embed the >2Mb gif animation * Don't run proxy-vignette chunks if password is not set... * And only if the HDF5 driver is present * added namespace * forgot some eval args * Explicitly retrieve an pass variable names when reading proxy object when missing * Added lifecycle badge to `cms_zarr_proxy()` * Added lifecycle badge to `cms_native_proxy()` as well * More rigorous checking for required dependencies when accessing online resources * updated news * Some final tweaks on BLOSC checks * Added eval checks to translate.rmd * Added startup message * Fix for #143 * added fix to NEWS * More informative error message * Added warnings for mismatching dimensions while subsetting. See #142 and #141 * Added test for #142 and #143 * Improved test coverage * fix for #133 * Some minor fixes * use latest geospatial container for pkgdown * revert yaml * Revert proxy vignette * attempt to fix windows-devel build on R-universe * silly typo * Removed duplicated code block * Updated pkgdown workflow * Rever proxy vignette * debug message * Driver detection will fail on any warning * Added `vignette("product-info")` * Fix for #158 * Minor tweaks and version bump for CRAN release * Fix for win old-rel check on CRAN * Test time-range subsetting to reproduce #164 * Resolved conflict * Fix for #167 * Attempt to fix #164 * Try and fix pkgdown workflow * Fix for pkgdown workflow * Fix in proxy vignette * Attempt to avoid embedding large gif file * Added `vignette("glossary")` and `cms_glossary()`. Fixed WMTS functions. Updated README.md * spell checked. Version bump for CRAN submission * Improved test coverage * fixed tests * 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> --------- Co-authored-by: Anna Krystalli <annakrystalli@googlemail.com> * Switched from `aws.s3` to `paws` dependecy see cloudyr/aws.signature#68 * Fix for failing 'noSuggests' check on CRAN * Promoted 'experimental' functions to 'stable' after a period of testing * Added 'family' tags to documentation * added s3 example * Updated glossary * removed redundant 'TODO' * updated _pkgdown.yml and @family tags --------- Co-authored-by: Anna Krystalli <annakrystalli@googlemail.com>
1 parent 839cf41 commit 4e83745

11 files changed

Lines changed: 39 additions & 15 deletions

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.0005
4+
Version: 0.4.6.0006
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CopernicusMarine v0.4.6.0005
1+
CopernicusMarine v0.4.6.0006
22
-------------
33

44
* Fixed tests

R/cms_cite_product.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' listed at Copernicus. Note that the citing formatting does not appear to be standardised.
99
#' @rdname cms_cite_product
1010
#' @name cms_cite_product
11-
#' @family product-functions
11+
#' @family product
1212
#' @examples
1313
#' cms_cite_product("SST_MED_PHY_SUBSKIN_L4_NRT_010_036")
1414
#' @author Pepijn de Vries

R/cms_product_details.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' @returns Returns a named `list` with product details.
99
#' @rdname cms_product_details
1010
#' @name cms_product_details
11-
#' @family product-functions
11+
#' @family product
1212
#' @examples
1313
#' if (interactive()) {
1414
#' cms_product_details("GLOBAL_ANALYSISFORECAST_PHY_001_024")

R/cms_product_services.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' if (interactive()) {
1414
#' cms_product_services("GLOBAL_ANALYSISFORECAST_PHY_001_024")
1515
#' }
16-
#' @family product-functions
16+
#' @family product
1717
#' @author Pepijn de Vries
1818
#' @family product
1919
#' @export

R/cms_products_list.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' unavailable.
1616
#' @rdname cms_products_list
1717
#' @name cms_products_list
18-
#' @family product-functions
18+
#' @family product
1919
#' @examples
2020
#' cms_products_list()
2121
#'

_pkgdown.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
url: https://pepijn-devries.github.io/CopernicusMarine/
22
template:
33
bootstrap: 5
4-
4+
reference:
5+
- title: "Authentication Functions"
6+
desc: "Functions related to Copernicus Marine authentication"
7+
contents:
8+
- has_concept("authentication")
9+
- title: "Product Functions"
10+
desc: "Functions retrieving information about Copernicus Marine products"
11+
contents:
12+
- has_concept("product")
13+
- title: "Download Functions"
14+
desc: "Functions for downloading data from Copernicus Marine services"
15+
contents:
16+
- has_concept("download")
17+
- title: "Leaflet Functions"
18+
desc: "Functions that can be used with interactive maps using leaflet"
19+
contents:
20+
- has_concept("supporting")
21+
- title: "Support Functions"
22+
desc: "Supporting functions for Copernicus Marine"
23+
contents:
24+
- has_concept("supporting")

man/cms_cite_product.Rd

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

man/cms_product_details.Rd

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

man/cms_product_services.Rd

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

0 commit comments

Comments
 (0)