-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.01 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
Package: clusters
Type: Package
Title: Utilities to manage, estimate speed, optimize use of parallel clusters
Description: Miscellaneous utilities developed by the Predictive Ecology Group (<http://predictiveecology.org>).
URL:
http://clusters.predictiveecology.org,
https://github.com/PredictiveEcology/clusters
Date: 2024-11-12
Version: 0.0.1
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment=c(ORCID = "0000-0002-6914-8316")),
person("His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 4.2)
Imports:
data.table,
parallel,
parallelly
Suggests:
knitr,
roxygen2,
rmarkdown,
testthat
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/pemisc/issues
ByteCompile: yes
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)