-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1 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
Package: utils4mme
Title: A collection of utilities developed by and for the Mathematical Marine Ecology Lab
Version: 0.0.51
Authors@R:
person("Jason D.", "Everett", , "Jason.Everett@uq.edu.au", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6681-8054"))
Description: A collection of utilities developed by and for the Mathematical Marine Ecology Lab (MME) at the University of Queensland. They are intended for use within the lab to facilitate ease of code-sharing and reducing the amount of repetitive code that must be maintained. The authors of this package compiled the functions and maintain the package, but the author of the individual functions are indicated in the function help.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
data.table,
dplyr,
magrittr,
purrr,
rlang,
rnaturalearth,
sf,
sfdct,
terra,
units
Suggests:
rnaturalearthdata,
tibble
Depends:
R (>= 2.10)
LazyData: true