-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.14 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
Package: shellfishrisks
Title: Package for running agent based model exploring genetic risks of aquaculture production
Version: 0.1.1
Authors@R: c(
person(c("Eric", "J."), "Ward", email = "eric.ward@noaa.gov",
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-4359-0296")),
person(c("Dan"), "Ovando", role = "aut", email="danovan@uw.edu",
comment = c(ORCID = "0000-0003-2120-7345")),
person(c("Natalie"), "Lowell", role = "aut", email="nclowell@uw.edu"))
Maintainer: Eric Ward <eric.ward@noaa.gov>
Description: This package runs an agent based model in Python, exploring the genetic risks of aquaculture production on wild populations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://nwfsc-cb.github.io/shellfish-genetic-risks/,https://github.com/nwfsc-cb/shellfish-genetic-risks
BugReports: https://github.com/nwfsc-cb/shellfish-genetic-risks/issues
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports:
purrr,
dplyr,
ggplot2,
reticulate,
magrittr,
stringr,
tidyr,
readr (>= 2.0.0),
here,
foreach,
doParallel