-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 841 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 841 Bytes
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: bdpg
Title: Package For Building and Testing Biodiversity Problem Generators
Version: 3.2.0.9001
Authors@R: 'Bill Langford <bill.langford@rmit.edu.au> [aut, cre]'
Description: This package provides functions for generating biodiversity
problems (particularly reserve selection) with known solutions and
testing algorithms for attempting to generate optimal solutions.
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
utils,
uuid,
plyr,
stringr,
methods,
bipartite,
igraph,
grDevices,
tools,
dplyr,
stats,
tidyverse,
assertthat
Suggests:
knitr,
rmarkdown,
testthat,
gurobi
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://github.com/langfob/bdpg
BugReports: https://github.com/langfob/bdpg/issues