-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.53 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
Package: pkgmeta
Title: R Package for Meta-Analysis of KWB-R Packages on Github
Version: 0.2.2
Authors@R: c(
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0001-9134-2871")),
person("FAKIN", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R Package for meta-analysis of KWB-R packages on Github. It
is a wrapper to the R packages 'codemetar' and 'pkgnet' for providing
insights into the development of the R packages on Github.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/pkgmeta
BugReports: https://github.com/KWB-R/pkgmeta/issues
Imports:
codemetar,
dplyr,
forcats,
ggplot2,
gh,
glue,
jsonlite,
kwb.pkgstatus,
kwb.utils,
lubridate,
magrittr,
packrat,
plotly,
purrr,
remotes,
rversions,
stringr,
tibble,
tidyr,
withr
Suggests:
covr,
htmlwidgets,
jsonld,
knitr,
pkgnet,
printr,
rmarkdown,
sessioninfo,
wordcloud2
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.pkgstatus,
github::kwb-r/kwb.utils,
github::Lchiffon/wordcloud2,
github::ropensci/codemetar@v0.3.0,
github::rstudio/packrat@v0.7.0,
github::uptake/pkgnet@d1e974de299d46e71b082e027a71b8b254edc9b2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1