-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
78 lines (78 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: tenzing
Title: Documenting Contributions to Scientific Scholarly Output with CRediT
Version: 0.3.0
Authors@R:
c(person(given = "Marton",
family = "Kovacs",
role = c("cre", "aut"),
email = "maron.balazs.kovacs@gmail.com",
comment = c(ORCID = "0000-0002-8142-8492")),
person(given = "Frederik",
family = "Aust",
role = "ctb",
email = "frederik.aust@uni-koeln.de",
comment = c(ORCID = "0000-0003-4900-788X")),
person(given = c("Alex", "O"),
family = "Holcombe",
role = "ctb",
comment = c(ORCID = "0000-0003-2869-0085")),
person(given = "Balazs",
family = "Aczel",
role = "ctb",
comment = c(ORCID = "0000-0001-9364-4988")),
person(given = "Julien",
family = "Colomb",
role = "ctb",
comment = c(ORCID = "0000-0002-3127-5520")),
person(given = c("Marton", "Aron"),
family = "Varga",
role = "ctb",
comment = c(ORCID = "0000-0002-8828-3070")))
Description: A modularized shiny app that reads contributorship information from a local source and produces human and machine-readable summaries.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
golem,
htmltools,
processx,
DT,
glue,
dplyr,
xml2,
readr,
tidyr,
stringr,
purrr,
tibble,
waiter,
vroom,
pkgload,
readxl,
yaml,
rclipboard,
magrittr,
shinyWidgets,
config,
callr,
clipr,
htmlwidgets,
googlesheets4,
markdown,
lifecycle,
rlang,
stats,
fontawesome,
shinyjs
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown
URL: https://github.com/marton-balazs-kovacs/tenzing, https://marton-balazs-kovacs.github.io/tenzing
BugReports: https://github.com/marton-balazs-kovacs/tenzing/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)