forked from aquaMetrics/rict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.45 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
Package: rict
Type: Package
Title: Calculates River Invertebrate Classification Tool 2 (RICT2) predictions
Version: 1.0.0
Authors@R: c(person("Maybin", "Muyeba", email = "Maybin.Muyeba@environment-agency.gov.uk", role = "aut"),
person("Tim", "Foster", email = "tim.foster@sepa.org.uk", role = "aut"),
person("Tim", "Loveday", email = "tim.loveday@environment-agency.gov.uk", role = c("cre","aut")))
Maintainer: Tim Foster <tim.foster@sepa.org.uk>
Description: This is an R implementation of the River Invertebrate
Classification Tool (RICT) system with some minor changes. This system is reimplementation of original
Fortran and Oracle SQL procedures. The model uses environmental variables to
make predictions based on invertebrate reference data. It is based on the work
of many other authors. For background, user guides and technical information
see Freshwater Biological Association http://www.fba.org.uk/river-invertebrate-classification-tool-rict-and-rivpacs
for details.
License: GPL-3 + file LICENSE
URL: https://github.com/aquaMetrics/rict
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.0)
Imports:
dplyr,
purrr,
magrittr,
httr,
xml2,
xts,
rjson,
ggmap,
ggplot2,
sp,
sf,
readxl,
rlang,
gridExtra,
shiny,
DT,
htmltools,
leaflet,
formattable
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
devtools,
covr,
rgdal,
tidyr,
png,
qpdf
RoxygenNote: 7.1.1
VignetteBuilder: knitr