-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.39 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
Package: kwb.budget
Title: R Package for Aggregating and Analysing Budget Excel
Files from Project Partners
Version: 0.0.0.9000
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "aut",
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R package useful during project development (e.g.
H2020 calls with many project partners). By using a budget EXCEL
template file, data received from the different partners can be
aggregated and analysed.)
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.budget
BugReports: https://github.com/KWB-R/kwb.budget/issues
Imports:
dplyr,
fs,
kwb.nextcloud (>= 0.1.0),
kwb.utils (>= 0.6.0),
magrittr,
parallel,
openxlsx (>= 4.1.4),
rlang,
stringr
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.nextcloud@dev,
github::kwb-r/kwb.utils@v0.6.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0