-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.5 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
Package: resourcecode
Title: Access to the 'RESOURCECODE' Hindcast Database
Version: 0.5.3.9000
Authors@R:
person("Nicolas", "Raillard", , "nicolas.raillard@ifremer.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3385-5104"))
Description: Utility functions to download data from the 'RESOURCECODE'
hindcast database of sea-states, time series of sea-state parameters
and time series of 1D and 2D wave spectra. See
<https://resourcecode.ifremer.fr> for more details about the available
data. Also provides facilities to plot and analyse downloaded data,
such as computing the sea-state parameters from both the 1D and 2D
surface elevation variance spectral density.
License: GPL (>= 3)
URL: https://github.com/Resourcecode-project/r-resourcecode,
https://resourcecode-project.github.io/r-resourcecode/,
https://resourcecode-project.r-universe.dev/resourcecode
BugReports: https://github.com/Resourcecode-project/r-resourcecode/issues
Depends:
R (>= 4.1)
Imports:
abind,
geosphere,
ggplot2,
grid,
gridtext,
httr2,
lubridate,
ncdf4,
patchwork,
pracma,
Rcpp,
resourcecodedata,
rlang,
sf,
stats,
tibble,
tidyr
Suggests:
knitr,
mockery,
rmarkdown,
testthat,
vcr
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3