-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
66 lines (66 loc) · 1.91 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
Package: ixplorer
Title: Easy DataOps for R Users
Version: 0.3.4.9000
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
email = "hola@ixpantia.com"),
person(given = "Frans",
family = "van Dunne",
role = c("cre", "aut"),
email = "frans@ixpantia.com",
comment = c(ORCID = "0000-0002-7853-2811")),
person(given = "Ronny",
family = "Hernández Mora",
role = "aut",
email = "ronny@ixpantia.com",
comment = c(ORCID = "0000-0001-6225-7096")),
person(given = "Daniel",
family = "Granados Campos",
role = "ctb",
email = "daniel@ixpantia.com"),
person(given = "Nayib",
family = "Vargas Zuñiga",
role = "ctb",
email = "nayib@ixpantia.com"))
Description: Create and view tickets in 'gitea', a self-hosted git service <https://about.gitea.com>, using an 'RStudio' addin, and use helper functions to publish documentation and use git.
License: AGPL (>= 3)
Depends:
R (>= 3.4)
Imports:
dplyr (>= 0.8.1),
gitear (>= 0.0.2),
kableExtra (>= 1.1.0),
lubridate (>= 1.7.4),
miniUI (>= 0.1.1.1),
RColorBrewer (>= 1.1.2),
shiny.i18n (>= 0.2.0),
shiny (>= 1.3.2),
stringr (>= 1.4.0),
shinyWidgets (>= 0.2.1),
quarto(>= 1.2),
purrr (>= 0.3.4),
gert (>= 1.5.0),
keyring (>= 1.3.0),
methods,
httr,
jsonlite,
magrittr
Suggests:
knitr (>= 1.23),
git2r (>= 0.30.1),
here (>= 1.0.1),
tibble (>= 3.1.6),
readr (>= 1.3.1),
rmarkdown (>= 1.12),
rstudioapi (>= 0.10),
testthat (>= 3.0.0),
tidyr (>= 0.8.3),
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/ixpantia/ixplorer
BugReports: https://github.com/ixpantia/ixplorer/issues
Config/testthat/edition: 3