-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.31 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
Package: BirdFlowExtras
Type: Package
Title: Extend BirdFlowR migration model functionality
Version: 0.0.0.9002
Authors@R:
person("Ethan", "Plunkett", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4405-2251"))
Description: This includes functions that rely on BirdFlowR and a BirdFlow
model. They are in this second repository either because they are only
likely to be useful to a subset of BirdFlowR users, or they depend on
packages that are not on CRAN - in which case including them in BirdFlowR
would make it CRAN incompatible.
The initial motivation for a separate package was the calc_birdflow_mc()
function, but others will likely be added over time.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
BirdFlowModels,
spelling,
testthat (>= 3.0.0)
Imports:
BirdFlowR,
MigConnectivity,
sf
Remotes:
birdflow-science/BirdFlowModels,
birdflow-science/BirdFlowR,
SMBC-NZP/MigConnectivity
URL: https://birdflow-science.github.io/BirdFlowExtras/, https://github.com/birdflow-science/BirdFlowExtras
BugReports: https://github.com/birdflow-science/BirdFlowExtras/issue
Language: en-US
Depends:
R (>= 3.5)
Config/testthat/edition: 3