-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 932 Bytes
/
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
Package: basics
Title: Some very basic raster manipulations
Version: 1.0
Authors@R:
c(person(given = "Eli",
family = "Holmes",
role = c("aut", "cre"),
email = "[email protected]")
)
Description: Various functions for downloading data, processing raster images, and running machine learning algorithms on images.
Depends: graphics, grDevices, ggplot2
Imports:
here,
stringr,
magrittr,
tidyr,
tidyselect,
raster,
grid,
colorRamps,
RColorBrewer,
dendextend,
utils
Suggests:
fpc,
lubridate,
tidyverse,
scales,
factoextra,
png,
gridExtra,
DescTools,
tmap,
knitr,
rmarkdown
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/ocean-satellite-tools/basics
BugReports: https://github.com/ocean-satellite-tools/basics/issues
VignetteBuilder: knitr