-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 941 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
Package: oceancolouR
Title: Various Functions for Satellite and Data Analysis
Version: 0.0.0.9000
Authors@R:
person(given = "Stephanie",
family = "Clay",
role = c("aut", "cre"),
email = "[email protected]")
Description: This is a collection of functions to use in data analysis and dealing with rasters and binned Ocean Colour satellite files, particularly on the panCanadian grid.
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
lubridate,
terra,
tidyterra,
raster,
hdf5r,
latticeExtra,
sp,
scales,
lmodel2,
stringr,
boot,
magrittr,
ggplot2,
dplyr,
patchwork,
tidyr,
geodist,
ncdf4,
rnaturalearth,
mapdata
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)