-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
67 lines (67 loc) · 1.79 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: CopernicusMarine
Type: Package
Title: Search Download and Handle Data from Copernicus Marine Service Information
Version: 0.2.3.002
Date: 2024-04-10
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")))
Author:
Pepijn de Vries [aut, cre, dtc] (0000-0002-7961-6646)
Maintainer: Pepijn de Vries <[email protected]>
Description: Subset and download data from EU Copernicus Marine
Service Information: <https://data.marine.copernicus.eu>.
Import data on the oceans physical and biogeochemical state
from Copernicus into R without the need of external software.
Depends:
R (>= 4.1.0)
Imports:
crayon,
dplyr,
httr2,
leaflet,
purrr,
readr,
rlang,
rvest,
sf,
stringr,
tidyr,
utils,
xml2
Suggests:
lifecycle,
ncmeta,
stars,
testthat (>= 3.0.0)
URL: https://github.com/pepijn-devries/CopernicusMarine, https://pepijn-devries.github.io/CopernicusMarine/
BugReports: https://github.com/pepijn-devries/CopernicusMarine/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
Collate:
'CopernicusMarine-package.r'
'cms_cite_product.r'
'cms_download_stac.r'
'cms_login.r'
'cms_download_subset.r'
'cms_list_stac_files.r'
'cms_product_details.r'
'cms_product_metadata.r'
'cms_product_services.r'
'cms_products_list.r'
'cms_stac_properties.r'
'cms_wmts.r'
'copernicus_cite_product.r'
'copernicus_download_motu.r'
'copernicus_login.r'
'copernicus_product_details.r'
'copernicus_product_metadata.r'
'copernicus_products_list.r'
'ftp.r'
'generics.r'
'import.r'
'wms.r'