-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.08 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: amc
Type: Package
Title: Alex's Miscellaneous Code
Description: A collection of variously useful functions and utilities.
Version: 0.2.0
Date: 2021-03-31
Authors@R: c(
person(c("Alex", "M"), "Chubaty", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-7146-8135")),
person(c("Eliot", "J", "B"), "McIntire", email = "[email protected]",
role = c("ctb")),
person("Ceres", "Barros", email = "[email protected]", role = c("ctb")),
person("Josh", "O'Brien", role = c("ctb")),
person("mmfrgmpds", role = c("ctb"))
)
Depends:
R (>= 3.6)
Imports:
base64enc,
data.table,
datasets,
digest,
dismo,
httr,
magrittr,
methods,
parallel,
plyr,
reproducible,
raster (>= 3.3-13),
rgdal,
sp,
tools,
utils
Suggests:
covr,
knitr,
rmarkdown,
rstudioapi,
slackr,
spelling,
testthat
BugReports: https://github.com/achubaty/amc/issues
Language: en-CA
License: GPL-3
ByteCompile: yes
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.1.1