Skip to content

Commit

Permalink
Merge pull request #18 from pepijn-devries/work-in-progress
Browse files Browse the repository at this point in the history
fix to pass CRAN checks
  • Loading branch information
pepijn-devries authored Nov 9, 2023
2 parents d02d6ae + c5ee051 commit b74d48f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: CopernicusMarine
Type: Package
Title: Search Download and Handle Data from Copernicus Marine Service Information
Version: 0.1.0
Date: 2023-11-08
Version: 0.1.1
Date: 2023-11-09
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")))
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
CopernicusMarine v0.1.1 (Release date: 2023-11-09)
-------------

* Fix to pass CRAN checks

CopernicusMarine v0.1.0 (Release date: 2023-11-08)
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Note that the WMS functions may not work on systems that don't support GDAL util
### Citing the data you use

A Copernicus account comes with several terms of use. One of these is that you
[properly cite](https://help.marine.copernicus.eu/en/articles/4444611-how-to-cite-or-reference-copernicus-marine-products-and-services)
[properly cite](https://help.marine.copernicus.eu/en/articles/4444611-how-to-cite-copernicus-marine-products-and-services)
the data you use in publications. In fact, we also have credit the data used in this documentation, which can be easily
done with the following code:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ your product. First you can list files available for a specific product:
``` r
cop_ftp_files <- copernicus_ftp_list("GLOBAL_ANALYSISFORECAST_PHY_001_024", "cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m")
cop_ftp_files
#> # A tibble: 1,112 x 8
#> # A tibble: 1,113 x 8
#> flags len protocol size month day time url
#> <chr> <int> <chr> <dbl> <chr> <int> <chr> <chr>
#> 1 -rw-rw-r-- 1 ftp 1937968861 Oct 14 2022 ftp://nrt.cmems-du.eu~
Expand All @@ -127,7 +127,7 @@ cop_ftp_files
#> 8 -rw-rw-r-- 1 ftp 1937954892 Oct 14 2022 ftp://nrt.cmems-du.eu~
#> 9 -rw-rw-r-- 1 ftp 1937964478 Oct 14 2022 ftp://nrt.cmems-du.eu~
#> 10 -rw-rw-r-- 1 ftp 1937962443 Oct 14 2022 ftp://nrt.cmems-du.eu~
#> # i 1,102 more rows
#> # i 1,103 more rows
```

Downloading the first file can be done with
Expand Down Expand Up @@ -172,7 +172,7 @@ GDAL utils.

A Copernicus account comes with several terms of use. One of these is
that you [properly
cite](https://help.marine.copernicus.eu/en/articles/4444611-how-to-cite-or-reference-copernicus-marine-products-and-services)
cite](https://help.marine.copernicus.eu/en/articles/4444611-how-to-cite-copernicus-marine-products-and-services)
the data you use in publications. In fact, we also have credit the data
used in this documentation, which can be easily done with the following
code:
Expand Down
Binary file modified man/figures/README-leaflet-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b74d48f

Please sign in to comment.