-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
Package: SWATdoctR
Type: Package
Title: Finding the right diagnoses and treatments for SWAT+ models
Version: 0.1.27
Authors@R: c(
person("Christoph", "Schuerz", , "christoph.schuerz@ufz.de", role = c("aut"),
comment = c(ORCID = "0000-0002-7204-5828")),
person("Svajunas", "Plunge", , "svajunas.plunge@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-8897-3349')))
Maintainer: Svajunas Plunge <svajunas_plunge@sggw.edu.pl>
Description: A collection of functions for verification and evaluation of SWAT+ model setups.
License: MIT + file LICENSE
URL: https://biopsichas.github.io/SWATdoctR, https://github.com/biopsichas/SWATdoctR
BugReports: https://github.com/biopsichas/SWATdoctR/issues
Depends:
R (>= 4.2.0)
Imports:
data.table,
dplyr,
ggplot2,
ggrepel,
grDevices,
lubridate,
patchwork,
png,
processx,
purrr,
readr,
stats,
stringr,
tibble,
tidyr,
tidyselect,
plotly
Suggests:
datasets,
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3