-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: sear
Title: Data Management and Processing for Ocean Optics
Version: 0.4.2
Authors@R:
person("Raphael", "Mabit", , "[email protected]", role = c("aut", "cre"))
Description: a modular shiny software to manage and process ocean optics
data. You load your raw data, it parse, discretize and process
according to your survey design. It create your analysis ready
database in the format of your choice and keep track of the QA/qc
process. If you need to inspect some data with a finer look, the
software allow you to do it by hand. The software is here for you, not
you for him.
License: GNU3
URL: https://github.com/raphidoc/sear
BugReports: https://github.com/raphidoc/sear/issues
Imports:
clock,
config (>= 0.3.1),
curl,
DBI,
dplyr,
DT,
glue,
golem (>= 0.3.2),
gsw,
hms,
lubridate,
MASS,
methods,
pkgload,
plotly,
pracma,
purrr,
raster,
Rcpp (>= 1.0.9),
readr,
reticulate,
RSQLite,
sf,
shiny (>= 1.6.0),
shinydashboard,
shinyFeedback,
shinyWidgets,
spsComps,
stringr,
suncalc,
tibble,
tidyr,
uuid,
waiter,
widgetframe
Suggests:
covr,
knitr,
microbenchmark,
rmarkdown,
spelling,
testthat (>= 3.0.0)
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1