-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
67 lines (67 loc) · 1.52 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
Package: tenzing
Title: Documenting Contributions to Scientific Scholarly Output with CRediT
Version: 0.2.0
Authors@R:
c(person(given = "Marton",
family = "Kovacs",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8142-8492")),
person(given = "Frederik",
family = "Aust",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4900-788X")),
person(given = "Alex",
family = "Holcombe",
role = "ctb"),
person(given = "Balazs",
family = "Aczel",
role = "ctb"))
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
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown
URL: https://github.com/marton-balazs-kovacs/tenzing
BugReports: https://github.com/marton-balazs-kovacs/tenzing/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)