-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.11 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: SWATprepR
Type: Package
Title: SWAT+ input data preparation tool
Version: 1.0.13
Date: 2025-11-13
Author: c(person("Svajunas", "Plunge",
email = "svajunas.plunge@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-8897-3349')))
Maintainer: Svajunas Plunge <svajunas.plunge@gmail.com>
Description: Tool to help with SWAT+ model users with input data preparation.
License: MIT + file LICENSE
URL: https://github.com/biopsichas/SWATprepR
BugReports: https://github.com/biopsichas/SWATprepR/issues
Depends:
R (>= 4.2.0)
Imports:
DBI,
dplyr,
ggplot2,
leaflet,
lubridate,
methods,
plotly,
purrr,
RColorBrewer,
readr,
readxl,
RSQLite,
sf,
stringr,
tibble,
tidyr,
utils,
vroom,
zoo
Suggests:
devtools,
diffr,
elevatr,
euptf2,
ggpmisc,
gstat,
knitr,
leafpop,
mapview,
openxlsx,
raster,
rmarkdown,
RNetCDF,
sp,
stars,
tidyverse
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3