-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.09 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
Package: angstroms
Title: Tools for 'ROMS' the Regional Ocean Modeling System
Version: 0.0.2.9007
Authors@R: c(
person("Michael D.","Sumner", role = c("aut", "cre"), email = "[email protected]"),
person("Ben", "Raymond", role = c("aut")),
person("Hernan G.", "Arango", role = c("aut"), comment = "wrote original Matlab implementation of romsdepth"),
person("Ryan", "Morse", role = "aut", comment = "wrote original R version of create_transport"))
Description: Helper functions for working with Regional Ocean Modeling System 'ROMS' output. See
<https://www.myroms.org/> for more information about 'ROMS'.
Depends:
R (>= 3.3.0),
raster
License: GPL-3
LazyData: true
Encoding: UTF-8
Imports:
dplyr,
FNN,
ncdf4,
rbgm,
reproj (>= 0.2.0),
sp,
magrittr,
silicate,
rlang
RoxygenNote: 7.3.2
Suggests:
bgmfiles,
covr,
testthat (>= 2.1.0)
Roxygen: list(markdown = TRUE)
URL: https://github.com/AustralianAntarcticDivision/angstroms/
BugReports: https://github.com/AustralianAntarcticDivision/angstroms/issues
Remotes: AustralianAntarcticDivision/rbgm